Page 14 of 192

AllHigh signalRecent
7679 articles
arXiv cs.CL·

Localizing Prompt Ambiguity in Large Language Models with Probe-Targeted Attribution

PRIG, a gradient attribution method, localizes ambiguity in LLM prompts by training a linear probe to distinguish clear from ambiguous prompts, then attributes the probe score to token representations. Evaluated on synthetic datasets (coding, math, writing) and a human-written gold benchmark, PRIG achieves 0.840 AUROC on combined synthetic benchmark and 0.891 AUROC on gold set.

Prompt engineeringEvalsPapers
SIG
78
HYP
15
arXiv cs.CL·

Epidemiology of Model Collapse: Modeling Synthetic Data Contamination via Bilayer SIR Dynamics

Epidemiological study of model collapse from synthetic data training. Bilayer SIR/SIRS framework models cross-contamination between data corpora and AI models. GPT-2 experiments on WikiText and Shakespeare (192 runs) confirm dose-response degradation; R₀ > 1 indicates supercritical dynamics. Synthetic-text detection and filtering identified as highest-leverage interventions.

PapersAI safetyBenchmarks
SIG
78
HYP
15
arXiv cs.CL·

ArcANE: Do Role-Playing Language Agents Stay in Character at the Right Time?

ArcANE is an automatically constructed benchmark evaluating whether role-playing language agents maintain character psychological consistency across narrative phases. Built on 17 novels and 80 principal characters, it tests responses across story phases and unseen scenarios. Conditioning on Character Arc outperforms all other context strategies across 6 models and 6 context modes.

BenchmarksAI AgentsEvals
SIG
78
HYP
15
arXiv cs.LG·

Pattern Selectivity is Not Task-Causal Structure: A Cross-Architecture Mechanistic Study of Composed-Task Circuits in 1B-Class Language Models

Mechanistic cross-architecture study on 3 1B-class models (Pythia, OLMo, OLMoE) testing whether circuit identification via pattern selectivity + causal ablation yields reproducible findings. Result: same task, same behavioral capability, different implementations across models. Five-category taxonomy (primary cause, secondary cause, correlate, interferer, null) with quantitative thresholds introduced.

BenchmarksPapers
SIG
78
HYP
15
Reddit r/MachineLearning·

We built a source-available LLM reliability library (free for research / personal / internal eval) that can cut inference cost by half at matched quality, and you adopt it by changing one import [P] [R]

Agentcodec unifies 28 LLM reliability techniques (retries, ensembling, verification, adaptive routing) under a single API. Adoption via one-line import change. On Nemotron + Devstral + GLM-5.1, adaptive router achieves 56% cost reduction at matched quality, or 7% quality gain at matched cost. Single λ parameter controls the trade-off.

ReasoningEvalsOpen source
SIG
78
HYP
35
Reddit r/LocalLLaMA·

KVarN: new KV-cache quant from Huawei. 3–5× KV cache compression with actual speed-up instead of slow-down, and unlike TurboQuant it holds up on reasoning (Apache 2.0, vLLM single flag)

Huawei open-sources KVarN, a KV-cache quantization method (Apache 2.0, vLLM single-flag integration). 3–5× compression vs FP16, throughput up to 1.4× FP16, maintains reasoning quality unlike TurboQuant (Google). No retraining, no calibration required.

Open sourceInfrastructureBenchmarks
SIG
78
HYP
35
arXiv cs.LG·

Training-Free Lexical-Dense Fusion for Conversational-Memory Retrieval

Training-free lexical-dense fusion study for long-term conversational memory retrieval. Score-level fusion of late-interaction dense + BM25 improves Hit@1 by +8.8 to +17.2 points across six encoders (Hit@1 0.752 with e5-large-v2). Web search cross-encoder reranker degrades results (-6.9 pp). Analysis shows division of labor: dense excels on multi-hop/temporal questions, BM25 on adversarial ones.

RAGEmbeddingsBenchmarks
SIG
78
HYP
15
arXiv cs.AI·

Scaling Self-Evolving Agents via Parametric Memory

TMEM introduces a self-evolving parametric memory framework for LLM agents. Instead of storing experience solely as textual context, the agent absorbs distilled supervision into lightweight LoRA weights (Δ_t) via online updates, genuinely altering behavior within a single episode. Evaluated on LoCoMo, LongMemEval-S, and CL-Bench, TMEM consistently outperforms summary-based and retrieval-based baselines.

AI AgentsFine-tuningReinforcement learning
SIG
78
HYP
25
arXiv cs.LG·

dMX: Differentiable Mixed-Precision Assignment for Low-Precision Floating-Point Formats

dMX is a differentiable mixed-precision quantization framework for learnable floating-point bit-width assignment across LLM layers. Tested on Llama, Qwen3, and SmolLM2 using the MXFP standard (Open Compute Project), it optimizes layer formats continuously then discretizes via annealing, outperforming KL-divergence heuristics on WikiText-2 and zero-shot reasoning benchmarks.

LlamaQwenBenchmarks
SIG
78
HYP
15
arXiv cs.CL·

A Systematic Evaluation of Positional Bias in Multi-Video Summarization with MLLMs

Systematic study of positional bias in multi-video summarization with MLLMs. Benchmark on ActivityNet and News videos (2-4 inputs). Evaluation of 9 models (open-source and proprietary) using three metrics: Coverage, Directional Positional Bias, Middle-Edge Gap. Finding: positional effects are domain- and model-dependent; increasing visual budget does not uniformly remove imbalance.

VisionBenchmarksEvals
SIG
78
HYP
15