Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
tuanphong commited on
Commit
d5caaf7
·
verified ·
1 Parent(s): 2888222

rename full record to gptkb_v2.0.1_full_record (align with the RDF cut); cite published papers

Browse files
README.md CHANGED
@@ -24,7 +24,7 @@ Two artifact lines, one knowledge base (snapshot `gpt51_270226`,
24
  | File | What it is |
25
  | --- | --- |
26
  | `gptkb_v2.0.1_rdf.nt.gz` | **Simplified RDF export — use this one.** |
27
- | `gptkb_v2.0_full_record/` | **The full six-term record**, as Parquet. |
28
  | `gptkb_v2.0_rdf.nt.gz` | Superseded interim RDF export, kept for citability. |
29
 
30
  ## Simplified RDF export (`gptkb_v2.0.1_rdf.nt.gz`)
@@ -81,7 +81,7 @@ gunzip -c gptkb_v2.0.1_rdf.nt.gz | head
81
  Load into a named graph of `<https://gptkb.org/gptkb>` to match the
82
  IRIs the file already carries.
83
 
84
- ## The full record (`gptkb_v2.0_full_record/`)
85
 
86
  A fact in GPTKB v2 has **six** terms, not three: alongside the
87
  disambiguated subject, predicate and object, it records the *wording*
@@ -117,13 +117,13 @@ disambiguation evidence, and it is the point of the project.
117
  import duckdb
118
  con = duckdb.connect()
119
  con.sql("SELECT subject_label, predicate_label, object_label, object_id "
120
- "FROM 'gptkb_v2.0_full_record/triples-*.parquet' "
121
  "WHERE object_id = 'E14' LIMIT 10")
122
  ```
123
 
124
  ```python
125
  import pandas as pd
126
- entities = pd.read_parquet("gptkb_v2.0_full_record/entities.parquet")
127
  ```
128
 
129
  All columns are nullable strings, faithful to the source; `created_at`
@@ -139,6 +139,8 @@ uses ID-based ones (`/entity/E0`); the two are not interchangeable.
139
 
140
  ## Citation
141
 
142
- A paper describing GPTKB v2 is in preparation. Please check
143
- [gptkb.org/publications](https://gptkb.org/publications/) for the
144
- current reference.
 
 
 
24
  | File | What it is |
25
  | --- | --- |
26
  | `gptkb_v2.0.1_rdf.nt.gz` | **Simplified RDF export — use this one.** |
27
+ | `gptkb_v2.0.1_full_record/` | **The full six-term record**, as Parquet. |
28
  | `gptkb_v2.0_rdf.nt.gz` | Superseded interim RDF export, kept for citability. |
29
 
30
  ## Simplified RDF export (`gptkb_v2.0.1_rdf.nt.gz`)
 
81
  Load into a named graph of `<https://gptkb.org/gptkb>` to match the
82
  IRIs the file already carries.
83
 
84
+ ## The full record (`gptkb_v2.0.1_full_record/`)
85
 
86
  A fact in GPTKB v2 has **six** terms, not three: alongside the
87
  disambiguated subject, predicate and object, it records the *wording*
 
117
  import duckdb
118
  con = duckdb.connect()
119
  con.sql("SELECT subject_label, predicate_label, object_label, object_id "
120
+ "FROM 'gptkb_v2.0.1_full_record/triples-*.parquet' "
121
  "WHERE object_id = 'E14' LIMIT 10")
122
  ```
123
 
124
  ```python
125
  import pandas as pd
126
+ entities = pd.read_parquet("gptkb_v2.0.1_full_record/entities.parquet")
127
  ```
128
 
129
  All columns are nullable strings, faithful to the source; `created_at`
 
139
 
140
  ## Citation
141
 
142
+ The knowledge base is described in
143
+ [arXiv:2608.03729](https://arxiv.org/abs/2608.03729) and its web
144
+ interface in [arXiv:2608.06992](https://arxiv.org/abs/2608.06992);
145
+ see [gptkb.org/publications](https://gptkb.org/publications/) for the
146
+ current references and BibTeX.
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/batches.parquet RENAMED
File without changes
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/concepts.parquet RENAMED
File without changes
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/entities.parquet RENAMED
File without changes
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/instance_triples.parquet RENAMED
File without changes
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/manifest.json RENAMED
File without changes
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/predicates.parquet RENAMED
File without changes
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/triples-00000.parquet RENAMED
File without changes
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/triples-00001.parquet RENAMED
File without changes
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/triples-00002.parquet RENAMED
File without changes
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/triples-00003.parquet RENAMED
File without changes
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/triples-00004.parquet RENAMED
File without changes
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/triples-00005.parquet RENAMED
File without changes
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/triples-00006.parquet RENAMED
File without changes
{gptkb_v2.0_full_record → gptkb_v2.0.1_full_record}/triples-00007.parquet RENAMED
File without changes