sileod commited on
Commit
95df5f7
1 Parent(s): 079311d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ ```
6
+ @inproceedings{thukral-etal-2021-probing,
7
+ title = "Probing Language Models for Understanding of Temporal Expressions",
8
+ author = "Thukral, Shivin and
9
+ Kukreja, Kunal and
10
+ Kavouras, Christian",
11
+ booktitle = "Proceedings of the Fourth BlackboxNLP Workshop on Analyzing and Interpreting Neural Networks for NLP",
12
+ month = nov,
13
+ year = "2021",
14
+ address = "Punta Cana, Dominican Republic",
15
+ publisher = "Association for Computational Linguistics",
16
+ url = "https://aclanthology.org/2021.blackboxnlp-1.31",
17
+ doi = "10.18653/v1/2021.blackboxnlp-1.31",
18
+ pages = "396--406",
19
+ abstract = "We present three Natural Language Inference (NLI) challenge sets that can evaluate NLI models on their understanding of temporal expressions. More specifically, we probe these models for three temporal properties: (a) the order between points in time, (b) the duration between two points in time, (c) the relation between the magnitude of times specified in different units. We find that although large language models fine-tuned on MNLI have some basic perception of the order between points in time, at large, these models do not have a thorough understanding of the relation between temporal expressions.",
20
+ }
21
+ ```