Datasets:

Languages:
Korean
ArXiv:
License:
lhoestq HF staff commited on
Commit
e38ea26
·
1 Parent(s): f496c96

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -19,6 +19,28 @@ task_ids:
19
  - intent-classification
20
  paperswithcode_id: null
21
  pretty_name: Structured Argument Extraction for Korean
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Structured Argument Extraction for Korean
@@ -157,4 +179,4 @@ The dataset is licensed under the CC BY-SA-4.0.
157
 
158
  ### Contributions
159
 
160
- Thanks to [@stevhliu](https://github.com/stevhliu) for adding this dataset.
 
19
  - intent-classification
20
  paperswithcode_id: null
21
  pretty_name: Structured Argument Extraction for Korean
22
+ dataset_info:
23
+ features:
24
+ - name: intent_pair1
25
+ dtype: string
26
+ - name: intent_pair2
27
+ dtype: string
28
+ - name: label
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ 0: yes/no
33
+ 1: alternative
34
+ 2: wh- questions
35
+ 3: prohibitions
36
+ 4: requirements
37
+ 5: strong requirements
38
+ splits:
39
+ - name: train
40
+ num_bytes: 2885167
41
+ num_examples: 30837
42
+ download_size: 2545926
43
+ dataset_size: 2885167
44
  ---
45
 
46
  # Dataset Card for Structured Argument Extraction for Korean
 
179
 
180
  ### Contributions
181
 
182
+ Thanks to [@stevhliu](https://github.com/stevhliu) for adding this dataset.