Page 22 of 192

AllHigh signalRecent
7679 articles
arXiv cs.CL·

Convergence Without Understanding: When Language Models Agree on Representations but Disagree on Reasoning

Study of 16 language models (1.5B–72B parameters) showing representational convergence does not extend to reasoning processes. Models align more on collectively failed problems (CKA=0.897) than solved ones (CKA=0.830). Post-decision representations diverge sharply (CKA=0.274), and shared information exerts minimal causal influence (1.5–5.5% flip rate).

PapersReasoningEvals
SIG
78
HYP
15
arXiv cs.CL·

Metacognition as Reward: Reinforcing LLM Reasoning via Knowledge and Regulation Signals

MaR (Metacognition-as-Reward) is an RL framework improving LLM reasoning via two dimensions: metacognitive knowledge (identifying task-relevant information) and metacognitive regulation (planning the reasoning process). Tested on 22 benchmarks, Qwen3.5-9B + MaR achieves up to 7.7% gain over base model and 11.0% over vanilla DAPO, surpassing GPT-OSS-120B on average.

Reinforcement learningReasoningQwen
SIG
78
HYP
25
arXiv cs.AI·

From Raw Experience to Skill Consumption: A Systematic Study of Model-Generated Agent Skills

Systematic study of the full lifecycle of model-generated agent skills: extraction, consumption, and transfer. Evaluation framework spanning 5 agentic task domains. Findings: skills beneficial on average but exhibit non-trivial negative transfer; extractor/consumer performance independent of model scale. Introduction of meta-skill to improve quality and reduce negative transfer.

AI AgentsMulti-agentReinforcement learning
SIG
78
HYP
15
Reddit r/LocalLLaMA·

Benchmarked Needle 26M vs Qwen3-0.6B on CPU function calling, 50 queries across 5 difficulty tiers. The 23x smaller model wins on accuracy and is 4.4x faster.

CPU benchmark of Needle (26M) vs Qwen3-0.6B on function calling: 50 queries across 5 difficulty tiers. Needle wins on accuracy (72% vs 56% tool_match) and latency (10.9s vs 47.9s). Needle fails on tool selection, Qwen3 on tag emission. Qwen3 dominates on multilingual queries (Hindi, French).

QwenBenchmarksCode generation
SIG
78
HYP
15
arXiv cs.LG·

Embedding-Based Federated Learning with Runtime Governance for Iron Deficiency Prediction

Real-world deployment of federated learning pipeline for iron deficiency prediction from full blood count data. Uses DeepCBC (frozen haematology foundation model) + FedMAP (personalised aggregation). Tested across two clinical sites (AUMC, NHSBT) with non-IID data. FedMAP improves ROC-AUC from 0.947→0.959 (AUMC) and 0.856→0.867 (NHSBT) versus local-only training.

EmbeddingsBenchmarks
SIG
78
HYP
15
arXiv cs.LG·

Don't Collapse Your Features: Why CenterLoss Hurts OOD Detection and Multi-Scale Mahalanobis Wins

GOEN (Geometry-Optimised Epistemic Network) combines multi-scale features, L2 normalisation, Mahalanobis distance, and calibration to detect out-of-distribution inputs. Key finding: CenterLoss degrades OOD detection (AUROC 0.9366 vs 0.9483 without), despite improving classification accuracy. GOEN-NoCenterLoss achieves 0.9483 AUROC on CIFAR-10, outperforming deep ensembles (0.8827), KNN (0.8967), and ODIN (0.8870).

AI safetyEvalsBenchmarks
SIG
78
HYP
25
arXiv cs.LG·

When Are Teacher Tokens Reliable? Position-Weighted On-Policy Self-Distillation for Reasoning

Authors show teacher-token reliability in reasoning self-distillation depends on position within trajectory, not local entropy. They propose Position-Weighted OPSD (PW-OPSD), applying increasing position weights to token supervision. On Qwen3-4B, AIME 2024/2025 improve by +1.0/+1.1 points; validation on DeepSeek-R1-Distill-Llama-8B and Olmo-3-7B-Think confirms gains.

ReasoningFine-tuningBenchmarks
SIG
78
HYP
15