PulseAugur
EN
LIVE 19:14:19

New research enhances LLM-based recommendation systems with efficiency and reasoning

Researchers are developing new methods to improve recommendation systems by leveraging large language models (LLMs) and optimizing computational efficiency. WhisperRec focuses on latent reasoning to reduce inference overhead, while ROCS and CCFormer propose request-oriented compute sharing and efficient cross-field interaction, respectively. Other approaches like HiLaR and Feedback-Grounded Policy Discovery aim to enhance LLM-based recommendations through hierarchical latent reasoning and feedback-driven policy discovery, respectively. Heterogeneous ranking in systems like Google Discover is also being addressed with adaptive architectures. AI

IMPACT These advancements aim to improve the efficiency and effectiveness of recommendation systems, potentially leading to better user experiences and more personalized content delivery.

RANK_REASON Multiple research papers introducing new techniques and architectures for recommendation systems.

Read on arXiv cs.IR (Information Retrieval) →

AI-generated summary · Google Gemini · from 34 sources. How we write summaries →

New research enhances LLM-based recommendation systems with efficiency and reasoning

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
Multiple research papers introducing new techniques and architectures for recommendation systems.
Source corroboration
34 independent sources
Strong cross-source corroboration — multiple independent publishers covered this within the clustering window.
Topics
paper, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
63 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [34]

  1. arXiv cs.AI TIER_1 English(EN) · Hao Jiang, Peiru Du, Pengfei Yao, Mengting Li, Siyuan Lou, Kuo Cai, Sheng Yu, Qiang Luo, Jian Liang, Ruiming Tang, Fei Pan, Peng Jiang, Wenwu Ou ·

    WhisperRec: Latent Reasoning for Efficient Foundation Recommendation Models

    arXiv:2607.26621v2 Announce Type: cross Abstract: Large language models (LLMs) have demonstrated strong reasoning capabilities, motivating their adoption as backbones for foundation recommendation models (FRMs). Existing approaches typically enhance recommendation with explicit C…

  2. arXiv cs.LG TIER_1 English(EN) · Di Bai, Jintao Liu, Zhenwei Tang, Peifan Wu, Nada Al-Thawr, Luoshu Wang ·

    Heterogeneous Ranking in Industrial-Scale Recommender Systems: A Case Study

    arXiv:2607.27577v1 Announce Type: cross Abstract: Heterogeneous recommendation feeds present complex challenges that extend beyond those found in highly homogeneous environments (e.g., music-only or video-only closed-ecosystem platforms). In Google Discover, a unified feed integr…

  3. arXiv cs.LG TIER_1 English(EN) · Yuxin Chen, Liang Luo, Buyun Zhang, Jian Jiao, Boda Li, Haoyu Wang, Tongyi Tang, Ao Cai, Zijian Shen, Zhengkai Zhang, Wenyi Xie, Ryan Dick, Han Liu, Neng Shi, Bin Yu, Jianbo Xiao, Shuyao Bi, Hongtao Yu, Yuanwei Fang, Zhuoran Zhao, Sijia Chen, Yang Chen, … ·

    ROCS: Request-Oriented Compute Sharing for Efficient Large-Scale Recommendation

    arXiv:2607.27744v1 Announce Type: new Abstract: Modern recommendation models gain prediction quality by scaling feature-interaction and sequence modules, but production cost constraints cap how far systems can scale. In this work, we propose Request-Oriented Compute Sharing (ROCS…

  4. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Zang Li ·

    CCFormer: Efficient Cross-Field Interaction and Hierarchical Sequence Compression for Industrial Recommendation at Tencent

    Recent studies in industrial recommendation systems have demonstrated that sequential recommendation models built upon self-attention can benefit from predictable scaling laws by increasing sequence length and model capacity. However, practical recommender systems impose strict l…

  5. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Peng Jiang ·

    From Understanding to Action: Feedback-Grounded Policy Discovery for Generative Recommendation

    Semantic-ID-based generative recommenders enable efficient next-item generation, but their item-level supervision mainly captures behavioral co-occurrence and local transitions. Large language models (LLMs) can complement these models by reasoning over heterogeneous interaction h…

  6. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Jia Wang ·

    Hierarchical Latent Reasoning for LLM-based Recommendation

    Large Language Models (LLMs) have shown strong potential for recommendation by leveraging their semantic understanding and contextual modeling capabilities. Recent studies further introduce reasoning mechanisms to improve user preference modeling. However, explicit natural-langua…

  7. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Ellie Dingqiao Wen ·

    ROCS: Request-Oriented Compute Sharing for Efficient Large-Scale Recommendation

    Modern recommendation models gain prediction quality by scaling feature-interaction and sequence modules, but production cost constraints cap how far systems can scale. In this work, we propose Request-Oriented Compute Sharing (ROCS), a modeling and inference paradigm that exploi…

  8. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Bowei He ·

    Restoring Collaborative Signals in Semantic-ID Generative Recommendation via Personalized Natural Language

    Making LLM-based generative recommendation models stronger and more personalized through natural language and explicit reasoning is a widely anticipated yet still unsolved goal. Such models cast recommendation as autoregressively generating an item's semantic-ID (SID), a short tu…

  9. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Bo Zheng ·

    LoopMemGR: From Behavior Logs to Evolving Memory for Generative Recommendation

    Generative recommendation formulates next-item prediction as conditional autoregressive generation over discrete Semantic IDs, enabling end-to-end recommendation over large-scale item spaces. However, most existing methods follow a history-as-context paradigm that repeatedly reco…

  10. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Luoshu Wang ·

    Heterogeneous Ranking in Industrial-Scale Recommender Systems: A Case Study

    Heterogeneous recommendation feeds present complex challenges that extend beyond those found in highly homogeneous environments (e.g., music-only or video-only closed-ecosystem platforms). In Google Discover, a unified feed integrates diverse content sourced from the decentralize…

  11. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Han Zhu ·

    Learning from the Future: Privileged Self-Distillation for Sequential Recommendation

    Sequential recommenders are commonly trained with one-hot next-item labels under a causal (prefix-only) objective aligned with inference. While deployment-compatible, this supervision offers little insight into relative preferences among non-target items. Yet logged interaction s…

  12. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Wenwu Ou ·

    WhisperRec: Latent Reasoning for Efficient Foundation Recommendation Models

    Large language models (LLMs) have demonstrated strong reasoning capabilities, motivating their adoption as backbones for foundation recommendation models (FRMs). Existing approaches typically enhance recommendation with explicit Chain-of-Thought (CoT) under the Think-then-Answer …

  13. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Wenwu Ou ·

    WhisperRec: Latent Reasoning for Efficient Foundation Recommendation Models

    Large language models (LLMs) have demonstrated strong reasoning capabilities, motivating their adoption as backbones for foundation recommendation models (FRMs). Existing approaches typically enhance recommendation with explicit Chain-of-Thought (CoT) under the Think-then-Answer …

  14. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Wenwu Ou ·

    Multi-Decoder OneRec: Controllable Generative Retrieval for Multi-Objective Industrial Recommendation

    Industrial recommender systems build candidate pools by assigning explicit quotas to objective-specific retrieval routes. This design offers quota control but increasingly fragments modeling, training, and serving as the route set grows. Semantic-ID-based generative retrieval pro…

  15. arXiv cs.AI TIER_1 English(EN) · Junting Wang, Xinrui He, Yunzhe Li, Hari Sundaram ·

    Understanding Semantic IDs: From Item Representation to Item Selection in Generative Recommendation

    arXiv:2607.24995v1 Announce Type: new Abstract: Semantic IDs (SIDs) are now a central component of generative recommendation. Current SID-based systems assign three roles to the same token sequence. Shared prefixes are intended to organize related items, the complete SID identifi…

  16. arXiv cs.AI TIER_1 English(EN) · Ziyu Zheng, Zhengshun Du, Yaming Yang, Bin Tong, Guan Wang, Meng Yan, Ziyu Guan, Wei Zhao ·

    TopoGR: Revealing and Preserving Latent Structure of Semantic ID in Generative Recommendation

    arXiv:2607.25216v1 Announce Type: cross Abstract: Semantic ID-based generative recommendation tokenizes each item into a sequence of discrete semantic IDs and predicts the next item by generating semantic IDs. However, existing methods typically regard SIDs as independent discret…

  17. arXiv cs.AI TIER_1 English(EN) · Shutong Qiao, Wei Yuan, Tong Chen, Hao Wang, Quoc Viet Hung Nguyen, Hongzhi Yin ·

    VaLiDRec: Variable-Length LLM-Aligned Semantic IDs for Generative Recommendation

    arXiv:2607.25209v1 Announce Type: cross Abstract: Generative recommendation commonly represents items using fixed-length semantic identifiers (SIDs) constructed through clustering and quantization. However, these artificial codes may overcompress item semantics, remain misaligned…

  18. arXiv cs.AI TIER_1 English(EN) · Baolei Li, Yiping Yuan, Yilin Zheng, Likang Yin, Ling Liu, Fabio Soldo, Romer Rosales, Xinyang Yi, Lichan Hong ·

    Tokens are All You Need: Dual-purpose Semantic IDs for Achieving LLM-Level I/O Efficiency in recommendation systems

    arXiv:2607.24865v1 Announce Type: cross Abstract: Large-scale recommendation systems face "Memory Wall" bottlenecks due to massive, dense embedding tables. While generative retrieval uses discrete tokens for IDs, high-dimensional context still relies on inefficient dense formats.…

  19. arXiv cs.AI TIER_1 English(EN) · Harshini Kavuru, Dwipam Katariya, Giri Iyengar, Pranab Mohanty, Kalanand Mishra, Kalanand Mishra ·

    REPREC: Representation Driven Parameter-Efficient Recommendation System

    arXiv:2607.24845v1 Announce Type: cross Abstract: Large language models (LLMs) have been applied to sequential recommendation by formulating it as a natural language task. Previous work has improved personalization by incorporating collaborative and sequential signals through inp…

  20. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Defu Lian ·

    DIRECTOR: Dynamic Index-based Recommendation with Transport-Optimized Retrieval

    Reranking is a combinatorial decision problem that aims to select and order a high-utility slate from a request-specific candidate set. A major line of generative rerankers adopts autoregressive (AR) models, which construct the slate one position at a time to capture inter-positi…

  21. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Qibin Hou ·

    RecoReward: Recommender-Guided Multimodal Description Generation for Recommendation

    Multimodal large language models (MLLMs) can convert multimodal item content into structured descriptions used as semantic features for recommendation. Conventional content-only generation, however, cannot use downstream user signals to determine which semantics should be emphasi…

  22. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Aloïs Gruson ·

    Hypothesis-Driven Shelf Generation for Personalised Recommendation

    Modern recommendation interfaces organise content into shelves: themed rows such as "More of What You Like" or "New Releases for You." In production systems, these shelves are typically defined through hand-crafted templates coupled with dedicated retrieval logic. While effective…

  23. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Tingwen Liu ·

    Reward Guided Decoding for Generative Recommendation

    Generative recommendation formulates recommendation task into an SID sequence autoregressive generation paradigm, but the decoding process is often dominated by generation likelihood. This may conflict with real-world business objectives, where high-value candidates can receive l…

  24. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Bo Zheng ·

    SPARC: Sequence-aware Progressive Attribute Routing and Compression Framework for Generative Recommendation

    Generative recommendation tokenizes items as discrete Semantic IDs (SIDs) and autoregressively generates target items from users' historical SID sequences. Although existing SIDs incorporate multimodal and structured information, they are typically statically assigned and indepen…

  25. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Honghui Bao ·

    Grevo: A Unified Generative Recommendation Framework with Evolutionary Item Indexing

    Generative recommendation has recently emerged as a promising paradigm that reformulates retrieval as autoregressive generation over semantic identifiers (SIDs), achieving strong performance and drawing increasing attention as an alternative to matching. Despite this progress, SI…

  26. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Wei Zhao ·

    TopoGR: Revealing and Preserving Latent Structure of Semantic ID in Generative Recommendation

    Semantic ID-based generative recommendation tokenizes each item into a sequence of discrete semantic IDs and predicts the next item by generating semantic IDs. However, existing methods typically regard SIDs as independent discrete symbols, while often overlooking the topology of…

  27. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Hongzhi Yin ·

    VaLiDRec: Variable-Length LLM-Aligned Semantic IDs for Generative Recommendation

    Generative recommendation commonly represents items using fixed-length semantic identifiers (SIDs) constructed through clustering and quantization. However, these artificial codes may overcompress item semantics, remain misaligned with pretrained LLM vocabularies, and require cos…

  28. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Arun Kumar Singh ·

    Memory Layer: Train the In-Model Cache for Recommendation Models

    Early ranking stages in recommendation systems precompute item embeddings and cache them in-model for scoring within strict latency constraints. Because this cache exists only at serving time, outside the training loop, training and serving use different item representations, a s…

  29. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Yao Hu ·

    LaRec: Unleashing LLM-based Latent Reasoning for Generative Recommendation

    Large Language Models (LLMs) have shown great promise in recommendation due to superior reasoning abilities. However, existing methods mainly rely on explicit Chain-of-Thought (CoT), resulting in verbose reasoning texts and inefficient response times. latent reasoning aims to bal…

  30. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Songlin Hu ·

    CogRec: Structure-Cognitive Fast-and-Slow Reasoning for Generative Recommendation

    Semantic-ID-based generative recommendation represents each item as a hierarchical discrete token sequence and reformulates next-item prediction as constrained sequence generation. Existing methods, however, mainly use Semantic IDs as target sequences to be memorized, leaving the…

  31. arXiv cs.IR (Information Retrieval) TIER_1 Italiano(IT) · Pinghua Gong ·

    OxygenREC-v2: Internalizing Discrimination into Generative Recommendation

    Generative recommendation unifies retrieval and ranking within a single model by autoregressively decoding semantic identifier (SID) sequences. Yet reliably incorporating behavior signals from clicks, cart additions, and orders remains challenging. Existing approaches either join…

  32. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Lichan Hong ·

    Tokens are All You Need: Dual-purpose Semantic IDs for Achieving LLM-Level I/O Efficiency in recommendation systems

    Large-scale recommendation systems face "Memory Wall" bottlenecks due to massive, dense embedding tables. While generative retrieval uses discrete tokens for IDs, high-dimensional context still relies on inefficient dense formats. Inspired by computer vision data compression, we …

  33. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Kalanand Mishra ·

    REPREC: Representation Driven Parameter-Efficient Recommendation System

    Large language models (LLMs) have been applied to sequential recommendation by formulating it as a natural language task. Previous work has improved personalization by incorporating collaborative and sequential signals through input conditioning or LLM fine-tuning. However, exist…

  34. dev.to — LLM tag TIER_1 English(EN) · pixelbank dev ·

    Inference Optimization — Deep Dive + Problem: Movie Recommendation Engine

    <p><em>A daily deep dive into llm topics, coding problems, and platform features from <a href="https://pixelbank.dev" rel="noopener noreferrer">PixelBank</a>.</em></p> <h2> Topic Deep Dive: Inference Optimization </h2> <p><em>From the Deployment &amp; Optimization chapter</em></p…