fix readme
Browse files
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
|
171 |
-
```
|
172 |
{
|
173 |
-
|
174 |
-
|
175 |
-
|
|
|
|
|
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 |
|