Datasets:
Update OntoLAMA.py
Browse files- OntoLAMA.py +2 -2
OntoLAMA.py
CHANGED
@@ -25,10 +25,10 @@ import datasets
|
|
25 |
# TODO: Add BibTeX citation
|
26 |
# Find for instance the citation on arxiv or on the dataset repo/website
|
27 |
_CITATION = """\
|
28 |
-
@
|
29 |
title={Language Model Analysis for Ontology Subsumption Inference},
|
30 |
author={He, Yuan and Chen, Jiaoyan and Jim{\'e}nez-Ruiz, Ernesto and Dong, Hang and Horrocks, Ian},
|
31 |
-
|
32 |
year={2023}
|
33 |
}
|
34 |
"""
|
|
|
25 |
# TODO: Add BibTeX citation
|
26 |
# Find for instance the citation on arxiv or on the dataset repo/website
|
27 |
_CITATION = """\
|
28 |
+
@inproceedings{he2023language,
|
29 |
title={Language Model Analysis for Ontology Subsumption Inference},
|
30 |
author={He, Yuan and Chen, Jiaoyan and Jim{\'e}nez-Ruiz, Ernesto and Dong, Hang and Horrocks, Ian},
|
31 |
+
booktitle={Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics},
|
32 |
year={2023}
|
33 |
}
|
34 |
"""
|