paper-with-me

Papers

Mask-DPO: Generalizable Fine-grained Factuality Alignment of LLMs

2025-03-04 · Yuzhe Gu, Wenwei Zhang, Chengqi Lyu, Dahua Lin, Kai Chen

Large language models (LLMs) exhibit hallucinations (i.e., unfaithful or nonsensical information) when serving as AI assistants in various domains. Since hallucinations always come with truthful content in the LLM responses, previous factuality alignment methods that conduct response-level preference learning inevitably introduced noises during training. Therefore, this paper proposes a fine-grained factuality alignment method based on Direct Preference Optimization (DPO), called Mask-DPO. Incorporating sentence-level factuality as mask signals, Mask-DPO only learns from factually correct sentences in the preferred samples and prevents the penalty on factual contents in the not preferred samples, which resolves the ambiguity in the preference learning. Extensive experimental results demonstrate that Mask-DPO can significantly improve the factuality of LLMs responses to questions from both in-domain and out-of-domain datasets, although these questions and their corresponding topics are unseen during training. Only trained on the ANAH train set, the score of Llama3.1-8B-Instruct on the ANAH test set is improved from 49.19% to 77.53%, even surpassing the score of Llama3.1-70B-Instruct (53.44%), while its FactScore on the out-of-domain Biography dataset is also improved from 30.29% to 39.39%. We further study the generalization property of Mask-DPO using different training sample scaling strategies and find that scaling the number of topics in the dataset is more effective than the number of questions. We provide a hypothesis of what factual alignment is doing with LLMs, on the implication of this phenomenon, and conduct proof-of-concept experiments to verify it. We hope the method and the findings pave the way for future research on scaling factuality alignment.

📄 PDF Abstract BibTeX arXiv:2503.02846

Code (1)

open-compass/anah 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

FactAlign: Long-form Factuality Alignment of Large Language Models

2024-10-02 · Chao-Wei Huang, Yun-Nung Chen

Large language models have demonstrated significant potential as the next-generation information access engines. However, their reliability is hindered by issues of hallucination and generating non-factual content. This …

FormHallucinationSentence

MixReorg: Cross-Modal Mixed Patch Reorganization is a Good Mask Learner for Open-World Semantic Segmentation

2023-08-09 · ICCV 2023 1 · Kaixin Cai, Pengzhen Ren, Yi Zhu, Hang Xu 외

Recently, semantic segmentation models trained with image-level text supervision have shown promising results in challenging open-world scenarios. However, these models still face difficulties in learning fine-grained se…

SegmentationSemantic SegmentationZero-Shot Semantic Segmentation

Fine-grained and Explainable Factuality Evaluation for Multimodal Summarization

2024-02-18 · Yue Zhang, Jingxuan Zuo, Liqiang Jing

Multimodal summarization aims to generate a concise summary based on the input text and image. However, the existing methods potentially suffer from unfactual output. To evaluate the factuality of multimodal summarizatio…

EdaDet: Open-Vocabulary Object Detection Using Early Dense Alignment

2023-09-03 · ICCV 2023 1 · Cheng Shi, Sibei Yang

Vision-language models such as CLIP have boosted the performance of open-vocabulary object detection, where the detector is trained on base categories but required to detect novel categories. Existing methods leverage CL…

Objectobject-detectionObject DetectionOpen-vocabulary object detection+2

FactKB: Generalizable Factuality Evaluation using Language Models Enhanced with Factual Knowledge

2023-05-14 · Shangbin Feng, Vidhisha Balachandran, Yuyang Bai, Yulia Tsvetkov

Evaluating the factual consistency of automatically generated summaries is essential for the progress and adoption of reliable summarization systems. Despite recent advances, existing factuality evaluation models are not…

News Summarization