Effectively leveraging production user signals for RL training
Investigate methods to effectively leverage production user behavior signals, modeled as binary classifiers predicting events such as conversation continuation and emoji reactions (e.g., p(continue), p(love), p(thumb up), p(thumb down), p(feedback) given system prompt, character instructions, conversation history, and the current response), as differentiable rewards for reinforcement learning training of large language models deployed for social chat applications.
References
We note that effectively leveraging user signals for RL training remains an open research question, and further investigation is encouraged to unlock their full potential.
Several directions remain open. First, the current implementation relies on an offline diagnostic pass, and more efficient reachability estimation may further reduce post-training cost. Second, our experiments focus on a fixed semantic index with short four-token identifiers; extending the analysis to longer or hierarchical identifiers may reveal different hint-budget trade-offs. Finally, combining reachability-aware hinting with richer recommendation rewards, such as calibrated ranking rewards or user-feedback rewards, is a promising path toward more robust generative recommendation post-training.