paper-with-me

Papers

TPO: Aligning Large Language Models with Multi-branch & Multi-step Preference Trees

2024-10-10 · Weibin Liao, Xu Chu, Yasha Wang

In the domain of complex reasoning tasks, such as mathematical reasoning, recent advancements have proposed the use of Direct Preference Optimization (DPO) to suppress output of dispreferred responses, thereby enhancing the long-chain reasoning capabilities of large language models (LLMs). To this end, these studies employed LLMs to generate preference trees via Tree-of-thoughts (ToT) and sample the paired preference responses required by the DPO algorithm. However, the DPO algorithm based on binary preference optimization is unable to learn multiple responses with varying degrees of preference/dispreference that provided by the preference trees, resulting in incomplete preference learning. In this work, we introduce Tree Preference Optimization (TPO), that does not sample paired preference responses from the preference tree; instead, it directly learns from the entire preference tree during the fine-tuning. Specifically, TPO formulates the language model alignment as a Preference List Ranking problem, where the policy can potentially learn more effectively from a ranked preference list of responses given the prompt. In addition, to further assist LLMs in identifying discriminative steps within long-chain reasoning and increase the relative reward margin in the preference list, TPO utilizes Adaptive Step Reward to adjust the reward values of each step in trajectory for performing fine-grained preference optimization. We carry out extensive experiments on mathematical reasoning tasks to evaluate TPO. The experimental results indicate that TPO consistently outperforms DPO across three public large language models on four datasets.

📄 PDF Abstract BibTeX arXiv:2410.12854

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

Fennec: Fine-grained Language Model Evaluation and Correction Extended through Branching and Bridging

2024-05-20 · Xiaobo Liang, Haoke Zhang, Helan Hu, Juntao Li 외

The rapid advancement of large language models has given rise to a plethora of applications across a myriad of real-world tasks, mainly centered on aligning with human intent. However, the complexities inherent in human …

Language Model EvaluationLanguage ModelingLanguage Modelling

HaLoRA: Hardware-aware Low-Rank Adaptation for Large Language Models Based on Hybrid Compute-in-Memory Architecture

2025-02-27 · Taiqiang Wu, Chenchen Ding, Wenyong Zhou, Yuxin Cheng 외

Low-rank adaptation (LoRA) is a predominant parameter-efficient finetuning method to adapt large language models (LLMs) for downstream tasks. In this paper, we first propose to deploy the LoRA-finetuned LLMs on the hybri…

Learning Temporal Cues by Predicting Objects Move for Multi-camera 3D Object Detection

2024-04-02 · Seokha Moon, Hongbeen Park, Jungphil Kwon, Jaekoo Lee 외

In autonomous driving and robotics, there is a growing interest in utilizing short-term historical data to enhance multi-camera 3D object detection, leveraging the continuous and correlated nature of input video streams.…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

Being-H0.7: A Latent World-Action Model from Egocentric Videos

2026-04-30 · Hao Luo, Wanpeng Zhang, Yicheng Feng, Sipeng Zheng 외 arxiv

Visual-Language-Action models (VLAs) have advanced generalist robot control by mapping multimodal observations and language instructions directly to actions, but sparse action supervision often encourages shortcut mappin…

SPINE: Token-Selective Test-Time Reinforcement Learning with Entropy-Band Regularization

2025-11-22 · Jianghao Wu, Yasmeen George, Jin Ye, Yicheng Wu 외 arxiv

Large language models (LLMs) and multimodal LLMs (MLL-Ms) excel at chain-of-thought reasoning but face distribution shift at test-time and a lack of verifiable supervision. Recent test-time reinforcement learning (TTRL) …

Reinforcement LearningTest-time Adaptation