paper-with-me

홈 › Papers

CAP-LLM: Context-Augmented Personalized Large Language Models for News Headline Generation

2025-08-05 · Raymond Wilson, Cole Graham, Chase Carter, Zefeng Yang, Ruiqi Gu arxiv

In the era of information overload, personalized news headline generation is crucial for engaging users by tailoring content to their preferences while accurately conveying news facts. Existing methods struggle with effectively capturing complex user interests and ensuring factual consistency, often leading to generic or misleading headlines. Leveraging the unprecedented capabilities of Large Language Models (LLMs) in text generation, we propose Context-Augmented Personalized LLM (CAP-LLM), a novel framework that integrates user preferences and factual consistency constraints into a powerful pre-trained LLM backbone. CAP-LLM features a User Preference Encoder to capture long-term user interests, a Context Injection Adapter to seamlessly integrate these preferences and current article context into the LLM's generation process, and a Fact-Consistency Reinforcement Module employing a novel contrastive loss to mitigate hallucination. Evaluated on the real-world PENS dataset, CAP-LLM achieves state-of-the-art performance across all metrics. Notably, it significantly improves factual consistency (FactCC of 87.50) over strong baselines like BART (86.67), while simultaneously enhancing personalization (Pc(avg) 2.73, Pc(max) 17.25) and content coverage (ROUGE-1 26.55, ROUGE-2 9.95, ROUGE-L 23.01). Our ablation studies, human evaluations, and sensitivity analyses further validate the effectiveness of each component and the robustness of our approach, demonstrating CAP-LLM's ability to achieve a superior balance between personalization and factual accuracy in news headline generation.

📄 PDF Abstract BibTeX arXiv:2508.03935

Code (0)

등록된 구현이 없습니다.

Tasks

Headline GenerationText Generation

Similar Papers 제목 키워드 기반

Personalized Chain-of-Thought Summarization of Financial News for Investor Decision Support

2025-10-24 · Tianyi Zhang, Mu Chen arxiv

Financial advisors and investors struggle with information overload from financial news, where irrelevant content and noise obscure key market signals and hinder timely investment decisions. To address this, we propose a…

PBNR: Prompt-based News Recommender System

2023-04-16 · Xinyi Li, Yongfeng Zhang, Edward C. Malthouse

Online news platforms often use personalized news recommendation methods to help users discover articles that align with their interests. These methods typically predict a matching score between a user and a candidate ar…

ArticlesLanguage ModelingLanguage ModellingLarge Language Model+4

PersonaAgent with GraphRAG: Community-Aware Knowledge Graphs for Personalized LLM

2025-11-21 · Siqi Liang, Yudi Zhang, Yue Guo arxiv

We propose a novel framework for persona-based language model system, motivated by the need for personalized AI agents that adapt to individual user preferences. In our approach, the agent embodies the user's "persona" (…

Community DetectionPrompt EngineeringKnowledge Graphs

News Recommendation with Category Description by a Large Language Model

2024-05-13 · Yuki Yada, Hayato Yamana

Personalized news recommendations are essential for online news platforms to assist users in discovering news articles that match their interests from a vast amount of online content. Appropriately encoded content featur…

ArticlesLanguage ModelingLanguage ModellingLarge Language Model+1

Personalized News Recommendation: Methods and Challenges

2021-06-16 · Chuhan Wu, Fangzhao Wu, Yongfeng Huang, Xing Xie

Personalized news recommendation is an important technique to help users find their interested news information and alleviate their information overload. It has been extensively studied over decades and has achieved nota…

News RecommendationRecommendation Systems