Add dataset card
Browse files
README.md
CHANGED
|
@@ -1,54 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
annotations_creators:
|
| 3 |
-
- found
|
| 4 |
-
language_creators:
|
| 5 |
-
- found
|
| 6 |
-
language: en
|
| 7 |
-
license: mit
|
| 8 |
-
multilinguality:
|
| 9 |
-
- monolingual
|
| 10 |
-
size_categories:
|
| 11 |
-
- 1K<n<10K
|
| 12 |
-
source_datasets:
|
| 13 |
-
- original
|
| 14 |
-
task_categories:
|
| 15 |
-
- text-classification
|
| 16 |
-
task_ids:
|
| 17 |
-
- multi-class-classification
|
| 18 |
-
dataset_info:
|
| 19 |
-
features:
|
| 20 |
-
- name: claim_label
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: topic_sentence
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: claim_candidate_sentence
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: article_id
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: stance_label
|
| 29 |
-
dtype: string
|
| 30 |
-
splits:
|
| 31 |
-
- name: train
|
| 32 |
-
num_bytes: 11266579
|
| 33 |
-
num_examples: 55544
|
| 34 |
-
- name: validation
|
| 35 |
-
num_bytes: 1413701
|
| 36 |
-
num_examples: 7057
|
| 37 |
-
- name: test
|
| 38 |
-
num_bytes: 1415757
|
| 39 |
-
num_examples: 7065
|
| 40 |
-
download_size: 5648520
|
| 41 |
-
dataset_size: 14096037
|
| 42 |
-
configs:
|
| 43 |
-
- config_name: default
|
| 44 |
-
data_files:
|
| 45 |
-
- split: train
|
| 46 |
-
path: data/train-*
|
| 47 |
-
- split: validation
|
| 48 |
-
path: data/validation-*
|
| 49 |
-
- split: test
|
| 50 |
-
path: data/test-*
|
| 51 |
-
---
|
| 52 |
|
| 53 |
# IAM — Task 1: Claim Extraction (English)
|
| 54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# IAM — Task 1: Claim Extraction (English)
|
| 3 |
|