paper-with-me

홈 › Papers

Language Model Behavioral Phases are Consistent Across Architecture, Training Data, and Scale

2025-10-28 · James A. Michaelov, Roger P. Levy, Benjamin K. Bergen arxiv

We show that across architecture (Transformer vs. Mamba vs. RWKV), training dataset (OpenWebText vs. The Pile), and scale (14 million parameters to 12 billion parameters), autoregressive language models exhibit highly consistent patterns of change in their behavior over the course of pretraining. Based on our analysis of over 1,400 language model checkpoints on over 110,000 tokens of English, we find that up to 98% of the variance in language model behavior at the word level can be explained by three simple heuristics: the unigram probability (frequency) of a given word, the $n$-gram probability of the word, and the semantic similarity between the word and its context. Furthermore, we see consistent behavioral phases in all language models, with their predicted probabilities for words overfitting to those words' $n$-gram probabilities for increasing $n$ over the course of training. Taken together, these results suggest that learning in neural language models may follow a similar trajectory irrespective of model details.

📄 PDF Abstract BibTeX arXiv:2510.24963

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Similarity

Similar Papers 제목 키워드 기반

Modeling Pathology-Like Behavioral Patterns in Language Models Through Behavioral Fine-Tuning

2026-05-21 · Nicola Milano, Davide Marocco arxiv

Large language models are increasingly used as computational tools for modeling human-like behavior. We introduce a behavioral induction framework that modifies model policies through fine-tuning on structured decision-m…

Move-Then-Operate: Behavioral Phasing for Human-Like Robotic Manipulation

2026-04-26 · Haoming Xu, Lei Lei, Jie Gu, Chu Tang 외 arxiv

We present Move-Then-Operate, a Vision language action framework that explicitly decouples robotic manipulation into two distinct behavioral phases: coarse relocation (move) and contact-critical interaction (operate). Un…

Auditing Framing-Sensitive Behavioral Instability in Large Language Models for Mental Health Interactions

2026-06-25 · Abla Bedoui, Ashley L. Greene, Mohammed Cherkaoui arxiv

Large language models (LLMs) are increasingly being integrated into mental health support tools and other psychologically sensitive conversational applications. In such settings, behavioral stability and consistency are …

How Well Do Large Language Models Capture Human Personality?

2026-05-12 · Aanisha Bhattacharyya, Yaman Kumar Singla, Rajiv Ratn Shah, Changyou Chen 외 arxiv

Large language models (LLMs) are increasingly used to simulate human populations via persona prompting, often under the assumptions that richer persona descriptions improve behavioral fidelity, similarly sized attribute …

Security in the Fine-Tuning Lifecycle of Large Language Models: Threats, Defenses,Evaluation, and Future Directions

2026-05-24 · Wenjuan Li, Yitao Liu, Runze Chen, Rajkumar Buyya arxiv

Background: Fine-tuning is central to adapting pre-trained Large Language Models (LLMs) to downstream tasks, but its reliance on training data, parameter updates, and reusable components opens entry points for attackers.…