arXiv:2606.26530cs.CLcs.AI2026-06

通过区分正负样本提升大模型的抽象推理能力

DiARC: Distinguishing Positive and Negative Samples Helps Improving ARC-like Reasoning Ability of Large Language Models

论文配图:DiARC: Distinguishing Positive and Negative Samples Helps Improving ARC-like Reasoning Ability of Large Language Models
图 1 · 摘自论文原文
  • 构建正负样本对,让模型学会分辨相似但错误的解法
  • 在多个基准上显著优于基线模型,最高提升18.7%
  • 适合需要提升逻辑推理能力的研究者和开发者

抽象与推理语料库(ARC)包含需从有限网格样本中总结模式并预测输出网格的任务。近期许多基于大语言模型的方法试图将其转化为文本推理任务,但开源模型表现不佳,而闭源模型成本过高。现有工作主要集中在数据增强和构建类ARC数据用于监督微调。本文认为解决类ARC问题不仅需要正样本监督,还需通过区分负样本提升模型推理能力。为此,我们借鉴偏好对齐思想,提出DiARC方法,通过三种方式构造负样本:输出级视觉变换、DSL级规则反转和任务特定规则编辑。这些负样本提供有信息量的近似错误选项,同时保持示范不变。在多个类ARC基准上的实验表明,DiARC持续优于基线模型。代码已开源。

原文摘要 · Abstract (English)

The Abstraction and Reasoning Corpus (ARC) contains tasks that require summarizing patterns from limited grid samples and predicting output grids. Recently, many large language model based approaches have attempted to transform it into a text-based reasoning task. However, methods based on open-source models have generally yielded unsatisfactory results, while those relying on closed-source models are too costly. Current efforts mainly focus on data augmentation, constructing ARC-like data for more comprehensive supervised fine-tuning. In this work, we argue that solving ARC-like problems requires not only positive sample supervision but also the ability to improve model reasoning by distinguishing negative samples. To this end, we draw on the idea of preference alignment and propose DiARC, a method that constructs preference pairs to enable the model to distinguish between them. Specifically, we propose three ways to construct negative samples, including output-level visual transformations, DSL-level rule inversion, and task-specific rule editing. The resulting negative samples provide informative near-miss alternatives while keeping the observed demonstrations unchanged. Experimental results across multiple ARC-like benchmarks show that DiARC consistently improves performance over baseline models. The code is released at https://github.com/szu-tera/DiARC.

大模型推理偏好对齐负样本学习

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