paper-with-me

홈 › Papers

Not All Negative Samples Are Equal: LLMs Learn Better from Plausible Reasoning

2026-02-03 · Zixiang Di, Jinyi Han, Shuo Zhang, Ying Liao, Zhi Li, Xiaofeng Ji, Yongqi Wang, Zheming Yang, Ming Gao, Bingdong Li, Jie Wang arxiv

Learning from negative samples holds great promise for improving Large Language Model (LLM) reasoning capability, yet existing methods treat all incorrect responses as equally informative, overlooking the crucial role of sample quality. To address this, we propose Plausible Negative Samples (PNS), a method that synthesizes high-quality negative samples exhibiting expected format and structural coherence while ultimately yielding incorrect answers. PNS trains a dedicated model via reverse reinforcement learning (RL) guided by a composite reward combining format compliance, accuracy inversion, reward model assessment, and chain-of-thought evaluation, generating responses nearly indistinguishable from correct solutions. We further validate PNS as a plug-and-play data source for preference optimization across three backbone models on seven mathematical reasoning benchmarks. Results demonstrate that PNS consistently outperforms other negative sample synthesis methods, achieving an average improvement of 2.03% over RL-trained models.

📄 PDF Abstract BibTeX arXiv:2602.03516

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Language Model Pre-training on True Negatives

2022-12-01 · Zhuosheng Zhang, Hai Zhao, Masao Utiyama, Eiichiro Sumita

Discriminative pre-trained language models (PLMs) learn to predict original texts from intentionally corrupted ones. Taking the former text as positive and the latter as negative samples, the PLM can be trained effective…

Language ModelingLanguage Modellingmodel

On Psychology of AI -- Does Primacy Effect Affect ChatGPT and Other LLMs?

2025-04-29 · Mika Hämäläinen

We study the primacy effect in three commercial LLMs: ChatGPT, Gemini and Claude. We do this by repurposing the famous experiment Asch (1946) conducted using human subjects. The experiment is simple, given two candidates…

Negating Negatives: Alignment with Human Negative Samples via Distributional Dispreference Optimization

2024-03-06 · Shitong Duan, Xiaoyuan Yi, Peng Zhang, Yan Liu 외

Large language models (LLMs) have revolutionized the role of AI, yet pose potential social risks. To steer LLMs towards human preference, alignment technologies have been introduced and gained increasing attention. Never…

ISD: Self-Supervised Learning by Iterative Similarity Distillation

2020-12-16 · ICCV 2021 10 · Ajinkya Tejankar, Soroush Abbasi Koohpayegani, Vipin Pillai, Paolo Favaro 외

Recently, contrastive learning has achieved great results in self-supervised learning, where the main idea is to push two augmentations of an image (positive pairs) closer compared to other random images (negative pairs)…

Contrastive LearningSelf-Supervised LearningTransfer Learning

Generating Negative Samples for Multi-Modal Recommendation

2025-01-25 · Yanbiao Ji, Yue Ding, Dan Luo, Chang Liu 외

Multi-modal recommender systems (MMRS) have gained significant attention due to their ability to leverage information from various modalities to enhance recommendation quality. However, existing negative sampling techniq…

Multi-modal RecommendationRecommendation Systems