paper-with-me

Papers

Efficient Controlled Language Generation with Low-Rank Autoregressive Reward Models

2024-07-05 · Sergey Troshin, Vlad Niculae, Antske Fokkens

Language models trained on large amounts of data are known to produce inappropriate content in some cases and require careful tuning to be used in the real world. We revisit the reward augmented decoding (RAD) approach to control the generation from a language model using the scores from a task-specific reward model. We investigate the training objective of RAD, and reformulate it as a task of learning a reward matrix. We show that RAD is designed to support high flexibility when representing the reward matrices, which leads to a higher computational costs during decoding. However, we demonstrate that RAD does not use its full flexibility. Motivated by this, we propose a simpler but more efficient low-rank parametrization of the reward model enabling fast and effective guided decoding. For the detoxification and sentiment control tasks, we show that our low-rank reward model performs on par with the more flexible RAD parametrization, while requiring only a single reward model call per generated token.

📄 PDF Abstract BibTeX arXiv:2407.04615

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingText Generation

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Reward-Weighted Sampling: Enhancing Non-Autoregressive Characteristics in Masked Diffusion LLMs

2025-08-31 · Daehoon Gwak, Minseo Jung, Junwoo Park, Minho Park 외 arxiv

Masked diffusion models (MDMs) offer a promising non-autoregressive alternative for large language modeling. Standard decoding methods for MDMs, such as confidence-based sampling, select tokens independently based on ind…

Prompt-Based Length Controlled Generation with Reinforcement Learning

2023-08-23 · Renlong Jie, Xiaojun Meng, Lifeng Shang, Xin Jiang 외

Large language models (LLMs) like ChatGPT and GPT-4 have attracted great attention given their surprising performance on a wide range of NLP tasks. Length controlled generation of LLMs emerges as an important topic, whic…

reinforcement-learningReinforcement Learning

F-GRPO: Factorized Group-Relative Policy Optimization for Unified Candidate Generation and Ranking

2026-05-13 · Rohan Surana, Gagan Mundada, Junda Wu, Xintong Li 외 arxiv

Traditional retrieval pipelines optimize utility through stages of candidate retrieval and reranking, where ranking operates over a predefined candidate set. Large Language Models (LLMs) broaden this into a generative pr…

Multi-hop Question AnsweringSequential Recommendation

IRIS: Intrinsic Reward Image Synthesis

2025-09-29 · Yihang Chen, Yuanhao Ban, Yunqi Hong, Cho-Jui Hsieh arxiv

Despite the success of Reinforcement Learning from Human Feedback (RLHF) in language reasoning, its application to autoregressive Text-to-Image (T2I) generation is often constrained by the limited availability of human p…

Reinforcement LearningImage Generation

PrefixNLI: Detecting Factual Inconsistencies as Soon as They Arise

2025-11-03 · Sapir Harary, Eran Hirsch, Aviv Slobodkin, David Wan 외 arxiv

Natural Language Inference (NLI) models have been used in various ways to improve the factuality of LLM outputs. This is typically done by applying an NLI model to judge whether the model output is entailed from the supp…

Natural Language Inference