Datasets:

lawhy commited on
Commit
f82d392
1 Parent(s): 32da519

Update OntoLAMA.py

Browse files
Files changed (1) hide show
  1. 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
- @article{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
- journal={arXiv preprint arXiv:2302.06761},
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
  """