← Search

Fang Wu

25 accepted papers

2026

BroRL: Scaling Reinforcement Learning via Broadened Exploration

ICML 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a key ingredient for unlocking complex reasoning capabilities in large language models. Recent work ProRL \citep{liu2025prorl} has shown promise in scaling RL by increasing the number of training steps. However, performance plateau…

Cited by 0SourceScholar
2026

DeepSearch: Overcome the Bottleneck of Reinforcement Learning with Verifiable Rewards via Monte Carlo Tree Search

ICLR 2026poster

Although Reinforcement Learning with Verifiable Rewards (RLVR) has become an essential component for developing advanced reasoning skills in language models, contemporary studies have documented training plateaus that emerge following thousands of optimization steps, demonstrating notable decreases…

Cited by 0SourcecodeScholar
2026

LatentChem: From Textual CoT to Latent Thinking in Chemical Reasoning

ICML 2026poster

Current chemical large language models (LLMs) predominantly rely on explicit Chain-of-Thought (CoT) to solve complex reasoning problems. However, forcing nonverbal tacit chemical logic into discrete natural language imposes a fundamental ``modality mismatch,'' creating an artificial bottleneck for r…

Cited by 0SourceScholar
2026

Multiplayer Nash Preference Optimization

ICLR 2026oral

Reinforcement learning from human feedback (RLHF) has emerged as the standard paradigm for aligning large language models (LLMs) with human preferences. However, reward-based methods built on the Bradley–Terry assumption struggle to capture the non-transitive and heterogeneous nature of real-world p…

Cited by 0SourcecodeScholar
2026

PoseX: AI Defeats Physics-based Methods on Protein Ligand Cross-Docking

ICLR 2026poster

Recently, significant progress has been made in protein-ligand docking, especially in deep learning methods, and some benchmarks were proposed, such as PoseBench and PLINDER. However, these studies typically focus on the self-docking scenario, which is less practical in real-world applications. More…

Cited by 0SourcecodeScholar
2026

Proteo-R1: Thinking Foundation Models for De Novo Protein Binder Design

ICML 2026poster

Recent advances in generative diffusion and flow-matching models have revolutionized molecular design, enabling the creation of novel proteins, small molecules, and RNA sequences with unprecedented fidelity. Yet, these models remain intuitive rather than intelligent—they generate without reasoning. …

Cited by 0SourceScholar
2026

RiboSphere: Learning Unified and Efficient Representations of RNA Structures

ICML 2026poster

Accurate RNA structure modeling remains difficult because RNA backbones are highly flexible, non-canonical interactions are prevalent, and experimentally determined 3D structures are comparatively scarce. We introduce RiboSphere, a framework that learns discrete geometric representations of RNA by c…

Cited by 0SourceScholar
2025

AnchorAttention: Difference-Aware Sparse Attention with Stripe Granularity

EMNLP 2025

Large Language Models (LLMs) with extended context lengths face significant computational challenges during the pre-filling phase, primarily due to the quadratic complexity of self-attention. Existing methods typically employ dynamic pattern matching and block-sparse low-level implementations. Howev

2025

Generalized Implicit Neural Representations for Dynamic Molecular Surface Modeling

AAAI 2025technical

Molecular dynamics (MD) has long been the de facto choice for simulating intricate physical systems from first principles. Recent efforts utilize the implicit neural representation (INR) to directly learn surface point clouds' signed distance function (SDF) with promising outcomes. However, INR's te…

2025

Joint Design of Protein Surface and Backbone Using a Diffusion Bridge Model

NeurIPS 2025poster

Protein-protein interactions (PPIs) are governed by surface complementarity and hydrophobic interactions at protein interfaces. However, designing diverse and physically realistic protein structure and surfaces that precisely complement target receptors remains a significant challenge in computation…

Cited by 0SourceScholar
2025

LocAgent: Graph-Guided LLM Agents for Code Localization

ACL 2025long

Code localization–identifying precisely where in a codebase changes need to be made–is a fundamental yet challenging task in software maintenance. Existing approaches struggle to efficiently navigate complex codebases when identifying relevant code snippets.The challenge lies in bridging natural lan…

2025

Predicting mutational effects on protein binding from folding energy

ICML 2025poster

Accurate estimation of mutational effects on protein-protein binding energies is an open problem with applications in structural biology and therapeutic design. Several deep learning predictors for this task have been proposed but, presumably due to the scarcity of binding data, these methods under-…

Cited by 0SourcePDFScholar
2024

Instructor-inspired Machine Learning for Robust Molecular Property Prediction

NeurIPS 2024poster

Machine learning catalyzes a revolution in chemical and biological science. However, its efficacy is heavily dependent on the availability of labeled data, and annotating biochemical data is extremely laborious. To surmount this data sparsity challenge, we present an instructive learning algorithm n…

Cited by 1SourcePDFScholar
2024

SemiReward: A General Reward Model for Semi-supervised Learning

ICLR 2024poster

Semi-supervised learning (SSL) has witnessed great progress with various improvements in the self-training framework with pseudo labeling. The main challenge is how to distinguish high-quality pseudo labels against the confirmation bias. However, existing pseudo-label selection strategies are limite…

2023

Architecture-Agnostic Masked Image Modeling -- From ViT back to CNN

ICML 2023poster

Masked image modeling, an emerging self-supervised pre-training method, has shown impressive success across numerous downstream vision tasks with Vision transformers. Its underlying idea is simple: a portion of the input image is masked out and then reconstructed via a pre-text task. However, the wo…

Cited by 47SourcePDFScholar
2023

Molformer: Motif-Based Transformer on 3D Heterogeneous Molecular Graphs

AAAI 2023technical

Procuring expressive molecular representations underpins AI-driven molecule design and scientific discovery. The research mainly focuses on atom-level homogeneous molecular graphs, ignoring the rich information in subgraphs or motifs. However, it has been widely accepted that substructures play a do…

2023

Rethinking Explaining Graph Neural Networks via Non-parametric Subgraph Matching

ICML 2023poster

The success of graph neural networks (GNNs) provokes the question about explainability: ``Which fraction of the input graph is the most determinant of the prediction?'' Particularly, parametric explainers prevail in existing approaches because of their more robust capability to decipher the black-bo…