Datasets:
guilhem-sante
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,38 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: 'Unnamed: 0'
|
6 |
-
dtype: int64
|
7 |
-
- name: argument_a
|
8 |
-
dtype: string
|
9 |
-
- name: argument_b
|
10 |
-
dtype: string
|
11 |
-
- name: relation
|
12 |
-
dtype: string
|
13 |
-
splits:
|
14 |
-
- name: binary
|
15 |
-
num_bytes: 19261
|
16 |
-
num_examples: 110
|
17 |
-
- name: ternary
|
18 |
-
num_bytes: 12852
|
19 |
-
num_examples: 72
|
20 |
-
download_size: 22006
|
21 |
-
dataset_size: 32113
|
22 |
-
configs:
|
23 |
-
- config_name: default
|
24 |
-
data_files:
|
25 |
-
- split: binary
|
26 |
-
path: data/binary-*
|
27 |
-
- split: ternary
|
28 |
-
path: data/ternary-*
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: 'Unnamed: 0'
|
6 |
+
dtype: int64
|
7 |
+
- name: argument_a
|
8 |
+
dtype: string
|
9 |
+
- name: argument_b
|
10 |
+
dtype: string
|
11 |
+
- name: relation
|
12 |
+
dtype: string
|
13 |
+
splits:
|
14 |
+
- name: binary
|
15 |
+
num_bytes: 19261
|
16 |
+
num_examples: 110
|
17 |
+
- name: ternary
|
18 |
+
num_bytes: 12852
|
19 |
+
num_examples: 72
|
20 |
+
download_size: 22006
|
21 |
+
dataset_size: 32113
|
22 |
+
configs:
|
23 |
+
- config_name: default
|
24 |
+
data_files:
|
25 |
+
- split: binary
|
26 |
+
path: data/binary-*
|
27 |
+
- split: ternary
|
28 |
+
path: data/ternary-*
|
29 |
+
task_categories:
|
30 |
+
- text-classification
|
31 |
+
tags:
|
32 |
+
- relation-based argument mining
|
33 |
+
- argument mining
|
34 |
+
- sample
|
35 |
+
pretty_name: liaisons IBM's "Claim Stance" dataset sample
|
36 |
+
size_categories:
|
37 |
+
- n<1K
|
38 |
+
---
|