paper-with-me

Papers

Focusing Knowledge-based Graph Argument Mining via Topic Modeling

2021-02-03 · Patrick Abels, Zahra Ahmadi, Sophie Burkhardt, Benjamin Schiller, Iryna Gurevych, Stefan Kramer

Decision-making usually takes five steps: identifying the problem, collecting data, extracting evidence, identifying pro and con arguments, and making decisions. Focusing on extracting evidence, this paper presents a hybrid model that combines latent Dirichlet allocation and word embeddings to obtain external knowledge from structured and unstructured data. We study the task of sentence-level argument mining, as arguments mostly require some degree of world knowledge to be identified and understood. Given a topic and a sentence, the goal is to classify whether a sentence represents an argument in regard to the topic. We use a topic model to extract topic- and sentence-specific evidence from the structured knowledge base Wikidata, building a graph based on the cosine similarity between the entity word vectors of Wikidata and the vector of the given sentence. Also, we build a second graph based on topic-specific articles found via Google to tackle the general incompleteness of structured knowledge bases. Combining these graphs, we obtain a graph-based model which, as our evaluation shows, successfully capitalizes on both structured and unstructured data.

📄 PDF Abstract BibTeX arXiv:2102.02086

Code (0)

등록된 구현이 없습니다.

Tasks

Argument MiningArticlesDecision MakingSentenceWord EmbeddingsWorld Knowledge

Similar Papers 제목 키워드 기반

TACAM: Topic And Context Aware Argument Mining

2019-05-26 · Michael Fromm, Evgeniy Faerman, Thomas Seidl

In this work we address the problem of argument search. The purpose of argument search is the distillation of pro and contra arguments for requested topics from large text corpora. In previous works, the usual approach i…

Argument MiningKnowledge Graphs

Diversity Over Size: On the Effect of Sample and Topic Sizes for Topic-Dependent Argument Mining Datasets

2022-05-23 · Benjamin Schiller, Johannes Daxenberger, Andreas Waldis, Iryna Gurevych

The task of Argument Mining, that is extracting and classifying argument components for a specific topic from large document sources, is an inherently difficult task for machine learning models and humans alike, as large…

Argument MiningBenchmarkingDiversityStance Detection

Explainable Topic-Enhanced Argument Mining from Heterogeneous Sources

2023-07-22 · Jiasheng Si, Yingjie Zhu, Xingyu Shi, Deyu Zhou 외

Given a controversial target such as ``nuclear energy'', argument mining aims to identify the argumentative text from heterogeneous sources. Current approaches focus on exploring better ways of integrating the target-ass…

Argument MiningLanguage ModellingSentence

Spurious Correlations in Cross-Topic Argument Mining

2021-08-01 · Joint Conference on Lexical and Computational Semantics 2021 · Terne Sasha Thorn Jakobsen, Maria Barrett, Anders S{\o}gaard

Recent work in cross-topic argument mining attempts to learn models that generalise across topics rather than merely relying on within-topic spurious correlations. We examine the effectiveness of this approach by analysi…

Argument MiningTopic Models

Cross-topic Argument Mining from Heterogeneous Sources Using Attention-based Neural Networks

2018-02-15 · Christian Stab, Tristan Miller, Iryna Gurevych

Argument mining is a core technology for automating argument search in large document collections. Despite its usefulness for this task, most current approaches to argument mining are designed for use only with specific …

Argument Mining