← Search

Chi Han

17 accepted papers

2026

mCLM: A Modular Chemical Language Model that Generates Functional and Makeable Molecules

ICLR 2026oral

Despite their ability to understand chemical knowledge, large language models (LLMs) remain limited in their capacity to propose novel molecules with desired functions (e.g., drug-like properties). In addition, the molecules that LLMs propose can often be challenging to make, and are almost never co…

Cited by 0SourcecodeScholar
2025

Can Language Models Follow Multiple Turns of Entangled Instructions?

EMNLP 2025

Despite of significant achievements in improving instruction-following capabilities of large language models (LLMs), the ability to process multiple potentially entangled or conflict instructions remains a considerable challenge. Real-world scenarios often require the consistency across multiple ins

2025

Eliminating Position Bias of Language Models: A Mechanistic Approach

ICLR 2025poster

Position bias has proven to be a prevalent issue of modern language models (LMs), where the models prioritize content based on its position within the given context. This bias often leads to unexpected model failures and hurts performance, robustness, and reliability across various applications. A s…

2025

SyncMind: Measuring Agent Out-of-Sync Recovery in Collaborative Software Engineering

ICML 2025poster

Software engineering (SE) is increasingly collaborative, with developers working together on shared complex codebases. Effective collaboration in shared environments requires participants---whether humans or AI agents---to stay on the same page as their environment evolves. When a collaborator's und…

2025

The Law of Knowledge Overshadowing: Towards Understanding, Predicting and Preventing LLM Hallucination

ACL 2025finding

Hallucination is a persistent challenge in large language models (LLMs), where even with rigorous quality control, models often generate distorted facts. This paradox, in which error generation continues despite high-quality training data, calls for a deeper understanding of the underlying LLM mecha…

Cited by 0SourcePDFScholar
2024

LISA: Layerwise Importance Sampling for Memory-Efficient Large Language Model Fine-Tuning

NeurIPS 2024poster

The machine learning community has witnessed impressive advancements since large language models (LLMs) first appeared. Yet, their massive memory consumption has become a significant roadblock to large-scale training. For instance, a 7B model typically requires at least 60 GB of GPU memory with full…

2024

LM-Infinite: Zero-Shot Extreme Length Generalization for Large Language Models

NAACL 2024long

Today’s large language models (LLMs) typically train on short text segments (e.g., <4K tokens) due to the quadratic complexity of their Transformer architectures. As a result, their performance suffers drastically on inputs longer than those encountered during training, substantially limiting their…

2024

Schema-Guided Culture-Aware Complex Event Simulation with Multi-Agent Role-Play

EMNLP 2024system demonstrations

Complex news events, such as natural disasters and socio-political conflicts, require swift responses from the government and society. Relying on historical events to project the future is insufficient as such events are sparse and do not cover all possible conditions and nuanced situations. Simulat…

Cited by 0SourcePDFScholar
2024

Why Does New Knowledge Create Messy Ripple Effects in LLMs?

EMNLP 2024main

Extensive previous research has focused on post-training knowledge editing (KE) for language models (LMs) to ensure that knowledge remains accurate and up-to-date. One desired property and open question in KE is to let edited LMs correctly handle ripple effects, where LM is expected to answer its lo…

2024

Word Embeddings Are Steers for Language Models

ACL 2024long

Language models (LMs) automatically learn word embeddings during pre-training on language corpora. Although word embeddings are usually interpreted as feature vectors for individual words, their roles in language model generation remain underexplored. In this work, we theoretically and empirically r…

2023

CREATOR: Tool Creation for Disentangling Abstract and Concrete Reasoning of Large Language Models

EMNLP 2023long findings

Large Language Models (LLMs) have made significant progress in utilizing tools, but their ability is limited by API availability and the instability of implicit reasoning, particularly when both planning and execution are involved. To overcome these limitations, we propose CREATOR, a novel framework…

Cited by 0SourcecodeScholar
2023

Logical Entity Representation in Knowledge-Graphs for Differentiable Rule Learning

ICLR 2023poster

Probabilistic logical rule learning has shown great strength in logical rule mining and knowledge graph completion. It learns logical rules to predict missing edges by reasoning on existing edges in the knowledge graph. However, previous efforts have largely been limited to only modeling chain-like…

2023

Zero-Shot Classification by Logical Reasoning on Natural Language Explanations

ACL 2023findings

Humans can classify data of an unseen category by reasoning on its language explanations. This ability is owing to the compositional nature of language: we can combine previously seen attributes to describe the new category. For example, we might describe a sage thrasher as “it has a slim straight r…