paper-with-me

Papers

Argumentation Computation with Large Language Models : A Benchmark Study

2024-12-21 · Zhaoqun Li, Xiaotong Fang, Chen Chen, Mengze Li, Beishui Liao

In recent years, large language models (LLMs) have made significant advancements in neuro-symbolic computing. However, the combination of LLM with argumentation computation remains an underexplored domain, despite its considerable potential for real-world applications requiring defeasible reasoning. In this paper, we aim to investigate the capability of LLMs in determining the extensions of various abstract argumentation semantics. To achieve this, we develop and curate a benchmark comprising diverse abstract argumentation frameworks, accompanied by detailed explanations of algorithms for computing extensions. Subsequently, we fine-tune LLMs on the proposed benchmark, focusing on two fundamental extension-solving tasks. As a comparative baseline, LLMs are evaluated using a chain-of-thought approach, where they struggle to accurately compute semantics. In the experiments, we demonstrate that the process explanation plays a crucial role in semantics computation learning. Models trained with explanations show superior generalization accuracy compared to those trained solely with question-answer pairs. Furthermore, by leveraging the self-explanation capabilities of LLMs, our approach provides detailed illustrations that mitigate the lack of transparency typically associated with neural networks. Our findings contribute to the broader understanding of LLMs' potential in argumentation computation, offering promising avenues for further research in this domain.

📄 PDF Abstract BibTeX arXiv:2412.16725

Code (0)

등록된 구현이 없습니다.

Tasks

Abstract Argumentation

Similar Papers 제목 키워드 기반

ArgBench: Benchmarking LLMs on Computational Argumentation Tasks

2026-04-19 · Yamen Ajjour, Carlotta Quensel, Nedim Lipka, Henning Wachsmuth arxiv

Argumentation skills are an essential toolkit for large language models (LLMs). These skills are crucial in various use cases, including self-reflection, debating collaboratively for diverse answers, and countering hate …

Exploring the Potential of Large Language Models in Computational Argumentation

2023-11-15 · Guizhen Chen, Liying Cheng, Luu Anh Tuan, Lidong Bing

Computational argumentation has become an essential tool in various domains, including law, public policy, and artificial intelligence. It is an emerging research field in natural language processing that attracts increa…

Argument Mining

Computational Argumentation Quality Assessment in Natural Language

2017-04-01 · EACL 2017 4 · Henning Wachsmuth, Nona Naderi, Yufang Hou, Yonatan Bilu 외

Research on computational argumentation faces the problem of how to automatically assess the quality of an argument or argumentation. While different quality dimensions have been approached in natural language processing…

Assessing Open-Source Large Language Models on Argumentation Mining Subtasks

2024-11-08 · Mohammad Yeghaneh Abkenar, Weixing Wang, Hendrik Graupner, Manfred Stede

We explore the capability of four open-sourcelarge language models (LLMs) in argumentation mining (AM). We conduct experiments on three different corpora; persuasive essays(PE), argumentative microtexts (AMT) Part 1 and …

ARCRelation Classification

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…