paper-with-me

홈 › Papers

Web-based Argumentation

2016-12-14 · Kenrick

Assumption-Based Argumentation (ABA) is an argumentation framework that has been proposed in the late 20th century. Since then, there was still no solver implemented in a programming language which is easy to setup and no solver have been interfaced to the web, which impedes the interests of the public. This project aims to implement an ABA solver in a modern programming language that performs reasonably well and interface it to the web for easier access by the public. This project has demonstrated the novelty of development of an ABA solver, that computes conflict-free, stable, admissible, grounded, ideal, and complete semantics, in Python programming language which can be used via an easy-to-use web interface for visualization of the argument and dispute trees. Experiments were conducted to determine the project's best configurations and to compare this project with proxdd, a state-of-the-art ABA solver, which has no web interface and computes less number of semantics. From the results of the experiments, this project's best configuration is achieved by utilizing "pickle" technique and tree caching technique. Using this project's best configuration, this project achieved a lower average runtime compared to proxdd. On other aspect, this project encountered more cases with exceptions compared to proxdd, which might be caused by this project computing more semantics and hence requires more resources to do so. Hence, it can be said that this project run comparably well to the state-of-the-art ABA solver proxdd. Future works of this project include computational complexity analysis and efficiency analysis of algorithms implemented, implementation of more semantics in argumentation framework, and usability testing of the web interface.

📄 PDF Abstract BibTeX arXiv:1612.04469

Code (1)

kenrick95/aba-web 공식 구현

Similar Papers 제목 키워드 기반

Crowdsourcing Argumentation Structures in Chinese Hotel Reviews

2017-05-05 · Mengxue Li, Shiqiang Geng, Yang Gao, Haijing Liu 외

Argumentation mining aims at automatically extracting the premises-claim discourse structures in natural language texts. There is a great demand for argumentation corpora for customer reviews. However, due to the controv…

Argumentation Mining on Essays at Multi Scales

2020-12-01 · COLING 2020 8 · Hao Wang, Zhen Huang, Yong Dou, Yu Hong

Argumentation mining on essays is a new challenging task in natural language processing, which aims to identify the types and locations of argumentation components. Recent research mainly models the task as a sequence ta…

A Neural Transition-based Model for Argumentation Mining

2021-08-01 · ACL 2021 5 · Jianzhu Bao, Chuang Fan, Jipeng Wu, Yixue Dang 외

The goal of argumentation mining is to automatically extract argumentation structures from argumentative texts. Most existing methods determine argumentative relations by exhaustively enumerating all possible pairs of ar…

model

Splitting Argumentation Frameworks with Collective Attacks and Supports

2026-04-30 · Matti Berthold, Lydia Blümel, Giovanni Buraglio, Anna Rapberger arxiv

This work proposes novel splitting techniques for argumentation formalisms that incorporate supports between defeasible elements. We base our studies on bipolar set-based argumentation frameworks (BSAFs) which generalize…

Relational Argumentation Semantics

2021-04-26 · Ryuta Arisaka, Takayuki Ito

In this paper, we propose a fresh perspective on argumentation semantics, to view them as a relational database. It offers encapsulation of the underlying argumentation graph, and allows us to understand argumentation se…