paper-with-me

Papers

From Logs to Language: Learning Optimal Verbalization for LLM-Based Recommendation at Industry Scale

2026-02-24 · Yucheng Shi, Ying Li, Yu Wang, Yesu Feng, Arjun Rao, Rein Houthooft, Shradha Sehgal, Jin Wang, Hao Zhen, Ninghao Liu, Linas Baltrunas arxiv

Large language models (LLMs) are promising backbones for generative recommender systems, yet a key challenge remains underexplored: verbalization, i.e., converting structured user interaction logs into effective natural language inputs. Existing methods rely on rigid templates that simply concatenate fields, yielding suboptimal representations for recommendation. We propose a data-centric framework that learns verbalization for LLM-based recommendation. Using reinforcement learning, a verbalization agent transforms raw interaction histories into optimized textual contexts, with recommendation accuracy as the training signal. This agent learns to filter noise, incorporate relevant metadata, and reorganize information to improve downstream predictions. Experiments on a large-scale industrial streaming dataset from Netflix show that learned verbalization delivers up to 93% relative improvement in discovery item recommendation accuracy over template-based baselines. Further analysis reveals emergent strategies such as user interest summarization, noise removal, and syntax normalization, offering insights into effective context construction for LLM-based recommender systems.

📄 PDF Abstract BibTeX arXiv:2602.20558

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Link Prediction for Event Logs in the Process Industry

2025-08-12 · Anastasia Zhukova, Thomas Walton, Christian E. Lobmüller, Bela Gipp arxiv

In the era of graph-based retrieval-augmented generation (RAG), link prediction is a significant preprocessing step for improving the quality of fragmented or incomplete domain-specific data for the graph retrieval. Know…

Natural Language InferenceCoreference ResolutionLink Prediction

SPBERT: An Efficient Pre-training BERT on SPARQL Queries for Question Answering over Knowledge Graphs

2021-06-18 · Hieu Tran, Long Phan, James Anibal, Binh T. Nguyen 외

In this paper, we propose SPBERT, a transformer-based language model pre-trained on massive SPARQL query logs. By incorporating masked language modeling objectives and the word structural objective, SPBERT can learn gene…

DecoderKnowledge GraphsLanguage ModelingLanguage Modelling+2

Towards Accurate Text Verbalization for ASR Based on Audio Alignment

2019-09-01 · RANLP 2019 9 · Diana Geneva, Georgi Shopov

Verbalization of non-lexical linguistic units plays an important role in language modeling for automatic speech recognition systems. Most verbalization methods require valuable resources such as ground truth, large train…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+2

TRACE: Agentic Catalog Enrichment with Multi-source Evidence Grounding

2026-08-21 · Rohan Kumar, Steven Xu, Kyle MacDonald, Matthew Long 외 arxiv

Product catalogs underpin search, discovery, and recommendation in e-commerce, yet they are often attribute-sparse: the attributes shoppers and downstream systems rely on are either buried in unstructured content such as…

Do Activation Verbalization Methods Convey Privileged Information?

2025-09-16 · Millicent Li, Alberto Mario Ceballos Arroyo, Giordano Rogers, Naomi Saphra 외 arxiv

Recent interpretability methods have proposed to translate LLM internal representations into natural language descriptions using a second verbalizer LLM. This is intended to illuminate how the target model represents and…