ScaleToT: Generalizing Structured LLM Reasoning for Billion-Scale Low-Activity User Modeling
A new method called ScaleToT aims to bring structured large-language-model reasoning to the billion-scale population of low-activity users whose sparse profiles have historically resisted accurate modeling, according to research posted to arXiv [1]. Accurate user modeling in advertising and recommendation systems typically relies on rich interaction histories, but those histories are absent for billions of low-activity users [1]. Large language models, which are machine learning models with many parameters trained on vast amounts of text, can infer latent user states from static profiles, yet that reasoning becomes unreliable when profiles are sparse and running an LLM across a billion-user base is prohibitively expensive [1][11]. The ScaleToT framework addresses both problems by learning structured reasoning from a small subset of users processed by an LLM and then extending it to the broader low-activity population [1]. To improve reliability, ScaleToT constructs typed user-state chains and refines them through a bounded entropy-guided Tree-of-Thought procedure [1]. The resulting teacher-curated chains are used to train a student model on static profiles via supervised fine-tuning and a technique the authors call Outcome-Driven Segment-Aware Implicit Reward Policy Optimization, or OSIPO [1]. The student’s reasoning representations are then transferred to a lightweight profile encoder, which supplies shared reasoning signals for the remaining users without requiring further LLM inference [1]. The researchers evaluated ScaleToT on lifetime-value prediction in a billion-scale advertising deployment [1]. A randomized online A/B test increased a metric labeled LT30 by 6.738%, while offline reasoning covered only 7.32% of the potential population, a design that the paper states greatly reduces compute cost compared with full-population reasoning [1]. The work appears on arXiv, the open-access e-print repository that has hosted more than two million articles since its launch in 1991 and currently receives roughly 24,000 submissions per month [9].
research-paperregulationinfrastructure
Background sources we checked (10)
- arxiv.org ↗ Accurate user modeling often depends on rich interaction histories, which are unavailable for billions of low-activity users. Large Language Models (LLMs) can infer latent user states from static profiles, but this reasoning becomes unreliable when profiles are sparse, and applyi…
- en.wikipedia.org ↗ A language model benchmark is a standardized test designed to evaluate the performance of language models on various natural language processing tasks. These tests are intended for comparing different models' capabilities in areas such as language understanding, generation, and r…
- en.wikipedia.org ↗ Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of statistical algorithms that can learn from data and generalize to unseen data, and thus perform tasks without being explicitly programmed. Advances in the field of de…
- en.wikipedia.org ↗ This glossary of artificial intelligence is a list of definitions of terms and concepts relevant to the study of artificial intelligence (AI), its subdisciplines, and related fields. Related glossaries include Glossary of computer science, Glossary of robotics, Glossary of machin…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…