paper-with-me

Papers

Calibrating LLMs with Preference Optimization on Thought Trees for Generating Rationale in Science Question Scoring

2024-06-28 · Jiazheng Li, Hainiu Xu, Zhaoyue Sun, Yuxiang Zhou, David West, Cesare Aloisi, Yulan He

Generating rationales that justify scoring decisions has been a promising way to facilitate explainability in automated scoring systems. However, existing methods do not match the accuracy of classifier-based methods. Plus, the generated rationales often contain hallucinated information. To address these issues, we propose a novel framework capable of generating more faithful rationales and, more importantly, matching performance with classifier-based black-box scoring systems. We first mimic the human assessment process by querying Large Language Models (LLMs) to generate a thought tree. We then summarise intermediate assessment decisions from each thought tree path for creating synthetic rationale data and rationale preference data. Finally, we utilise the generated synthetic data to calibrate LLMs through a two-step training process: supervised fine-tuning and preference optimization. Extensive experimental results demonstrate that our framework achieves a 38% assessment performance improvement in the QWK score compared to prior work while producing higher-quality rationales, as recognised by human evaluators and LLMs. Our work sheds light on the effectiveness of performing preference optimization using synthetic preference data obtained from thought tree paths. Data and code are available at https://github.com/lijiazheng99/thought_tree_assessment.

📄 PDF Abstract BibTeX arXiv:2406.19949

Code (1)

lijiazheng99/thought_tree_assessment 공식 구현

Similar 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 …

Mathematical Reasoning

Advancing Tool-Augmented Large Language Models: Integrating Insights from Errors in Inference Trees

2024-06-11 · Sijia Chen, Yibo Wang, Yi-Feng Wu, Qing-Guo Chen 외

Tool-augmented large language models (LLMs) leverage tools, often in the form of APIs, to enhance their reasoning capabilities on complex tasks, thus taking on the role of intelligent agents interacting with the real wor…

Cal-DPO: Calibrated Direct Preference Optimization for Language Model Alignment

2024-12-19 · Teng Xiao, Yige Yuan, Huaisheng Zhu, Mingxiao Li 외

We study the problem of aligning large language models (LLMs) with human preference data. Contrastive preference optimization has shown promising results in aligning LLMs with available preference data by optimizing the …

Language ModelingLanguage Modelling

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

2024-06-13 · Xuan Zhang, Chao Du, Tianyu Pang, Qian Liu 외

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 ar…

Arithmetic ReasoningFact VerificationLogical ReasoningQuestion Answering

Judging with Confidence: Calibrating Autoraters to Preference Distributions

2025-09-30 · Zhuohang Li, Xiaowei Li, Chengyu Huang, Guowang Li 외 arxiv

The alignment of large language models (LLMs) with human values increasingly relies on using other LLMs as automated judges, or ``autoraters''. However, their reliability is limited by a foundational issue: they are trai…

Reinforcement Learning