Commit
·
3df9d83
1
Parent(s):
ee99c8e
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,17 @@
|
|
1 |
## Overview
|
2 |
Original dataset [here](https://github.com/felipessalvatore/NLI_datasets).
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
## Dataset curation
|
6 |
One hypothesis in the dev set and three hypotheses in the train set are empty and have been
|
|
|
1 |
## Overview
|
2 |
Original dataset [here](https://github.com/felipessalvatore/NLI_datasets).
|
3 |
|
4 |
+
Below the original description reported for convenience.
|
5 |
+
```latex
|
6 |
+
@MISC{Fracas96,
|
7 |
+
author = {{The Fracas Consortium} and Robin Cooper and Dick Crouch and Jan Van Eijck and Chris Fox and Josef Van Genabith and Jan Jaspars and Hans Kamp and David Milward and Manfred Pinkal and Massimo Poesio and Steve Pulman and Ted Briscoe and Holger Maier and Karsten Konrad},
|
8 |
+
title = {Using the Framework},
|
9 |
+
year = {1996}
|
10 |
+
}
|
11 |
+
```
|
12 |
+
|
13 |
+
Adapted from [https://nlp.stanford.edu/~wcmac/downloads/fracas.xml](https://nlp.stanford.edu/~wcmac/downloads/fracas.xml). We took `P1, ..., Pn` as premise and H as hypothesis. Labels have been mapped as follows `{'yes': "entailment", 'no': 'contradiction', 'undef': "neutral", 'unknown': "neutral"}`. And we randomly split 80/20 for train/dev.
|
14 |
+
|
15 |
|
16 |
## Dataset curation
|
17 |
One hypothesis in the dev set and three hypotheses in the train set are empty and have been
|