Improve Large Language Model Systems with User Logs
- lab CatalyzeX
- lab DagsHub
- lab GotitPub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXiv
- lab arXivLabs
Researchers have proposed a framework called UNO that aims to improve large language model systems by extracting training signals from user interaction logs, a resource the authors argue is underused despite containing authentic human feedback and procedural knowledge [1][2]. The approach, detailed in a paper posted to arXiv and last revised on 17 June 2026, addresses what its authors describe as a growing constraint on traditional LLM development: the scarcity of high-quality training data and diminishing returns from escalating computational costs [1][2]. Large language models are neural networks trained on vast text corpora for tasks such as generation, summarization, and translation, and they underpin modern chatbots [3]. Their performance is typically measured through benchmark evaluations that assess reasoning, factual accuracy, and alignment [3]. The UNO framework — short for User log-driveN Optimization — is designed to convert unstructured and noisy user logs into semi-structured rules and preference pairs [2]. It then applies query-and-feedback-driven clustering to handle data heterogeneity and quantifies what the researchers call a cognitive gap between the model’s prior knowledge and the incoming log data [2]. That assessment allows the system to filter out noisy feedback and build separate modules for primary and reflective experiences extracted from the logs [2]. User-generated content has long been recognized as a shift from passive consumption to active participation online, with platforms from the BBC to CNN building systems to capture eyewitness accounts and audience contributions [6]. The UNO paper extends that principle to model improvement, treating user interactions not as static content but as a continuous feedback loop for LLM systems [2]. In experiments, UNO outperformed Retrieval Augmented Generation — a technique that supplies external knowledge to a model at inference time — and memory-based baselines, achieving what the authors call state-of-the-art effectiveness and efficiency [2]. The code has been open-sourced on GitHub [2]. The first version of the paper was submitted on 6 February 2026 as a 2,663 KB file; the second and third revisions, the last dated 17 June 2026, weighed in at 5,482 KB [1]. The work was led by Changyue Wang and appears under the Computation and Language category on arXiv, where it is hosted alongside experimental community projects developed through arXivLabs [1].
tool-releaseresearch-paperregulationbenchmark
Background sources we checked (10)
- arxiv.org ↗ Scaling training data and model parameters has long driven progress in large language models (LLMs), but this paradigm is increasingly constrained by the scarcity of high-quality data and diminishing returns from rising computational costs. As a result, recent work is increasing …
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …
- en.wikipedia.org ↗ Llama ("Large Language Model Meta AI" serving as a backronym) is a family of large language models (LLMs) released by Meta AI starting in February 2023. Llama models come in different sizes, ranging from 1 billion to 2 trillion parameters. Initially only a foundation model, start…
- en.wikipedia.org ↗ Prompt engineering is the process of structuring natural language inputs (known as prompts) to produce specified outputs from a generative artificial intelligence (GenAI) model. Context engineering is the related area of software engineering that focuses on the management of non-…
- en.wikipedia.org ↗ User-generated content (UGC), alternatively known as user-created content (UCC), is content generated by users of the Internet such as images, videos, audio, text, testimonials, software, and user interactions. Online content aggregation platforms such as social media, discussion…
- en.wikipedia.org ↗ Information retrieval (IR) in computing and information science is the task of identifying and retrieving information system resources that are relevant to an information need. The information need can be specified in the form of a search query. In the case of document retrieval,…
- en.wikipedia.org ↗ Innovation is the practical implementation of ideas that result in the creation or improvements of goods or services. ISO TC 279 in the standard ISO 56000:2020 defines innovation as "a new or changed entity, realizing or redistributing value". Others have different definitions; a…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
Sources
- export.arxiv.org — Improve Large Language Model Systems with User Logs ↗