Research Feed Page 25

Search source-linked summaries of recent AI and machine-learning papers by topic, by date, or by whether they include code or a diagram.

Filter papers All papers

Browse by date

Resource filters

Sort options

Research results

Multimodal / Efficiency & Inference By Zhongbin Guo 2026-08-12
Generation as Auxiliary Supervision: Enhancing Visual Understanding at Zero Inference Overhead via Decoupled Embedding Prediction

The paper introduces Generation as Auxiliary Supervision, a method that uses a decoupled generation branch during training to improve Multimodal Large Language Model visual understanding while adding zero overhead at inference time.

Safety & Alignment / Benchmarks & Evals By Shufan Lin 2026-08-12
Asymptotic Risk Calibration for Selective Question Answering

The paper introduces a statistical method to control error rates in large language models by dynamically selecting which outputs to trust.

Benchmarks & Evals / Agents By Jin Lu 2026-08-12
VICBench: A Multi-Language Benchmark for Code Vulnerability Detection

VICBench is a new multi-language benchmark containing 100 verified vulnerability-inducing commits that helps evaluate automated security detection tools.

Benchmarks & Evals By Aaron Chatterji 2026-08-12
How Organizations Use AI: Evidence from ChatGPT

The paper examines adoption and usage patterns of ChatGPT Enterprise by analyzing internal message data and firm-level financial information.

Efficiency & Inference / Multimodal By Enhuai Liu 2026-08-12
LoSA: Near-Lossless Sparse Attention for Training-Free Video Diffusion Acceleration

LoSA accelerates video diffusion models by identifying and caching the most important attention blocks to reduce the overhead of quadratic computation in long 3D token sequences.

Agents / Multimodal By Shivali Dalmia 2026-08-12
GUIDE: Governed Unified Intelligence for Document-to-Artifact Generation in Enterprise Settings

GUIDE is an automated framework that parses, validates, and converts heterogeneous enterprise documents into structured, deployment-ready artifacts.

Reasoning / Efficiency & Inference By Sen Xu 2026-08-12
Claim-Level Reliability Assessment for Efficient Test-Time Reasoning

The researchers introduced Claim Level Reliability Assessment, a method that improves language model reasoning accuracy and efficiency by verifying individual logical steps rather than relying on final trace results.

Multimodal / Training & Fine-Tuning By Byungoh Ko 2026-08-12
Context Blindness in DPO: Mitigating Object Hallucination in MLLMs via Context-Calibrated Preference Optimization

The paper introduces Context-Calibrated DPO to force models to better utilize contextual information and reduce object hallucinations.

Benchmarks & Evals By Xi Chen 2026-08-12
Graph-Structured Rubrics: Compiling Rubrics into Typed Evaluation Graphs for LLM Judges

The paper introduces Graph-Structured Rubrics to replace flat evaluation criteria with a deterministic, auditable directed acyclic graph that improves scoring accuracy.

Reasoning / Benchmarks & Evals By Yuchao Wu 2026-08-12
SAG: SQL-Retrieval Augmented Generation with Query-Time Dynamic Hyperedges

The paper introduces SAG, a retrieval system that improves RAG performance by using SQL joins to dynamically discover cross-document associations through event-based hyperedges.

Agents / Robotics By Peidong Wang 2026-08-11 1
Self-Evolving Embodied Agents via Skill-Harness Evolution

The SHAPER method improves agent performance in new environments by evolving textual skills and harnesses while keeping the underlying model parameters frozen.

Benchmarks & Evals / Efficiency & Inference By Jinjun Huang 2026-08-12
RealisticTritonBench: A Benchmark for Triton-Kernel Generation in Real-World AI Frameworks

The authors introduce RealisticTritonBench to evaluate LLM performance in generating production-grade Triton kernels for real-world AI frameworks.

Benchmarks & Evals / Agents By Praveen Reddy 2026-08-12
A corpus-specific clinical RAG system matches or outperforms newer frontier LLMs on HealthBench

Researchers developed VITA, a domain-specific retrieval-augmented generation system that achieves superior performance on clinical tasks by prioritizing curated local data over generic model scale.

Computer Vision / Multimodal By Yuyang Yin 2026-08-12
StateFlow: Building, Evolving, and Accessing 3D World States for Previsualization

StateFlow introduces a framework for generating and interactively editing persistent 3D world states to solve the controllability and consistency issues found in one-shot video synthesis.

Efficiency & Inference By Joao V. Cavalcanti 2026-08-12
SoftWater: Class-Aware Rate Allocation for Softmax Quantization

The paper introduces SoftWater, a class-aware rate allocation algorithm for quantisation that reduces memory usage in the softmax output layer of Large Language Models.

Efficiency & Inference / Benchmarks & Evals By Rodrigo Guedes de Souza 2026-08-12
Who Thinks Best Depends on How Long You Let Them: Budget-Dependent Rankings in LLM Evaluation

The paper demonstrates that model rankings shift significantly based on the token generation budget allowed during inference, challenging the reliability of standard static evaluation benchmarks.

Training & Fine-Tuning By Arda Uzunoglu 2026-08-12
Information Abundance Paradox: Long-Context Training Undermines Parametric Knowledge

The researchers found that training language models on long documents makes them rely more on provided text and less on their own internal knowledge, leading to worse performance when that context is missing.

Agents / Benchmarks & Evals By Beichen Huang 2026-08-12 2
Persistent Recursive Worlds Enable Autonomous Software Evolution

The study demonstrates a framework called Genesis that enables autonomous agents to build complex software by using persistent recursive states and iterative validation to evolve codebases from empty repositories.

Agents / Efficiency & Inference By Junliang Liu 2026-08-12
Convergent Detour Hijacking: Task-Preserving Resource Amplification in Skill-Based LLM Agents

The paper introduces a method called Convergent Detour Hijacking that steers LLM agents into unnecessarily costly execution paths while preserving the final task output.

Reasoning / Efficiency & Inference By Lijie Yang 2026-08-11
Thought-Level Beam Search for Reasoning

Gambit improves the accuracy of large reasoning models by dynamically reallocating computational resources to promising branches during inference.