File size: 1,644 Bytes
79430c9
7138352
 
79430c9
f0a176f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79430c9
7138352
 
 
 
 
 
 
 
 
 
 
 
 
 
621be98
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
---
language:
- ko
license: cc-by-4.0
dataset_info:
  features:
  - name: data_index_by_user
    dtype: int32
  - name: question
    dtype: string
  - name: choices
    struct:
    - name: text
      sequence: string
    - name: label
      sequence: string
  - name: answerKey
    dtype: string
  - name: para
    dtype: string
  - name: para_id
    dtype: string
  - name: para_anno
    struct:
    - name: effect_prop
      dtype: string
    - name: cause_dir_str
      dtype: string
    - name: effect_dir_str
      dtype: string
    - name: cause_dir_sign
      dtype: string
    - name: effect_dir_sign
      dtype: string
    - name: cause_prop
      dtype: string
  - name: question_anno
    struct:
    - name: more_effect_dir
      dtype: string
    - name: less_effect_dir
      dtype: string
    - name: less_cause_prop
      dtype: string
    - name: more_effect_prop
      dtype: string
    - name: less_effect_prop
      dtype: string
    - name: less_cause_dir
      dtype: string
  splits:
  - name: train
    num_bytes: 1326969
    num_examples: 2696
  - name: validation
    num_bytes: 192332
    num_examples: 384
  - name: test
    num_bytes: 385569
    num_examples: 784
  download_size: 618394
  dataset_size: 1904870
---
# Dataset Card for quartz

## Licensing Information

The data is distributed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.

## Source Data Citation Information

```
@InProceedings{quartz,
  author = {Oyvind Tafjord and Matt Gardner and Kevin Lin and Peter Clark},
  title = {"QUARTZ: An Open-Domain Dataset of Qualitative Relationship
Questions"},
  year = {"2019"},
}