gaetangate
commited on
Commit
•
6202e2f
1
Parent(s):
95ae2e2
Update README.md
Browse files
README.md
CHANGED
@@ -32,11 +32,11 @@ The `knowgl-large` model is trained by combining Wikidata with an extended versi
|
|
32 |
```
|
33 |
[(subject mentions # subject label # subject type) | relation label | (object mentions # object label # object type)]
|
34 |
```
|
35 |
-
If there
|
36 |
|
37 |
-
The model achieves state-of-the-art results for relation extraction on the
|
38 |
|
39 |
-
The generated labels (for subject, relation and object) and types
|
40 |
|
41 |
#### Citation
|
42 |
```bibtex
|
|
|
32 |
```
|
33 |
[(subject mentions # subject label # subject type) | relation label | (object mentions # object label # object type)]
|
34 |
```
|
35 |
+
If there is more than one triple generated, they are separated by `$` in the output.
|
36 |
|
37 |
+
The model achieves state-of-the-art results for relation extraction on the REBEL dataset. See results in [Mihindukulasooriya et al (ISWC 2022)](https://arxiv.org/pdf/2207.05188.pdf).
|
38 |
|
39 |
+
The generated labels (for the subject, relation, and object) and their types can be directly mapped to Wikidata IDs associated with them.
|
40 |
|
41 |
#### Citation
|
42 |
```bibtex
|