Lab · Alibaba (Qwen)
arxiv arXiv cs.AI · 6h 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.

lab Hugging Face Blog · 9d ago · 16 views

TRL v1.14 AsyncGRPOTrainer enables LoRA-only sync across Hugging Face Jobs

TRL v1.14 introduces LoRA support to the AsyncGRPOTrainer, allowing it to train a Low-Rank Adaptation adapter and synchronize only that small file to vLLM inference workers. This architecture decouples training and generation jobs on separate machines by using a shared Storage Bucket as a filesystem bridge, eliminating the need for NCCL or direct network communication between nodes.

arxiv arXiv cs.LG · 16d ago · 30 views

Speculative Uncertainty method cuts software engineering agent errors using draft-model gating

The authors present Speculative Uncertainty (SU), a technique that recovers a predictive failure signal for black-box LLM agents by analyzing their output tokens alone, without requiring access to logits, weights, or activations. By inverting speculative decoding, a small open-weight draft model scores the agent's trajectory in a single forward pass to extract phase-aware features and calibrate them against a verifiable objective.