paper-with-me

Papers

Personality as a Probe for LLM Evaluation: Method Trade-offs and Downstream Effects

2025-09-05 · Gunmay Handa, Zekun Wu, Adriano Koshiyama, Philip Treleaven arxiv

Personality manipulation in large language models (LLMs) is increasingly applied in customer service and agentic scenarios, yet its mechanisms and trade-offs remain unclear. We present a systematic study of personality control using the Big Five traits, comparing in-context learning (ICL), parameter-efficient fine-tuning (PEFT), and mechanistic steering (MS). Our contributions are fourfold. First, we construct a contrastive dataset with balanced high/low trait responses, enabling effective steering vector computation and fair cross-method evaluation. Second, we introduce a unified evaluation framework based on within-run $Δ$ analysis that disentangles, reasoning capability, agent performance, and demographic bias across MMLU, GAIA, and BBQ benchmarks. Third, we develop trait purification techniques to separate openness from conscientiousness, addressing representational overlap in trait encoding. Fourth, we propose a three-level stability framework that quantifies method-, trait-, and combination-level robustness, offering practical guidance under deployment constraints. Experiments on Gemma-2-2B-IT and LLaMA-3-8B-Instruct reveal clear trade-offs: ICL achieves strong alignment with minimal capability loss, PEFT delivers the highest alignment at the cost of degraded task performance, and MS provides lightweight runtime control with competitive effectiveness. Trait-level analysis shows openness as uniquely challenging, agreeableness as most resistant to ICL, and personality encoding consolidating around intermediate layers. Taken together, these results establish personality manipulation as a multi-level probe into behavioral representation, linking surface conditioning, parameter encoding, and activation-level steering, and positioning mechanistic steering as a lightweight alternative to fine-tuning for both deployment and interpretability.

📄 PDF Abstract BibTeX arXiv:2509.04794

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

LangProBe: a Language Programs Benchmark

2025-02-27 · Shangyin Tan, Lakshya A Agrawal, Arnav Singhvi, Liheng Lai 외

Composing language models (LMs) into multi-step language programs and automatically optimizing their modular prompts is now a mainstream paradigm for building AI systems, but the tradeoffs in this space have only scarcel…

PerFairX: Is There a Balance Between Fairness and Personality in Large Language Model Recommendations?

2025-08-20 · Chandan Kumar Sah arxiv

The integration of Large Language Models (LLMs) into recommender systems has enabled zero-shot, personality-based personalization through prompt-based interactions, offering a new paradigm for user-centric recommendation…

Continual Learning

Uncertainty and Fairness Awareness in LLM-Based Recommendation Systems

2026-01-31 · Chandan Kumar Sah, Xiaoli Lian, Li Zhang, Tony Xu 외 arxiv

Large language models (LLMs) enable powerful zero-shot recommendations by leveraging broad contextual knowledge, yet predictive uncertainty and embedded biases threaten reliability and fairness. This paper studies how un…

Recommendation Systems

Optimal Hashing-based Time-Space Trade-offs for Approximate Near Neighbors

2017-05-21 · Andoni Alexandr, Laarhoven Thijs, Razenshteyn Ilya, Waingarten Erik

[See the paper for the full abstract.] We show tight upper and lower bounds for time-space trade-offs for the $c$-Approximate Near Neighbor Search problem. For the $d$-dimensional Euclidean space and $n$-point datasets…

Assistance or Disruption? Exploring and Evaluating the Design and Trade-offs of Proactive AI Programming Support

2025-02-25 · Kevin Pu, Daniel Lazaro, Ian Arawjo, Haijun Xia 외

AI programming tools enable powerful code generation, and recent prototypes attempt to reduce user effort with proactive AI agents, but their impact on programming workflows remains unexplored. We introduce and evaluate …

Code Generation