Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
Ekin Akyürek commited on
Commit
e7bfee0
·
1 Parent(s): 9144d3d

update README

Browse files
Files changed (1) hide show
  1. README.md +16 -16
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 |