paper-with-me

Papers

Chain of Preference Optimization: Improving Chain-of-Thought Reasoning in LLMs

2024-06-13 · Xuan Zhang, Chao Du, Tianyu Pang, Qian Liu, Wei Gao, Min Lin

The recent development of chain-of-thought (CoT) decoding has enabled large language models (LLMs) to generate explicit logical reasoning paths for complex problem-solving. However, research indicates that these paths are not always deliberate and optimal. The tree-of-thought (ToT) method employs tree-searching to extensively explore the reasoning space and find better reasoning paths that CoT decoding might overlook. This deliberation, however, comes at the cost of significantly increased inference complexity. In this work, we demonstrate that fine-tuning LLMs leveraging the search tree constructed by ToT allows CoT to achieve similar or better performance, thereby avoiding the substantial inference burden. This is achieved through Chain of Preference Optimization (CPO), where LLMs are fine-tuned to align each step of the CoT reasoning paths with those of ToT using the inherent preference information in the tree-search process. Extensive experimental results show that CPO significantly improves LLM performance in solving a variety of complex problems, including question answering, fact verification, and arithmetic reasoning, demonstrating its effectiveness. Our code is available at https://github.com/sail-sg/CPO.

📄 PDF Abstract BibTeX arXiv:2406.09136

Code (1)

sail-sg/cpo 공식 구현 pytorch

Tasks

Arithmetic ReasoningFact VerificationLogical ReasoningQuestion Answering

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 제목 키워드 기반

OCEAN: Offline Chain-of-thought Evaluation and Alignment in Large Language Models

2024-10-31 · Junda Wu, Xintong Li, Ruoyu Wang, Yu Xia 외

Offline evaluation of LLMs is crucial in understanding their capacities, though current methods remain underexplored in existing research. In this work, we focus on the offline evaluation of the chain-of-thought capabili…

Entity LinkingKnowledge Graphs

ClinCoT: Clinical-Aware Visual Chain-of-Thought for Medical Vision Language Models

2026-03-01 · Xiwei Liu, Yulong Li, Xinlin Zhuang, Xuhui Li 외 arxiv

Medical Vision-Language Models have shown promising potential in clinical decision support, yet they remain prone to factual hallucinations due to insufficient grounding in localized pathological evidence. Existing medic…

Multimodal Reasoning

ThoughtFold: Folding Reasoning Chains via Introspective Preference Learning

2026-06-02 · Ziyan Liu, Xueda Shen, Yuzhe Gu, Songyang Gao 외 arxiv

Large Reasoning Models (LRMs) have achieved remarkable progress thanks to Reinforcement Learning with Verifiable Rewards (RLVR) on Chain-of-Thoughts (CoTs). However, since long CoTs naturally contain trial and errors and…

Reinforcement Learning

ChainRank-DPO: Chain Rank Direct Preference Optimization for LLM Rankers

2024-12-18 · Haowei Liu, Xuyang Wu, Guohao Sun, Zhiqiang Tao 외

Large language models (LLMs) have demonstrated remarkable effectiveness in text reranking through works like RankGPT, leveraging their human-like reasoning about relevance. However, supervised fine-tuning for ranking oft…

MMLURerankingText Reranking

Less is More Tokens: Efficient Math Reasoning via Difficulty-Aware Chain-of-Thought Distillation

2025-09-05 · Abdul Waheed, Chancharik Mitra, Laurie Z. Wang, Deva Ramanan 외 arxiv

Chain-of-thought reasoning, while powerful, can produce unnecessarily verbose output for simpler problems. We present a framework for difficulty-aware reasoning that teaches models to dynamically adjust reasoning depth b…