paper-with-me

홈 › Papers

Self-Adaptive Paraphrasing and Preference Learning for Improved Claim Verifiability

2024-12-16 · Amelie Wührl, Roman Klinger

In fact-checking, structure and phrasing of claims critically influence a model's ability to predict verdicts accurately. Social media content in particular rarely serves as optimal input for verification systems, which necessitates pre-processing to extract the claim from noisy context before fact checking. Prior work suggests extracting a claim representation that humans find to be checkworthy and verifiable. This has two limitations: (1) the format may not be optimal for a fact-checking model, and (2), it requires annotated data to learn the extraction task from. We address both issues and propose a method to extract claims that is not reliant on labeled training data. Instead, our self-adaptive approach only requires a black-box fact checking model and a generative language model (LM). Given a tweet, we iteratively optimize the LM to generate a claim paraphrase that increases the performance of a fact checking model. By learning from preference pairs, we align the LM to the fact checker using direct preference optimization. We show that this novel setup extracts a claim paraphrase that is more verifiable than their original social media formulations, and is on par with competitive baselines. For refuted claims, our method consistently outperforms all baselines.

📄 PDF Abstract BibTeX arXiv:2412.11653

Code (0)

등록된 구현이 없습니다.

Tasks

Fact Checking

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Language Alignment via Nash-learning and Adaptive feedback

2024-06-22 · Ari Azarafrooz, Farshid Faal

Recent research has shown the potential of Nash Learning via Human Feedback for large language model alignment by incorporating the notion of a preference model in a minimax game setup. We take this idea further by casti…

Language ModelingLanguage ModellingLarge Language Model

Revisiting the Robustness of Watermarking to Paraphrasing Attacks

2024-11-08 · Saksham Rastogi, Danish Pruthi

Amidst rising concerns about the internet being proliferated with content generated from language models (LMs), watermarking is seen as a principled way to certify whether text was generated from a model. Many recent wat…

Online Bandit Learning with Offline Preference Data for Improved RLHF

2024-06-13 · Akhil Agnihotri, Rahul Jain, Deepak Ramachandran, Zheng Wen

Reinforcement Learning with Human Feedback (RLHF) is at the core of fine-tuning methods for generative AI models for language and images. Such feedback is often sought as rank or preference feedback from human raters, as…

Active Learning

Par4Sim -- Adaptive Paraphrasing for Text Simplification

2018-06-21 · COLING 2018 8 · Seid Muhie Yimam, Chris Biemann

Learning from a real-world data stream and continuously updating the model without explicit supervision is a new challenge for NLP applications with machine learning components. In this work, we have developed an adaptiv…

Learning-To-RankText Simplification

Preference Instability in Reward Models: Detection and Mitigation via Sparse Autoencoders

2026-05-07 · Shunchang Liu, Xin Chen, Belen Martin Urcelay, Francesco Croce arxiv

Preference learning in large language models relies on reward models as proxies for human judgment. However, these models frequently exhibit preference instability, producing contradictory preference assignments in respo…