fix readme
Browse files
README.md
CHANGED
@@ -22,14 +22,14 @@ Please see [NELL paper](https://www.cs.cmu.edu/~tom/pubs/NELL_aaai15.pdf) to kno
|
|
22 |
|
23 |
- Number of instances
|
24 |
|
25 |
-
|
26 |
|:--------------------------------|--------:|-------------:|-------:|
|
27 |
| number of pairs | 5498 | 878 | 1352 |
|
28 |
| number of unique relation types | 32 | 4 | 6 |
|
29 |
|
30 |
- Number of pairs in each relation type
|
31 |
|
32 |
-
|
33 |
|:---------------------------------------------------|--------------------------:|-------------------------------:|-------------------------:|
|
34 |
| concept:airportincity | 210 | 0 | 0 |
|
35 |
| concept:athleteledsportsteam | 424 | 0 | 0 |
|
|
|
22 |
|
23 |
- Number of instances
|
24 |
|
25 |
+
| | train | validation | test |
|
26 |
|:--------------------------------|--------:|-------------:|-------:|
|
27 |
| number of pairs | 5498 | 878 | 1352 |
|
28 |
| number of unique relation types | 32 | 4 | 6 |
|
29 |
|
30 |
- Number of pairs in each relation type
|
31 |
|
32 |
+
| | number of pairs (train) | number of pairs (validation) | number of pairs (test) |
|
33 |
|:---------------------------------------------------|--------------------------:|-------------------------------:|-------------------------:|
|
34 |
| concept:airportincity | 210 | 0 | 0 |
|
35 |
| concept:athleteledsportsteam | 424 | 0 | 0 |
|