File size: 1,227 Bytes
b38d0db
 
8697970
 
 
 
b14e1a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5e5eb7f
795ffa3
ceb7c80
 
f39cb9b
845efb7
 
 
f39cb9b
845efb7
 
 
f39cb9b
845efb7
 
 
f39cb9b
b14e1a9
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
---
license: mit
task_categories:
- text-classification
language:
- en
tags:
- 'rationale-extraction'
- reasoning
- nli
- fact-checking
- explainability
pretty_name: spanex
size_categories:
- 1K<n<10K
---

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.

---
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
---