Datasets:
Modalities:
Text
Sub-tasks:
masked-language-modeling
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Ekin Akyürek
commited on
Commit
·
e7bfee0
1
Parent(s):
9144d3d
update README
Browse files
README.md
CHANGED
@@ -95,24 +95,24 @@ An example of 'query' looks as follows.
|
|
95 |
The data fields are the same among all splits.
|
96 |
|
97 |
#### Abstracts
|
98 |
-
- `inputs_pretokenized`: a string feature.
|
99 |
-
- `targets_pretokenized`: a string feature.
|
100 |
-
- `masked_uri`: a string feature.
|
101 |
-
- `masked_type`: a string feature.
|
102 |
-
- `facts`: a string feature.
|
103 |
-
- `id`: a string feature.
|
104 |
-
- `example_uris`: a string feature.
|
105 |
-
- `page_uri`: a string feature.
|
106 |
|
107 |
#### Queries
|
108 |
-
- `inputs_pretokenized`: a string feature.
|
109 |
-
- `targets_pretokenized`: a string feature.
|
110 |
-
- `obj_surface`: a string feature.
|
111 |
-
- `sub_surface`: a string feature.
|
112 |
-
- `obj_uri`: a string feature.
|
113 |
-
- `sub_uri`: a string feature.
|
114 |
-
- `predicate_id`: a string feature.
|
115 |
-
- `uuid`: a string feature.
|
116 |
|
117 |
### Data Splits
|
118 |
| name | train |
|
|
|
95 |
The data fields are the same among all splits.
|
96 |
|
97 |
#### Abstracts
|
98 |
+
- `inputs_pretokenized`: a `string` feature.
|
99 |
+
- `targets_pretokenized`: a `string` feature.
|
100 |
+
- `masked_uri`: a `string` feature.
|
101 |
+
- `masked_type`: a `string` feature.
|
102 |
+
- `facts`: a `string` feature.
|
103 |
+
- `id`: a `string` feature.
|
104 |
+
- `example_uris`: a `string` feature.
|
105 |
+
- `page_uri`: a `string` feature.
|
106 |
|
107 |
#### Queries
|
108 |
+
- `inputs_pretokenized`: a `string` feature.
|
109 |
+
- `targets_pretokenized`: a `string` feature.
|
110 |
+
- `obj_surface`: a `string` feature.
|
111 |
+
- `sub_surface`: a `string` feature.
|
112 |
+
- `obj_uri`: a `string` feature.
|
113 |
+
- `sub_uri`: a `string` feature.
|
114 |
+
- `predicate_id`: a `string` feature.
|
115 |
+
- `uuid`: a `string` feature.
|
116 |
|
117 |
### Data Splits
|
118 |
| name | train |
|