← Search

Xuechen Zhang

11 accepted papers

2026

Continuous Chain of Thought Enables Parallel Exploration and Reasoning

ICLR 2026poster

Modern language models generate chain-of-thought traces by autoregressively sampling tokens from a finite vocabulary. While this discrete sampling has achieved remarkable success, conducting chain-of-thought with continuously-valued tokens (CoT2) offers a richer and more expressive alternative. Our…

Cited by 0SourcecodeScholar
2026

SmartChunk Retrieval: Query-Aware Chunk Compression with Planning for Efficient Document RAG

ICLR 2026poster

Retrieval-augmented generation (RAG) has strong potential for producing accurate and factual outputs by combining language models (LMs) with evidence retrieved from large text corpora. However, current pipelines are limited by static chunking and flat retrieval: documents are split into short, prede…

Cited by 0SourceScholar
2025

BREAD: Branched Rollouts from Expert Anchors Bridge SFT & RL for Reasoning

NeurIPS 2025poster

Small language models (SLMs) struggle to learn complex reasoning behaviors, especially when high-quality traces are scarce or difficult to learn from. A typical approach for training such models combines a supervised fine-tuning (SFT) stage, often to distill reasoning capabilities from a larger mode…

Cited by 0SourceScholar
2025

Test-Time Training Provably Improves Transformers as In-context Learners

ICML 2025poster

Test-time training (TTT) methods explicitly update the weights of a model to adapt to the specific test instance, and they have found success in a variety of settings, including most recently language modeling and reasoning. To demystify this success, we investigate a gradient-based TTT algorithm fo…

Cited by 1SourcePDFScholar
2024

A Score-Based Deterministic Diffusion Algorithm with Smooth Scores for General Distributions

AAAI 2024technical

Score matching based diffusion has shown to achieve the state of art results in generation modeling. In the original score matching based diffusion algorithm, the forward equation is a differential equation for which the probability density equation evolves according to a linear partial differential…

Cited by 1SourcePDFScholar
2024

Class-Attribute Priors: Adapting Optimization to Heterogeneity and Fairness Objective

AAAI 2024technical

Modern classification problems exhibit heterogeneities across individual classes: Each class may have unique attributes, such as sample size, label quality, or predictability (easy vs difficult), and variable importance at test-time. Without care, these heterogeneities impede the learning process, m…

Cited by 2SourcePDFScholar
2024

Efficient Contextual LLM Cascades through Budget-Constrained Policy Learning

NeurIPS 2024poster

Recent successes in natural language processing have led to the proliferation of large language models (LLMs) by multiple providers. Each LLM offering has different inference accuracy, monetary cost, and latency, and their accuracy further depends on the exact wording of the question (i.e., the spec…

Cited by 0SourcePDFScholar
2024

Selective Attention: Enhancing Transformer through Principled Context Control

NeurIPS 2024poster

The attention mechanism within the transformer architecture enables the model to weigh and combine tokens based on their relevance to the query. While self-attention has enjoyed major success, it notably treats all queries $q$ in the same way by applying the mapping $V^\top\text{softmax}(Kq)$, where…

2023

Max-Margin Token Selection in Attention Mechanism

NeurIPS 2023spotlight

Attention mechanism is a central component of the transformer architecture which led to the phenomenal success of large language models. However, the theoretical principles underlying the attention mechanism are poorly understood, especially its nonconvex optimization dynamics. In this work, we expl…

2021

AutoBalance: Optimized Loss Functions for Imbalanced Data

NeurIPS 2021poster

Imbalanced datasets are commonplace in modern machine learning problems. The presence of under-represented classes or groups with sensitive attributes results in concerns about generalization and fairness. Such concerns are further exacerbated by the fact that large capacity deep nets can perfectly…