Source · arXiv cs.AI
arxiv arXiv cs.AI · 5h ago · 10 views

VideoX-Qwen introduces data-centric framework for instruction-based video editing

Researchers present VideoX-Qwen, an integrated framework combining scalable data construction with model training to advance general-purpose, instruction-driven video editing. The system utilizes a production pipeline that organizes specialized models to generate directional editing records, resulting in over 1.2 million high-quality samples across addition, removal, replacement, and attribute tasks.

arxiv arXiv cs.AI · 1d ago HealthBench · 50.1% · 12 views

Fathom-Vaidya improves medical reasoning with rubric-based rewards

The authors introduce Fathom-Vaidya, a 30B parameter model that uses synthetic data and rubric-based reinforcement learning to enhance both diagnostic and clinical healthcare reasoning. The training framework first targets diagnostic accuracy using MedBullets-derived questions and then addresses multi-turn clinical interactions through 5.3k generated scenarios with multi-dimensional rubrics.

arxiv arXiv cs.AI · 2d ago · 13 views

NemotronLabs releases VoiceChat, an open full-duplex speech-to-speech model with tool calling

NemotronLabs has introduced NemotronLabs VoiceChat, an open-weight full-duplex speech-to-speech model that integrates native tool-calling capabilities within a unified streaming architecture. The system combines a streaming speech encoder and decoder-only language model with parallel output streams for agent text and structured function calls, alongside an auxiliary RNN-T branch for incremental transcription and a streaming TTS decoder.

arxiv arXiv cs.AI · 2d ago · 18 views

CodeMidas scales agentic coding RL environments using source code

Researchers introduce CodeMidas, an agentic pipeline that constructs reinforcement learning environments from implemented functionality in open-source codebases, using source code as the sole input. The method allocates agentic compute to explore functionality, construct execution-grounded tests, and validate tasks through repeated rollouts, resulting in a dataset of 5,545 training tasks across 23 programming languages. Training MiMo-V2.5 on these tasks with GRPO improves performance on five diverse benchmarks, including DeepSWE (+11.7%), ProgramBench (+17%), and Terminal-Bench v2.1 (+8.5%). Trajectory analysis indicates the RL-trained agent exhibits better behaviors such as increased codebase exploration and more diverse self-verification. These results establish source code as a scalable foundation for constructing RL environments that improve coding agents across diverse software tasks.

arxiv arXiv cs.AI · 8d ago · 24 views

Atria Dawn Preview: foundation agentic language model for scientific research

Atria Dawn Preview is a foundation agentic language model designed for scientific research and engineering workflows, trained via a Verifiable Experience Pipeline that connects tool-mediated interactions to executable environments. Across 16 benchmarks spanning real-world research, engineering, and digital work, the model is competitive with frontier agents and achieves the highest reported score on five of them.

arxiv arXiv cs.AI · 8d ago Codeforces (Elo) · 98.2% · 13 views

Stellar Colosseum harnesses multi-agent inference for long-horizon math and TCS research

The authors introduce Stellar Colosseum, a model-agnostic harness designed to allocate inference across long-horizon research problems in mathematics and theoretical computer science. The system explores alternative strategies before proof construction, uses a readiness gate to determine when to decompose routes, and represents proof plans as interdependent subproblems.

arxiv arXiv cs.AI · 20d ago · 34 views

DisCo distills GitHub repos into 5,000+ AI research skills

Researchers present DisCo, a skill-powered autonomous agent designed to bridge the gap in operational knowledge for machine learning research by distilling expertise from code repositories. The system condenses widely used open-source projects into reusable, verified skills through two complementary forms: task-agnostic distillation of general ecosystems and task-oriented generation for specific needs.