Page 15 of 192

AllHigh signalRecent
7679 articles
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·

MM-BizRAG: Rethinking Multimodal Retrieval-Augmented Generation for General Purpose Enterprise Q&A

MM-BizRAG improves multimodal retrieval-augmented generation for complex enterprise documents. The system explicitly extracts document structure via orientation-specific ingestion pipelines (layout-aware parsing for vertical reports, holistic page representations for horizontal slide decks), then assembles multimodal contexts at inference. Up to 32% gains on SlideVQA and FinRAGBench-V without fine-tuning.

RAGVisionBenchmarks
SIG
78
HYP
25
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
arXiv cs.AI·

Cascading Hallucination in Agentic RAG: The CHARM Framework for Detection and Mitigation

CHARM detects and mitigates cascading hallucinations in multi-step RAG pipelines, where early errors propagate and amplify across reasoning stages. Four-component framework: stage-level fact verification, cross-stage consistency tracking, confidence propagation monitoring, cascade resolution. 89.4% detection rate on HotpotQA/MuSiQue/2WikiMultiHopQA, 82.1% error propagation reduction.

RAGAI AgentsReasoning
SIG
78
HYP
25
arXiv cs.LG·

Edge of Stability Selectively Shapes Learning Across the Data Distribution

The study shows that edge of stability (EoS) selectively redistributes learning across data subgroups. Two conditions enable a group to benefit: alignment of its aggregate gradient with the top Hessian eigenvector, and sustained non-vanishing gradient magnitude. Under cross-entropy loss, gradient saturation favors output-outliers while suppressing progress on confidently classified groups.

PapersReinforcement learningEvals
SIG
78
HYP
15
arXiv cs.LG·

Recover-LoRA for Aggressive Quantization: Reclaiming Accuracy in 2-Bit Language Models via Low-Rank Adaptation with Knowledge Distillation on Synthetic Data

Recover-LoRA extends a data-free accuracy recovery method to 2-bit quantized LLMs. A mixed-precision strategy selectively quantizes MLP gate/up layers to W2 while keeping others at W4, achieving 7.5–23.3% throughput gains. Low-rank adapters trained via logit distillation on synthetic data recover 80–95% accuracy on Qwen3-4B using only 10k samples.

Fine-tuningBenchmarks
SIG
78
HYP
18
arXiv cs.LG·

Are we really tilting? The mechanics of reward guidance in flow and diffusion models

Reward guidance algorithms steer generative processes toward reward-tilted measures. The paper shows reward hacking stems from finite-particle plug-in estimation of the Doob h-function in practical implementations. Authors propose a closed-form reward damping schedule and validate on Gaussian targets, 2D checkerboard, and FLUX.1 text-to-image generation.

Reinforcement learningReasoningPapers
SIG
78
HYP
15
arXiv cs.AI·

SkillDAG: Self-Evolving Typed Skill Graphs for LLM Skill Selection at Scale

SkillDAG models inter-skill relationships as a typed directed graph for dynamic LLM agent skill selection at inference time. On ALFWorld and SkillsBench with MiniMax-M2.7, it achieves 67.1% success and 27.3% reward, exceeding Graph-of-Skills baselines by +12.8 and +8.6 points. The graph self-evolves during execution via a propose-then-commit protocol, accumulating structure across episodes.

AI AgentsReasoningBenchmarks
SIG
78
HYP
25
arXiv cs.AI·

The Shadow Price of Reasoning: Economic Perspective on Optimal Budget Allocation for LLMs

arXiv paper proposing CLEAR, an optimal budget allocation method for LLM inference grounded in economic theory. Using a shifted-surge utility function and global shadow pricing, CLEAR performs rational abandonment and reallocates resources from insolvent to solvable queries. Results: 3x improvement in global accuracy vs uniform allocation under resource scarcity.

ReasoningBenchmarksInfrastructure
SIG
78
HYP
25