paper-with-me

홈 › Papers

Selective Annotation via Data Allocation: These Data Should Be Triaged to Experts for Annotation Rather Than the Model

2024-05-20 · Chen Huang, Yang Deng, Wenqiang Lei, Jiancheng Lv, Ido Dagan

To obtain high-quality annotations under limited budget, semi-automatic annotation methods are commonly used, where a portion of the data is annotated by experts and a model is then trained to complete the annotations for the remaining data. However, these methods mainly focus on selecting informative data for expert annotations to improve the model predictive ability (i.e., triage-to-human data), while the rest of the data is indiscriminately assigned to model annotation (i.e., triage-to-model data). This may lead to inefficiencies in budget allocation for annotations, as easy data that the model could accurately annotate may be unnecessarily assigned to the expert, and hard data may be misclassified by the model. As a result, the overall annotation quality may be compromised. To address this issue, we propose a selective annotation framework called SANT. It effectively takes advantage of both the triage-to-human and triage-to-model data through the proposed error-aware triage and bi-weighting mechanisms. As such, informative or hard data is assigned to the expert for annotation, while easy data is handled by the model. Experimental results show that SANT consistently outperforms other baselines, leading to higher-quality annotation through its proper allocation of data to both expert and model workers. We provide pioneering work on data annotation within budget constraints, establishing a landmark for future triage-based annotation studies.

📄 PDF Abstract BibTeX arXiv:2405.12081

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Selective Annotation Makes Language Models Better Few-Shot Learners

2022-09-05 · Hongjin Su, Jungo Kasai, Chen Henry Wu, Weijia Shi 외

Many recent approaches to natural language tasks are built on the remarkable abilities of large language models. Large language models can perform in-context learning, where they learn a new task from a few task demonstr…

Code GenerationIn-Context LearningRetrieval

Sub-SA: Strengthen In-context Learning via Submodular Selective Annotation

2024-07-08 · Jian Qian, Miao Sun, Sifan Zhou, Ziyu Zhao 외

In-context learning (ICL) leverages in-context examples as prompts for the predictions of Large Language Models (LLMs). These prompts play a crucial role in achieving strong performance. However, the selection of suitabl…

DiversityIn-Context Learning

Think Again or Think Longer? Selective Verification for Budget-Aware Reasoning

2026-06-18 · Sajib Acharjee Dip, Dawei Zhou, Liqing Zhang arxiv

Test-time reasoning is increasingly used as a serving-time control knob, but extra reasoning is not uniformly valuable: it can repair failed attempts, waste compute on already-correct answers, or introduce harmful answer…

SCALE: Selective Resource Allocation for Overcoming Performance Bottlenecks in Mathematical Test-time Scaling

2025-11-29 · Yang Xiao, Chunpu Xu, Ruifeng Yuan, Jiashuo Wang 외 arxiv

Test-time compute scaling has emerged as a powerful paradigm for enhancing mathematical reasoning in large language models (LLMs) by allocating additional computational resources during inference. However, current method…

Mathematical Reasoning

AlloBench: Measuring Online Tool Allocation Capability in LLM Agents

2026-07-25 · Daniel Wang, Andrew Xu arxiv

Creating a reusable tool is an investment: an agent pays a fixed cost now in exchange for the potential of future reuse. Therefore, a user should prefer an agent that creates a small number of highly reusable tools, rath…