asahi417 commited on
Commit
572533a
1 Parent(s): 34852cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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 pairs | 603 | 68 | 122 |
33
- | number of unique relation types | 157 | 52 | 34 |
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