Artificial IntelligencearXiv — cs.CLThu, Jun 11, 2026, 4:00 AMPositive

Neuron-based Personality Trait Induction in Large Language Models

A recent study introduces a neuron-based approach for personality trait induction in large language models (LLMs), presenting PersonalityBench, a dataset designed to evaluate LLMs' generative capabilities based on the Big Five personality traits. This method identifies personality-related neurons by examining opposing aspects of traits and proposes an effective induction technique.

WPN Brief

  • What Happened

    A recent study introduces a neuron-based approach for personality trait induction in large language models (LLMs), presenting PersonalityBench, a dataset designed to evaluate LLMs' generative capabilities based on the Big Five personality traits. This method identifies personality-related neurons by examining opposing aspects of traits and proposes an effective induction technique.

  • Why It Matters

    This development enhances the ability of LLMs to simulate diverse personality traits, which is crucial for applications such as role-playing and personalized interactions, thereby improving user engagement and satisfaction.

  • The Bigger Picture

    The introduction of this approach highlights ongoing discussions in AI regarding the calibration of LLMs, as previous studies have pointed out issues like overconfidence in responses and the need for personalized learning over aggregated preferences, indicating a shift towards more nuanced and effective AI interactions.

Ask WPN AI

Related Reports

More coverage on this story

10 reports across the wire

arXiv — cs.CL
Jul 8

An LLM-Native Psychometric Instrument Reveals a Self-Report--Behavior Gap Across 25 Models

A recent study has developed a novel psychometric instrument tailored for large language models (LLMs), revealing a significant gap between self-reported traits and actual behavior across 25 models. The research involved administering 300 items to 25 LLMs, uncovering five consistent factors: Responsiveness, Deference, Boldness, Guardedness, and Verbosity. Despite high reliability in self-reports, these did not correlate with human ratings or objective measures, indicating a persistent self-report-behavior gap.

Artificial Intelligenceneutral
arXiv — cs.LG
Jun 10

Using Probabilistic Programs to Train Inductive Reasoning in Large Language Models

A novel approach called Program-based Posterior Training (PPT) has been introduced to enhance inductive reasoning in Large Language Models (LLMs). This method addresses challenges in fine-tuning LLMs by generating diverse scenarios as probabilistic programs and fine-tuning on the resulting distributional target responses.

Artificial Intelligencepositive
arXiv — cs.CL
Jun 3

Large Language Models Are Overconfident in Their Own Responses

Recent research indicates that large language models (LLMs) exhibit overconfidence in their responses, with instruction-tuned models showing poorer calibration compared to their pre-trained versions. This miscalibration is exacerbated by the chat format, where models display a significant ownership bias, assigning up to 26% higher confidence to their own answers than to identical user-provided responses.

Artificial Intelligenceneutral
arXiv — cs.CL
Jun 5

OdysseyArena: Benchmarking Large Language Models For Long-Horizon, Active and Inductive Interactions

OdysseyArena has been introduced as a new framework for benchmarking Large Language Models (LLMs), focusing on long-horizon, active, and inductive interactions. This approach aims to address the limitations of existing evaluations that primarily rely on deductive paradigms, which restrict agents to static goals and short planning horizons.

Artificial Intelligenceneutral
arXiv — cs.LG
Jun 4

Can Large Language Models Generalize Procedures Across Representations?

Recent research has explored the ability of large language models (LLMs) to generalize procedures across different representations, such as code, graphs, and natural language. The study reveals that training LLMs solely on symbolic data does not effectively translate to natural language tasks, prompting the introduction of a two-stage reinforcement learning curriculum that enhances performance across various tasks.

Artificial Intelligenceneutral
arXiv — cs.CL
Jun 3

Letting Tutor Personas Speak Up for LLMs: Learning Steering Vectors from Dialogue via Preference Optimization

The emergence of large language models (LLMs) has significantly influenced tutoring practices, as highlighted in a recent study that explores the use of tutor personas in guiding LLM behavior through preference optimization. This approach aims to enhance the adaptability of LLMs in real-world tutor-student interactions by capturing diverse tutoring styles and instructional strategies.

Artificial Intelligencepositive
arXiv — cs.LG
Jun 9

Large Language Models Should Learn Personalized Rather Than Aggregated Human Preferences

A recent position paper argues that large language models (LLMs) should prioritize learning personalized human preferences over aggregated ones, as current methods optimize for a hypothetical average user, which fails to represent real individuals effectively. This approach highlights the importance of recognizing preference diversity and contextual dependencies.

Artificial Intelligenceneutral
arXiv — cs.CL
Jun 10

Parametric Knowledge is Not All You Need: Toward Honest Large Language Models via Retrieval of Pretraining Data

A recent study highlights the limitations of large language models (LLMs), particularly their inability to recognize their knowledge boundaries, leading to the generation of factually incorrect responses, known as hallucinations. The research proposes a robust evaluation benchmark using Pythia, an open LLM, to enhance the honesty of these models by encouraging them to admit when they lack knowledge.

Artificial Intelligenceneutral
arXiv — cs.CL
Jun 2

Assessment of Generative Named Entity Recognition in the Era of Large Language Models

A systematic evaluation of generative named entity recognition (NER) has been conducted, highlighting the transition from traditional sequence labeling to a generative paradigm facilitated by large language models (LLMs). The study assesses the performance of various open-source LLMs on flat and nested NER tasks, revealing significant insights into their capabilities.

Artificial Intelligencepositive
arXiv — cs.LG
Jun 10

PreAct-Bench: Benchmarking Predictive Monitoring in LLMs

A new benchmark called PreAct-Bench has been introduced to evaluate predictive monitoring in large language models (LLMs), focusing on their ability to anticipate unethical actions based on partial action trajectories. This benchmark includes 1,000 paired ethical and unethical action trajectories across five domains, aiming to enhance the safety of LLMs as autonomous agents.

Artificial Intelligenceneutral

Apps

Useful picks

Explore all apps

Articles

Continue Reading

MIT Technology ReviewArtificial Intelligenceyesterday

AI is more likely than humans to form biases when hiring

Recent research indicates that artificial intelligence (AI), particularly large language models (LLMs), is more prone to developing biases in hiring processes than humans, raising concerns about fairness in automated recruitment. This bias stems from both the training data used and the models' ability to form their own biases.

arXiv — cs.CLArtificial Intelligenceyesterday

Decoupled Alignment for Robust Plug-and-Play Adaptation

A new method for enhancing the safety of large language models (LLMs) has been introduced, focusing on a training-free approach to align these models without supervised fine-tuning or reinforcement learning. This method utilizes knowledge distillation to transfer alignment signals from well-aligned models to shadow-aligned ones, significantly improving defense success rates against harmful queries.

arXiv — cs.CLArtificial Intelligenceyesterday

Mechanistic Interpretability of Cognitive Complexity in LLMs via Linear Probing using Bloom's Taxonomy

A recent study has explored the mechanistic interpretability of cognitive complexity in Large Language Models (LLMs) through linear probing using Bloom's Taxonomy. The research indicates that cognitive levels, from basic recall to abstract synthesis, are encoded in a linearly accessible subspace of the models' representations, achieving approximately 95% mean accuracy across all Bloom levels.

arXiv — cs.LGArtificial Intelligenceyesterday

PagedWeight: Efficient MoE LLM Serving with Dynamic Quality-Aware Weight Quantization

A novel management method called PagedWeight has been introduced for serving Mixture-of-Experts (MoE) large language models (LLMs), which dynamically quantizes model weights at runtime to optimize GPU memory usage and balance expert-weight precision with key-value (KV) cache sizes. This approach addresses the tension between memory requirements and cache growth in KV-cache-intensive scenarios.