gaetangate
commited on
Commit
•
cee4f63
1
Parent(s):
88ec0f7
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
This model is used in the paper **Generative Relation Linking for Question Answering over Knowledge Bases**. [ArXiv](https://arxiv.org/abs/2108.07337), [GitHub](https://github.com/IBM/kbqa-relation-linking)
|
6 |
+
|
7 |
+
## Citation
|
8 |
+
```bibtex
|
9 |
+
@inproceedings{rossiello-genrl-2021,
|
10 |
+
title={Generative relation linking for question answering over knowledge bases},
|
11 |
+
author={Rossiello, Gaetano and Mihindukulasooriya, Nandana and Abdelaziz, Ibrahim and Bornea, Mihaela and Gliozzo, Alfio and Naseem, Tahira and Kapanipathi, Pavan},
|
12 |
+
booktitle={International Semantic Web Conference},
|
13 |
+
pages={321--337},
|
14 |
+
year={2021},
|
15 |
+
organization={Springer},
|
16 |
+
url = "https://link.springer.com/chapter/10.1007/978-3-030-88361-4_19",
|
17 |
+
doi = "10.1007/978-3-030-88361-4_19"
|
18 |
+
}
|
19 |
+
```
|