asahi417 commited on
Commit
9c1b7dc
1 Parent(s): b48bc6f
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ Then, we reduce the number triples in each predicate to be less than `max predic
43
  If the number of triples in a predicate is higher than `max predicate`, we choose top-`max predicate` triples in terms of the frequency of the subject and the object.
44
 
45
  | min entity/max predicate | 10 | 25 | 50 | 100 |
46
- |-------------------------:|-----:|------:|------:|------:|
47
  | 1 | 6,052 | 12,295 | 20,602 | 33,206 |
48
  | 2 | 5,489 | 11,153 | 18,595 | 29,618 |
49
  | 3 | 4,986 | 10,093 | 16,599 | 26,151 |
 
43
  If the number of triples in a predicate is higher than `max predicate`, we choose top-`max predicate` triples in terms of the frequency of the subject and the object.
44
 
45
  | min entity/max predicate | 10 | 25 | 50 | 100 |
46
+ |-------------------------|-----|------|------|------|
47
  | 1 | 6,052 | 12,295 | 20,602 | 33,206 |
48
  | 2 | 5,489 | 11,153 | 18,595 | 29,618 |
49
  | 3 | 4,986 | 10,093 | 16,599 | 26,151 |