← Search

Zhiting Hu

50 accepted papers

2026

Emergence of Superposition: Unveiling the Training Dynamics of Chain of Continuous Thought

ICLR 2026poster

Previous work shows that the chain of continuous thought (continuous CoT) improves the reasoning capability of large language models (LLMs) by enabling implicit parallel thinking, and a subsequent work provided theoretical insight by showing that a two-layer transformer equipped with continuous CoT…

Cited by 0SourcecodeScholar
2026

FIRE-Bench: Evaluating Agents on the Rediscovery of Scientific Insights

ICML 2026poster

Autonomous agents powered by large language models (LLMs) promise to accelerate scientific discovery, but rigorously evaluating their capacity for verifiable discovery remains a central challenge. Existing benchmarks face a trade-off: they either rely on LLM-as-judge evaluations of automatically gen…

Cited by 0SourceScholar
2026

IsoCompute Playbook: Optimally Scaling Sampling Compute for LLM RL

ICML 2026poster

While scaling laws guide compute allocation for LLM pre-training, analogous prescriptions for reinforcement learning (RL) post-training of LLMs remain poorly understood. We study the compute-optimal allocation of sampling compute for on-policy RL methods in LLMs, framing scaling as a compute-constra…

Cited by 0SourceScholar
2026

Vision-G1: Towards General Reasoning Vision-Language Models via Reinforcement Learning

AAAI 2026technical

Recent vision-language models (VLMs) show strong reasoning capabilities through training with reinforcement learning from verifiable rewards (RLVR). Despite their impressive capabilities, current VLMs focus on a limited range of reasoning tasks, such as mathematical and logical reasoning, due to the

Cited by 0SourcePDFScholar
2025

Activation Control for Efficiently Eliciting Long Chain-of-thought Ability of Language Models

NeurIPS 2025spotlight

Despite the remarkable reasoning performance, eliciting the long chain-of-thought(CoT) ability in large language models(LLMs) typically requires costly reinforcement learning or supervised fine-tuning on high-quality distilled data. We investigate the internal mechanisms behind this capability and s…

Cited by 0SourceScholar
2025

Do Vision-Language Models Have Internal World Models? Towards an Atomic Evaluation

ACL 2025finding

Internal world models (WMs) enable agents to understand the world’s state and predict transitions, serving as the basis for advanced deliberative reasoning.Recent large Vision-Language Models (VLMs), such as GPT-4o and Gemini, exhibit potential as general-purpose WMs. While the latest studies have e…

Cited by 0SourcePDFScholar
2025

Reasoning by Superposition: A Theoretical Perspective on Chain of Continuous Thought

NeurIPS 2025poster

Large Language Models (LLMs) have demonstrated remarkable performance in many applications, including challenging reasoning problems via chain-of-thought (CoT) techniques that generate ``thinking tokens'' before answering the questions. While existing theoretical works demonstrate that CoT with disc…

Cited by 0SourceScholar
2025

Revisiting Reinforcement Learning for LLM Reasoning from A Cross-Domain Perspective

NeurIPS 2025poster

Reinforcement learning (RL) has shown promise in enhancing large language model (LLM) reasoning, yet progress towards broader capabilities is limited by the availability of high-quality, multi-domain datasets. This work introduces \ours, a 92K RL-for-reasoning dataset designed to address this gap, c…

Cited by 0SourceScholar
2025

SimWorld: An Open-ended Simulator for Agents in Physical and Social Worlds

NeurIPS 2025spotlight

While LLM/VLM-powered AI agents have advanced rapidly in math, coding, and computer use, their applications in complex physical and social environments remain challenging. Building agents that can survive and thrive in the real world (e.g., by autonomously earning income) requires massive-scale inte…

Cited by 0SourcecodeScholar
2025

Synthesizing Photorealistic and Dynamic Urban Environments for Multimodal Robot Navigation and Collaboration

NeurIPS 2025poster

Recent advances in foundation models have shown promising results in developing generalist robotics that can perform diverse tasks in open-ended scenarios given multimodal inputs. However, current work has been mainly focused on indoor, household scenarios. In this work, we present SimWorld-Robotics…

Cited by 0SourcecodeScholar
2025

Synthesizing Privacy-Preserving Text Data via Finetuning *without* Finetuning Billion-Scale LLMs

ICML 2025poster

Synthetic data offers a promising path to train models while preserving data privacy. Differentially private (DP) finetuning of large language models (LLMs) as data generator is effective, but is impractical when computation resources are limited. Meanwhile, prompt-based methods such as private evol…

Cited by 0SourcePDFScholar
2025

Towards General Continuous Memory for Vision-Language Models

NeurIPS 2025poster

Language models (LMs) and their extension, vision-language models (VLMs), have achieved remarkable performance across various tasks. However, they still struggle with complex reasoning tasks that require multimodal or multilingual real world knowledge. To support such capabilities, an external memor…

Cited by 0SourcecodeScholar
2025

scPilot: Large Language Model Reasoning Toward Automated Single-Cell Analysis and Discovery

NeurIPS 2025poster

We present scPilot, the first systematic framework to practice \textit{omics-native reasoning}: a large language model (LLM) converses in natural language while directly inspecting single-cell RNA-seq data and on-demand bioinformatics tools. scPilot converts core single-cell analyses, i.e., cell-typ…

Cited by 0SourceScholar
2024

Dynamic Rewarding with Prompt Optimization Enables Tuning-free Self-Alignment of Language Models

EMNLP 2024main

Aligning Large Language Models (LLMs) traditionally relies on complex and costly training processes like supervised fine-tuning (SFT) and reinforcement learning from human feedback (RLHF). To address the challenge of achieving alignment without these extensive tuning costs and expensive annotations,…

2024

MMToM-QA: Multimodal Theory of Mind Question Answering

ACL 2024long

Theory of Mind (ToM), the ability to understand people’s mental states, is an essential ingredient for developing machines with human-level social intelligence. Recent machine learning models, particularly large language models, seem to show some aspects of ToM understanding. However, existing ToM b…

2024

PromptAgent: Strategic Planning with Language Models Enables Expert-level Prompt Optimization

ICLR 2024poster

Expert-level prompts, carefully engineered by human experts who have a deep understanding of both large language models (LLMs) and domain knowledge, are the future of prompting and pivotal to harnessing the full power of advanced LLMs. Discovering such prompts with an automated process remains a sou…

2024

RedCoast: A Lightweight Tool to Automate Distributed Training of LLMs on Any GPU/TPUs

NAACL 2024system demonstrations

The recent progress of AI can be largely attributed to large language models (LLMs). However, their escalating memory requirements introduce challenges for machine learning (ML) researchers and engineers. Addressing this requires developers to partition a large model to distribute it across multiple…

2024

UOUO: Uncontextualized Uncommon Objects for Measuring Knowledge Horizons of Vision Language Models

EMNLP 2024main

Smaller-scale Vision-Language Models (VLMs) often claim to perform on par with larger models in general-domain visual grounding and question-answering benchmarks while offering advantages in computational efficiency and storage. However, their ability to handle rare objects, which fall into the long…

2024

Unified Generation, Reconstruction, and Representation: Generalized Diffusion with Adaptive Latent Encoding-Decoding

ICML 2024poster

The vast applications of deep generative models are anchored in three core capabilities---*generating* new instances, *reconstructing* inputs, and learning compact *representations*---across various data types, such as discrete text/protein sequences and continuous images. Existing model families, l…

2023

AlignScore: Evaluating Factual Consistency with A Unified Alignment Function

ACL 2023long

Many text generation applications require the generated text to be factually consistent with input information. Automatic evaluation of factual consistency is challenging. Previous work has developed various metrics that often depend on specific functions, such as natural language inference (NLI) or…

2023

BertNet: Harvesting Knowledge Graphs with Arbitrary Relations from Pretrained Language Models

ACL 2023findings

It is crucial to automatically construct knowledge graphs (KGs) of diverse new relations to support knowledge discovery and broad applications. Previous KG construction methods, based on either crowdsourcing or text mining, are often limited to a small predefined set of relations due to manual cost…

2023

Cappy: Outperforming and Boosting Large Multi-Task LMs with a Small Scorer

NeurIPS 2023poster

Large language models (LLMs) such as T0, FLAN, and OPT-IML excel in multi-tasking under a unified instruction-following paradigm, where they also exhibit remarkable generalization abilities to unseen tasks. Despite their impressive performance, these LLMs, with sizes ranging from several billion to…

Cited by 9SourcePDFScholar
2023

Language Models Meet World Models: Embodied Experiences Enhance Language Models

NeurIPS 2023poster

While large language models (LMs) have shown remarkable capabilities across numerous tasks, they often struggle with simple reasoning and planning in physical environments, such as understanding object permanence or planning household activities. The limitation arises from the fact that LMs are trai…

2023

Reasoning with Language Model is Planning with World Model

EMNLP 2023long main

Large language models (LLMs) have shown remarkable reasoning capabilities, particularly with Chain-of-Thought-style prompts. However, LLMs can still struggle with problems that are easy for humans, such as generating action plans for executing tasks or performing complex math or logical reasoning. T…

Cited by 0SourceScholar
2023

Text Alignment Is An Efficient Unified Model for Massive NLP Tasks

NeurIPS 2023poster

Large language models (LLMs), typically designed as a function of next-word prediction, have excelled across extensive NLP tasks. Despite the generality, next-word prediction is often not an efficient formulation for many of the tasks, demanding an extreme scale of model parameters (10s or 100s of b…

Cited by 9SourcePDFScholar
2023

ToolkenGPT: Augmenting Frozen Language Models with Massive Tools via Tool Embeddings

NeurIPS 2023oral

Integrating large language models (LLMs) with various tools has led to increased attention in the field. Existing approaches either involve fine-tuning the LLM, which is both computationally costly and limited to a fixed set of tools, or prompting LLMs by in-context tool demonstrations. Although the…

2022

ASDOT: Any-Shot Data-to-Text Generation with Pretrained Language Models

EMNLP 2022finding

Data-to-text generation is challenging due to the great variety of the input data in terms of domains (e.g., finance vs sports) or schemata (e.g., diverse predicates). Recent end-to-end neural methods thus require substantial training examples to learn to disambiguate and describe the data. Yet, rea…

2022

Don’t Take It Literally: An Edit-Invariant Sequence Loss for Text Generation

NAACL 2022long

Neural text generation models are typically trained by maximizing log-likelihood with the sequence cross entropy (CE) loss, which encourages an exact token-by-token match between a target sequence with a generated sequence. Such training objective is sub-optimal when the target sequence is not perfe…

2022

Efficient (Soft) Q-Learning for Text Generation with Limited Good Data

EMNLP 2022finding

Maximum likelihood estimation (MLE) is the predominant algorithm for training text generation models. This paradigm relies on direct supervision examples, which is not applicable to many emerging applications, such as generating adversarial attacks or generating prompts to control language models. R…

2022

RLPrompt: Optimizing Discrete Text Prompts with Reinforcement Learning

EMNLP 2022main

Prompting has shown impressive success in enabling large pre-trained language models (LMs) to perform diverse NLP tasks, especially with only few downstream data. Automatically finding the optimal prompt for each task, however, is challenging. Most existing work resorts to tuning *soft* prompts (e.g…

2021

Compression, Transduction, and Creation: A Unified Framework for Evaluating Natural Language Generation

EMNLP 2021main

Natural language generation (NLG) spans a broad range of tasks, each of which serves for specific objectives and desires different properties of generated text. The complexity makes automatic evaluation of NLG particularly challenging. Previous work has typically focused on a single task and develop…

2021

Progressive Generation of Long Text with Pretrained Language Models

NAACL 2021long

Large-scale language models (LMs) pretrained on massive corpora of text, such as GPT-2, are powerful open-domain text generators. However, as our systematic examination reveals, it is still challenging for such models to generate coherent long passages of text (e.g., 1000 tokens), especially when th…

2020

Improving GAN Training with Probability Ratio Clipping and Sample Reweighting

NeurIPS 2020poster

Despite success on a wide range of problems related to vision, generative adversarial networks (GANs) often suffer from inferior performance due to unstable training, especially for text generation. To solve this issue, we propose a new variational GAN training framework which enjoys superior train…

2019

AutoLoss: Learning Discrete Schedule for Alternate Optimization

ICLR 2019poster

Many machine learning problems involve iteratively and alternately optimizing different task objectives with respect to different sets of parameters. Appropriately scheduling the optimization of a task objective or a set of parameters is usually crucial to the quality of convergence. In this paper,…

Cited by 51SourcePDFScholar
2019

Learning Data Manipulation for Augmentation and Weighting

NeurIPS 2019poster

Manipulating data, such as weighting data examples or augmenting with new instances, has been increasingly used to improve model training. Previous work has studied various rule- or learning-based approaches designed for specific types of data manipulation. In this work, we propose a new method that…

2019

Towards Multi-Pose Guided Virtual Try-On Network

ICCV 2019poster

Virtual try-on systems under arbitrary human poses have significant application potential, yet also raise extensive challenges, such as self-occlusions, heavy misalignment among different poses, and complex clothes textures. Existing virtual try-on methods can only transfer clothes given a fixed hum…

Cited by 252PDFScholar
2018

Deep Generative Models with Learnable Knowledge Constraints

NeurIPS 2018poster

The broad set of deep generative models (DGMs) has achieved remarkable advances. However, it is often difficult to incorporate rich structured domain knowledge with the end-to-end DGMs. Posterior regularization (PR) offers a principled framework to impose structured constraints on probabilistic mode…

Cited by 99SourcePDFScholar
2018

Hybrid Retrieval-Generation Reinforced Agent for Medical Image Report Generation

NeurIPS 2018poster

Generating long and coherent reports to describe medical images poses challenges to bridging visual patterns with informative human linguistic descriptions. We propose a novel Hybrid Retrieval-Generation Reinforced Agent (HRGR-Agent) which reconciles traditional retrieval-based approaches populated…

2018

Unsupervised Text Style Transfer using Language Models as Discriminators

NeurIPS 2018poster

Binary classifiers are employed as discriminators in GAN-based unsupervised style transfer models to ensure that transferred sentences are similar to sentences in the target domain. One difficulty with the binary discriminator is that error signal is sometimes insufficient to train the model to prod…

2017

Dropout with Expectation-linear Regularization

ICLR 2017poster

Dropout, a simple and effective way to train deep neural networks, has led to a number of impressive empirical successes and spawned many recent theoretical investigations. However, the gap between dropout’s training and inference phases, introduced due to tractability considerations, has largely re…

Cited by 61SourceScholar
2017

Improved Variational Autoencoders for Text Modeling using Dilated Convolutions

ICML 2017poster

Recent work on generative text modeling has found that variational autoencoders (VAE) with LSTM decoders perform worse than simpler LSTM language models (Bowman et al., 2015). This negative result is so far poorly understood, but has been attributed to the propensity of LSTM decoders to ignore condi…

Cited by 485SourcePDFScholar
2017

Nonparametric Variational Auto-Encoders for Hierarchical Representation Learning

ICCV 2017poster

The recently developed variational autoencoders (VAEs) have proved to be an effective confluence of the rich representational power of neural networks with Bayesian methods. However, most work on VAEs use a rather simple prior over the latent variables such as standard normal distribution, thereby r…

Cited by 137PDFScholar
2017

Recurrent Topic-Transition GAN for Visual Paragraph Generation

ICCV 2017poster

A natural image usually conveys rich semantic content and can be viewed from different angles. Existing image description methods are largely restricted by small sets of biased visual paragraph annotations, and fail to cover rich underlying semantics. In this paper, we investigate a semi-supervised…

Cited by 264PDFScholar
2017

Toward Controlled Generation of Text

ICML 2017poster

Generic generation and manipulation of text is challenging and has limited success compared to recent deep generative modeling in visual domain. This paper aims at generating plausible text sentences, whose attributes are controlled by learning disentangled latent representations with designated sem…