Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,15 @@ Each proposition is annotated as spans enclosed by `[M]` and `[/M]`.
|
|
53 |
}
|
54 |
```
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
### Citation
|
58 |
|
|
|
53 |
}
|
54 |
```
|
55 |
|
56 |
+
`propnli.*.jsonl` contains examples for the proposition-to-document entailment task, i.e. Given a proposition and a document, predict whether the proposition can be entailed/contradicted, or neutral with respect to the document.
|
57 |
+
|
58 |
+
|
59 |
+
```
|
60 |
+
{
|
61 |
+
"input": "[M]The Departed is[/M] a 2006 feature film [M]directed by Martin Scorsese.[/M][SEP]The Departed is a 2006 American crime thriller film directed by Martin Scorsese and written by William Monahan. It starred Leonardo DiCaprio, Matt Damon, Jack Nicholson, and Mark Wahlberg, with Martin Sheen, Ray Winstone, Vera Farmiga, and Alec Baldwin in supporting roles. It is a remake of the Hong Kong film Infernal Affairs (2002).\nThe Departed won the Oscar for Best Picture at the 79th Academy Awards. Scorsese received the Oscar for Best Director, Thelma Schoonmaker the Oscar for Best Editing and William Monahan the Oscar for Best Adapted Screenplay.",
|
62 |
+
"label": "e"
|
63 |
+
}
|
64 |
+
```
|
65 |
|
66 |
### Citation
|
67 |
|