Commit
·
368d459
1
Parent(s):
456b39f
Update README.md
Browse files
README.md
CHANGED
|
@@ -40,7 +40,20 @@ The generated labels (for the subject, relation, and object) and their types can
|
|
| 40 |
|
| 41 |
#### Citation
|
| 42 |
```bibtex
|
| 43 |
-
@article{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
author = {Nandana Mihindukulasooriya and
|
| 45 |
Mike Sava and
|
| 46 |
Gaetano Rossiello and
|
|
@@ -53,8 +66,9 @@ The generated labels (for the subject, relation, and object) and their types can
|
|
| 53 |
Alfio Gliozzo},
|
| 54 |
title = {Knowledge Graph Induction enabling Recommending and Trend Analysis:
|
| 55 |
{A} Corporate Research Community Use Case},
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
|
|
|
| 59 |
}
|
| 60 |
```
|
|
|
|
| 40 |
|
| 41 |
#### Citation
|
| 42 |
```bibtex
|
| 43 |
+
@article{knowgl-aaai_2023_demo,
|
| 44 |
+
author = {Gaetano Rossiello and
|
| 45 |
+
Md. Faisal Mahbub Chowdhury and
|
| 46 |
+
Nandana Mihindukulasooriya and
|
| 47 |
+
Owen Cornec and
|
| 48 |
+
Alfio Gliozzo},
|
| 49 |
+
title = {KnowGL: Knowledge Generation and Linking from Text},
|
| 50 |
+
journal = {Proceedings of the AAAI Conference on Artificial Intelligence}
|
| 51 |
+
year = {2023}
|
| 52 |
+
}
|
| 53 |
+
```
|
| 54 |
+
|
| 55 |
+
```bibtex
|
| 56 |
+
@InProceedings{10.1007/978-3-031-19433-7_47,
|
| 57 |
author = {Nandana Mihindukulasooriya and
|
| 58 |
Mike Sava and
|
| 59 |
Gaetano Rossiello and
|
|
|
|
| 66 |
Alfio Gliozzo},
|
| 67 |
title = {Knowledge Graph Induction enabling Recommending and Trend Analysis:
|
| 68 |
{A} Corporate Research Community Use Case},
|
| 69 |
+
booktitle = "The Semantic Web -- ISWC 2022",
|
| 70 |
+
year = "2022",
|
| 71 |
+
publisher = "Springer International Publishing",
|
| 72 |
+
pages = "827--844",
|
| 73 |
}
|
| 74 |
```
|