Giter Club home page Giter Club logo

argmining19-same-side-classification's Introduction

Prerequisite: Please download Git lfs

Identifying (classifying) the stance of an argument towards a particular topic is a fundamental task in computational argumentation. The stance of an argument as considered here is a two-valued function: it can either be ''pro'' a topic (= yes, I agree), or ''con'' a topic (= no, I do not agree).

With the new task » same side (stance) classification« we address a simpler variant of this problem: Given two arguments regarding a certain topic, the task is to decide whether or not the two arguments have the same stance.

Task: Same Side Classification

Given two arguments on the same topic, decide whether they have the same or opposite stance towards the topic. 

Settings

We have two experimental settings:

  • Within: Train on a set of topics and evaluate on the same set of topics.
  • Cross: Train on one topic and evaluate on another topic. We choose the 2 topics with highest number of arguments: abortion and gay marriage.

Data

Data source:

idebate.org, debatepedia.org, debatewise.org, debate.org

The data folder contains the training and testing data, for cross and within topics. You can split the training data as you like in order to train your model. After that, the model will be evaluated using the test data.

Baseline

We trained a model using lemma 3 grams for argument1 and argument2 on the training set and then we evaluated the model using the test set. The results are the following:

  • Within Topics:

    • Accuracy: 54%
    • Macro-F1: 0.39
    • Micro-F1: 0.54
  • Cross Topics:

    • Accuracy: 58%
    • Macro-F1: 0.39
    • Micro-F1: 0.58

For more details, visit https://sameside.webis.de

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.