Edit model card

Model Description

bert-base-german-cased_cimt-argument-concreteness is a fine-tuned BERT model that is built to predict the concreteness of argumentative utterances in urban planning processes. It has been trained to recognize three classes: high concreteness (LABEL_2), intermediate concreteness (LABEL_1), and low concreteness (LABEL_0).

Specifically, this model is a bert-base-german-cased that was fine-tuned on https://github.com/juliaromberg/cimt-argument-concreteness-dataset.

Background

This work is based on research in the project CIMT, which investigates the chances and challenges of involving citizens in political decisions in the context of sustainable mobility transitions. (for more information, visit https://www.cimt-hhu.de/en/)

Details & Evaluation Results

Can be found in the corresponding publication https://aclanthology.org/2022.argmining-1.11/.

Usage

from transformers import AutoModelForSequenceClassification, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("juliaromberg/bert-base-german-cased_cimt-argument-concreteness")
model = AutoModelForSequenceClassification.from_pretrained("juliaromberg/bert-base-german-cased_cimt-argument-concreteness")

Citation

@inproceedings{romberg-2022-perspective,
    title = "Is Your Perspective Also My Perspective? Enriching Prediction with Subjectivity",
    author = "Romberg, Julia",
    editor = "Lapesa, Gabriella  and
      Schneider, Jodi  and
      Jo, Yohan  and
      Saha, Sougata",
    booktitle = "Proceedings of the 9th Workshop on Argument Mining",
    month = oct,
    year = "2022",
    address = "Online and in Gyeongju, Republic of Korea",
    publisher = "International Conference on Computational Linguistics",
    url = "https://aclanthology.org/2022.argmining-1.11",
    pages = "115--125",
    abstract = "Although argumentation can be highly subjective, the common practice with supervised machine learning is to construct and learn from an aggregated ground truth formed from individual judgments by majority voting, averaging, or adjudication. This approach leads to a neglect of individual, but potentially important perspectives and in many cases cannot do justice to the subjective character of the tasks. One solution to this shortcoming are multi-perspective approaches, which have received very little attention in the field of argument mining so far. In this work we present PerspectifyMe, a method to incorporate perspectivism by enriching a task with subjectivity information from the data annotation process. We exemplify our approach with the use case of classifying argument concreteness, and provide first promising results for the recently published CIMT PartEval Argument Concreteness Corpus.",
}
Downloads last month
4