paper-with-me

Papers

Fints: Efficient Inference-Time Personalization for LLMs with Fine-Grained Instance-Tailored Steering

2025-10-31 · Kounianhua Du, Jianxing Liu, Kangning Zhang, Wenxiang Jiao, Yuan Lu, Jiarui Jin, Weiwen Liu, Yong Yu, Weinan Zhang arxiv

The rapid evolution of large language models (LLMs) has intensified the demand for effective personalization techniques that can adapt model behavior to individual user preferences. Despite the non-parametric methods utilizing the in-context learning ability of LLMs, recent parametric adaptation methods, including personalized parameter-efficient fine-tuning and reward modeling emerge. However, these methods face limitations in handling dynamic user patterns and high data sparsity scenarios, due to low adaptability and data efficiency. To address these challenges, we propose a fine-grained and instance-tailored steering framework that dynamically generates sample-level interference vectors from user data and injects them into the model's forward pass for personalized adaptation. Our approach introduces two key technical innovations: a fine-grained steering component that captures nuanced signals by hooking activations from attention and MLP layers, and an input-aware aggregation module that synthesizes these signals into contextually relevant enhancements. The method demonstrates high flexibility and data efficiency, excelling in fast-changing distribution and high data sparsity scenarios. In addition, the proposed method is orthogonal to existing methods and operates as a plug-in component compatible with different personalization techniques. Extensive experiments across diverse scenarios--including short-to-long text generation, and web function calling--validate the effectiveness and compatibility of our approach. Results show that our method significantly enhances personalization performance in fast-shifting environments while maintaining robustness across varying interaction modes and context lengths. Implementation is available at https://github.com/KounianhuaDu/Fints.

📄 PDF Abstract BibTeX arXiv:2510.27206

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningText Generation

Similar Papers 제목 키워드 기반

FinTSB: A Comprehensive and Practical Benchmark for Financial Time Series Forecasting

2025-02-26 · Yifan Hu, Yuante Li, Peiyuan Liu, Yuxia Zhu 외

Financial time series (FinTS) record the behavior of human-brain-augmented decision-making, capturing valuable historical information that can be leveraged for profitable investment strategies. Not surprisingly, this are…

Model SelectionTime SeriesTime Series Forecasting

CLIPer: Tailoring Diverse User Preference via Classifier-Guided Inference-Time Personalization

2026-05-08 · Jinyan Su, Jinpeng Zhou, Claire Cardie, Wen Sun arxiv

Personalized LLMs can significantly enhance user experiences by tailoring responses to preferences such as helpfulness, conciseness, and humor. However, fine-tuning models to address all possible combinations of user pre…

FinSTaR: Towards Financial Reasoning with Time Series Reasoning Models

2026-05-05 · Seunghan Lee, Jun Seo, Jaehoon Lee, Sungdong Yoo 외 arxiv

Time series (TS) reasoning models (TSRMs) have shown promising capabilities in general domains, yet they consistently fail in the financial domain, which exhibits unique characteristics. We propose a general 2 x 2 capabi…

FinTSBridge: A New Evaluation Suite for Real-world Financial Prediction with Advanced Time Series Models

2025-03-10 · Yanlong Wang, Jian Xu, Tiantian Gao, Hongkang Zhang 외

Despite the growing attention to time series forecasting in recent years, many studies have proposed various solutions to address the challenges encountered in time series prediction, aiming to improve forecasting perfor…

Time SeriesTime Series ForecastingTime Series Prediction

When Personalization Misleads: Understanding and Mitigating Hallucinations in Personalized LLMs

2026-01-16 · Zhongxiang Sun, Yi Zhan, Chenglei Shen, Weijie Yu 외 arxiv

Personalized large language models (LLMs) adapt model behavior to individual users to enhance user satisfaction, yet personalization can inadvertently distort factual reasoning. We show that when personalized LLMs face f…

Question Answering