← Search

Tianjun Zhang

29 accepted papers

2026

TALO: Pushing 3D Vision Foundation Models Towards Globally Consistent Online Reconstruction

CVPR 2026

3D vision foundation models have shown strong generalization in reconstructing key 3D attributes from uncalibrated images through a single feed-forward pass. However, when deployed in online settings such as driving scenarios, predictions are made over temporal windows, making it non-trivial to main

Cited by 0SourcecodeScholar
2025

Copilot Arena: A Platform for Code LLM Evaluation in the Wild

ICML 2025poster

Evaluating in-the-wild coding capabilities of large language models (LLMs) is a challenging endeavor with no existing solution. We introduce Copilot Arena, a platform to collect user preferences through native integration into a developer's working environment. Copilot Arena comprises a novel interf…

Cited by 0SourcePDFScholar
2025

LiveCodeBench: Holistic and Contamination Free Evaluation of Large Language Models for Code

ICLR 2025poster

Large Language Models (LLMs) applied to code-related applications have emerged as a prominent field, attracting significant interest from academia and industry. However, as new and improved LLMs are developed, existing evaluation benchmarks (e.g., HumanEvla, MBPP) are no longer sufficient for assess…

Cited by 224SourcePDFScholar
2025

SuperCorrect: Advancing Small LLM Reasoning with Thought Template Distillation and Self-Correction

ICLR 2025poster

Large language models (LLMs) like GPT-4, DeepSeek-R1, and ReasonFlux have shown significant improvements in various reasoning tasks. However, smaller LLMs still struggle with complex mathematical reasoning because they fail to effectively identify and correct reasoning errors. Recent reflection-base…

2024

AgentBench: Evaluating LLMs as Agents

ICLR 2024poster

The potential of Large Language Model (LLM) as agents has been widely acknowledged recently. Thus, there is an urgent need to quantitatively evaluate LLMs as agents on challenging tasks in interactive environments. We present AgentBench, a multi-dimensional benchmark that consists of 8 distinct envi…

2024

Buffer of Thoughts: Thought-Augmented Reasoning with Large Language Models

NeurIPS 2024spotlight

We introduce Buffer of Thoughts (BoT), a novel and versatile thought-augmented reasoning approach for enhancing accuracy, efficiency and robustness of large language models (LLMs). Specifically, we propose meta-buffer to store a series of informative high-level thoughts, namely thought-template, dis…

2024

Gorilla: Large Language Model Connected with Massive APIs

NeurIPS 2024poster

Large Language Models (LLMs) have seen an impressive wave of advances, with models now excelling in a variety of tasks, such as mathematical reasoning and program synthesis. However, their potential to effectively use tools via API calls remains unfulfilled. This is a challenging task even for today…

2024

In-Context Principle Learning from Mistakes

ICML 2024poster

In-context learning (ICL, also known as few-shot prompting) has been the standard method of adapting LLMs to downstream tasks, by learning from a few input-output examples. Nonetheless, all ICL-based approaches only learn from correct input-output pairs. In this paper, we revisit this paradigm, by l…

Cited by 29SourcePDFScholar
2024

LLM-Assisted Code Cleaning For Training Accurate Code Generators

ICLR 2024poster

Natural language to code generation is an important application area of LLMs and has received wide attention from the community. The majority of relevant studies have exclusively concentrated on increasing the quantity and functional correctness of training sets while disregarding other stylistic e…

Cited by 33SourcePDFScholar
2024

LLoCO: Learning Long Contexts Offline

EMNLP 2024main

Processing long contexts remains a challenge for large language models (LLMs) due to the quadratic computational and memory overhead of the self-attention mechanism and the substantial KV cache sizes during generation. We propose LLoCO, a novel approach to address this problem by learning contexts o…

2024

Learning from Mistakes: Iterative Prompt Relabeling for Text-to-Image Diffusion Model Training

EMNLP 2024finding

Diffusion models have shown impressive performance in many domains. However, the model’s capability to follow natural language instructions (e.g., spatial relationships between objects, generating complex scenes) is still unsatisfactory. In this work, we propose Iterative Prompt Relabeling (IPR), a…

2024

R2E: Turning any Github Repository into a Programming Agent Environment

ICML 2024poster

While Large Language Models’ (LLMs) coding capabilities have advanced rapidly, corresponding evaluation benchmarks on real-world programming setups are yet to catch up. Building a scalable and interactive testbed for evaluating general-purpose AI coding agents for real-world code has been challengin…

Cited by 26SourcePDFScholar
2024

Recursive Introspection: Teaching Language Model Agents How to Self-Improve

NeurIPS 2024poster

A central piece in enabling intelligent agentic behavior in foundation models is to make them capable of introspecting upon their behavior, reasoning, and correcting their mistakes as more computation or interaction is available. Even the strongest proprietary large language models (LLMs) do not qui…

Cited by 39SourcePDFScholar
2023

Efficient Planning in a Compact Latent Action Space

ICLR 2023poster

Planning-based reinforcement learning has shown strong performance in tasks in discrete and low-dimensional continuous action spaces. However, planning usually brings significant computational overhead for decision making, so scaling such methods to high-dimensional action spaces remains challenging…

2023

Energy-based Predictive Representations for Partially Observed Reinforcement Learning

UAI 2023poster

In real-world applications, handling partial observability is a common requirement for reinforcement learning algorithms, which is not captured by a Markov decision process (MDP). Although partially observable Markov decision processes (POMDPs) have been specifically designed to address this require…

Cited by 4SourcePDFScholar
2023

Latent Variable Representation for Reinforcement Learning

ICLR 2023poster

Deep latent variable models have achieved significant empirical successes in model-based reinforcement learning (RL) due to their expressiveness in modeling complex transition dynamics. On the other hand, it remains unclear theoretically and empirically how latent variable models may facilitate lear…

Cited by 12SourcePDFScholar
2023

Spectral Decomposition Representation for Reinforcement Learning

ICLR 2023poster

Representation learning often plays a critical role in avoiding the curse of dimensionality in reinforcement learning. A representative class of algorithms exploits spectral decomposition of the stochastic transition dynamics to construct representations that enjoy strong theoretical properties in i…

Cited by 33SourcePDFScholar
2023

TEMPERA: Test-Time Prompt Editing via Reinforcement Learning

ICLR 2023top-25%

Careful prompt design is critical to the use of large language models in zero-shot or few-shot learning. As a consequence, there is a growing interest in automated methods to design optimal prompts. In this work, we propose Test-time Prompt Editing using Reinforcement learning (TEMPERA). In contras…

Cited by 134SourcePDFScholar
2023

The Wisdom of Hindsight Makes Language Models Better Instruction Followers

ICML 2023poster

Reinforcement learning has seen wide success in finetuning large language models to better align with instructions via human feedback. The so-called algorithm, Reinforcement Learning with Human Feedback (RLHF) demonstrates impressive performance on the GPT series models. However, the underlying rein…

2022

A free lunch from the noise: Provable and practical exploration for representation learning

UAI 2022poster

Representation learning lies at the heart of the empirical success of deep learning for dealing with the curse of dimensionality. However, the power of representation learning has not been fully exploited yet in reinforcement learning (RL), due to i), the trade-off between expressiveness and tractab…

Cited by 29SourcePDFScholar
2022

C-Planning: An Automatic Curriculum for Learning Goal-Reaching Tasks

ICLR 2022poster

Goal-conditioned reinforcement learning (RL) has shown great success recently at solving a wide range of tasks(e.g., navigation, robotic manipulation). However, learning to reach distant goals remains a central challenge to the field, and the task is particularly hard without any offline data, exper…

Cited by 22SourcePDFScholar
2022

Contrastive Learning as Goal-Conditioned Reinforcement Learning

NeurIPS 2022accept

In reinforcement learning (RL), it is easier to solve a task if given a good representation. While deep RL should automatically acquire such good representations, prior work often finds that learning representations in an end-to-end fashion is unstable and instead equip RL algorithms with additional…

Cited by 162SourcePDFScholar
2022

Making Linear MDPs Practical via Contrastive Representation Learning

ICML 2022spotlight

It is common to address the curse of dimensionality in Markov decision processes (MDPs) by exploiting low-rank representations. This motivates much of the recent theoretical study on linear MDPs. However, most approaches require a given representation under unrealistic assumptions about the normaliz…

Cited by 55SourcePDFScholar
2022

Multi-objective Optimization by Learning Space Partition

ICLR 2022poster

In contrast to single-objective optimization (SOO), multi-objective optimization (MOO) requires an optimizer to find the Pareto frontier, a subset of feasible solutions that are not dominated by other feasible solutions. In this paper, we propose LaMOO, a novel multi-objective optimizer that learns…

Cited by 30SourcePDFScholar
2021

Contrastive Code Representation Learning

EMNLP 2021main

Recent work learns contextual representations of source code by reconstructing tokens from their context. For downstream semantic understanding tasks like code clone detection, these representations should ideally capture program functionality. However, we show that the popular reconstruction-based…

2021

Learning Space Partitions for Path Planning

NeurIPS 2021poster

Path planning, the problem of efficiently discovering high-reward trajectories, often requires optimizing a high-dimensional and multimodal reward function. Popular approaches like CEM and CMA-ES greedily focus on promising regions of the search space and may get trapped in local maxima. DOO and VOO…

2021

MADE: Exploration via Maximizing Deviation from Explored Regions

NeurIPS 2021poster

In online reinforcement learning (RL), efficient exploration remains particularly challenging in high-dimensional environments with sparse rewards. In low-dimensional environments, where tabular parameterization is possible, count-based upper confidence bound (UCB) exploration methods achieve minima…

2021

NovelD: A Simple yet Effective Exploration Criterion

NeurIPS 2021poster

Efficient exploration under sparse rewards remains a key challenge in deep reinforcement learning. Previous exploration methods (e.g., RND) have achieved strong results in multiple hard tasks. However, if there are multiple novel areas to explore, these methods often focus quickly on one without suf…

2019

ANODEV2: A Coupled Neural ODE Framework

NeurIPS 2019poster

It has been observed that residual networks can be viewed as the explicit Euler discretization of an Ordinary Differential Equation (ODE). This observation motivated the introduction of so-called Neural ODEs, in which other discretization schemes and/or adaptive time stepping techniques can be used…