跳到正文 / Skip to content

Daily AI Digest · 2026-05-28

20 papers · multi-source aggregation + AI summaries

· 11 min read #digest#auto#ai-papers

Hugging Face Daily Papers

Gamma-World: Generative Multi-Agent World Modeling Beyond Two Players

HF 24 · Fangfu Liu, Kai He, Tianchang Shen… · HF Mirror

Existing interactive generative world models are mostly adapted for single agents and struggle to support multi-agent interactions. To address this issue, this paper proposes Gamma-World, a multi-agent world model: it uses parameter-free simplex rotation agent encoding to ensure agent permutation equivalence, designs sparse hub attention to reduce cross-agent computational cost from quadratic to linear, and the distilled causal model supports real-time generation at 24FPS. It outperforms baselines and can generalize from 2-player to 4-player scenarios without additional training.

ResearchMath-14K: Scaling Research-Level Mathematics via Agents

HF 23 · Guijin Son, Seungyeop Yi, Minju Gwak… · HF Mirror

There are doubts about whether large models can independently solve cutting-edge mathematical problems, and there is a lack of research-grade mathematics datasets. To tackle this pain point, the team built ResearchMath-14K, the largest research-grade math dataset to date with 14,056 problems, paired with 220,000 generated reasoning trajectories. After intelligent filtering, the data was used to fine-tune 4B-30B parameter Qwen3 models, improving average performance by 9.2 percentage points over the base model, proving that filtered, not fully correct problem-solving attempts can also provide effective supervision. The dataset has been publicly released.

From Pixels to Words — Towards Native One-Vision Models at Scale

HF 14 · Haiwen Diao, Jiahao Wang, Penghao Wu… · HF Mirror

Existing vision-language models rely on multi-module splicing leading to fragmented pixel signals, while native single-image VLMs are difficult to adapt to scenarios such as multi-image and video understanding. To address this issue, this paper proposes NEO-ov, an end-to-end native foundation model that natively implements unified spatiotemporal modeling without external components such as encoders. Its performance matches spliced models of the same type, with better fine-grained perception performance. Relevant architecture analysis, training schemes and code have been open-sourced.

OSP-Next: Efficient High-Quality Video Generation with Sparse Sequence Parallelism, HiF8 Quantization, and Reinforcement Learning

HF 10 · Yunyang Ge, Xianyi He, Zezhong Zhang… · HF Mirror

The quadratic complexity of full attention in diffusion Transformers limits video generation efficiency. To address this issue, this paper proposes the OSP-Next text-to-video model: it adopts a hybrid full-sparse attention architecture, paired with sparse sequence parallelism (reducing communication volume by 75%), HiF8 quantization, and Mix-GRPO reinforcement learning tuning. It achieves a VBench score of 83.73%, outperforming the Wan2.1 baseline. For generating 5-second 720P/768P videos, it delivers a maximum speedup of 1.69x on a single card and over 1.52x on 8 cards, adapting to multiple hardware platforms.

HF 8 · Guowei Xu, Zhenting Qi, Huangyuan Su… · HF Mirror

Mainstream search methods for LLM self-improvement rely on sparse verification signals, and rely solely on autoregressive generation leading to limited exploration scope. To address these flaws, this paper proposes the Bidirectional Evolutionary Search (BES) framework: the forward direction expands candidates by recombining local trajectories through evolutionary operators, and the reverse direction recursively decomposes tasks to generate dense intermediate feedback to guide search. Theoretical verification shows it can reduce sampling requirements exponentially, experiments show stable post-training gains, and its reasoning and problem-solving performance outperforms existing open-source frameworks.

arXiv cs.LG (Machine Learning)

GEM: Geometric Entropy Mixing for Optimal LLM Data Curation

Yue Min, Ziyun Qiao, Ruining Chen…

The pre-training performance of current large models increasingly depends on data ratio rather than scale, and existing manual classification and Euclidean clustering methods have inherent flaws. This paper proposes the GEM geometric entropy mixing framework, which transforms data governance into a regularized variational problem on a hypersphere, optimized using the MM algorithm, paired with teacher-student distillation to adapt to large-scale corpora and GIS scores to achieve interpretable classification. Experiments show that when combined with existing ratio strategies, it improves downstream accuracy by up to 1.2%, achieving a new SOTA, and can provide stable data ratio references.

The Constraint Tax: Measuring Validity-Correctness Tradeoffs in Structured Outputs for Small Language Models

Jaideep Ray

This paper targets small language models under 3B parameters for edge/low-cost deployment, confirming that the common engineering assumption that “hard constraints on structured output do not affect answer quality” is invalid, and proposes the “constraint tax” metric to quantify the accuracy loss caused by constraints. Actual tests show that while hard constraints achieve full format compliance rate, they significantly reduce the executable accuracy of answers and tool calls, leading to a sharp increase in incorrectly compliant outputs. It is recommended that production systems split and disclose multi-dimensional accuracy indicators, and adopt the optimization scheme of “free reasoning first, then constrained packaging”.

AirCast-SR: A Foundation Model for Kilometer-Scale Atmospheric Super-Resolution via Latent Consistency Diffusion

Somnath Luitel, Manmeet Singh, Joshua Durkee…

Traditional numerical weather prediction for kilometer-scale forecasts has excessively high computing costs. To address this pain point, this research proposes AirCast-SR, a meteorological super-resolution foundation model that adopts a latent consistency diffusion framework embedded with 3D U-Net, which can downscale 28km resolution forecasts to 1km. The model has extremely low bias, can retain fine structures at the 10-100km scale, supports zero-shot cross-region transfer without fine-tuning, and its open-source weights provide a new paradigm for kilometer-scale weather forecasting.

OpenAI Official Updates

Cisco and OpenAI redefine enterprise engineering with Codex

OpenAI

Cisco and OpenAI are exploring new paths to empower enterprise engineering with large models, relying on the Codex large model to deliver three core values: supporting Cisco to carry out AI-native development at scale, significantly accelerating R&D work related to AI defense, and realizing automated defect repair. This collaboration verifies the implementation potential of large models in ToB R&D scenarios, and provides a referable practical paradigm for enterprise-level engineering efficiency upgrading.

Building self-improving tax agents with Codex

OpenAI

OpenAI, together with Thrive and Crete, has jointly developed a self-iterating tax agent system based on the Codex large model. Relying on Codex’s code generation and rule verification capabilities to adapt to complex tax compliance requirements, it realizes full-process tax filing automation, and the system can independently iterate and optimize its processing logic. This solution not only significantly improves tax filing accuracy, but also greatly shortens the processing cycle of tax-related businesses, providing a feasible technical path for improving the quality and efficiency of workflows in the finance and taxation field.

Anthropic News

Introducing Claude Opus 4.7

Anthropic

Anthropic’s latest general-purpose large model Claude Opus 4.7 is now officially fully available. Compared with the previous generation Opus 4.6, the core capability upgrade of this version focuses on the advanced software engineering track, with a significant leap in overall processing performance in this field. The performance improvement is particularly prominent for the most difficult complex software engineering tasks, which can better meet the needs of high-end R&D scenarios such as complex code development.

Introducing Claude Design by Anthropic Labs

Anthropic

Anthropic Labs has officially launched a new AI tool product Claude Design. This product supports users to co-create with the Claude large model, and can produce various refined visual works such as design drafts, product prototypes, presentation slides, and single-page promotional materials without strong professional design skills, providing an efficient new AI collaboration solution for users to realize their ideas and complete high-quality visual work.

Google DeepMind

We’re launching the Google DeepMind Accelerator program in Asia Pacific to tackle environmental risks

Google DeepMind

Google DeepMind has recently launched an accelerator program in the Asia-Pacific region, focusing on regional environmental risk governance. The project will rely on its own AI technology accumulation and industrial resources to support local innovative teams deeply engaged in the environmental field, promote the implementation of AI in scenarios such as climate response, disaster prevention and control, and pollution control, and link the strength of industry, academia and research to efficiently improve the environmental risk handling capacity of the Asia-Pacific region and contribute to regional sustainable development.

Fast-tracking genetic leads to reverse cellular aging

Google DeepMind

This research addresses the demand for discovering genetic targets for cellular aging reversal, uses the Co-Scientist intelligent tool for screening, and successfully locates new functional regulatory factors that can efficiently achieve rejuvenation reprogramming of human cells. This path greatly shortens the R&D cycle of aging-related genetic targets, providing new candidate directions and technical support for the subsequent development of anti-aging technologies and the prevention and treatment of aging-related diseases.

Hugging Face Blog

ITBench-AA: Frontier Models Score Below 50% on the First Benchmark for Agentic Enterprise IT Tasks — by Artificial Analysis and IBM

Hugging Face

Artificial analysis institutions, together with IBM, have released ITBench-AA, the first agent-oriented benchmark for enterprise-level IT tasks, which is specifically designed to evaluate the ability of LLM agents to handle real and complex enterprise IT tasks such as operation and maintenance, troubleshooting, and configuration management. Tests show that current cutting-edge large models score less than 50% on this benchmark, exposing the capability shortcomings of existing LLM agents when deployed in professional vertical enterprise scenarios, which can be used as a reference for subsequent technical optimization.

Reachy Mini goes fully local

Hugging Face

Currently, only the title of the work Reachy Mini achieves fully local operation is provided, and the corresponding full English abstract text is not attached. Please supplement the specific content of the abstract, and I will complete the translation and refinement as required, highlighting the core methods and conclusions, and controlling the length to about 120 words.

The Gradient

After Orthogonality: Virtue-Ethical Agency and AI Alignment

The Gradient

This paper studies AI alignment from the perspective of virtue-ethical agency, refutes the traditional assumption that “rational agents need to be anchored to fixed ultimate goals”, and points out that human rational actions are calibrated by a practical network including elements such as action tendencies and evaluation standards. It proposes that for AI to adapt to human collaboration and comply with demands, its decision-making logic needs to match the practical action logic of humans. This path can meet both ethical alignment and core security requirements at the same time.

QbitAI

140 Billion Agents Are Coming, The “Traffic” Moat Is About to Collapse

QbitAI

The CEO of Ant Group proposed at the Alipay AI Ecology Conference that the essence of business remains unchanged in the Agent era, but the decision-making subject has shifted. 140 billion intelligent agents will enter the commercial chain, the traditional traffic logic will become invalid, and the user traffic entrance will give way to the agent ecosystem, whose scale, collaboration and network effects will become new competitive barriers, and the trust logic is rising. This is already an industry direction agreed by global technology and payment giants.

3D Scene Editing Completed in 5 Seconds, Peking University&CUHK&Shanghai AI Lab Launched VGGT-Edit with Up to 120x Speedup

QbitAI

Existing 3D reconstruction models have weak editing capabilities, and traditional 2D conversion editing methods have problems such as multi-view inconsistency and slow speed. To address these pain points, teams from Peking University, the Chinese University of Hong Kong, Shanghai AI Laboratory and others launched the native 3D editing framework VGGT-Edit, which completes editing directly in 3D space without falling back to 2D processing. On the DeltaScene test set, it outperforms existing methods in three indicators including semantic consistency, with a single edit taking only 5 seconds, a maximum speedup of 120x, adapting to the needs of scenarios such as AR/VR and robotics.

OpenAI Hired an F1 Driver to Lead PR

QbitAI

OpenAI spent half a year selecting from a group of top candidates including Uber executives and senior Apple PR staff, and finally appointed Colin Fleming, former F1 Red Bull Racing driver, as CMO. There are two core reasons for selecting him: first, he has solid experience, having worked at Salesforce for 13 years, and is good at translating obscure technical concepts into narratives that are easy for the public to understand, helping enterprise-level products break out of niche markets; second, his courage and trait of cross-border transformation match the company’s needs.


Was this useful? A rating helps me pick the next topic.

Click a star to rate · Only anonymous fingerprint + timestamp stored

评论 · Comments