Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 499 Bytes
a79e99a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-nc-sa-4.0
task_categories:
- question-answering
language:
- en
configs:
- config_name: train
  data_files:
  - split: clean
    path: "train/clean"
  - split: perturbed_leaf
    path: "train/perturbed_leaf"
  - split: perturbed_statement
    path: "train/perturbed_statement"
- config_name: test
  data_files:
  - split: clean
    path: "test/clean"
  - split: perturbed_leaf
    path: "test/perturbed_leaf"
  - split: perturbed_statement
    path: "test/perturbed_statement"
---