Datasets:

Modalities:
Text
Languages:
English
Libraries:
Datasets
License:
asahi417 commited on
Commit
20f3e4a
·
1 Parent(s): b8d20b5

fix readme

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -167,12 +167,14 @@ Please see [NELL paper](https://www.cs.cmu.edu/~tom/pubs/NELL_aaai15.pdf) to kno
167
  | videogame | 0 | 0 | 0 | 0 | 4 | 0 |
168
 
169
  ## Dataset Structure
170
- An example of `test` looks as follows.
171
- ```
172
  {
173
- "relation": "concept:sportsgamesport",
174
- "head": "concept:sportsgame:n1937_world_series",
175
- "tail": "concept:sport:baseball"
 
 
176
  }
177
  ```
178
 
 
167
  | videogame | 0 | 0 | 0 | 0 | 4 | 0 |
168
 
169
  ## Dataset Structure
170
+ An example of `test` looks as below.
171
+ ```shell
172
  {
173
+ "relation": "concept:producedby",
174
+ "head": "Toyota Tacoma",
175
+ "head_type": "automobilemodel",
176
+ "tail": "Toyota",
177
+ "tail_type": "automobilemaker"
178
  }
179
  ```
180