File size: 3,195 Bytes
b38d0db
 
8697970
 
 
 
b14e1a9
 
 
 
 
 
 
 
 
 
5e5eb7f
795ffa3
ceb7c80
 
f39cb9b
845efb7
 
 
f39cb9b
845efb7
 
 
f39cb9b
845efb7
 
 
f39cb9b
db9acfa
 
 
 
 
 
 
 
fba1336
db9acfa
fba1336
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
license: mit
task_categories:
- text-classification
language:
- en
tags:
- 'rationale-extraction'
- reasoning
- nli
- fact-checking
- explainability
pretty_name: spanex
size_categories:
- 1K<n<10K

configs:
- config_name: snli_extended
  data_files:
  - split: test
    path: snli_extended.jsonl
- config_name: fever_extended
  data_files:
  - split: test
    path: fever_extended.jsonl
- config_name: snli
  data_files:
  - split: test
    path: snli.jsonl
- config_name: fever
  data_files:
  - split: test
    path: fever.jsonl
---

SpanEx consists of 7071 instances annotated for span interactions.
SpanEx is the first dataset with human phrase-level interaction explanations with explicit labels for interaction types. 
Moreover, SpanEx is annotated by three annotators, which opens new avenues for studies of human explanation agreement -- an understudied area in the explainability literature. 
Our study reveals that while human annotators often agree on span interactions, they also offer complementary reasons for a prediction, collectively providing a comprehensive set of reasons for a prediction.
We collect explanations of span interactions for NLI on the SNLI dataset and for FC on the FEVER dataset.

Please cite the following paper if you use this dataset:

```
@inproceedings{choudhury-etal-2023-explaining,
    title = "Explaining Interactions Between Text Spans",
    author = "Choudhury, Sagnik  and
      Atanasova, Pepa  and
      Augenstein, Isabelle",
    editor = "Bouamor, Houda  and
      Pino, Juan  and
      Bali, Kalika",
    booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2023",
    address = "Singapore",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.emnlp-main.783",
    doi = "10.18653/v1/2023.emnlp-main.783",
    pages = "12709--12730",
    abstract = "Reasoning over spans of tokens from different parts of the input is essential for natural language understanding (NLU) tasks such as fact-checking (FC), machine reading comprehension (MRC) or natural language inference (NLI). However, existing highlight-based explanations primarily focus on identifying individual important features or interactions only between adjacent tokens or tuples of tokens. Most notably, there is a lack of annotations capturing the human decision-making process with respect to the necessary interactions for informed decision-making in such tasks. To bridge this gap, we introduce SpanEx, a multi-annotator dataset of human span interaction explanations for two NLU tasks: NLI and FC. We then investigate the decision-making processes of multiple fine-tuned large language models in terms of the employed connections between spans in separate parts of the input and compare them to the human reasoning processes. Finally, we present a novel community detection based unsupervised method to extract such interaction explanations. We make the code and the dataset available on [Github](https://github.com/copenlu/spanex). The dataset is also available on [Huggingface datasets](https://huggingface.co/datasets/copenlu/spanex).",
}
```