gaetangate
commited on
Commit
·
95ae2e2
1
Parent(s):
097799a
Update README.md
Browse files
README.md
CHANGED
@@ -34,6 +34,27 @@ The `knowgl-large` model is trained by combining Wikidata with an extended versi
|
|
34 |
```
|
35 |
If there are more than one triples generated, they are separated by `$` in the output.
|
36 |
|
37 |
-
The model achieves state-of-the-art results for relation extraction on the test dataset of REBEL. See results
|
38 |
|
39 |
-
The generated labels (for subject, relation and object) and types (subject and object) can be directly mapped to Wikidata IDs associated with them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
```
|
35 |
If there are more than one triples generated, they are separated by `$` in the output.
|
36 |
|
37 |
+
The model achieves state-of-the-art results for relation extraction on the test dataset of REBEL. See results in [Mihindukulasooriya et al (ISWC 2022)](https://arxiv.org/pdf/2207.05188.pdf).
|
38 |
|
39 |
+
The generated labels (for subject, relation and object) and types (subject and object) can be directly mapped to Wikidata IDs associated with them.
|
40 |
+
|
41 |
+
#### Citation
|
42 |
+
```bibtex
|
43 |
+
@article{DBLP:journals/corr/abs-2207-05188,
|
44 |
+
author = {Nandana Mihindukulasooriya and
|
45 |
+
Mike Sava and
|
46 |
+
Gaetano Rossiello and
|
47 |
+
Md. Faisal Mahbub Chowdhury and
|
48 |
+
Irene Yachbes and
|
49 |
+
Aditya Gidh and
|
50 |
+
Jillian Duckwitz and
|
51 |
+
Kovit Nisar and
|
52 |
+
Michael Santos and
|
53 |
+
Alfio Gliozzo},
|
54 |
+
title = {Knowledge Graph Induction enabling Recommending and Trend Analysis:
|
55 |
+
{A} Corporate Research Community Use Case},
|
56 |
+
journal = {CoRR},
|
57 |
+
volume = {abs/2207.05188},
|
58 |
+
year = {2022}
|
59 |
+
}
|
60 |
+
```
|