Update README.md
Browse files
README.md
CHANGED
@@ -269,14 +269,14 @@ The number of triples in each split is summarized in the table below.
|
|
269 |
|
270 |
|
271 |
### Filtering to Remove Noise
|
272 |
-
We apply filtering to keep triples with
|
|
|
273 |
After the filtering, we manually remove too vague and noisy predicate, and unify same predicates with different names (see the annotation [here](https://huggingface.co/datasets/relbert/t_rex/raw/main/predicate_manual_check.csv)).
|
274 |
|
275 |
-
| Dataset | `raw`
|
276 |
-
|
277 |
-
| Triples |
|
278 |
-
| Predicate |
|
279 |
-
| Entity | 270,801 | 197,163 | 149,172 |
|
280 |
|
281 |
### Filtering to Purify the Dataset
|
282 |
We reduce the size of the dataset by applying filtering based on the number of predicates and entities in the triples.
|
|
|
269 |
|
270 |
|
271 |
### Filtering to Remove Noise
|
272 |
+
We apply filtering to keep triples with named-entities in either of head or tail (`named-entity filter`).
|
273 |
+
Then, we remove predicates if they have less than three triples (`rare-predicate filter`).
|
274 |
After the filtering, we manually remove too vague and noisy predicate, and unify same predicates with different names (see the annotation [here](https://huggingface.co/datasets/relbert/t_rex/raw/main/predicate_manual_check.csv)).
|
275 |
|
276 |
+
| Dataset | `raw` | `named-entity filter` | `rare-predicate` |
|
277 |
+
|:----------|-----------:|-----------------------:|-----------------:|
|
278 |
+
| Triples | 20,877,472 | 12,561,573 | 12,561,250 |
|
279 |
+
| Predicate | 1,616 | 1,470 | 1,237 |
|
|
|
280 |
|
281 |
### Filtering to Purify the Dataset
|
282 |
We reduce the size of the dataset by applying filtering based on the number of predicates and entities in the triples.
|