faisalchow
commited on
Commit
•
7ab28d6
1
Parent(s):
b6399c9
Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ The `knowgl-large` model is trained by combining Wikidata with an extended versi
|
|
32 |
```
|
33 |
[(subject mention # subject label # subject type) | relation label | (object mention # object label # object type)]
|
34 |
```
|
35 |
-
If there
|
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 |
|
|
|
32 |
```
|
33 |
[(subject mention # subject label # subject type) | relation label | (object mention # object label # object type)]
|
34 |
```
|
35 |
+
If there are more than one triples generated, they are separated by `$` in the output. More details in [Rossiello et al. (AAAI 2023)](https://arxiv.org/pdf/2210.13952.pdf).
|
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 |
|