NewsWorld
PredictionsDigestsScorecardTimelinesArticles
NewsWorld
HomePredictionsDigestsScorecardTimelinesArticlesWorldTechnologyPoliticsBusiness
AI-powered predictive news aggregation© 2026 NewsWorld. All rights reserved.
For live open‑source updates on the Middle East conflict, visit the IranXIsrael War Room.

A real‑time OSINT dashboard curated for the current Middle East war.

Open War Room

Trending
IranIranianMilitaryIsraeliStrikesCrisisPricesRegionalGulfOperationsLaunchPowerMarketsHormuzEscalationConflictTimelineTargetsStatesStraitDigestProxyMarchDisruption
IranIranianMilitaryIsraeliStrikesCrisisPricesRegionalGulfOperationsLaunchPowerMarketsHormuzEscalationConflictTimelineTargetsStatesStraitDigestProxyMarchDisruption
All Articles
Language Model Contains Personality Subnetworks
Hacker News
Published about 8 hours ago

Language Model Contains Personality Subnetworks

Hacker News · Mar 2, 2026 · Collected from RSS

Summary

Article URL: https://arxiv.org/abs/2602.07164 Comments URL: https://news.ycombinator.com/item?id=47219387 Points: 25 # Comments: 10

Full Article

View PDF HTML (experimental) Abstract:Humans shift between different personas depending on social context. Large Language Models (LLMs) demonstrate a similar flexibility in adopting different personas and behaviors. Existing approaches, however, typically adapt such behavior through external knowledge such as prompting, retrieval-augmented generation (RAG), or fine-tuning. We ask: do LLMs really need external context or parameters to adapt to different behaviors, or do they already have such knowledge embedded in their parameters? In this work, we show that LLMs already contain persona-specialized subnetworks in their parameter space. Using small calibration datasets, we identify distinct activation signatures associated with different personas. Guided by these statistics, we develop a masking strategy that isolates lightweight persona subnetworks. Building on the findings, we further discuss: how can we discover opposing subnetwork from the model that lead to binary-opposing personas, such as introvert-extrovert? To further enhance separation in binary opposition scenarios, we introduce a contrastive pruning strategy that identifies parameters responsible for the statistical divergence between opposing personas. Our method is entirely training-free and relies solely on the language model's existing parameter space. Across diverse evaluation settings, the resulting subnetworks exhibit significantly stronger persona alignment than baselines that require external knowledge while being more efficient. Our findings suggest that diverse human-like behaviors are not merely induced in LLMs, but are already embedded in their parameter space, pointing toward a new perspective on controllable and interpretable personalization in large language models. Comments: ICLR 2026 Subjects: Computation and Language (cs.CL); Artificial Intelligence (cs.AI) Cite as: arXiv:2602.07164 [cs.CL] (or arXiv:2602.07164v1 [cs.CL] for this version) https://doi.org/10.48550/arXiv.2602.07164 arXiv-issued DOI via DataCite Submission history From: Bo Hui [view email] [v1] Fri, 6 Feb 2026 20:03:28 UTC (2,621 KB)


Share this story

Read Original at Hacker News

Related Articles

Hacker Newsabout 2 hours ago
Welcome (back) to Macintosh

Article URL: https://take.surf/2026/03/01/welcome-back-to-macintosh Comments URL: https://news.ycombinator.com/item?id=47224118 Points: 18 # Comments: 8

Hacker Newsabout 3 hours ago
Show HN: Pianoterm – Run shell commands from your Piano. A Linux CLI tool

A little weekend project, made so I can pause/play/rewind directly on the piano, when learning a song by ear. Comments URL: https://news.ycombinator.com/item?id=47223863 Points: 10 # Comments: 1

Hacker Newsabout 3 hours ago
British Columbia to end time changes, adopt year-round daylight time

Article URL: https://www.cbc.ca/news/canada/british-columbia/b-c-adopting-year-round-daylight-time-9.7111657 Comments URL: https://news.ycombinator.com/item?id=47223620 Points: 94 # Comments: 50

Hacker Newsabout 3 hours ago
Show HN: uBlock filter list to blur all Instagram Reels

A filter list for uBO that blurs all video and non-follower content from Instagram. Works on mobile with uBO Lite. related: https://news.ycombinator.com/item?id=47016443 Comments URL: https://news.ycombinator.com/item?id=47223147 Points: 54 # Comments: 17

Hacker Newsabout 4 hours ago
Boss-CSS: I created another "CSS-in-JS" lib

Article URL: https://dev.to/wintercounter/boss-css-i-created-another-css-in-js-lib-and-here-is-why-23kc Comments URL: https://news.ycombinator.com/item?id=47223115 Points: 6 # Comments: 0

Hacker Newsabout 5 hours ago
Show HN: Gapless.js – gapless web audio playback

Hey HN, I just released v4 of my gapless playback library that I first built in 2017 for https://relisten.net. We stream concert recordings, where gapless playback is paramount. It's built from scratch, backed by a rigid state machine (the sole dependency is xstate) and is already running in production over at Relisten. The way it works is by preloading future tracks as raw buffers and scheduling them via the web audio API. It seamlessly transitions between HTML5 and web audio. We've used this technique for the last 9 years and it works fairly well. Occasionally it will blip slightly from HTML5->web audio, but there's not much to be done to avoid that (just when to do it - lotta nuance here). Once you get on web audio, everything should be clean. Unfortunately web audio support still lacks on mobile, in which case you can just disable web audio and it'll fallback to full HTML5 playback (sans gapless). But if you drive a largely desktop experience, this is fine. On mobile, most people use our native app. You can view a demo of the project at https://gapless.saewitz.com - just click on "Scarlet Begonias", seek halfway in the track (as it won't preload until >15s) and wait for "decoding" on "Fire on the Mountain" to switch to "ready". Then tap "skip to -2s and hear the buttery smooth segue. Comments URL: https://news.ycombinator.com/item?id=47222271 Points: 10 # Comments: 4