paper-with-me

홈 › Papers

FLAME: Factuality-Aware Alignment for Large Language Models

2024-05-02 · Sheng-Chieh Lin, Luyu Gao, Barlas Oguz, Wenhan Xiong, Jimmy Lin, Wen-tau Yih, Xilun Chen

Alignment is a standard procedure to fine-tune pre-trained large language models (LLMs) to follow natural language instructions and serve as helpful AI assistants. We have observed, however, that the conventional alignment process fails to enhance the factual accuracy of LLMs, and often leads to the generation of more false facts (i.e. hallucination). In this paper, we study how to make the LLM alignment process more factual, by first identifying factors that lead to hallucination in both alignment steps:\ supervised fine-tuning (SFT) and reinforcement learning (RL). In particular, we find that training the LLM on new knowledge or unfamiliar texts can encourage hallucination. This makes SFT less factual as it trains on human labeled data that may be novel to the LLM. Furthermore, reward functions used in standard RL can also encourage hallucination, because it guides the LLM to provide more helpful responses on a diverse set of instructions, often preferring longer and more detailed responses. Based on these observations, we propose factuality-aware alignment, comprised of factuality-aware SFT and factuality-aware RL through direct preference optimization. Experiments show that our proposed factuality-aware alignment guides LLMs to output more factual responses while maintaining instruction-following capability.

📄 PDF Abstract BibTeX arXiv:2405.01525

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationInstruction FollowingReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Beyond Under-Alignment: Atomic Preference Enhanced Factuality Tuning for Large Language Models

2024-06-18 · Hongbang Yuan, Yubo Chen, Pengfei Cao, Zhuoran Jin 외

Large language models (LLMs) have achieved remarkable success but still tend to generate factually erroneous responses, a phenomenon known as hallucination. A recent trend is to use preference learning to fine-tune model…

Hallucination

Flames: Benchmarking Value Alignment of LLMs in Chinese

2023-11-12 · Kexin Huang, Xiangyang Liu, Qianyu Guo, Tianxiang Sun 외

The widespread adoption of large language models (LLMs) across various regions underscores the urgent need to evaluate their alignment with human values. Current benchmarks, however, fall short of effectively uncovering …

BenchmarkingFairness

When Benchmarks Age: Temporal Misalignment through Large Language Model Factuality Evaluation

2025-10-08 · Xunyi Jiang, Dingyi Chang, Julian McAuley, Xin Xu arxiv

The rapid evolution of large language models (LLMs) and the real world has outpaced the static nature of widely used evaluation benchmarks, raising concerns about their reliability for evaluating LLM factuality. While su…

Fine-grained List-wise Alignment for Generative Medication Recommendation

2025-05-26 · Chenxiao Fan, Chongming Gao, Wentao Shi, Yaxin Gong 외

Accurate and safe medication recommendations are critical for effective clinical decision-making, especially in multimorbidity cases. However, existing systems rely on point-wise prediction paradigms that overlook synerg…

Clinical Knowledge

MR-Align: Meta-Reasoning Informed Factuality Alignment for Large Reasoning Models

2025-10-27 · Xinming Wang, Jian Xu, Bin Yu, Sheng Lian 외 arxiv

Large reasoning models (LRMs) show strong capabilities in complex reasoning, yet their marginal gains on evidence-dependent factual questions are limited. We find this limitation is partially attributable to a reasoning-…