paper-with-me

홈 › Papers

DISCERN: Decoding Systematic Errors in Natural Language for Text Classifiers

2024-10-29 · Rakesh R. Menon, Shashank Srivastava

Despite their high predictive accuracies, current machine learning systems often exhibit systematic biases stemming from annotation artifacts or insufficient support for certain classes in the dataset. Recent work proposes automatic methods for identifying and explaining systematic biases using keywords. We introduce DISCERN, a framework for interpreting systematic biases in text classifiers using language explanations. DISCERN iteratively generates precise natural language descriptions of systematic errors by employing an interactive loop between two large language models. Finally, we use the descriptions to improve classifiers by augmenting classifier training sets with synthetically generated instances or annotated examples via active learning. On three text-classification datasets, we demonstrate that language explanations from our framework induce consistent performance improvements that go beyond what is achievable with exemplars of systematic bias. Finally, in human evaluations, we show that users can interpret systematic biases more effectively (by over 25% relative) and efficiently when described through language explanations as opposed to cluster exemplars.

📄 PDF Abstract BibTeX arXiv:2410.22239

Code (1)

rrmenon10/DISCERN 공식 구현

Tasks

Active Learningtext-classificationText Classification

Similar Papers 제목 키워드 기반

DHP Benchmark: Are LLMs Good NLG Evaluators?

2024-08-25 · Yicheng Wang, Jiayi Yuan, Yu-Neng Chuang, Zhuoer Wang 외

Large Language Models (LLMs) are increasingly serving as evaluators in Natural Language Generation (NLG) tasks. However, the capabilities of LLMs in scoring NLG quality remain inadequately explored. Current studies depen…

Benchmarkingnlg evaluationQuestion AnsweringStory Completion+1

Discerning and Resolving Knowledge Conflicts through Adaptive Decoding with Contextual Information-Entropy Constraint

2024-02-19 · Xiaowei Yuan, Zhao Yang, Yequan Wang, Shengping Liu 외

Large language models internalize enormous parametric knowledge during pre-training. Concurrently, realistic applications necessitate external contextual knowledge to aid models on the underlying tasks. This raises a cru…

Multi-Granularity Guided Fusion-in-Decoder

2024-04-03 · Eunseong Choi, Hyeri Lee, Jongwuk Lee

In Open-domain Question Answering (ODQA), it is essential to discern relevant contexts as evidence and avoid spurious ones among retrieved results. The model architecture that uses concatenated multiple contexts in the d…

DecoderMulti-Task LearningNatural QuestionsOpen-Domain Question Answering+6

TreeCoder: Systematic Exploration and Optimisation of Decoding and Constraints for LLM Code Generation

2025-11-27 · Henrijs Princis, Arindam Sharma, Cristina David arxiv

Large language models (LLMs) have shown remarkable ability to generate code, yet their outputs often violate syntactic or semantic constraints when guided only through natural language prompts. We introduce TreeCoder, th…

Prompt EngineeringCode Generation

How Contrastive Decoding Enhances Large Audio Language Models?

2026-03-10 · Tzu-Quan Lin, Wei-Ping Huang, Yi-Cheng Lin, Hung-yi Lee arxiv

While Contrastive Decoding (CD) has proven effective at enhancing Large Audio Language Models (LALMs), the underlying mechanisms driving its success and the comparative efficacy of different strategies remain unclear. Th…