Embedding Models for Stance-Aware Argument Retrieval

📅 2026-08-28
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文针对立场感知论据检索中的主题相关性和立场正确性评估问题,通过平衡论证课程和立场反转论据的数据中心解决方案,改进密集嵌入模型的性能。
📝 Abstract
In computational argumentation, obtaining arguments that explicitly support or attack given claims is a critical precursor to downstream reasoning tasks. When these supporting and attacking arguments are to be retrieved using semantic search methods, they need to be assessed for topic-relevance to the claims of interest as well as for correctness of their (positive or negative) stance towards the claims. In this paper we explore how dense embedding models (hereafter, models), powering modern retrieval pipelines, can serve as the basis of semantic search incorporating this dual assessment. We show experimentally that existing models struggle with asymmetric reasoning, exhibiting a strong bias toward topical overlap while ignoring instructional stance. We also show that correcting this bias via contrastive training triggers a new failure mode where models over-correct, over-fixating on polarity keywords (e.g., "supports" or "refutes") at the expense of the semantic topic. We thus introduce diagnostic word-ablation metrics to quantify this phenomenon and propose a data-centric solution. By implementing a balanced argument curriculum alongside LLM-augmented, stance-inverted arguments, we force the (embedding) models to learn deeper directional logic rather than exploiting superficial lexical shortcuts. Our evaluation demonstrates that, for sufficiently powerful models, this approach can alleviate the observed overcorrection, achieving further improvements in stance-aware argument retrieval.
Problem

Research questions and friction points this paper is trying to address.

stance-aware argument retrieval
dense embedding models
asymmetric reasoning
topical overlap
instructional stance
Innovation

Methods, ideas, or system contributions that make the work stand out.

dense embedding models
stance-aware argument retrieval
contrastive training
diagnostic word-ablation metrics
balanced argument curriculum