Update README.md
Browse files
README.md
CHANGED
@@ -29,8 +29,8 @@ The number of triples in each split is summarized in the table below.
|
|
29 |
|
30 |
| | train | validation | test |
|
31 |
|:--------------------------------|--------:|-------------:|-------:|
|
32 |
-
| number of
|
33 |
-
| number of unique relation types |
|
34 |
|
35 |
|
36 |
### Filtering to Remove Noise
|
@@ -45,6 +45,7 @@ Finally, we remove triples that contain enties that has frequency less than 5 (`
|
|
45 |
| Predicate | 1,616 | 1,470 | 1,237 | 246 | 246 |
|
46 |
|
47 |
|
|
|
48 |
## Dataset Structure
|
49 |
An example looks as follows.
|
50 |
```shell
|
|
|
29 |
|
30 |
| | train | validation | test |
|
31 |
|:--------------------------------|--------:|-------------:|-------:|
|
32 |
+
| number of triples | 33812 | 8454 | 122 |
|
33 |
+
| number of unique relation types (predicate) | 169 | 135 | 34 |
|
34 |
|
35 |
|
36 |
### Filtering to Remove Noise
|
|
|
45 |
| Predicate | 1,616 | 1,470 | 1,237 | 246 | 246 |
|
46 |
|
47 |
|
48 |
+
|
49 |
## Dataset Structure
|
50 |
An example looks as follows.
|
51 |
```shell
|