paper-with-me

Papers

Atomic Consistency Preference Optimization for Long-Form Question Answering

2025-05-14 · Jingfeng Chen, Raghuveer Thirukovalluru, Junlin Wang, Kaiwei Luo, Bhuwan Dhingra

Large Language Models (LLMs) frequently produce factoid hallucinations - plausible yet incorrect answers. A common mitigation strategy is model alignment, which improves factual accuracy by training on curated factual and non-factual pairs. However, this approach often relies on a stronger model (e.g., GPT-4) or an external knowledge base to assess factual correctness, which may not always be accessible. To address this, we propose Atomic Consistency Preference Optimization (ACPO), a self-supervised preference-tuning method that enhances factual accuracy without external supervision. ACPO leverages atomic consistency signals, i.e., the agreement of individual facts across multiple stochastic responses, to identify high- and low-quality data pairs for model alignment. By eliminating the need for costly GPT calls, ACPO provides a scalable and efficient approach to improving factoid question-answering. Despite being self-supervised, empirical results demonstrate that ACPO outperforms FactAlign, a strong supervised alignment baseline, by 1.95 points on the LongFact and BioGen datasets, highlighting its effectiveness in enhancing factual reliability without relying on external models or knowledge bases.

📄 PDF Abstract BibTeX arXiv:2505.09039

Code (1)

jingfengsteven/acpo 공식 구현 pytorch

Tasks

FormLong Form Question AnsweringQuestion Answering

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Towards Anatomically Plausible Human Image Generation via Synthetic Localized Preferences

2026-05-25 · Bao Li, Yuliang Xiu, Zhen Liu arxiv

Large-scale text-to-image foundation models have achieved remarkable visual realism, yet generating human images with correct anatomical structures remains challenging. Existing approaches enforce anatomical constraints …

Image Generation

APO: Unsupervised Atomic Policy Optimization for 3D Structure Prediction of Atomic Systems

2026-07-30 · Shentong Mo, Yatao Bian arxiv

Predicting the 3D structures of atomic systems is fundamental to advancing material science and drug discovery. While flow-matching models (, FlowDPO) have recently shown promise in this domain, their performance relies …

Drug Discovery

LoV3D: Grounding Cognitive Prognosis Reasoning in Longitudinal 3D Brain MRI via Regional Volume Assessments

2026-03-12 · Zhaoyang Jiang, Zhizhong Fu, David McAllister, Yunsoo Kim 외 arxiv

Longitudinal brain MRI is essential for characterizing the progression of neurological diseases such as Alzheimer's disease assessment. However, current deep-learning tools fragment this process: classifiers reduce a sca…

Structured Preference Optimization for Vision-Language Long-Horizon Task Planning

2025-02-28 · Xiwen Liang, Min Lin, Weiqi Ruan, Rongtao Xu 외

Existing methods for vision-language task planning excel in short-horizon tasks but often fall short in complex, long-horizon planning within dynamic environments. These challenges primarily arise from the difficulty of …

Task PlanningVisual Grounding

SoLoPO: Unlocking Long-Context Capabilities in LLMs via Short-to-Long Preference Optimization

2025-05-16 · Huashan Sun, Shengyi Liao, Yansen Han, Yu Bai 외

Despite advances in pretraining with extended context lengths, large language models (LLMs) still face challenges in effectively utilizing real-world long-context information, primarily due to insufficient long-context a…

Domain Generalization