sileod commited on
Commit
56f07ab
1 Parent(s): 08a87f7

Update probability_words_nli.py

Browse files
Files changed (1) hide show
  1. probability_words_nli.py +12 -5
probability_words_nli.py CHANGED
@@ -25,11 +25,18 @@ import pandas as pd
25
 
26
 
27
  _CITATION = """\
28
- @article{sileo2022probing,
29
- title={Probing neural language models for understanding of words of estimative probability},
30
- author={Sileo, Damien and Moens, Marie-Francine},
31
- journal={arXiv preprint arXiv:2211.03358},
32
- year={2022}
 
 
 
 
 
 
 
33
  }
34
  """
35
 
 
25
 
26
 
27
  _CITATION = """\
28
+ @inproceedings{sileo-moens-2023-probing,
29
+ title = "Probing neural language models for understanding of words of estimative probability",
30
+ author = "Sileo, Damien and
31
+ Moens, Marie-francine",
32
+ booktitle = "Proceedings of the 12th Joint Conference on Lexical and Computational Semantics (*SEM 2023)",
33
+ month = jul,
34
+ year = "2023",
35
+ address = "Toronto, Canada",
36
+ publisher = "Association for Computational Linguistics",
37
+ url = "https://aclanthology.org/2023.starsem-1.41",
38
+ doi = "10.18653/v1/2023.starsem-1.41",
39
+ pages = "469--476",
40
  }
41
  """
42