paper-with-me

홈 › Papers

Towards Full-Fledged Argument Search: A Framework for Extracting and Clustering Arguments from Unstructured Text

2021-11-30 · Michael Färber, Anna Steyer

Argument search aims at identifying arguments in natural language texts. In the past, this task has been addressed by a combination of keyword search and argument identification on the sentence- or document-level. However, existing frameworks often address only specific components of argument search and do not address the following aspects: (1) argument-query matching: identifying arguments that frame the topic slightly differently than the actual search query; (2) argument identification: identifying arguments that consist of multiple sentences; (3) argument clustering: selecting retrieved arguments by topical aspects. In this paper, we propose a framework for addressing these shortcomings. We suggest (1) to combine the keyword search with precomputed topic clusters for argument-query matching, (2) to apply a novel approach based on sentence-level sequence-labeling for argument identification, and (3) to present aggregated arguments to users based on topic-aware argument clustering. Our experiments on several real-world debate data sets demonstrate that density-based clustering algorithms, such as HDBSCAN, are particularly suitable for argument-query matching. With our sentence-level, BiLSTM-based sequence-labeling approach we achieve a macro F1 score of 0.71. Finally, evaluating our argument clustering method indicates that a fine-grained clustering of arguments by subtopics remains challenging but is worthwhile to be explored.

📄 PDF Abstract BibTeX arXiv:2112.00160

Code (1)

michaelfaerber/arg-search-framework 공식 구현 tf

Tasks

ClusteringSentence

Similar Papers 제목 키워드 기반

Can formal argumentative reasoning enhance LLMs performances?

2024-05-16 · Federico Castagna, Isabel Sassoon, Simon Parsons

Recent years witnessed significant performance advancements in deep-learning-driven natural language models, with a strong focus on the development and release of Large Language Models (LLMs). These improvements resulted…

End-to-End Argument Mining over Varying Rhetorical Structures

2024-01-20 · Elena Chistova

Rhetorical Structure Theory implies no single discourse interpretation of a text, and the limitations of RST parsers further exacerbate inconsistent parsing of similar structures. Therefore, it is important to take into …

Argument MiningDependency Parsing

Extracting Implicitly Asserted Propositions in Argumentation

2020-10-06 · EMNLP 2020 11 · Yohan Jo, Jacky Visser, Chris Reed, Eduard Hovy

Argumentation accommodates various rhetorical devices, such as questions, reported speech, and imperatives. These rhetorical tools usually assert argumentatively relevant propositions rather implicitly, so understanding …

Argument Mining

A Dataset Independent Set of Baselines for Relation Prediction in Argument Mining

2020-02-14 · Oana Cocarascu, Elena Cabrio, Serena Villata, Francesca Toni

Argument Mining is the research area which aims at extracting argument components and predicting argumentative relations (i.e.,support and attack) from text. In particular, numerous approaches have been proposed in the l…

Argument MiningPredictionRelationRelation Prediction

Argument Pair Extraction via Attention-guided Multi-Layer Multi-Cross Encoding

2021-08-01 · ACL 2021 5 · Liying Cheng, Tianyu Wu, Lidong Bing, Luo Si

Argument pair extraction (APE) is a research task for extracting arguments from two passages and identifying potential argument pairs. Prior research work treats this task as a sequence labeling problem and a binary clas…

Argument Pair Extraction (APE)Binary Classification