菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-03
📄 Abstract - LLM-based Argument Mining meets Argumentation and Description Logics: a Unified Framework for Reasoning about Debates

Large Language Models (LLMs) achieve strong performance in analyzing and generating text, yet they struggle with explicit, transparent, and verifiable reasoning over complex texts such as those containing debates. In particular, they lack structured representations that capture how arguments support or attack each other and how their relative strengths determine overall acceptability. We encompass these limitations by proposing a framework that integrates learning-based argument mining with quantitative reasoning and ontology-based querying. Starting from a raw debate text, the framework extracts a fuzzy argumentative knowledge base, where arguments are explicitly represented as entities, linked by attack and support relations, and annotated with initial fuzzy strengths reflecting plausibility w.r.t. the debate's context. Quantitative argumentation semantics are then applied to compute final argument strengths by propagating the effects of supports and attacks. These results are then embedded into a fuzzy description logic setting, enabling expressive query answering through efficient rewriting techniques. The proposed approach provides a transparent, explainable, and formally grounded method for analyzing debates, overcoming purely statistical LLM-based analyses.

顶级标签: llm natural language processing theory
详细标签: argument mining description logics knowledge representation reasoning explainable ai 或 搜索:

基于大语言模型的论证挖掘与论证及描述逻辑的结合:一个用于辩论推理的统一框架 / LLM-based Argument Mining meets Argumentation and Description Logics: a Unified Framework for Reasoning about Debates


1️⃣ 一句话总结

这篇论文提出了一个结合大语言模型、定量论证和模糊描述逻辑的新框架,能够从原始辩论文本中提取结构化、可解释的论证关系并进行推理,克服了纯统计模型在复杂文本推理上的不足。

源自 arXiv: 2603.02858