arXiv:2506.16393cs.CLcs.AI2025-06被引 11

用小模型协作标注,省钱提效还更准。

From LLM-anation to LLM-orchestrator: Coordinating Small Models for Data Labeling

  • 大模型选小模型,自动生成代码并验证难题样本。
  • 多小模型投票+持续学习,准确率提升6.21%,成本降74.15%。
  • 适合需要低成本高精度标注的场景,如情感与毒性分类。

尽管基于大语言模型(LLM)的标注范式近年取得显著进展,但其实际部署仍面临两大瓶颈:一是大规模标注调用商业API成本高昂;二是在需细粒度语义理解的任务中,如情感分类和毒性分类,LLM的标注准确率甚至低于专用小语言模型(SLMs)。为此,我们提出多模型协同标注新范式,并设计了全自动标注框架AutoAnnotator。该框架分两层:上层元控制器利用LLM的生成与推理能力,选择适配的SLMs进行标注、自动生成标注代码并验证难例;下层任务专家层由多个SLMs通过多模型投票完成标注。此外,将元控制器二次审查所得难例作为强化学习数据集,采用持续学习策略分阶段微调SLMs,提升其泛化能力。大量实验表明,AutoAnnotator在零样本、单样本、思维链及多数投票设置下均优于现有开源或API LLM。尤为关键的是,相比直接使用GPT-3.5-turbo标注,其成本降低74.15%,同时准确率提升6.21%。

原文摘要 · Abstract (English)

Although the annotation paradigm based on Large Language Models (LLMs) has made significant breakthroughs in recent years, its actual deployment still has two core bottlenecks: first, the cost of calling commercial APIs in large-scale annotation is very expensive; second, in scenarios that require fine-grained semantic understanding, such as sentiment classification and toxicity classification, the annotation accuracy of LLMs is even lower than that of Small Language Models (SLMs) dedicated to this field. To address these problems, we propose a new paradigm of multi-model cooperative annotation and design a fully automatic annotation framework AutoAnnotator based on this. Specifically, AutoAnnotator consists of two layers. The upper-level meta-controller layer uses the generation and reasoning capabilities of LLMs to select SLMs for annotation, automatically generate annotation code and verify difficult samples; the lower-level task-specialist layer consists of multiple SLMs that perform annotation through multi-model voting. In addition, we use the difficult samples obtained by the secondary review of the meta-controller layer as the reinforcement learning set and fine-tune the SLMs in stages through a continual learning strategy, thereby improving the generalization of SLMs. Extensive experiments show that AutoAnnotator outperforms existing open-source/API LLMs in zero-shot, one-shot, CoT, and majority voting settings. Notably, AutoAnnotator reduces the annotation cost by 74.15% compared to directly annotating with GPT-3.5-turbo, while still improving the accuracy by 6.21%. Project page: https://github.com/Zhaiyuan-Ji/AutoAnnotator.

小模型自动标注成本优化多模型协作

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。