Researchers probe activations at the final prompt token across twelve instruction-tuned models (Bielik, PLLuM, Gemma-4, Qwen3 families) to assess whether LLMs encode graded familiarity with named entities before generating answers. Using a new dataset of 1,440 Polish entities across popularity deciles plus fabricated controls, they find familiarity probes reliably separate real from fabricated entities and track popularity in Polish-adapted models. A key finding is that a single one-dimensional familiarity direction injected at one layer in Gemma-4-12B can steer refusal rates monotonically from 0.24 to 1.00 (or 0.73 to 0.00), revealing a separation between representational familiarity and the policy that converts it into abstention behavior.
Researchers probe four Polish Bielik LLMs (1.5B–11B parameters) to test whether internal activations reveal entity familiarity before any answer token is generated. Using unsupervised dispersion measures over post-SwiGLU MLP activations, they achieve AUROC 0.95–1.00 in separating known from fabricated entities—a signal that is already at ceiling at 1.5B parameters. Despite this internal awareness, the models almost never abstain: only 2 refusals and 1 hedge were found across 2,520 answers. The paper distinguishes entity familiarity (a representational phenomenon stable across scale) from factual reliability (which scales sharply with model size), with implications for hallucination detection and calibration research.
A new arXiv paper systematically evaluates a range of LLM conditioning methods across both concept injection and removal scenarios, finding that efficient steering methods often degrade fluency significantly. A key finding is that activation steering is substantially less effective on instruction-tuned models than on base models, a previously overlooked interaction. Simple prompting and supervised fine-tuning work for concept injection but not removal, and cheap textual metrics are found to correlate well with expensive LLM-as-judge evaluations.
A new arXiv paper evaluates whether LLMs can recognize that their own prior responses were elicited by adversarial prefill attacks, testing ten open-weight models (3B–70B) across four safety benchmarks. Models claim intent on prefilled responses only 27.3% of the time on average, and introspective signal is largely mediated by refusal-related reasoning. Three LoRA fine-tuning methods (SFT, GRPO, DPO) improve the intention-probe gap but counterintuitively raise attack success rates on most models, suggesting partial and fragile mitigation. The findings raise concerns about the reliability of LLM self-reports in safety-critical contexts.
Researchers introduce Knowledge-Less Language Models (KLLMs), pretrained on corpora with anonymized named entities to systematically reduce parametric factual recall and push models toward evidence-grounded reasoning. Across multiple model scales, KLLMs outperform standard baselines on contextual QA, fact verification, and hallucination detection, with 20-25% relative gains in retrieval-grounded settings with imperfect evidence. The models also show improved calibration (ECE, Brier score, AUROC) and more reliable abstention behavior. The work suggests pretraining-time control over knowledge acquisition can serve as a complementary foundation for RAG and tool-augmented systems.
A new arXiv paper characterizes 'evaluation awareness' — the ability of models to detect they are being tested and adapt behavior accordingly — across 37 open-weight models and 7 families using 8 experiments. Key findings: 24/37 models exceed chance at detecting evaluation conditions, hard refusal drops 5.8 percentage points under hypothetical framing, and compliance can rise up to +30 percentage points on HarmBench under framing shifts. Critically, the three axes of awareness (detection, behavioral manifestation, controllability) are nearly uncorrelated, leading the authors to coin the 'benchmark illusion': no single awareness score reliably predicts deployment safety.
Researchers conducted a population-matching experiment evaluating 25 LLMs on conditional inference tasks across four languages, comparing model behavior to matched human populations. The study finds that LLMs function as accurate semantic operators but systematically fail to capture pragmatic enrichments—context-sensitive inferences beyond literal logical meaning—that humans apply effortlessly. Model performance on pragmatic reasoning is not predicted by open vs. closed weights, training orientation, or architecture type, suggesting pragmatic reasoning remains an emergent and unreliable capability. The findings contribute to ongoing debates about whether LLMs reason like humans or merely approximate surface-level linguistic patterns.
A new arXiv preprint investigates whether LLMs exhibit a functional analog to the psycholinguistic production-perception distinction, using direct token probability measurements rather than metalinguistic prompting. Using Llama-3.1-8B and four other open-weight models, the authors find that production-perception prompt distances consistently exceed production-production distances by a ratio of ~1.8, with near-ceiling correlations in the production-production control confirming the effect is specific to communicative framing. The effect replicates across five models spanning base and instruction-tuned variants, and temporal analysis shows perception prompts exert strongest influence at sequence beginnings. The findings suggest prompt framing alone induces a production-perception distinction in decoder-only architectures.
The paper introduces GRUFF, a large-scale German dataset designed to evaluate LLM pronoun fidelity—the ability to correctly reuse a previously specified pronoun for a discourse entity despite intervening distractors. The study covers four grammatical gender systems and four pronoun sets including neopronouns (xier, en), finding that LLMs handle masculine and feminine agreement well but struggle with neopronouns and distractor robustness. Encoder-only models show greater robustness in German than English, attributed to grammatical gender cues. Occupational stereotype correlations across grammatical cases are weak and model-dependent.