paper-with-me

Papers

Targeted Data Generation: Finding and Fixing Model Weaknesses

2023-05-28 · Zexue He, Marco Tulio Ribeiro, Fereshte Khani

Even when aggregate accuracy is high, state-of-the-art NLP models often fail systematically on specific subgroups of data, resulting in unfair outcomes and eroding user trust. Additional data collection may not help in addressing these weaknesses, as such challenging subgroups may be unknown to users, and underrepresented in the existing and new data. We propose Targeted Data Generation (TDG), a framework that automatically identifies challenging subgroups, and generates new data for those subgroups using large language models (LLMs) with a human in the loop. TDG estimates the expected benefit and potential harm of data augmentation for each subgroup, and selects the ones most likely to improve within group performance without hurting overall performance. In our experiments, TDG significantly improves the accuracy on challenging subgroups for state-of-the-art sentiment analysis and natural language inference models, while also improving overall test accuracy.

📄 PDF Abstract BibTeX arXiv:2305.17804

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationNatural Language InferenceOverall - TestSentiment Analysis

Methods 이 논문이 사용한 방법론

fail 설명 없음
Test 설명 없음

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

An Interpretable Automated Mechanism Design Framework with Large Language Models

2025-02-16 · Jiayuan Liu, Mingyu Guo, Vincent Conitzer

Mechanism design has long been a cornerstone of economic theory, with traditional approaches relying on mathematical derivations. Recently, automated approaches, including differentiable economics with neural networks, h…

Code Generation

Exploring Weaknesses in Function Call Models via Reinforcement Learning: An Adversarial Data Augmentation Approach

2026-01-27 · Weiran Guo, Bing Bo, Shaoxiang Wu, Jingsheng Yang arxiv

Function call capabilities have become crucial for Large Language Models (LLMs), enabling them to interact more effectively with external tools and APIs. Existing methods for improving the function call capabilities of L…

Reinforcement LearningData Augmentation

CRAFT: Clustering Rubrics to Diagnose Weak LLM Capabilities and Generate Targeted Fine-Tuning Data

2026-07-17 · Vipul Gupta, Zihao Wang, Razvan-Gabriel Dumitru, MohammadHossein Rezaei 외 arxiv

Evaluations should do more than measure a models current performance. They should tell us what to fix for the next model iteration and provide a way to generate targeted post training data. Most evaluation pipelines iden…

ProjectTest: A Project-level LLM Unit Test Generation Benchmark and Impact of Error Fixing Mechanisms

2025-02-10 · Yibo Wang, Congying Xia, Wenting Zhao, Jiangshu Du 외

Unit test generation has become a promising and important use case of LLMs. However, existing evaluation benchmarks for assessing LLM unit test generation capabilities focus on function- or class-level code rather than m…