File size: 2,923 Bytes
f70bd36
 
5b8a058
 
 
 
 
f70bd36
 
5b8a058
f70bd36
5b8a058
f70bd36
 
 
 
 
5b8a058
f70bd36
 
5b8a058
f70bd36
5b8a058
 
f70bd36
 
 
 
 
 
 
 
 
 
 
6e26f2e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
size_categories:
- n<1K
task_categories:
- text-classification
pretty_name: liaisons IBM's Claim Stance Dataset Sample
dataset_info:
  features:
  - name: child_argument
    dtype: string
  - name: parent_argument
    dtype: string
  - name: relation
    dtype: string
  splits:
  - name: binary
    num_bytes: 17806
    num_examples: 110
  - name: ternary
    num_bytes: 11486
    num_examples: 72
  download_size: 19883
  dataset_size: 29292
configs:
- config_name: default
  data_files:
  - split: binary
    path: data/binary-*
  - split: ternary
    path: data/ternary-*
tags:
- relation-based argument mining
- argument mining
- sample
---
---
# Dataset Card for Liaison's IBM Claim Stance Dataset Sample

## Table of Contents

- [Dataset Summary](#dataset-summary)
- [Dataset Structure](#dataset-structure)
- [Licensing Information](#licensing-information)
- [Citation Information](#citation-information)

## Dataset Summary 

The present dataset is a result of processing the [IBM Debater Claim Stance Dataset](https://huggingface.co/datasets/ibm/claim_stance) to create representative samples. The size has been reduced to roughly 100 entries, enabling the benchmarking of models for relation-based argument mining tasks with limited resources.

The sample also modifies the original dataset to achieve a more balanced plurality of stances and topics, and creates a new "unrelated" class in argument relation (following a simple rule-based data augmentation algorithm). Further details on the preprocessing can be found on [GitHub](https://github.com/coding-kelps/liaisons-preprocess).

## Dataset Structure

* parent_argument - The first argument that states a position regarding a topic
* child_argument - Another argument that is compared to the parent argument
* relation - The argumentative relation of the child argument to the parent argument. It can either be support/attack in the binary split or support/attack/unrelated in the ternary split

## Licensing Information

This work includes data from the following sources:

* Wikipedia content licensed under CC BY-SA 3.0: [Wikipedia](https://en.wikipedia.org/wiki/Wikipedia:Copyrights#Reusers.27_rights_and_obligations)
* IBM content licensed under CC BY-SA 3.0: (c) Copyright IBM 2014. Released under [CC-BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/)

Modifications and preprocessing have been made to the original data. This derivative work is licensed under the same CC BY-SA 3.0 license.

## Citation Information

Further information about the original dataset can be found on its original [HuggingFace page](https://huggingface.co/datasets/ibm/claim_stance) and its associated research papers: [Stance Classification of Context-Dependent Claims](https://aclanthology.org/E17-1024/) and [Improving Claim Stance Classification with Lexical Knowledge Expansion and Context Utilization](https://aclanthology.org/W17-5104/).