Hugging Face Daily Papers
500 articles archived · Visit source ↗ · RSS
-
Hugging Face Daily Papers research 14d ago
ShadowDancer: Teaching Video World Models Any Action by Learning Unified Dynamics Representations from a Video and Its Shadow
Abstract We present ShadowDancer, a novel approach to any-action, frame-level control of interactive video world models. The obstacle is representational: existing interfaces either encode an action loosely, leaving how it unfolds for the model to improvise, or encode it exactly…
18 -
Hugging Face Daily Papers research 14d ago
AMRD: Adaptive Multi-Teacher Relational Distillation for Lightweight Speech Emotion Recognition
Abstract On-device speech emotion recognition (SER) is critical for real-time applications, yet large self-supervised models that excel at SER are too costly for edge devices. Multi-teacher knowledge distillation can compress them into a lightweight student, but two challenges…
17 -
Hugging Face Daily Papers research 14d ago
Multi-Head Attention Residuals
Abstract Transformers propagate information across depth through a single additive residual stream: every sublayer reads only the most recent state. Attention residuals relax this by letting each sublayer attend, through a learned softmax. However, that read uses a single query…
29 -
Hugging Face Daily Papers research 14d ago
INTACT: Isomorphic Intent-to-Action Learning for Search-Free World Models
Abstract Forward latent world models predict how actions change a scene, but recover actions for a desired change only through expensive test-time search. We introduce INTACT (INtent-To-ACTion), an end-to-end JEPA that turns action-labeled, reward-free trajectories into a…
22 -
Hugging Face Daily Papers research 14d ago
LEDGERMIND: Provenance-Constrained Multimodal Agentic Reasoning with a Structured Evidence Ledger
Abstract Multimodal agents for visual question answering increasingly operate as multi-step trajectories that interleave perception, retrieval, and reasoning, yet evaluation still largely reduces to final-answer accuracy. This aggregate signal cannot tell whether a correct…
37 -
Hugging Face Daily Papers research 14d ago
Explorative Modeling: Unlocking a Third Pretraining Axis and End-to-End Generation
Abstract The deep learning revolution, kicked off by AlexNet, taught us that end-to-end training beats decomposing a problem into hand-designed stages. Generative modeling, however, has remained the exception-despite generative models being remarkably capable, they are still not…
34 -
Hugging Face Daily Papers research 14d ago
Revisiting Lossy Verification in Speculative Decoding: Mechanisms, Trade-offs, and Failure Modes
Abstract Speculative Decoding (SD) accelerates large language model inference by allowing a lightweight draft model to propose tokens that are subsequently verified in parallel by a larger target model. Recent approaches introduce lossy verification schemes to further improve…
23 -
Hugging Face Daily Papers research 14d ago
AI Tour Meeting: Group Travel Planning by LLM Agents
Abstract This paper proposes AI Tour Meeting, a group travel planning framework powered by multiple Large Language Model (LLM)-based agents. The agents are instantiated with distinct personas and collaboratively seek an itinerary that satisfies their constraints and preferences…
36 -
Hugging Face Daily Papers research 14d ago
Beyond Borrowed Histories: Person-Aligned User Simulation for Interactive Role-Playing Evaluation
Abstract Role-playing agents (RPAs) have become one of the most important consumer applications of large language models. Users engage in multi-turn conversations with RPAs for experiences such as emotional comfort, making reliable evaluation essential for measuring capability,…
24 -
Hugging Face Daily Papers research 14d ago
MPIE-Bench: Benchmarking Anatomically Plausible Multi-Person Interaction Editing
Abstract Text-to-image and personalized editing models now synthesize high-fidelity single-subject images with ease. Yet placing multiple named people into shared contact actions such as embrace, carry, or grapple still exposes major failures: fused limbs, invented extremities,…
12 -
Hugging Face Daily Papers research 14d ago
Can Large Language Models Execute Parent Orders?
Abstract Parent-order execution is a core problem in algorithmic trading, where the goal is to split a large order into smaller orders while reducing execution costs. Existing approaches either rely on pre-specified market assumptions that may not hold in practice, or require…
28 -
Hugging Face Daily Papers research 14d ago
Memory Decoder at Scale: A Pretrained, Parametric Long-Term Memory
Abstract Decoder-only language models entangle long-term memory and reasoning in a single parameter set, making it difficult to scale memory capacity independently. Memory Decoder introduces a parametric long-term memory module but only studies it at a relatively small scale. In…
37 -
Hugging Face Daily Papers research 14d ago
Qwen-UI-Agent Technical Report: Toward Next-Generation Real-World Centric Foundation GUI Agents
Abstract GUI agents have the potential to become a general purpose executor over existing digital devices. To advance them toward real-world use, we envision agents that operate reliably on real devices, execute workflows across platforms, combine GUI interaction with CLI…
31 -
Hugging Face Daily Papers research 14d ago
RefCaptioner: Multi-Reference Image-Grounded Video Captioning
Abstract Existing video captioning models generate natural descriptions of video content but cannot explicitly ground local visual elements to multiple reference images. We introduce multi-reference image-grounded video captioning, a new task requiring factual video descriptions…
12 -
Hugging Face Daily Papers research 14d ago
Beacon: Knowing When and How to Perform Agentic Visual Reasoning
Abstract The fundamental goal of agentic visual reasoning is to improve the success rate of multimodal large language models (MLLMs) on complex tasks, rather than merely equipping them with a sophisticated yet inefficient reasoning paradigm. In this work, we rethink agentic…
14 -
Hugging Face Daily Papers research 14d ago
BM25 Wins at Scale: A Scaling Study of Retrieval-Augmented Generation Paradigms
Abstract Retrieval-augmented generation (RAG) spans lexical and dense retrieval, graph-based indexing, and agentic search, but these paradigms are usually evaluated on different benchmarks at one corpus size, leaving their accuracy-cost scaling unclear. To bridge this gap, we…
29 -
Hugging Face Daily Papers research 14d ago
Flux-OPD: On-Policy Distillation with Evolving Contexts
Abstract Large language model training in open-ended domains lacks verifiable rewards, making task preferences difficult to formalize as effective supervision. Contexts can convey such preferences, yet provide little additional supervision once distilled into the student,…
24 -
Hugging Face Daily Papers research 14d ago
ACE-Data-0: Human-Centric Ambient Capture as Embodied Data Engine
Abstract Embodied intelligence faces a fundamental data bottleneck. Models must capture how first-person perception, whole-body motion, dexterous manipulation, object state, sound, and touch evolve together as humans pursue goals over time. Existing datasets fragment this…
24 -
Hugging Face Daily Papers research 14d ago
Harness-G: A Graph-Structured Harness for Search Agents
Abstract Reinforcement learning (RL) search agents commonly model retrieval as free-form natural-language query generation and optimize multi-turn interactions using final-answer rewards. Current studies mainly improve training with denser or more structured credit signals, but…
22 -
Hugging Face Daily Papers research 14d ago
Echoverse: Deep, Evolving Environments for Training Computer-Use Agents at Scale
Abstract Computer-use agents learn from what their actions change, so training one needs applications it can act on, break and reset. The applications that matter most are login-gated and stateful, so synthetic environments stand in for them. Recent pipelines generate such…
30 -
Hugging Face Daily Papers research 14d ago
AskChem: Claim-Centered Infrastructure for Chemistry Literature Synthesis
Abstract Chemistry literature synthesis often requires assembling specific findings scattered across many publications, yet existing literature-search systems primarily return ranked document lists. As a result, scientists and AI agents need to locate relevant information,…
38 -
Hugging Face Daily Papers research 14d ago
Frontis-MA1: Training an AI4AI Model towards Recursive Self-Improvement in Machine Learning Engineering
Abstract Recursive self-improvement (RSI) requires AI systems that improve the process of building AI (i.e., AI4AI); machine learning engineering (MLE) offers a concrete, executable testbed for studying this capability. We introduce OpenMLE, an open full-stack system for RSI…
20 -
Hugging Face Daily Papers research 14d ago
Metis: Memory Foundation Model
Abstract Recent advances in AI agents have increasingly internalized native capabilities into their underlying foundation models, giving rise to multimodal foundation models and large reasoning models. However, agent memory is still primarily implemented through external…
7 -
Hugging Face Daily Papers research 14d ago
VideoCoCo: Code-as-CoT for Physically-Consistent Video Generation via an Agentic Dual-Engine System
Abstract Text-to-video models have achieved remarkable visual quality, yet they still struggle to generate physically consistent dynamics because the temporal evolution of a scene must be inferred implicitly from a highly compressed text prompt. Existing chain-of-thought…
11 -
Hugging Face Daily Papers research 14d ago
MemHarness: Memory Is Reconstructed, Not Replayed
Abstract Retrieving past experiences has become a common strategy to enhance large language model agents. However, most existing memory-augmented agents treat retrieved experiences as static records to be replayed verbatim, injecting them into the context regardless of whether…
15 -
Hugging Face Daily Papers research 14d ago
SpatialCLI: Learning to Reason With Spatial Tools, Then Without Them
Abstract Vision-language models (VLMs) are increasingly used in embodied agents to interpret visual inputs, reason about spatial relationships, and make task-level decisions based on that reasoning. However, a fundamental capability mismatch remains: general VLMs can reason…
14 -
Hugging Face Daily Papers research 14d ago
SpecFirst: Behavioral Specification Elicitation as a First-Class Step in Agent-Based Program Synthesis from Scratch
Abstract LLM-based agents excel at software engineering tasks where an existing codebase provides context, but constructing a program from scratch remains fundamentally harder. Recent benchmarks such as ProgramBench quantify this gap: given only natural-language documentation…
18 -
Hugging Face Daily Papers research 14d ago
MindForge: Teaching Small Language Models Whole-Life-Cycle Software Engineering via Source-Free Program Synthesis
Abstract Coding agents have made substantial progress on software engineering tasks that modify existing codebases, including bug fixing and feature implementation. However, constructing a complete program from scratch remains a major challenge: even the frontier models…
34 -
Hugging Face Daily Papers research 14d ago
DistillAlign: Coordinating Mode Covering and Mode Seeking in Autoregressive Video Distillation
Abstract Existing autoregressive video distillation methods commonly adopt a Distribution Matching Distillation (DMD)-based multi-stage pipeline. However, they typically decouple the initialization and DMD stages -- which then pursue different target distributions -- and judge…
34 -
Hugging Face Daily Papers research 14d ago
Voice Memory for Agentic Speech Recognition
Abstract We present Voice Memory, a inference-only scheme for agentic speech recognition: at stream time, a frozen corrector reads a single per-domain memory.md and decides per utterance whether to act on the hypothesis or abstain and keep the 1-best. Asynchronously, a…
12 -
Hugging Face Daily Papers research 14d ago
πR^2: Reactive Real-time Flow Policies
Abstract Generalist manipulation policies increasingly take the form of action-chunking flow policies built on large pretrained backbones. Such chunks run open-loop, so the policy cannot react to sensory input arriving mid-execution, sacrificing reactivity. Replanning more often…
4 -
Hugging Face Daily Papers research 15d ago
Memory for Large Language Models
Abstract Memory has evolved into a foundational architectural dimension in large language models (LLMs), shifting from an implicit byproduct of computation to a spectrum of explicit, controllable mechanisms. While recent advances introduce diverse strategies---spanning transient…
17 -
Hugging Face Daily Papers research 15d ago
CADENCE: Closing the Reasoning Gap via Coverage-Adaptive On-Policy Distillation
Abstract On-policy knowledge distillation transfers reasoning from large teachers to compact students, but existing approaches suffer three compounding failure modes: (i) cold-start collapse, where a fresh student assigns near-zero mass to teacher-preferred tokens; (ii)…
18 -
Hugging Face Daily Papers research 15d ago
StatePlay: State-Aware Game World Models for Mechanics-Consistent Generation
Abstract Recent game world models can generate visually realistic and interactive environments conditioned on player actions. However, games are not defined by pixels alone; they are governed by explicit mechanics, namely state-dependent rules that control health reduction,…
34 -
Hugging Face Daily Papers research 15d ago
Can AI agents conduct open-ended AI research? Early evidence from two case studies
Abstract Forecasts of explosive AI progress hinge on AI agents automating AI research. But evidence on whether agents can carry out open-ended AI research is thin. Current evaluations either test agents on narrow, verifiable tasks, which excludes open-ended research, or submit…
32 -
Hugging Face Daily Papers research 15d ago
GPT-Red: Automated Red Teaming via Self-Play at Scale
Abstract We introduce GPT-Red, an automated red-teaming agent that is trained to discover novel prompt injection attacks against frontier LLMs. The goal of this model is to evaluate and improve the robustness of our production systems. To this end, we use it to adversarially…
27 -
Hugging Face Daily Papers research 15d ago
OmegaUse-OfficeVal: Benchmarking LLM Agents on Long-Horizon Office-Suite Tasks with Economic Grounding
Abstract Large language model (LLM) agents are increasingly expected to assist users in completing tasks. However, existing benchmarks provide limited support for evaluating whether agents can carry out office-suite workflows at a reasonable cost. We introduce…
14 -
Hugging Face Daily Papers research 15d ago
SecRespond: Benchmarking AI Agents for Real-World Post-Compromise Incident Response
Abstract Large Language Model (LLM) agents are increasingly adopted in real-world security operations with access to host artifacts and command-line interfaces (CLIs), making it critical to thoroughly assess their security capabilities. However, existing cybersecurity benchmarks…
36 -
Hugging Face Daily Papers research 15d ago
Grading the Narrators: An Isnad-Rijal Framework for Claim-Level Provenance in Multi-Agent Knowledge Systems
Abstract Modern multi-agent knowledge systems increasingly accumulate knowledge through chains of autonomous transformations rather than direct retrieval. Existing provenance work records what happened - execution traces, tool calls, evidence links - and source-reliability…
28 -
Hugging Face Daily Papers research 15d ago
CLBench-V: Evaluating Multimodal Context Learning from Grounding to Knowledge Acquisition
Abstract Real-world tasks often require models to learn from task-specific context rather than relying only on pre-trained knowledge. While recent work has highlighted this capability as context learning, existing evaluations mainly focus on textual contexts. In many practical…
14 -
Hugging Face Daily Papers research 15d ago
CoRT: Counterfactual Replay for Token-Level Rubric-Guided Policy Optimization
Abstract Rubric-based reinforcement learning enriches language model training by evaluating model outputs against explicit criteria. Yet in GRPO-style pipelines, these structured judgments are reduced to a scalar response-level reward and converted into a response-level…
5 -
Hugging Face Daily Papers research 15d ago
SkillRise: Agentic Reinforcement Learning for Cross-Task Skill Evolution
Abstract Large language model agents often encounter related yet distinct tasks that share reusable solution patterns. Yet standard agentic reinforcement learning treats tasks as independent episodes, while existing approaches to skill learning either focus on repeated attempts…
14 -
Hugging Face Daily Papers research 15d ago
DecoEvo: Score-Decoupled Co-Evolution of Solver and Rubric-Generator Skills in Text Space
Abstract Text-space optimization adapts large language models (LLMs) by editing external natural-language artifacts rather than model weights, so the optimized artifacts remain inspectable and the model can be treated as a black box. However, most existing text-space methods…
7 -
Hugging Face Daily Papers research 15d ago
CAST: Game Solvers as Turn-Level Teachers for LLM Agents
Abstract Training large language models (LLMs) to act in long-horizon games is a promising step toward generalist decision-making, yet reinforcement learning with verifiable rewards (RLVR) relies on sparse final rewards that reveal little about which decisions determine success.…
13 -
Hugging Face Daily Papers research 15d ago
StealthBench: Measuring Operational Stealth in Autonomous Offensive-Security Agents
Abstract Stealth, the discipline of achieving an objective without revealing your presence, capabilities, or collected intelligence, is what separates sophisticated operators from detectable ones. Elite security researchers and advanced persistent threats achieve their…
10 -
Hugging Face Daily Papers research 15d ago
TurboVLA: Real-Time Vision-Language-Action Model at 32 Hz on an RTX 4090 with <1 GB VRAM
Abstract Vision-language-action (VLA) models commonly adopt an LLM-centric V to L to A pathway, where visual observations are projected into the representation space of a large language model before being decoded into robot actions. Although effective, this design incurs…
36 -
Hugging Face Daily Papers research 15d ago
HumanCLAW: Can Vision-Language Models Act Through a Body?
Abstract Evaluating whether a vision-language model (VLM) can act through a physical body is challenging. The outcome of an action couples the VLM's decision with motor control. When a task fails, it is hard to tell whether the VLM made a bad choice or the motor controller…
19 -
Hugging Face Daily Papers research 15d ago
Explicit Layer Modeling for Video Object Insertion and Layer Decomposition
Abstract Most video editing systems still lack explicit layered video representations, limiting their ability to perform realistic compositing, object reuse, and consistent manipulation. This limitation is especially pronounced in video object insertion and video layer…
26 -
Hugging Face Daily Papers research 15d ago
How Fast Can Reward Models Score? A Systems Study of C++ and PyTorch Inference Runtimes for RLHF
Abstract In RLHF pipelines, reward scoring blocks policy updates. Slow scoring bottlenecks the entire loop, since no update runs until every rollout gets a score. And yet most setups just default to PyTorch eager mode or torch.compile, no one checks if that's actually fastest.…
26 -
Hugging Face Daily Papers research 15d ago
Uncovering Latent Reasoning Strategies in Language Models
Abstract A language model p_θ(y mid x) trained on reasoning tasks learns to solve problems via multiple distinct strategies, yet these strategies are implicit and entangled within the model's response distribution. We study the problem of decomposing the response distribution of…
36