paper-with-me

Papers

Amulet: ReAlignment During Test Time for Personalized Preference Adaptation of LLMs

2025-02-26 · Zhaowei Zhang, Fengshuo Bai, Qizhi Chen, Chengdong Ma, Mingzhi Wang, Haoran Sun, Zilong Zheng, Yaodong Yang

How to align large language models (LLMs) with user preferences from a static general dataset has been frequently studied. However, user preferences are usually personalized, changing, and diverse regarding culture, values, or time. This leads to the problem that the actual user preferences often do not coincide with those trained by the model developers in the practical use of LLMs. Since we cannot collect enough data and retrain for every demand, researching efficient real-time preference adaptation methods based on the backbone LLMs during test time is important. To this end, we introduce Amulet, a novel, training-free framework that formulates the decoding process of every token as a separate online learning problem with the guidance of simple user-provided prompts, thus enabling real-time optimization to satisfy users' personalized preferences. To reduce the computational cost brought by this optimization process for each token, we additionally provide a closed-form solution for each iteration step of the optimization process, thereby reducing the computational time cost to a negligible level. The detailed experimental results demonstrate that Amulet can achieve significant performance improvements in rich settings with combinations of different LLMs, datasets, and user preferences, while maintaining acceptable computational efficiency.

📄 PDF Abstract BibTeX arXiv:2502.19148

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

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 제목 키워드 기반

Agile Amulet: Real-Time Salient Object Detection with Contextual Attention

2018-02-20 · Pingping Zhang, Luyao Wang, Dong Wang, Huchuan Lu 외

This paper proposes an Agile Aggregating Multi-Level feaTure framework (Agile Amulet) for salient object detection. The Agile Amulet builds on previous works to predict saliency maps using multi-level convolutional featu…

object-detectionObject DetectionRGB Salient Object DetectionSalient Object Detection

Amulet: Putting Complex Multi-Turn Conversations on the Stand with LLM Juries

2025-05-26 · Sahana Ramnath, Anurag Mudgil, Brihi Joshi, Skyler Hallinan 외

Today, large language models are widely used as judges to evaluate responses from other language models. Hence, it is imperative to benchmark and improve these LLM-judges on real-world language model usage: a typical hum…

Amulet: a Python Library for Assessing Interactions Among ML Defenses and Risks

2025-09-15 · Asim Waheed, Vasisht Duddu, Rui Zhang, Sebastian Szyller arxiv

Machine learning (ML) models are susceptible to various risks to security, privacy, and fairness. Most defenses are designed to protect against each risk individually (intended interactions) but can inadvertently affect …

AMULET: Adaptive Matrix-Multiplication-Like Tasks

2023-05-12 · Junyoung Kim, Kenneth Ross, Eric Sedlar, Lukas Stadler

Many useful tasks in data science and machine learning applications can be written as simple variations of matrix multiplication. However, users have difficulty performing such tasks as existing matrix/vector libraries s…

Compiler Optimization

REAR: Test-time Preference Realignment through Reward Decomposition

2026-06-29 · Fuxiang Zhang, Pengcheng Wang, Chenran Li, Yi-Chen Li 외 arxiv

Aligning large language models (LLMs) with diverse user preferences is a critical yet challenging task. While post-training methods can adapt models to specific needs, they often require costly data curation and addition…