← Search

Caiqi Zhang

12 accepted papers

2026

Visual Planning: Let's Think Only with Images

ICLR 2026oral

Recent advancements in Large Language Models (LLMs) and their multimodal extensions (MLLMs) have substantially enhanced machine reasoning across diverse tasks. However, these models predominantly rely on pure text as the medium for both expressing and structuring reasoning, even when visual informat…

Cited by 0SourcecodeScholar
2025

A Head to Predict and a Head to Question: Pre-trained Uncertainty Quantification Heads for Hallucination Detection in LLM Outputs

EMNLP 2025

LLMs have the tendency to hallucinate, i.e., to sporadically generate false or fabricated information, and users generally lack the tools to detect when this happens. Uncertainty quantification (UQ) provides a framework for assessing the reliability of model outputs, aiding in the identification of

Cited by 0SourcePDFScholar
2025

All Roads Lead to Rome: Graph-Based Confidence Estimation for Large Language Model Reasoning

EMNLP 2025

Confidence estimation is essential for the reliable deployment of large language models (LLMs). Existing methods are primarily designed for factual QA tasks and often fail to generalize to reasoning tasks. To address this gap, we propose a set of training-free, graph-based confidence estimation meth

Cited by 0SourcePDFScholar
2025

Can Large Language Models Generate High-quality Patent Claims?

NAACL 2025findings

Large language models (LLMs) have shown exceptional performance across various text generation tasks, but remain under-explored in the patent domain, which offers highly structured and precise language. This paper constructs a dataset to investigate the performance of current LLMs in patent claim ge…

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

Lost in Embeddings: Information Loss in Vision–Language Models

EMNLP 2025

Vision–language models (VLMs) often process visual inputs through a pretrained vision encoder, followed by a projection into the language model’s embedding space via a connector component. While crucial for modality fusion, the potential information loss induced by this projection step and its direc

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

Do We Need Language-Specific Fact-Checking Models? The Case of Chinese

EMNLP 2024main

This paper investigates the potential benefits of language-specific fact-checking models, focusing on the case of Chinese using CHEF dataset. To better reflect real-world fact-checking, we first develop a novel Chinese document-level evidence retriever, achieving state-of-the-art performance. We the…

2024

LUQ: Long-text Uncertainty Quantification for LLMs

EMNLP 2024main

Large Language Models (LLMs) have demonstrated remarkable capability in a variety of NLP tasks. However, LLMs are also prone to generate nonfactual content. Uncertainty Quantification (UQ) is pivotal in enhancing our understanding of a model’s confidence on its generation, thereby aiding in the miti…

2024

TopViewRS: Vision-Language Models as Top-View Spatial Reasoners

EMNLP 2024main

Top-view perspective denotes a typical way in which humans read and reason over different types of maps, and it is vital for localization and navigation of humans as well as of ‘non-human’ agents, such as the ones backed by large Vision-Language Models (VLMs). Nonetheless, spatial reasoning capabili…

2023

Learning Action Conditions from Instructional Manuals for Instruction Understanding

ACL 2023long

The ability to infer pre- and postconditions of an action is vital for comprehending complex instructions, and is essential for applications such as autonomous instruction-guided agents and assistive AI that supports humans to perform physical tasks. In this work, we propose a task dubbed action con…