研究用户指令如何引发大模型对模糊题型的误判
Quantifying LLM Biases Across Instruction Boundary in Mixed Question Forms
- 构建'指令边界'框架,系统测试不同指令对模型判断的影响
- 发现用户指令可导致模型误判率高达37%,显著影响标注质量
- 适合关注大模型标注安全与数据可信度的研究者使用
当前大型语言模型(LLMs)广泛依赖人工标注数据集,但大规模标注常因质量问题产生偏差。例如,多项选择题(MCQs)通常设单一正确答案,但实际可能存在无正确选项或多个正确选项的情况;而判断题应仅标记为真或假,但文本中可能包含无法判断的内容,需标注为未知。当低质量数据集中混合了此类异常标签形式(我们称为稀疏标签)时,难以识别。本文提出'指令边界'概念,系统评估不同指令设置如何引发模型偏差。为此设计了BiasDetector诊断基准,在多种指令配置下测试模型对混合题型数据集的识别能力。实验表明,用户指令会显著引入偏差,凸显大模型开发者和用户都需警惕指令引发的标注错误风险。代码、数据集及实现细节见https://github.com/ZpLing/Instruction-Boundary。
原文摘要 · Abstract (English)
Large Language Models (LLMs) annotated datasets are widely used nowadays, however, large-scale annotations often show biases in low-quality datasets. For example, Multiple-Choice Questions (MCQs) datasets with one single correct option is common, however, there may be questions attributed to none or multiple correct options; whereas true-or-false questions are supposed to be labeled with either True or False, but similarly the text can include unsolvable elements, which should be further labeled as Unknown. There are problems when low-quality datasets with mixed question forms can not be identified. We refer to these exceptional label forms as Sparse Labels, and LLMs' ability to distinguish datasets with Sparse Labels mixture is important. Since users may not know situations of datasets, their instructions can be biased. To study how different instruction settings affect LLMs' identifications of Sparse Labels mixture, we introduce the concept of Instruction Boundary, which systematically evaluates different instruction settings that lead to biases. We propose BiasDetector, a diagnostic benchmark to systematically evaluate LLMs on datasets with mixed question forms under Instruction Boundary settings. Experiments show that users' instructions induce large biases on our benchmark, highlighting the need not only for LLM developers to recognize risks of LLM biased annotation resulting in Sparse Labels mixture, but also problems arising from users' instructions to identify them. Code, datasets and detailed implementations are available at https://github.com/ZpLing/Instruction-Boundary.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。