Datasets:

Modalities:
Text
Formats:
arrow
Languages:
English
Libraries:
Datasets
License:
File size: 2,765 Bytes
4d88bf6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e4e132a
 
 
 
 
 
 
 
 
 
 
 
 
9f0ca28
e4e132a
9f0ca28
e4e132a
9f0ca28
e4e132a
9f0ca28
e4e132a
4d88bf6
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
---
license: apache-2.0
task_categories:
- question-answering
language:
- en
configs:
    - config_name: qapairs_dev
      data_files:
      - split: train
        path: "qa_dataset/dev/train/data-00000-of-00001.arrow"
      - split: test
        path: "qa_dataset/dev/test/data-00000-of-00001.arrow"
      - split: sample
        path: "qa_dataset/dev/sample/data-00000-of-00001.arrow"
      - split: holdout
        path: "qa_dataset/dev/holdout/data-00000-of-00001.arrow"
    - config_name: groundingdata_dev
      data_files:
      - split: train
        path: "grounding_dataset/dev/train/data-00000-of-00001.arrow"
      - split: test
        path: "grounding_dataset/dev/test/data-00000-of-00001.arrow"
      - split: sample
        path: "grounding_dataset/dev/sample/data-00000-of-00001.arrow"
      - split: holdout
        path: "grounding_dataset/dev/holdout/data-00000-of-00001.arrow"
    - config_name: qapairs_train_hard
      data_files:
      - split: train
        path: "qa_dataset/train-hard/train/data-00000-of-00001.arrow"
      - split: test
        path: "qa_dataset/train-hard/test/data-00000-of-00001.arrow"
      - split: sample
        path: "qa_dataset/train-hard/sample/data-00000-of-00001.arrow"
      - split: holdout
        path: "qa_dataset/train-hard/holdout/data-00000-of-00001.arrow"
    - config_name: groundingdata_train_hard
      data_files:
      - split: train
        path: "grounding_dataset/train-hard/train/data-00000-of-00001.arrow"
      - split: test
        path: "grounding_dataset/train-hard/test/data-00000-of-00001.arrow"
      - split: sample
        path: "grounding_dataset/train-hard/sample/data-00000-of-00001.arrow"
      - split: holdout
        path: "grounding_dataset/train-hard/holdout/data-00000-of-00001.arrow"
    - config_name: qapairs_synthetic_dev
      data_files:
      - split: train
        path: "synthetic_v2_hotpot/dev/examples/train/data-00000-of-00001.arrow"
      - split: test
        path: "synthetic_v2_hotpot/dev/examples/test/data-00000-of-00001.arrow"
      - split: sample
        path: "synthetic_v2_hotpot/dev/examples/sample/data-00000-of-00001.arrow"
      - split: holdout
        path: "synthetic_v2_hotpot/dev/examples/holdout/data-00000-of-00001.arrow"
    - config_name: qapairs_synthetic_train_hard
      data_files:
      - split: train
        path: "synthetic_v2_hotpot/train-hard/examples/train/data-00000-of-00001.arrow"
      - split: test
        path: "synthetic_v2_hotpot/train-hard/examples/test/data-00000-of-00001.arrow"
      - split: sample
        path: "synthetic_v2_hotpot/train-hard/examples/sample/data-00000-of-00001.arrow"
      - split: holdout
        path: "synthetic_v2_hotpot/train-hard/examples/holdout/data-00000-of-00001.arrow"
    
---