ligetinagy
commited on
Commit
•
09bf29c
1
Parent(s):
9334833
Update README.md
Browse files
README.md
CHANGED
@@ -88,12 +88,22 @@ An example:
|
|
88 |
```
|
89 |
|
90 |
### Data Fields
|
91 |
-
- id:
|
92 |
-
- question:
|
|
|
|
|
|
|
|
|
93 |
|
94 |
### Data Splits
|
95 |
|
96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
## Dataset Creation
|
99 |
|
|
|
88 |
```
|
89 |
|
90 |
### Data Fields
|
91 |
+
- id: unique id of the instances, an integer between 1 and 1000;
|
92 |
+
- question: "cause" or "effect". It suggests what kind of causal relation are we looking for: in the case of "cause" we search for the more plausible alternative that may be a cause of the premise. In the case of "effect" we are looking for a plausible result of the premise;
|
93 |
+
- premise: the premise, a sentence;
|
94 |
+
- choice1: the first alternative, a sentence;
|
95 |
+
- choice2: the second alternative, a sentence;
|
96 |
+
- label: the number of the more plausible alternative (1 or 2).
|
97 |
|
98 |
### Data Splits
|
99 |
|
100 |
+
HuCoPA has 3 splits: *train*, *validation* and *test*.
|
101 |
+
|
102 |
+
| Dataset split | Number of instances in the split |
|
103 |
+
|---------------|----------------------------------|
|
104 |
+
| train | 400 |
|
105 |
+
| validation | 100 |
|
106 |
+
| test | 500 |
|
107 |
|
108 |
## Dataset Creation
|
109 |
|