CoolFace
Datasetpublic

MidhunKanadan/argument-scheme-classification

Argument Scheme Classification Dataset This dataset contains annotated arguments labeled with one of 7 argumentation schemes. It is intended for training and evaluating argument classification models. ๐Ÿง  Task The goal is to classify a given argument into one of the following 7 argumentation schemes: AV: Argument from Values PR: Argument from Practical Reasoning AC: Argument from Consequences CO: Argument from Commitments AH: Ad Hominem VV: Victimization AS:โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/MidhunKanadan/argument-scheme-classification.

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes13downloads
Dataset Card

Argument Scheme Classification Dataset

This dataset contains annotated arguments labeled with one of 7 argumentation schemes. It is intended for training and evaluating argument classification models.

๐Ÿง  Task

The goal is to classify a given argument into one of the following 7 argumentation schemes:

  • โ€”AV: Argument from Values
  • โ€”PR: Argument from Practical Reasoning
  • โ€”AC: Argument from Consequences
  • โ€”CO: Argument from Commitments
  • โ€”AH: Ad Hominem
  • โ€”VV: Victimization
  • โ€”AS: Argument from Sign

๐Ÿ“ Dataset Structure

The dataset is split into two parts:

  • โ€”train.csv โ€“ 700 labeled examples
  • โ€”validation.csv โ€“ 175 labeled examples

Each file contains:

ColumnDescription
ArgumentThe input argument as free text
LabelOne of the 7 argument schemes

๐Ÿ“Š Format Example

csv
Argument,Label
"The decree I signed, which converts environmental fines into investments, was signed by me...",AC
"Responsible tourism brings with it awareness of the ecosystem and promotes sustainability.",AV