paper-with-me

홈 › Papers

Is LLM an Overconfident Judge? Unveiling the Capabilities of LLMs in Detecting Offensive Language with Annotation Disagreement

2025-02-10 · Junyu Lu, Kai Ma, Kaichun Wang, Kelaiti Xiao, Roy Ka-Wei Lee, Bo Xu, Liang Yang, Hongfei Lin

Large Language Models (LLMs) have become essential for offensive language detection, yet their ability to handle annotation disagreement remains underexplored. Disagreement samples, which arise from subjective interpretations, pose a unique challenge due to their ambiguous nature. Understanding how LLMs process these cases, particularly their confidence levels, can offer insight into their alignment with human annotators. This study systematically evaluates the performance of multiple LLMs in detecting offensive language at varying levels of annotation agreement. We analyze binary classification accuracy, examine the relationship between model confidence and human disagreement, and explore how disagreement samples influence model decision-making during few-shot learning and instruction fine-tuning. Our findings reveal that LLMs struggle with low-agreement samples, often exhibiting overconfidence in these ambiguous cases. However, utilizing disagreement samples in training improves both detection accuracy and model alignment with human judgment. These insights provide a foundation for enhancing LLM-based offensive language detection in real-world moderation tasks.

📄 PDF Abstract BibTeX arXiv:2502.06207

Code (1)

dut-lujunyu/disagreement 공식 구현

Tasks

Binary ClassificationDecision MakingFew-Shot Learning

Similar Papers 제목 키워드 기반

HealthQ: Unveiling Questioning Capabilities of LLM Chains in Healthcare Conversations

2024-09-28 · Ziyu Wang, Hao Li, Di Huang, Amir M. Rahmani

In digital healthcare, large language models (LLMs) have primarily been utilized to enhance question-answering capabilities and improve patient interactions. However, effective patient care necessitates LLM chains that c…

Dataset GenerationInformativenessnamed-entity-recognitionNamed Entity Recognition+5

JudgeLM: Fine-tuned Large Language Models are Scalable Judges

2023-10-26 · Lianghui Zhu, Xinggang Wang, Xinlong Wang

Evaluating Large Language Models (LLMs) in open-ended scenarios is challenging because existing benchmarks and metrics can not measure them comprehensively. To address this problem, we propose to fine-tune LLMs as scalab…

Potential and Perils of Large Language Models as Judges of Unstructured Textual Data

2025-01-14 · Rewina Bedemariam, Natalie Perez, Sreyoshi Bhaduri, Satya Kapoor 외

Rapid advancements in large language models have unlocked remarkable capabilities when it comes to processing and summarizing unstructured text data. This has implications for the analysis of rich, open-ended datasets, s…

Noise-Response Calibration: A Causal Intervention Protocol for LLM-Judges

2026-03-17 · Maxim Khomiakov, Jes Frellsen arxiv

Large language models (LLMs) are increasingly used as automated judges and synthetic labelers, especially in low-label settings. Yet these systems are stochastic and often overconfident, which makes deployment decisions …

Text Classification

INSIDE: LLMs' Internal States Retain the Power of Hallucination Detection

2024-02-06 · Chao Chen, Kai Liu, Ze Chen, Yi Gu 외

Knowledge hallucination have raised widespread concerns for the security and reliability of deployed LLMs. Previous efforts in detecting hallucinations have been employed at logit-level uncertainty estimation or language…

DiversityHallucinationQuestion Answering