paper-with-me

홈 › Papers

Illuminating Blind Spots of Language Models with Targeted Agent-in-the-Loop Synthetic Data

2024-03-26 · Philip Lippmann, Matthijs T. J. Spaan, Jie Yang

Language models (LMs) have achieved impressive accuracy across a variety of tasks but remain vulnerable to high-confidence misclassifications, also referred to as unknown unknowns (UUs). These UUs cluster into blind spots in the feature space, leading to significant risks in high-stakes applications. This is particularly relevant for smaller, lightweight LMs that are more susceptible to such errors. While the identification of UUs has been extensively studied, their mitigation remains an open challenge, including how to use identified UUs to eliminate unseen blind spots. In this work, we propose a novel approach to address blind spot mitigation through the use of intelligent agents -- either humans or large LMs -- as teachers to characterize UU-type errors. By leveraging the generalization capabilities of intelligent agents, we identify patterns in high-confidence misclassifications and use them to generate targeted synthetic samples to improve model robustness and reduce blind spots. We conduct an extensive evaluation of our method on three classification tasks and demonstrate its effectiveness in reducing the number of UUs, all while maintaining a similar level of accuracy. We find that the effectiveness of human computation has a high ceiling but is highly dependent on familiarity with the underlying task. Moreover, the cost gap between humans and LMs surpasses an order of magnitude, as LMs attain human-like generalization and generation performance while being more scalable.

📄 PDF Abstract BibTeX arXiv:2403.17860

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

From Blind Spots to Gains: Diagnostic-Driven Iterative Training for Large Multimodal Models

2026-02-26 · Hongrui Jia, Chaoya Jiang, Yongrui Heng, Shikun Zhang 외 arxiv

As Large Multimodal Models (LMMs) scale up and reinforcement learning (RL) methods mature, LMMs have made notable progress in complex reasoning and decision making. Yet training still relies on static data and fixed reci…

Reinforcement LearningDecision MakingImage Editing

Discovering Blind Spots in Reinforcement Learning

2018-05-23 · Ramya Ramakrishnan, Ece Kamar, Debadeepta Dey, Julie Shah 외

Agents trained in simulation may make errors in the real world due to mismatches between training and execution environments. These mistakes can be dangerous and difficult to discover because the agent cannot predict the…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Does Training on Synthetic Data Make Models Less Robust?

2025-02-11 · Lingze Zhang, Ellie Pavlick

An increasingly common practice is to train large language models (LLMs) using synthetic data. Often this synthetic data is produced by the same or similar LLMs as those it is being used to train. This raises the questio…

Natural Language Inference

A Bayesian Approach to Identifying Representational Errors

2021-03-28 · Ramya Ramakrishnan, Vaibhav Unhelkar, Ece Kamar, Julie Shah

Trained AI systems and expert decision makers can make errors that are often difficult to identify and understand. Determining the root cause for these errors can improve future decisions. This work presents Generative E…

Bayesian Inference

With Argus Eyes: Assessing Retrieval Gaps via Uncertainty Scoring to Detect and Remedy Retrieval Blind Spots

2026-02-10 · Zeinab Sadat Taghavi, Ali Modarressi, Hinrich Schutze, Andreas Marfurt arxiv

Reliable retrieval-augmented generation (RAG) systems depend fundamentally on the retriever's ability to find relevant information. We show that neural retrievers used in RAG systems have blind spots, which we define as …