← Search

Rui Pan

30 accepted papers

2026

GAR: Generative Adversarial Reinforcement Learning for Formal Theorem Proving

ICLR 2026poster

Solving math problems through verifiable languages such as Lean has significantly impacted both the mathematics and computer science communities. Current state-of-the-art models are often trained with expensive online Reinforcement Learning (RL) or expert iteration. However, these approaches rely on…

Cited by 0SourcecodeScholar
2026

GUI-ReWalk: Massive Data Generation for GUI Agent via Stochastic Exploration and Intent-Aware Reasoning

IJCAI 2026

Graphical User Interface (GUI) Agents, powered by large language and vision-language models, hold promise for enabling end-to-end automation in digital environments. However, their progress is fundamentally constrained by the scarcity of scalable, high-quality trajectory data. Existing data collecti

Cited by 0Scholar
2026

LeanForPhysics: Comprehensive Reasoning Framework for University-level Physics in Lean4

ICLR 2026poster

We present **Lean4PHYS**, a comprehensive reasoning framework for college-level physics problems in Lean4. **Lean4PHYS** includes *LeanPhysBench*, a college-level benchmark for Lean4 formal physics reasoning, which contains 200 hand-crafted and peer-reviewed statements formalized from university tex…

Cited by 0SourcecodeScholar
2025

Bridge-Coder: Transferring Model Capabilities from High-Resource to Low-Resource Programming Language

ACL 2025finding

Most LLMs universally excel at generating code for high-resource programming languages (HRPLs) like Python, a capability that has become standard due to the abundance of training data. However, they struggle significantly with low-resource programming languages (LRPLs) such as D, exacerbating the di…

2025

MA-LoT: Model-Collaboration Lean-based Long Chain-of-Thought Reasoning enhances Formal Theorem Proving

ICML 2025poster

Solving mathematical problems using computer-verifiable languages like Lean has significantly impacted the mathematical and computer science communities. State-of-the-art methods utilize a single Large Language Model (LLM) to generate complete proof or perform tree search, but they fail to balance t…

Cited by 0SourcePDFScholar
2025

MiCRo: Mixture Modeling and Context-aware Routing for Personalized Preference Learning

EMNLP 2025

Reward modeling is a key step in building safe foundation models when applying reinforcement learning from human feedback (RLHF) to align Large Language Models (LLMs). However, reward modeling based on the Bradley-Terry (BT) model assumes a global reward function, failing to capture the inherently d

2025

NegoCollab: A Common Representation Negotiation Approach for Heterogeneous Collaborative Perception

NeurIPS 2025poster

Collaborative perception expands the perception range by sharing information among agents, effectively improving task performance. Immutable heterogeneity poses a significant challenge in collaborative perception, as participating agents may employ different and fixed perception models. This leads t…

Cited by 0SourceScholar
2025

Personalized Visual Instruction Tuning

ICLR 2025poster

Recent advancements in multimodal large language models (MLLMs) have demonstrated significant progress; however, these models exhibit a notable limitation, which we refer to as "face blindness." Specifically, they can engage in general conversations but fail to conduct personalized dialogues targeti…

2025

Safe RLHF-V: Safe Reinforcement Learning from Multi-modal Human Feedback

NeurIPS 2025poster

Multimodal large language models (MLLMs) are essential for building general-purpose AI assistants; however, they pose increasing safety risks. How can we ensure safety alignment of MLLMs to prevent undesired behaviors? Going further, it is critical to explore how to fine-tune MLLMs to preserve capab…

Cited by 0SourceScholar
2025

ScaleBiO: Scalable Bilevel Optimization for LLM Data Reweighting

ACL 2025long

Bilevel optimization has shown its utility across various machine learning settings, yet most algorithms in practice require second-order information, making it challenging to scale them up. Only recently, a paradigm of first-order algorithms has emerged in the theoretical literature, capable of eff…

2025

SpecReason: Fast and Accurate Inference-Time Compute via Speculative Reasoning

NeurIPS 2025poster

Recent advances in inference-time compute have significantly improved performance on complex tasks by generating long chains of thought (CoTs) using Large Reasoning Models (LRMs). However, this improved accuracy comes at the cost of high inference latency due to the length of generated reasoning seq…

Cited by 0SourcecodeScholar
2025

TAGCOS: Task-agnostic Gradient Clustered Coreset Selection for Instruction Tuning Data

NAACL 2025findings

Instruction tuning has achieved unprecedented success in NLP, turning large language models into versatile chatbots. However, the increasing variety and volume of instruction datasets demand significant computational resources. To address this, it is essential to extract a small and highly informati…

2025

Understanding Overadaptation in Supervised Fine-Tuning: The Role of Ensemble Methods

ICML 2025poster

Supervised fine-tuning (SFT) on domain-specific data is the dominant approach for adapting foundation models to specialized tasks. However, it has been observed that SFT models tend to forget knowledge acquired during pretraining. In vision models, ensembling a pretrained model with its fine-tuned c…

Cited by 0SourcePDFScholar
2024

Accelerated Convergence of Stochastic Heavy Ball Method under Anisotropic Gradient Noise

ICLR 2024poster

Heavy-ball momentum with decaying learning rates is widely used with SGD for optimizing deep learning models. In contrast to its empirical popularity, the understanding of its theoretical property is still quite limited, especially under the standard anisotropic gradient noise condition for quadrati…

Cited by 3SourcePDFScholar
2024

Active Prompting with Chain-of-Thought for Large Language Models

ACL 2024long

The increasing scale of large language models (LLMs) brings emergent abilities to various complex tasks requiring reasoning, such as arithmetic and commonsense reasoning. It is known that the effective design of task-specific prompts is critical for LLMs’ ability to produce high-quality answers. In…

Cited by 212SourcePDFScholar
2024

Image Textualization: An Automatic Framework for Generating Rich and Detailed Image Descriptions

NeurIPS 2024poster

Image description datasets play a crucial role in the advancement of various applications such as image understanding, text-to-image generation, and text-image retrieval. Currently, image description datasets primarily originate from two sources. One source is the scraping of image-text pairs from t…

Cited by 0SourcePDFScholar
2024

LISA: Layerwise Importance Sampling for Memory-Efficient Large Language Model Fine-Tuning

NeurIPS 2024poster

The machine learning community has witnessed impressive advancements since large language models (LLMs) first appeared. Yet, their massive memory consumption has become a significant roadblock to large-scale training. For instance, a 7B model typically requires at least 60 GB of GPU memory with full…

2024

LMFlow: An Extensible Toolkit for Finetuning and Inference of Large Foundation Models

NAACL 2024system demonstrations

Foundation models have demonstrated a great ability to achieve general human-level intelligence far beyond traditional approaches. As the technique keeps attracting attention from the AI community, more and more foundation models have become publicly available.However, most of those models exhibit a…

2024

MLLM-Protector: Ensuring MLLM’s Safety without Hurting Performance

EMNLP 2024main

The deployment of multimodal large language models (MLLMs) has brought forth a unique vulnerability: susceptibility to malicious attacks through visual inputs. This paper investigates the novel challenge of defending MLLMs against such attacks. Compared to large language models (LLMs), MLLMs include…

2024

Mitigating the Alignment Tax of RLHF

EMNLP 2024main

LLMs acquire a wide range of abilities during pre-training, but aligning LLMs under Reinforcement Learning with Human Feedback (RLHF) can lead to forgetting pretrained abilities, which is also known as the alignment tax. To investigate alignment tax, we conducted experiments with existing RLHF algor…

2024

Plum: Prompt Learning using Metaheuristics

ACL 2024findings

Since the emergence of large language models, prompt learning has become a popular method for optimizing and customizing these models. Special prompts, such as Chain-of-Thought, have even revealed previously unknown reasoning capabilities within these models. However, the progress of discovering eff…

Cited by 13SourcePDFScholar
2024

Strengthening Multimodal Large Language Model with Bootstrapped Preference Optimization

ECCV 2024oral

"Multimodal Large Language Models (MLLMs) excel in generating responses based on visual inputs. However, they often suffer from a bias towards generating responses similar to their pretraining corpus, overshadowing the importance of visual information. We treat this bias as a “preference” for pretra…

2024

The Instinctive Bias: Spurious Images lead to Illusion in MLLMs

EMNLP 2024main

Large language models (LLMs) have recently experienced remarkable progress, where the advent of multi-modal large language models (MLLMs) has endowed LLMs with visual capabilities, leading to impressive performances in various multi-modal tasks. However, those powerful MLLMs such as GPT-4V still fai…

2024

TheoremLlama: Transforming General-Purpose LLMs into Lean4 Experts

EMNLP 2024main

Proving mathematical theorems using computer-verifiable formal languages like Lean significantly impacts mathematical reasoning. One approach to formal theorem proving involves generating complete proofs using Large Language Models (LLMs) based on Natural Language (NL) proofs. However, due to the sc…

2023

GPLight: Grouped Multi-agent Reinforcement Learning for Large-scale Traffic Signal Control

IJCAI 2023poster

The use of multi-agent reinforcement learning (MARL) methods in coordinating traffic lights (CTL) has become increasingly popular, treating each intersection as an agent. However, existing MARL approaches either treat each agent absolutely homogeneous, i.e., same network and parameter for each agent…

Cited by 26SourcePDFScholar
2023

Grounding Visual Illusions in Language: Do Vision-Language Models Perceive Illusions Like Humans?

EMNLP 2023long main

Vision-Language Models (VLMs) are trained on vast amounts of data captured by humans emulating our understanding of the world. However, known as visual illusions, human's perception of reality isn't always faithful to the physical world. This raises a key question: do VLMs have the similar kind of i…

Cited by 0SourcecodeScholar
2022

Eigencurve: Optimal Learning Rate Schedule for SGD on Quadratic Objectives with Skewed Hessian Spectrums

ICLR 2022poster

Learning rate schedulers have been widely adopted in training deep neural networks. Despite their practical importance, there is a discrepancy between its practice and its theoretical analysis. For instance, it is not known what schedules of SGD achieve best convergence, even for simple problems suc…