paper-with-me

홈 › Papers

Learning to Reason via Self-Iterative Process Feedback for Small Language Models

2024-12-11 · Kaiyuan Chen, Jin Wang, Xuejie Zhang

Small language models (SLMs) are more efficient, cost-effective, and customizable than large language models (LLMs), though they often underperform in specific areas like reasoning. Past methods for enhancing SLMs' reasoning, such as supervised fine-tuning and distillation, often depend on costly external signals, resulting in SLMs being overly confident with limited supervision signals, thus limiting their abilities. Therefore, this study enables SLMs to learn to reason from self-iterative feedback. By combining odds ratio preference optimization (ORPO), we fine-tune and align SLMs using positive and negative signals generated by themselves. Additionally, we introduce process supervision for rewards in preference alignment by sampling-based inference simulation and process reward models. Compared to Supervised Fine-Tuning (SFT), our method improves the performance of Gemma-2B by 12.43 (Acc) on GSM8K and 3.95 (Pass@1) on MBPP. Furthermore, the proposed method also demonstrated superior out-of-domain generalization capabilities on MMLU_Math and HumanEval.

📄 PDF Abstract BibTeX arXiv:2412.08393

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationGSM8KHumanEvalmbpp

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

CIMR: Contextualized Iterative Multimodal Reasoning for Robust Instruction Following in LVLMs

2025-07-22 · Yangshu Yuan, Heng Chen, Xinyi Jiang, Christian Ng 외 arxiv

The rapid advancement of Large Language Models (LLMs) and Large Vision-Language Models (LVLMs) has enhanced our ability to process and generate human language and visual information. However, these models often struggle …

Instruction FollowingMultimodal ReasoningResponse GenerationLogical Reasoning

TangramSR: Can Vision-Language Models Reason in Continuous Geometric Space?

2026-02-05 · Yikun Zong, Cheston Tan arxiv

Humans excel at spatial reasoning tasks like Tangram puzzle assembly through cognitive processes involving mental rotation, iterative refinement, and visual feedback. Inspired by how humans solve Tangram puzzles through …

Spatial Reasoning

Self-Critique Guided Iterative Reasoning for Multi-hop Question Answering

2025-05-25 · Zheng Chu, Huiming Fan, Jingchang Chen, Qianyu Wang 외

Although large language models (LLMs) have demonstrated remarkable reasoning capabilities, they still face challenges in knowledge-intensive multi-hop reasoning. Recent work explores iterative retrieval to address comple…

Multi-hop Question AnsweringQuestion AnsweringRetrieval

Can Language Models Critique Themselves? Investigating Self-Feedback for Retrieval Augmented Generation at BioASQ 2025

2025-08-07 · Samy Ateia, Udo Kruschwitz arxiv

Agentic Retrieval Augmented Generation (RAG) and 'deep research' systems aim to enable autonomous search processes where Large Language Models (LLMs) iteratively refine outputs. However, applying these systems to domain-…

RASPRef: Retrieval-Augmented Self-Supervised Prompt Refinement for Large Reasoning Models

2026-03-27 · Rahul Soni arxiv

Recent reasoning-focused language models such as DeepSeek R1 and OpenAI o1 have demonstrated strong performance on structured reasoning benchmarks including GSM8K, MATH, and multi-hop question answering tasks. However, t…

Multi-hop Question AnsweringMathematical Reasoning