Page 24 of 192

AllHigh signalRecent
7679 articles
arXiv cs.LG·

Weasel: Out-of-Domain Generalization for Web Agents via Importance-Diversity Data Selection

Weasel is a trajectory selection method for offline training of web agents. It optimizes a balance between importance and diversity across states, websites, and interaction patterns, with target-centered AXTree pruning. On WebArena, WorkArena, and MiniWob, it improves out-of-domain generalization with 9.7-12.5× training speedups over standard fine-tuning on Qwen2.5-7B, Gemma3-4B, and Qwen3-8B.

AI AgentsFine-tuningBenchmarks
SIG
78
HYP
18
arXiv cs.AI·

Formal Skill: Programmable Runtime Skills for Efficient and Accurate LLM Agents

Formal Skill is a runtime abstraction for LLM agents that structures reusable capabilities via JSON metadata, action schemas, Python executors, and hook-governed control logic. Implemented in FairyClaw (open-source event-driven runtime), it replaces natural-language procedures with executable state machines, reducing token usage while improving reliability on Harness-Bench.

AI AgentsMCPCode generation
SIG
78
HYP
25
arXiv cs.AI·

Library Drift: Diagnosing and Fixing a Silent Failure Mode in Self-Evolving LLM Skill Libraries

Self-evolving skill libraries suffer silent degradation termed 'library drift': unbounded accumulation without lifecycle management. Study isolates mechanism via ablations, provides trace-level diagnostics, and validates fix (outcome-driven retirement + bounded active-cap + meta-skill prior) lifting pass@1 from 0.258 baseline to 0.584 on MBPP+ hard-100.

AI AgentsCode generationBenchmarks
SIG
78
HYP
15
arXiv cs.AI·

POLAR-Bench: A Diagnostic Benchmark for Privacy-Utility Trade-offs in LLM Agents

POLAR-Bench is a diagnostic benchmark assessing privacy-utility trade-offs in LLM agents. A trusted model with privacy policy interacts with an adversarial third-party model across 10 domains and 7,852 samples. Frontier models withhold 99% of protected attributes, but open-weight models in the 1–30B range commonly used for on-device private inference leak up to 50% of sensitive data.

AI AgentsAI safetyAlignment
SIG
78
HYP
25
arXiv cs.LG·

The Growing Pains of Frontier Models: When Leaderboards Stop Separating and What to Measure Next

Analysis of 34 frontier models (2024-2026) showing reasoning and coding capabilities cooperate (r=+0.72) but vary by lab. DeepSeek shifted from reasoning-rich to coding-first (+11.2→-4.7); Google maintains balance; Anthropic oscillates. SWE-bench saturating while HLE and instruction-following remain discriminative. Seven falsifiable predictions for next 12 months with interactive dashboard.

BenchmarksEvalsReasoning
SIG
78
HYP
22
arXiv cs.LG·

Not All Tokens Are Worth Caching: Learning Semantic-Aware Eviction for LLM Prefix Caches

SAECache introduces a semantic-aware eviction policy for LLM prefix caches. Not all tokens are equally worth caching: different token types (system prompts, user queries, tool outputs, reasoning) show up to 756x variation in reuse rates. SAECache uses a multi-queue architecture with online learning to adapt priorities, achieving 1.4x-2.7x TTFT improvement over production baselines.

ReasoningInfrastructureBenchmarks
SIG
78
HYP
15
arXiv cs.LG·

Compositional Literary Primitives in Instruction-Tuned LLMs: Cross-Architectural SAE Features for Self, Style, and Affect

Study of literary primitives in Llama 3.1 8B-Instruct and Gemma 2 9B-IT using sparse autoencoders. Four feature classes identified: naming-gates (affect tokens), self cluster (first-person register), stylistic modulators, compositional emotions. Llama achieves 27/27 emotion coverage (Cowen-Keltner taxonomy), Gemma 23/27. Validated via 5-LLM judge panel.

LlamaGeminiFine-tuning
SIG
78
HYP
15
arXiv cs.LG·

PASC: Pipeline-Aware Conformal Prediction with Joint Coverage Guarantees for Multi-Stage NLP and LLM Pipelines

PASC is a conformal prediction method guaranteeing simultaneous coverage across all stages in multi-stage NLP pipelines (NER → NED → entity typing, RAG, agent chains). On CoNLL-2003, PASC achieves 96.4% end-to-end coverage vs 93.4% for Bonferroni and 86.5% for independent CP, 1.7x faster, and maintains robustness under distribution shift (WNUT-17, WikiNEuRal).

EvalsReasoningAI Agents
SIG
78
HYP
15
arXiv cs.LG·

Fine-Grained Benchmark Generation for Comprehensive Evaluation of Foundation Models

Automated framework for generating fine-grained evaluation benchmarks for foundation models. Multi-agent pipeline with solution-graph-driven strategy improves ground-truth solution reliability. Three benchmarks generated (ML, Corporate Finance, Personal Finance) show lower error rates than MMLU/GSM8K. Evaluation of 12 models reveals performance differences missed by existing benchmarks.

BenchmarksEvalsMulti-agent
SIG
78
HYP
25
arXiv cs.CL·

Diagnosing Multi-step Reasoning Failures in Black-box LLMs via Stepwise Confidence Attribution

Stepwise Confidence Attribution (SCA) diagnoses multi-step reasoning failures in closed-source LLMs by assigning step-level confidence from generated traces alone. Two methods: NIBS (non-parametric) and GIBS (graph-based). On mathematical reasoning and multi-hop QA, SCA reliably identifies error-prone steps and improves self-correction success by up to 13.5%.

ReasoningEvalsPapers
SIG
78
HYP
15
arXiv cs.LG·

Efficient Conditioning Why Pseudo Observation Batch Bayesian Optimization Works When It Does not

Theoretical study unifying batch selection methods in parallel Bayesian Optimization (Constant Liar, Kriging Believer, fantasy models). Authors identify efficient conditioning as key surrogate property of Gaussian Processes, proving generation of distinct points with separation of order l. Experimental validation on Hartmann6D, Ackley 8D, Levy10D and SVM hyperparameter tuning.

BenchmarksPapers
SIG
78
HYP
15