File size: 1,790 Bytes
7682824
51cd9d6
 
7682824
2995eb9
 
51cd9d6
 
 
08c3cc2
51cd9d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
08c3cc2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51cd9d6
 
 
 
 
 
 
 
 
08c3cc2
 
 
 
 
 
 
 
7682824
ae17930
 
 
 
 
 
 
 
 
 
 
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
language:
- en
license: apache-2.0
task_categories:
- text-classification
task_ids:
- natural-language-inference
dataset_info:
- config_name: atomic
  features:
  - name: Premise
    dtype: string
  - name: Hypothesis
    dtype: string
  - name: Update
    dtype: string
  - name: UpdateType
    dtype: string
  splits:
  - name: train
    num_bytes: 4463463
    num_examples: 35002
  - name: validation
    num_bytes: 487230
    num_examples: 3840
  - name: test
    num_bytes: 526381
    num_examples: 4138
  download_size: 1871664
  dataset_size: 5477074
- config_name: snli
  features:
  - name: Premise
    dtype: string
  - name: Hypothesis
    dtype: string
  - name: Update
    dtype: string
  - name: UpdateType
    dtype: string
  splits:
  - name: train
    num_bytes: 15781997
    num_examples: 88674
  - name: validation
    num_bytes: 328847
    num_examples: 1785
  - name: test
    num_bytes: 330956
    num_examples: 1837
  download_size: 3627986
  dataset_size: 16441800
configs:
- config_name: atomic
  data_files:
  - split: train
    path: atomic/train-*
  - split: validation
    path: atomic/validation-*
  - split: test
    path: atomic/test-*
- config_name: snli
  data_files:
  - split: train
    path: snli/train-*
  - split: validation
    path: snli/validation-*
  - split: test
    path: snli/test-*
---
https://github.com/rudinger/defeasible-nli
```
@inproceedings{rudinger2020thinking,
  title={Thinking like a skeptic: 
  feasible inference in natural language},
  author={Rudinger, Rachel and Shwartz, Vered and Hwang, Jena D and Bhagavatula, Chandra and Forbes, Maxwell and Le Bras, Ronan and Smith, Noah A and Choi, Yejin},
  booktitle={Findings of the Association for Computational Linguistics: EMNLP 2020},
  pages={4661--4675},
  year={2020}
}
```