CLAIAug 21, 2025

Subjective Behaviors and Preferences in LLM: Language of Browsing

arXiv:2508.15474v31 citationsh-index: 11EMNLP
Originality Incremental advance
AI Analysis

This addresses the challenge of modeling diverse user preferences in AI systems, but it is incremental as it builds on existing LM techniques for a specific domain.

The paper tackles the problem of representing users' subjective browsing behaviors with language models, finding that a small LM with a page-level tokenizer outperforms large LMs, and a heterogeneity-aware training method (HeTLM) improves performance and alignment by reducing variance.

A Large Language Model (LLM) offers versatility across domains and tasks, purportedly benefiting users with a wide variety of behaviors and preferences. We question this perception about an LLM when users have inherently subjective behaviors and preferences, as seen in their ubiquitous and idiosyncratic browsing of websites or apps. The sequential behavior logs of pages, thus generated, form something akin to each user's self-constructed "language", albeit without the structure and grammar imbued in natural languages. We ask: (i) Can a small LM represent the "language of browsing" better than a large LM? (ii) Can an LM with a single set of parameters (or, single LM) adequately capture myriad users' heterogeneous, subjective behaviors and preferences? (iii) Can a single LM with high average performance, yield low variance in performance to make alignment good at user level? We introduce clusterwise LM training, HeTLM (Heterogeneity aware Training of Language Model), appropriate for subjective behaviors. We find that (i) a small LM trained using a page-level tokenizer outperforms large pretrained or finetuned LMs; (ii) HeTLM with heterogeneous cluster specific set of parameters outperforms a single LM of the same family, controlling for the number of parameters; and (iii) a higher mean and a lower variance in generation ensues, implying improved alignment.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes