sileod commited on
Commit
763cee4
1 Parent(s): 6491410

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -34,6 +34,10 @@ tags:
34
  ---
35
 
36
  # Dataset accompanying the "Probing neural language models for understanding of words of estimative probability" article
 
 
 
 
37
  ```bib
38
  @article{sileo2022probing,
39
  title={Probing neural language models for understanding of words of estimative probability},
 
34
  ---
35
 
36
  # Dataset accompanying the "Probing neural language models for understanding of words of estimative probability" article
37
+
38
+ This dataset tests the capabilities of language models to correctly capture the meaning of words denoting probabilities (WEP). We used probabilitic soft logic to combine probabilistic statements expressed with WEP (WEP-Reaosning) and we also used the UNLI dataset (https://nlp.jhu.edu/unli/) to directly check whether models can detect the WEP matching human-annotated probabilities.
39
+ The dataset can be used as natural langauge inference data (context, premise, label) or multiple choice question answering (context,valid_hypothesis, invalid_hypothesis).
40
+
41
  ```bib
42
  @article{sileo2022probing,
43
  title={Probing neural language models for understanding of words of estimative probability},