sileod commited on
Commit
82e30f2
1 Parent(s): a180b7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -36,7 +36,9 @@ tags:
36
 
37
  # Dataset accompanying the "Probing neural language models for understanding of words of estimative probability" article
38
 
39
- 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.
 
 
40
  The dataset can be used as natural langauge inference data (context, premise, label) or multiple choice question answering (context,valid_hypothesis, invalid_hypothesis).
41
 
42
  ```bib
 
36
 
37
  # Dataset accompanying the "Probing neural language models for understanding of words of estimative probability" article
38
 
39
+ This dataset tests the capabilities of language models to correctly capture the meaning of words denoting probabilities (WEP), e.g. words like "probably", "maybe", "surely", "impossible".
40
+
41
+ We used probabilitic soft logic to combine probabilistic statements expressed with WEP (WEP-Reasoning) 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.
42
  The dataset can be used as natural langauge inference data (context, premise, label) or multiple choice question answering (context,valid_hypothesis, invalid_hypothesis).
43
 
44
  ```bib