LGAIDec 14, 2025

Information-Consistent Language Model Recommendations through Group Relative Policy Optimization

arXiv:2512.12858v11 citations
Originality Incremental advance
AI Analysis

This addresses the need for invariant information delivery in enterprise scenarios like HR onboarding and customer support, where inconsistency undermines trust and compliance, representing an incremental improvement by adapting GRPO to a new application.

The paper tackles the problem of LLMs exhibiting variability in recommendations when prompts are phrased with minor differences, proposing a reinforcement learning framework based on Group Relative Policy Optimization (GRPO) to optimize for consistency, which reduces variability more effectively than baselines in experiments on investment and job recommendation tasks.

Large Language Models (LLMs) are increasingly deployed in business-critical domains such as finance, education, healthcare, and customer support, where users expect consistent and reliable recommendations. Yet LLMs often exhibit variability when prompts are phrased with minor differences, even when semantically equivalent. Such inconsistency undermines trust, complicates compliance, and disrupts user experience. While personalization is desirable in certain contexts, many enterprise scenarios-such as HR onboarding, customer support, or policy disclosure-require invariant information delivery regardless of phrasing or prior conversational history. Existing approaches, including retrieval-augmented generation (RAG) and temperature tuning, improve factuality or reduce stochasticity but cannot guarantee stability across equivalent prompts. In this paper, we propose a reinforcement learning framework based on Group Relative Policy Optimization (GRPO) to directly optimize for consistency. Unlike prior applications of GRPO, which have been limited to reasoning and code generation, we adapt GRPO to enforce stability of information content across groups of semantically equivalent prompts. We introduce entropy-based helpfulness and stability rewards, treating prompt variants as groups and resetting conversational context to isolate phrasing effects. Experiments on investment and job recommendation tasks show that our GRPO-trained model reduces variability more effectively than fine-tuning or decoding-based baselines. To our knowledge, this is a novel application of GRPO for aligning LLMs toward information consistency, reframing variability not as an acceptable feature of generative diversity but as a correctable flaw in enterprise deployments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes