← Search

Mao Yang

20 accepted papers

2026

LoongRL: Reinforcement Learning for Advanced Reasoning over Long Contexts

ICLR 2026oral

Reasoning over long contexts is essential for large language models. While reinforcement learning (RL) enhances short-context reasoning by inducing "Aha" moments in chain-of-thought, the advanced thinking patterns required for long-context reasoning remain largely unexplored, and high-difficulty RL…

Cited by 0SourcecodeScholar
2026

RPG: A Repository Planning Graph for Unified and Scalable Codebase Generation

ICLR 2026poster

Large language models excel at generating individual functions or single files of code, yet generating complete repositories from scratch remains a fundamental challenge. This capability is key to building coherent software systems from high-level specifications and realizing the full potential of a…

Cited by 0SourcecodeScholar
2026

Reinforcement Learning with Verifiable Rewards Implicitly Incentivizes Correct Reasoning in Base LLMs

ICLR 2026poster

Recent advancements in long chain-of-thought (CoT) reasoning, particularly through the Group Relative Policy Optimization algorithm used by DeepSeek-R1, have led to significant interest in the potential of Reinforcement Learning with Verifiable Rewards (RLVR) for Large Language Models (LLMs). While…

Cited by 0SourceScholar
2026

Sparse Attention Adaptation for Long Reasoning

ICLR 2026poster

We introduce SeerAttention-R, a sparse attention framework specifically tailored for the long decoding of reasoning models. Extended from SeerAttention, SeerAttention-R retains the design of learning attention sparsity through a self-distilled gating mechanism, while removing query pooling to accomm…

Cited by 0SourcecodeScholar
2025

LongRoPE2: Near-Lossless LLM Context Window Scaling

ICML 2025poster

LongRoPE2 is a novel approach that extends the effective context window of pre-trained large language models (LLMs) to the target length, while preserving the performance on the original shorter context window. This is achieved by three contributions: (1) a hypothesis that insufficient training in…

2025

Mutual Reasoning Makes Smaller LLMs Stronger Problem-Solver

ICLR 2025poster

This paper introduces rStar, a self-play mutual reasoning approach that significantly improves reasoning capabilities of small language models (SLMs) without fine-tuning or superior models. rStar decouples reasoning into a self-play mutual generation-discrimination process. First, a target SLM augme…

2025

SeerAttention: Self-distilled Attention Gating for Efficient Long-context Prefilling

NeurIPS 2025poster

Attention is the cornerstone of modern Large Language Models (LLMs). Yet its quadratic complexity hinders efficiency and scalability, especially for long-context processing. A promising approach is to leverage sparsity in attention. However, existing sparsity-based solutions predominantly rely on p…

Cited by 0SourcecodeScholar
2025

rStar-Coder: Scaling Competitive Code Reasoning with a Large-Scale Verified Dataset

NeurIPS 2025poster

Advancing code reasoning in large language models (LLMs) is fundamentally limited by the scarcity of high-difficulty datasets, especially those with verifiable input-output test cases necessary for rigorous solution validation at scale. We introduce rStar-Coder, which significantly improves LLM…

Cited by 0SourcecodeScholar
2025

rStar-Math: Small LLMs Can Master Math Reasoning with Self-Evolved Deep Thinking

ICML 2025oral

We present rStar-Math to demonstrate that small language models (SLMs) can rival or even surpass the math reasoning capability of OpenAI o1, without distillation from superior models. rStar-Math achieves this by exercising ``deep thinking'' through Monte Carlo Tree Search (MCTS), where a math polic…

2024

Fewer is More: Boosting Math Reasoning with Reinforced Context Pruning

EMNLP 2024main

Large Language Models (LLMs) have shown impressive capabilities, yet they still struggle with math reasoning. In this work, we propose CoT-Influx, a novel approach that pushes the boundary of few-shot Chain-of-Thoughts (CoT) learning to improve LLM mathematical reasoning. Motivated by the observatio…

2024

IRGen: Generative Modeling for Image Retrieval

ECCV 2024poster

"While generative modeling has become prevalent across numerous research fields, its integration into the realm of image retrieval remains largely unexplored and underjustified. In this paper, we present a novel methodology, reframing image retrieval as a variant of generative modeling and employing…

2024

LongRoPE: Extending LLM Context Window Beyond 2 Million Tokens

ICML 2024poster

Large context window is a desirable feature in large language models (LLMs). However, due to high fine-tuning costs, scarcity of long texts, and catastrophic values introduced by new token positions, current extended context windows are limited to around 128k tokens. This paper introduces LongRoPE t…

2024

VPTQ: Extreme Low-bit Vector Post-Training Quantization for Large Language Models

EMNLP 2024main

Scaling model size significantly challenges the deployment and inference of Large Language Models (LLMs). Due to the redundancy in LLM weights, recent research has focused on pushing weight-only quantization to extremely low-bit (even down to 2 bits). It reduces memory requirements, optimizes storag…

2023

ElasticViT: Conflict-aware Supernet Training for Deploying Fast Vision Transformer on Diverse Mobile Devices

ICCV 2023poster

Neural Architecture Search (NAS) has shown promising performance in the automatic design of vision transformers (ViT) exceeding 1G FLOPs. However, designing lightweight and low-latency ViT models for diverse mobile devices remains a big challenge. In this work, we propose ElasticViT, a two-stage NAS…

Cited by 25PDFcodeScholar
2023

Model-enhanced Vector Index

NeurIPS 2023poster

Embedding-based retrieval methods construct vector indices to search for document representations that are most similar to the query representations. They are widely used in document retrieval due to low latency and decent recall performance. Recent research indicates that deep retrieval solutions o…

2023

SpaceEvo: Hardware-Friendly Search Space Design for Efficient INT8 Inference

ICCV 2023poster

The combination of Neural Architecture Search (NAS) and quantization has proven successful in automatically designing low-FLOPs INT8 quantized neural networks (QNN). However, directly applying NAS to design accurate QNN models that achieve low latency on real-world devices leads to inferior performa…

Cited by 5PDFcodeScholar
2022

A Neural Corpus Indexer for Document Retrieval

NeurIPS 2022accept

Current state-of-the-art document retrieval solutions mainly follow an index-retrieve paradigm, where the index is hard to be directly optimized for the final retrieval target. In this paper, we aim to show that an end-to-end deep neural network unifying training and indexing stages can significantl…

Cited by 148SourcePDFScholar
2021

OpEvo: An Evolutionary Method for Tensor Operator Optimization

AAAI 2021technical

Training and inference efficiency of deep neural networks highly rely on the performance of tensor operators on hardware platforms. Manually optimizing tensor operators has limitations in terms of supporting new operators or hardware platforms. Therefore, automatically optimizing device code configu…

2021

SPANN: Highly-efficient Billion-scale Approximate Nearest Neighborhood Search

NeurIPS 2021spotlight

The in-memory algorithms for approximate nearest neighbor search (ANNS) have achieved great success for fast high-recall search, but are extremely expensive when handling very large scale database. Thus, there is an increasing request for the hybrid ANNS solutions with small memory and inexpensive s…

2021

WRENCH: A Comprehensive Benchmark for Weak Supervision

NeurIPS 2021poster

Recent Weak Supervision (WS) approaches have had widespread success in easing the bottleneck of labeling training data for machine learning by synthesizing labels from multiple potentially noisy supervision sources. However, proper measurement and analysis of these approaches remain a challenge. Fi…

Cited by 119SourcecodeScholar