Research Feed Page 28

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

Benchmarks & Evals By Nicola Giuseppe Marchioro 2026-08-11
Workflow Cards: Structured Summaries of Workflow Executions Using Provenance Data

The authors introduce Workflow Cards, a structured metadata format that improves how provenance data is captured and interpreted by large language models.

Safety & Alignment / Benchmarks & Evals By Abigail Oppong 2026-08-11
The Illusion of Cross-Lingual Safety in Low-Resource Languages

The researchers investigated whether English safety alignments carry over to low-resource languages by testing models on the newly compiled LoDNA dataset.

Efficiency & Inference / Benchmarks & Evals By Wajdi Ben Saad 2026-08-11
A Cost-Efficient Routing Pipeline for Multilingual Short-Text Classification Using Small Language Models

The paper introduces a cost-aware routing strategy that selects between direct multilingual processing and translation-based English classification to optimize performance for weaker languages.

Benchmarks & Evals By Alicia Larsen 2026-08-11
V-FiLLM: Verified Financial LLM Reasoning Benchmark

The paper introduces a synthetic generation and verification framework called V-FiLLM to benchmark and improve large language model reasoning over structured financial data.

Multimodal / Safety & Alignment By Yufei Zhang 2026-08-11
When Visual Signals Mislead: A Mechanistic Study of Attribute Hallucination in Vision-Language Models

The paper introduces a diagnostic and remediation framework called VISOR that identifies and corrects attribute hallucination errors in vision-language models by distinguishing between language-layer biases and visual representation failures.

Benchmarks & Evals By Dong Qiao 2026-08-11
Mapping and Measuring the Behavioral Evolution of Large Language Models

The researchers developed a method to quantify how different language models behave and evolve by measuring distances between their responses to a shared set of 10,000 prompts.

Multimodal / Safety & Alignment By Man Jiang 2026-08-11
PEAK: Precise and Persistent Concept Erasure via k-Sparse Autoencoders

PEAK uses sparse autoencoders to precisely identify and suppress target concepts in diffusion models while maintaining overall generation quality.

Multimodal / Safety & Alignment By Siyuan Liang 2026-08-11
SafeCA: Safe Cross-Attention Localization and Regulation for Text-to-Video Jailbreak Defense

SafeCA is a defensive framework that regulates cross-attention mechanisms in text-to-video generative models to prevent the output of harmful or inappropriate content.

Safety & Alignment / Training & Fine-Tuning By Clemens Vetter 2026-08-11
Data Attribution of Emergent Misalignment with Persona Features

Researchers identified specific pre-training documents that cause emergent misalignment in language models and demonstrated that synthetic instruction tuning exacerbates this behavior.

Robotics / Agents By Steven Swanbeck 2026-08-11
Deployment Is Not Destiny: Robot Recomposition in the Field with Unseen Software, Hardware, and Compute Payloads

The paper introduces a composition-based framework that allows robots to dynamically discover and integrate new software and hardware payloads for task execution at runtime.

Agents / Reasoning By Foundation Model Team 2026-08-11
XCoT-VLA: Executable Chain-of-Thought for Vision-Language-Action Driving

XCoT-VLA replaces verbose natural-language reasoning with compact, executable tokens to improve driving performance and inference efficiency.

Training & Fine-Tuning By Zhuang Wang 2026-08-11
SCOUT: Symmetric Consensus Outlier Detection for Failure Localization in LLM Pre-Training

SCOUT is a system that identifies and localizes latent hardware or communication failures during distributed large language model pre-training by comparing the behavior of identical parallel processing units.

Reasoning / Efficiency & Inference By Vaibhav Singh 2026-08-11
ThinkRetrieve: Retrieval-Augmented Reasoning Traces for Test-Time Scaling

ThinkRetrieve improves large model reasoning by dynamically injecting relevant, solved examples into the reasoning process at each step.

Efficiency & Inference By He-Yen Hsieh 2026-08-11
ReRound: Reconstructive Rounding to Resolve Midpoint Ambiguity in Calibration-Free LLM Quantization

ReRound uses a learned diffusion-based approach to resolve midpoint ambiguity during model quantization, resulting in higher accuracy for compressed LLMs without requiring calibration data.

Efficiency & Inference / Reinforcement Learning By Zetao Hong 2026-08-11
Scheduling Mixed RL Rollouts Beyond Prefix Locality

The paper introduces a scheduling method that increases rollout throughput and reduces iteration time by managing how heterogeneous reinforcement learning workloads share KV-cache capacity.

Computer Vision / Training & Fine-Tuning By Mingju Gao 2026-08-11
AdvFD: Boosting Visual Generation via Adversarial Fr'echet Distance Loss

The researchers developed AdvFD, a new training method that prevents image generators from exploiting static metrics to inflate their performance scores without actually improving visual quality.

Efficiency & Inference / Benchmarks & Evals By Burc Gokden 2026-08-10
Power law graph attention: exact generalization of scaled dot-product attention, empirical collapse at inference

The paper introduces Power Law Graph Attention as a flexible, learned alternative to the standard fixed-operator attention used in modern transformer models.

Benchmarks & Evals By Ilias Chalkidis 2026-08-11
Templated or fully Synthetic? Prompt construction as a confound in measuring LLM political stance beyond writing assistance

The paper demonstrates that using templated prompts creates structural artifacts that bias LLM political stance measurements, whereas LLM-generated prompts produce more realistic and neutral results.

Multimodal / Computer Vision By Zihao Liu 2026-08-11 72
Beyond Pixels: From Video Priors to 4D Worlds

The paper introduces Latent-to-4D, a framework that uses a shared latent space to enable a single geometry-supervised 4D model to work across multiple compatible video diffusion transformers.

Reinforcement Learning / Benchmarks & Evals By Joyjeet Singh 2026-08-10
The Evaluation Protocol Determines the Result: An Independent Reproduction of LeWorldModel on TwoRoom

This study exposes how undocumented configuration differences and inconsistent evaluation protocols significantly alter the reported performance of the LeWorldModel agent.