← Search

Tianqi Du

9 accepted papers

2026

Any-Order Any-Subset AutoRegressive Model

ICLR 2026poster

We propose Any-order Any-subset Autoregressive modeling (A3), a novel sequence generation framework that generalizes standard autoregressive (AR) factorization to support the prediction of arbitrary token groups in any order. A3 overcomes the limitations of conventional left-to-right decoding by ena…

Cited by 0SourcecodeScholar
2026

When More is Less: Understanding Chain-of-Thought Length in LLMs

ICLR 2026poster

Large Language Models (LLMs) increasingly rely on Chain-of-Thought (CoT) reasoning to solve complex problems. Contrary to the common belief that longer CoTs always improve performance, we demonstrate that **longer is not always better**. Across both real-world LLMs and theoretical models, task accur…

Cited by 0SourceScholar
2025

Language Ranker: A Lightweight Ranking framework for LLM Decoding

NeurIPS 2025poster

Conventional research on large language models (LLMs) has primarily focused on refining output distributions, while paying less attention to the decoding process that transforms these distributions into final responses. Recent advances, such as scaling the computation of inference time with reward m…

Cited by 0SourceScholar
2025

Long-Short Alignment for Effective Long-Context Modeling in LLMs

ICML 2025poster

Large language models (LLMs) have exhibited impressive performance and surprising emergent properties. However, their effectiveness remains limited by the fixed context window of the transformer architecture, posing challenges for long-context modeling. Among these challenges, length generalization…

2024

Look Ahead or Look Around? A Theoretical Comparison Between Autoregressive and Masked Pretraining

ICML 2024poster

In recent years, the rise of generative self-supervised learning (SSL) paradigms has exhibited impressive performance across visual, language, and multi-modal domains. While the varied designs of generative SSL objectives lead to distinct properties in downstream tasks, a theoretical understanding o…

2024

On the Role of Discrete Tokenization in Visual Representation Learning

ICLR 2024spotlight

In the realm of self-supervised learning (SSL), masked image modeling (MIM) has gained popularity alongside contrastive learning methods. MIM involves reconstructing masked regions of input images using their unmasked portions. A notable subset of MIM methodologies employs discrete tokens as the rec…

2023

A Message Passing Perspective on Learning Dynamics of Contrastive Learning

ICLR 2023poster

In recent years, contrastive learning achieves impressive results on self-supervised visual representation learning, but there still lacks a rigorous understanding of its learning dynamics. In this paper, we show that if we cast a contrastive objective equivalently into the feature space, then its l…

2023

ArCL: Enhancing Contrastive Learning with Augmentation-Robust Representations

ICLR 2023poster

Self-Supervised Learning (SSL) is a paradigm that leverages unlabeled data for model training. Empirical studies show that SSL can achieve promising performance in distribution shift scenarios, where the downstream and training distributions differ. However, the theoretical understanding of its tran…

Cited by 8SourcePDFScholar
2023

ContraNorm: A Contrastive Learning Perspective on Oversmoothing and Beyond

ICLR 2023poster

Oversmoothing is a common phenomenon in a wide range of Graph Neural Networks (GNNs) and Transformers, where performance degenerates as the layer goes deeper. Instead of characterizing oversmoothing from the view of complete collapse in which representations converge to a single point, we dive into…