Datasets:
Modalities:
Text
Sub-tasks:
masked-language-modeling
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Ekin Akyürek
commited on
Commit
·
a22dd19
1
Parent(s):
024798b
update README
Browse files
README.md
CHANGED
@@ -87,6 +87,7 @@ An example of 'query' looks as follows.
|
|
87 |
"obj_surface": "Frankfurt",
|
88 |
"sub_surface": "Paul Ehrlich"}
|
89 |
```
|
|
|
90 |
### Data Fields
|
91 |
The data fields are the same among all splits.
|
92 |
#### Abstracts
|
@@ -98,6 +99,7 @@ The data fields are the same among all splits.
|
|
98 |
- `id`: a string feature.
|
99 |
- `example_uris`: a string feature.
|
100 |
- `page_uri`: a string feature.
|
|
|
101 |
#### Queries
|
102 |
- `inputs_pretokenized`: a string feature.
|
103 |
- `targets_pretokenized`: a string feature.
|
@@ -107,11 +109,13 @@ The data fields are the same among all splits.
|
|
107 |
- `sub_uri`: a string feature.
|
108 |
- `predicate_id`: a string feature.
|
109 |
- `uuid`: a string feature.
|
|
|
110 |
### Data Splits
|
111 |
| name | train |
|
112 |
|-----------|------:|
|
113 |
|Abstracts |1560453|
|
114 |
|Queries |31479 |
|
|
|
115 |
## Dataset Creation
|
116 |
### Curation Rationale
|
117 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
87 |
"obj_surface": "Frankfurt",
|
88 |
"sub_surface": "Paul Ehrlich"}
|
89 |
```
|
90 |
+
|
91 |
### Data Fields
|
92 |
The data fields are the same among all splits.
|
93 |
#### Abstracts
|
|
|
99 |
- `id`: a string feature.
|
100 |
- `example_uris`: a string feature.
|
101 |
- `page_uri`: a string feature.
|
102 |
+
|
103 |
#### Queries
|
104 |
- `inputs_pretokenized`: a string feature.
|
105 |
- `targets_pretokenized`: a string feature.
|
|
|
109 |
- `sub_uri`: a string feature.
|
110 |
- `predicate_id`: a string feature.
|
111 |
- `uuid`: a string feature.
|
112 |
+
|
113 |
### Data Splits
|
114 |
| name | train |
|
115 |
|-----------|------:|
|
116 |
|Abstracts |1560453|
|
117 |
|Queries |31479 |
|
118 |
+
|
119 |
## Dataset Creation
|
120 |
### Curation Rationale
|
121 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|