Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,47 @@
|
|
1 |
---
|
2 |
license: odc-by
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: odc-by
|
3 |
---
|
4 |
+
|
5 |
+
# wice
|
6 |
+
|
7 |
+
WiCE: Real-World Entailment for Claims in Wikipedia
|
8 |
+
|
9 |
+
## Dataset Details
|
10 |
+
|
11 |
+
### Dataset Description
|
12 |
+
|
13 |
+
WiCE is a fine-grained textual entailment dataset built on natural claim and evidence pairs extracted from Wikipedia. Given a sentence in Wikipedia and the corresponding article(s) it cites, we annotate the entailment label, a list of sentences in the cited article(s) that support the claim sentence, and tokens in the claim that are unsupported by the article(s).
|
14 |
+
|
15 |
+
This is the `entailment_retrieval` subset that includes the WiCE dataset for entailment and retrieval task. `claim` includes data with the original claims and `subclaim` includes data with the decomposed claims (finegrained annotation by using Claim-Split).
|
16 |
+
|
17 |
+
### Dataset Sources
|
18 |
+
|
19 |
+
<!-- Provide the basic links for the dataset. -->
|
20 |
+
|
21 |
+
- **Repository:** https://github.com/ryokamoi/wice
|
22 |
+
- **Paper:** Kamoi, Goyal, Rodriguez, and Durett(2023) [WiCE: Real-World Entailment for Claims in Wikipedia
|
23 |
+
](https://arxiv.org/abs/2303.01432).
|
24 |
+
|
25 |
+
## Citation
|
26 |
+
|
27 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
28 |
+
|
29 |
+
```bibtex
|
30 |
+
@inproceedings{kamoi-etal-2023-wice,
|
31 |
+
title = "{W}i{CE}: Real-World Entailment for Claims in {W}ikipedia",
|
32 |
+
author = "Kamoi, Ryo and
|
33 |
+
Goyal, Tanya and
|
34 |
+
Rodriguez, Juan and
|
35 |
+
Durrett, Greg",
|
36 |
+
editor = "Bouamor, Houda and
|
37 |
+
Pino, Juan and
|
38 |
+
Bali, Kalika",
|
39 |
+
booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
|
40 |
+
month = dec,
|
41 |
+
year = "2023",
|
42 |
+
address = "Singapore",
|
43 |
+
publisher = "Association for Computational Linguistics",
|
44 |
+
url = "https://aclanthology.org/2023.emnlp-main.470",
|
45 |
+
pages = "7561--7583",
|
46 |
+
}
|
47 |
+
```
|