fix readme
Browse files
README.md
CHANGED
|
@@ -65,24 +65,6 @@ Then, we reduce the number triples in each predicate to be less than `max predic
|
|
| 65 |
If the number of triples in a predicate is higher than `max predicate`,
|
| 66 |
we choose top-`max predicate` triples based on the frequency of the subject and the object, or random sampling.
|
| 67 |
|
| 68 |
-
- number of triples in each configuration
|
| 69 |
-
|
| 70 |
-
| min entity / max predicate | 10 | 25 | 50 | 100 |
|
| 71 |
-
|-----------------------------:|-----:|-----:|-----:|------:|
|
| 72 |
-
| 4 | 1781 | 3961 | 6717 | 10768 |
|
| 73 |
-
| 8 | 1522 | 3216 | 5286 | 8443 |
|
| 74 |
-
| 12 | 1301 | 2720 | 4505 | 7191 |
|
| 75 |
-
| 16 | 1120 | 2389 | 3994 | 6481 |
|
| 76 |
-
|
| 77 |
-
- number of predicates in different min entity size
|
| 78 |
-
|
| 79 |
-
| min entity | 10 |
|
| 80 |
-
|-------------:|-----:|
|
| 81 |
-
| 4 | 193 |
|
| 82 |
-
| 8 | 168 |
|
| 83 |
-
| 12 | 146 |
|
| 84 |
-
| 16 | 123 |
|
| 85 |
-
|
| 86 |
- distribution of entities
|
| 87 |
|
| 88 |
<img src="https://huggingface.co/datasets/relbert/t_rex/resolve/main/data/stats.entity_distribution.png" alt="" width="600" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
|
|
|
| 65 |
If the number of triples in a predicate is higher than `max predicate`,
|
| 66 |
we choose top-`max predicate` triples based on the frequency of the subject and the object, or random sampling.
|
| 67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
- distribution of entities
|
| 69 |
|
| 70 |
<img src="https://huggingface.co/datasets/relbert/t_rex/resolve/main/data/stats.entity_distribution.png" alt="" width="600" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|