← Search

Xinting Huang

22 accepted papers

2026

Decomposing Representation Space into Interpretable Subspaces with Unsupervised Learning

ICLR 2026poster

Understanding internal representations of neural models is a core interest of mechanistic interpretability. Due to its large dimensionality, the representation space can encode various aspects about inputs. To what extent are different aspects organized and encoded in separate subspaces? Is it possi…

Cited by 0SourcecodeScholar
2026

Discovering Interpretable Algorithms by Decompiling Transformers to RASP

ICML 2026poster

Recent work has shown that the computations of Transformers can be simulated in the RASP family of programming languages. These findings have enabled improved understanding of the expressive capacity and generalization abilities of Transformers. In particular, Transformers have been suggested to len…

Cited by 0SourceScholar
2026

THE END OF MANUAL DECODING: TOWARDS TRULY END-TO-END LANGUAGE MODELS

ICLR 2026poster

The "end-to-end" label for LLMs is a misnomer. In practice, they depend on a non-differentiable decoding process that requires laborious, hand-tuning of hyperparameters like temperature and top-p. This paper introduces AutoDeco, a novel architecture that enables truly "end-to-end'' generation by lea…

Cited by 0SourcecodeScholar
2026

WebDevJudge: Evaluating (M)LLMs as Critiques for Web Development Quality

ICLR 2026oral

The paradigm of LLM-as-a-judge is emerging as a scalable and efficient alternative to human evaluation, demonstrating strong performance on well-defined tasks. However, its reliability in open-ended tasks with dynamic environments and complex interactions remains unexplored. To bridge the gap, we in…

Cited by 0SourcecodeScholar
2025

A Formal Framework for Understanding Length Generalization in Transformers

ICLR 2025poster

A major challenge for transformers is generalizing to sequences longer than those observed during training. While previous works have empirically shown that transformers can either succeed or fail at length generalization depending on the task, theoretical understanding of this phenomenon remains li…

2025

A Silver Bullet or a Compromise for Full Attention? A Comprehensive Study of Gist Token-based Context Compression

ACL 2025long

In this work, we provide an empirical investigation of gist-based context compression methods to improve context processing in large language models. We focus on two key questions: (1) How well can these methods replace full attention models? and (2) What potential failure patterns arise due to comp…

2025

Attention Entropy is a Key Factor: An Analysis of Parallel Context Encoding with Full-attention-based Pre-trained Language Models

ACL 2025long

Large language models have shown remarkable performance across a wide range of language tasks, owing to their exceptional capabilities in context modeling. The most commonly used method of context modeling is full self-attention, as seen in standard decoder-only Transformers. Although powerful, this…

Cited by 0SourcePDFScholar
2025

LoGU: Long-form Generation with Uncertainty Expressions

ACL 2025long

While Large Language Models (LLMs) demonstrate impressive capabilities, they still struggle with generating factually incorrect content (i.e., hallucinations). A promising approach to mitigate this issue is enabling models to express uncertainty when unsure. Previous research on uncertainty modeling…

2025

Lower Bounds for Chain-of-Thought Reasoning in Hard-Attention Transformers

ICML 2025poster

Chain-of-thought reasoning and scratchpads have emerged as critical tools for enhancing the computational capabilities of transformers. While theoretical results show that polynomial-length scratchpads can extend transformers' expressivity from $TC^0$ to $PTIME$, their required length remains poorly…

Cited by 2SourcePDFScholar
2025

UNCLE: Benchmarking Uncertainty Expressions in Long-Form Generation

EMNLP 2025

Large Language Models (LLMs) are prone to hallucination, particularly in long-form generations. A promising direction to mitigate hallucination is to teach LLMs to express uncertainty explicitly when they lack sufficient knowledge. However, existing work lacks direct and fair evaluation of LLMs’ abi

2024

BBA: Bi-Modal Behavioral Alignment for Reasoning with Large Vision-Language Models

ACL 2024findings

Multimodal reasoning stands as a pivotal capability for large vision-language models (LVLMs). The integration with Domain-Specific Languages (DSL), offering precise visual representations, equips these models with the opportunity to execute more accurate reasoning in complex and professional domains…

Cited by 6SourcePDFScholar
2024

DoG-Instruct: Towards Premium Instruction-Tuning Data via Text-Grounded Instruction Wrapping

NAACL 2024long

The improvement of LLMs’ instruction-following capabilities relies heavily on the availability of high-quality instruction-response pairs. Unfortunately, the current methods used to collect the pairs suffer from either unaffordable labor costs or severe hallucinations in the self-generation of LLM.T…

2024

InversionView: A General-Purpose Method for Reading Information from Neural Activations

NeurIPS 2024poster

The inner workings of neural networks can be better understood if we can fully decipher the information encoded in neural activations. In this paper, we argue that this information is embodied by the subset of inputs that give rise to similar activations. We propose InversionView, which allows us t…

2024

Knowledge Fusion of Large Language Models

ICLR 2024poster

While training large language models (LLMs) from scratch can generate models with distinct functionalities and strengths, it comes at significant costs and may result in redundant capabilities. Alternatively, a cost-effective and compelling approach is to merge existing pre-trained LLMs into a more…

2024

Knowledge Verification to Nip Hallucination in the Bud

EMNLP 2024main

While large language models (LLMs) have demonstrated exceptional performance across various tasks following human alignment, they may still generate responses that sound plausible but contradict factual knowledge, a phenomenon known as hallucination. In this paper, we demonstrate the feasibility of…

2024

Not All Preference Pairs Are Created Equal: A Recipe for Annotation-Efficient Iterative Preference Learning

EMNLP 2024finding

Iterative preference learning, though yielding superior performances, requires online annotated preference labels. In this work, we study strategies to save annotation budgets while achieving competitive or even better performances for iterative preference learning. Built on intuitions from active l…

2024

SEGO: Sequential Subgoal Optimization for Mathematical Problem-Solving

ACL 2024long

Large Language Models (LLMs) have driven substantial progress in artificial intelligence in recent years, exhibiting impressive capabilities across a wide range of tasks, including mathematical problem-solving. Inspired by the success of subgoal-based methods, we propose a novel framework called SEq…

Cited by 4SourcePDFScholar
2024

Selection-p: Self-Supervised Task-Agnostic Prompt Compression for Faithfulness and Transferability

EMNLP 2024finding

Large Language Models (LLMs) have demonstrated impressive capabilities in a wide range of natural language processing tasks when leveraging in-context learning. To mitigate the additional computational and financial costs associated with in-context learning, several prompt compression methods have b…

Cited by 1SourcePDFScholar
2023

Explore-Instruct: Enhancing Domain-Specific Instruction Coverage through Active Exploration

EMNLP 2023long main

Instruction-tuning can be substantially optimized through enhanced diversity, resulting in models capable of handling a broader spectrum of tasks. However, existing data employed for such tuning often exhibit an inadequate coverage of individual domains, limiting the scope for nuanced comprehension…

Cited by 0SourcecodeScholar
2023

Pre-training Multi-party Dialogue Models with Latent Discourse Inference

ACL 2023long

Multi-party dialogues are more difficult for models to understand than one-to-one two-party dialogues, since they involve multiple interlocutors, resulting in interweaving reply-to relations and information flows. To step over these obstacles, an effective way is to pre-train a model that understand…

2022

Robust Task-Oriented Dialogue Generation with Contrastive Pre-training and Adversarial Filtering

EMNLP 2022finding

Data artifacts incentivize machine learning models to learn non-transferable generalizations by taking advantage of shortcuts in the data, andthere is growing evidence that data artifacts play a role for the strong results that deep learning models achieve in recent natural language processing bench…