Datasets:
Update README.md
Browse files
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)
|
|
|
|
|
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
|