← Search

Liangming Pan

46 accepted papers

2026

Mechanistic Data Attribution: Tracing the Training Origins of Interpretable LLM Units

ICML 2026oral

Mechanistic Interpretability has successfully identified functional circuits in Large Language Models (LLMs), yet their causal origins in the training data remain poorly understood. We bridge this gap by introducing **Mechanistic Data Attribution (MDA)**, a scalable framework that traces the formati…

Cited by 0SourceScholar
2026

OpenIKLR: Bridging the Reasoning Gap in Open-World Scenarios via Iterative Premise Completion

ICML 2026poster

Large Language Models (LLMs) demonstrate remarkable performance across various natural language processing tasks but struggle with complex logical reasoning, particularly in real-world settings. Existing research is largely confined to the closed-world assumption, which posits that all premises requ…

Cited by 0SourceScholar
2025

AntiLeakBench: Preventing Data Contamination by Automatically Constructing Benchmarks with Updated Real-World Knowledge

ACL 2025long

Data contamination hinders fair LLM evaluation by introducing test data into newer models’ training sets. Existing studies solve this challenge by updating benchmarks with newly collected data. However, they fail to guarantee contamination-free evaluation as the newly collected data may contain pre-…

2025

Aristotle: Mastering Logical Reasoning with A Logic-Complete Decompose-Search-Resolve Framework

ACL 2025long

In the context of large language models (LLMs), current advanced reasoning methods have made impressive strides in various reasoning tasks. However, when it comes to logical reasoning tasks, significant challenges remain in both efficacy and efficiency. This is rooted in the fact that these systems…

2025

CausalEval: Towards Better Causal Reasoning in Language Models

NAACL 2025long

Causal reasoning (CR) is a crucial aspect of intelligence, essential for problem-solving, decision-making, and understanding the world. While language models (LMs) can generate rationales for their outputs, their ability to reliably perform causal reasoning remains uncertain, often falling short in…

Cited by 0SourcePDFScholar
2025

Combating Multimodal LLM Hallucination via Bottom-Up Holistic Reasoning

AAAI 2025technical

Recent advancements in multimodal large language models (MLLMs) have shown unprecedented capabilities in advancing various vision-language tasks. However, MLLMs face significant challenges with hallucinations, and misleading outputs that do not align with the input data. While existing efforts are p…

Cited by 0SourcePDFScholar
2025

ConciseRL: Conciseness-Guided Reinforcement Learning for Efficient Reasoning Models

EMNLP 2025

Large language models excel at complex tasks by breaking down problems into structured reasoning steps. However, reasoning traces often extend beyond reaching a correct answer, causing wasted computation, reduced readability, and hallucinations. To address this, we introduce a novel hyperparameter-f

2025

Gödel Agent: A Self-Referential Agent Framework for Recursively Self-Improvement

ACL 2025long

The rapid advancement of large language models (LLMs) has significantly enhanced the capabilities of agents across various tasks. However, existing agentic systems, whether based on fixed pipeline algorithms or pre-defined meta-learning frameworks, cannot search the whole agent design space due to t…

2025

How Is LLM Reasoning Distracted by Irrelevant Context? An Analysis Using a Controlled Benchmark

EMNLP 2025

We introduce Grade School Math with Distracting Context (GSM-DC), a synthetic benchmark to evaluate Large Language Models’ (LLMs) reasoning robustness against systematically controlled irrelevant context (IC). GSM-DC constructs symbolic reasoning graphs with precise distractor injections, enabling r

2025

How do Transformers Learn Implicit Reasoning?

NeurIPS 2025spotlight

Recent work suggests that large language models (LLMs) can perform multi-hop reasoning implicitly---producing correct answers without explicitly verbalizing intermediate steps---but the underlying mechanisms remain poorly understood. In this paper, we study how such implicit reasoning emerges by tra…

Cited by 0SourceScholar
2025

InductionBench: LLMs Fail in the Simplest Complexity Class

ACL 2025long

Large language models (LLMs) have shown remarkable improvements in reasoning and many existing benchmarks have been addressed by models such as o1 and o3 either fully or partially. However, a majority of these benchmarks emphasize deductive reasoning, including mathematical and coding tasks in which…

2025

Investigating the Transferability of Code Repair for Low-Resource Programming Languages

NAACL 2025findings

Large language models (LLMs) have shown remarkable performance on code generation tasks. A recent use case is iterative code repair, where an LLM fixes an incorrect program by rationalizing about errors and generating new code. Recent works augment the code repair process by integrating modern techn…

2025

MuSLR: Multimodal Symbolic Logical Reasoning

NeurIPS 2025poster

Multimodal symbolic logical reasoning, which aims to deduce new facts from multimodal input via formal logic, is critical in high-stakes applications such as autonomous driving and medical diagnosis, as its rigorous, deterministic reasoning helps prevent serious consequences. To evaluate such capabi…

Cited by 0SourceScholar
2025

RuleArena: A Benchmark for Rule-Guided Reasoning with LLMs in Real-World Scenarios

ACL 2025long

This paper introduces RuleArena, a novel and challenging benchmark designed to evaluate the ability of large language models (LLMs) to follow complex, real-world rules in reasoning. Covering three practical domains – airline baggage fees, NBA transactions, and tax regulations – RuleArena assesses LL…

2025

SeaKR: Self-aware Knowledge Retrieval for Adaptive Retrieval Augmented Generation

ACL 2025long

Adaptive Retrieval-Augmented Generation (RAG) is an effective strategy to alleviate hallucination of large language models (LLMs). It dynamically determines whether LLMs need external knowledge for generation and invokes retrieval accordingly. This paper introduces Self-aware Knowledge Retrieval (Se…

2025

TART: An Open-Source Tool-Augmented Framework for Explainable Table-based Reasoning

NAACL 2025findings

Current Large Language Models (LLMs) exhibit limited ability to understand table structures and to apply precise numerical reasoning, which is crucial for tasks such as table question answering and table-based fact verification. To address these challenges, we introduce our Tool-Augmented Reasoning…

2024

A Survey on Detection of LLMs-Generated Content

EMNLP 2024finding

The burgeoning capabilities of advanced large language models (LLMs) such as ChatGPT have led to an increase in synthetic content generation with implications across a variety of sectors, including media, cybersecurity, public discourse, and education. As such, the ability to detect LLMs-generated c…

2024

Factcheck-Bench: Fine-Grained Evaluation Benchmark for Automatic Fact-checkers

EMNLP 2024finding

The increased use of large language models (LLMs) across a variety of real-world applications calls for mechanisms to verify the factual accuracy of their outputs. In this work, we present Factcheck-Bench, a holistic end-to-end framework for annotating and evaluating the factuality of LLM-generated…

2024

Faithful Logical Reasoning via Symbolic Chain-of-Thought

ACL 2024long

While the recent Chain-of-Thought (CoT) technique enhances the reasoning ability of large language models (LLMs) with the theory of mind, it might still struggle in handling logical reasoning that relies much on symbolic expressions and rigid deducing rules. To strengthen the logical reasoning capab…

2024

Knowledge of Knowledge: Exploring Known-Unknowns Uncertainty with Large Language Models

ACL 2024findings

This paper investigates the capabilities of Large Language Models (LLMs) in understanding their knowledge and uncertainty over questions. Specifically, we focus on addressing known-unknown questions, characterized by high uncertainty due to the absence of definitive answers. To facilitate our study,…

2024

MMLONGBENCH-DOC: Benchmarking Long-context Document Understanding with Visualizations

NeurIPS 2024spotlight

Understanding documents with rich layouts and multi-modal components is a long-standing and practical task. Recent Large Vision-Language Models (LVLMs) have made remarkable strides in various tasks, particularly in single-page document understanding (DU). However, their abilities on long-context DU…

Cited by 27SourcePDFScholar
2024

Modeling Dynamic Topics in Chain-Free Fashion by Evolution-Tracking Contrastive Learning and Unassociated Word Exclusion

ACL 2024findings

Dynamic topic models track the evolution of topics in sequential documents, which have derived various applications like trend analysis. However, existing models suffer from repetitive topic and unassociated topic issues, failing to reveal the evolution and hindering further applications. To address…

2024

MultiAgent Collaboration Attack: Investigating Adversarial Attacks in Large Language Model Collaborations via Debate

EMNLP 2024finding

Large Language Models (LLMs) have shown exceptional results on current benchmarks when working individually. The advancement in their capabilities, along with a reduction in parameter size and inference times, has facilitated the use of these models as agents, enabling interactions among multiple mo…

2024

Position: AI/ML Influencers Have a Place in the Academic Process

ICML 2024poster

As the number of accepted papers at AI and ML conferences reaches into the thousands, it has become unclear how researchers access and read research publications. In this paper, we investigate the role of social media influencers in enhancing the visibility of machine learning research, particularly…

Cited by 1SourcePDFScholar
2024

Pride and Prejudice: LLM Amplifies Self-Bias in Self-Refinement

ACL 2024long

Recent studies show that large language models (LLMs) improve their performance through self-feedback on certain tasks while degrade on others. We discovered that such a contrary is due to LLM’s bias in evaluating their own output. In this paper, we formally define LLM’s self-bias – the tendency to…

2024

SciAgent: Tool-augmented Language Models for Scientific Reasoning

EMNLP 2024main

Scientific reasoning poses an excessive challenge for even the most advanced Large Language Models (LLMs). To make this task more practical and solvable for LLMs, we introduce a new task setting named tool-augmented scientific reasoning. This setting supplements LLMs with scalable toolsets, and shif…

Cited by 28SourcePDFScholar
2024

The Knowledge Alignment Problem: Bridging Human and External Knowledge for Large Language Models

ACL 2024findings

Large language models often necessitate grounding on external knowledge to generate faithful and reliable answers. Yet even with the correct groundings in the reference, they can ignore them and rely on wrong groundings or their inherent biases to hallucinate when users, being largely unaware of the…

2024

Towards Verifiable Generation: A Benchmark for Knowledge-aware Language Model Attribution

ACL 2024findings

Although achieving great success, Large Language Models (LLMs) usually suffer from unreliable hallucinations. Although language attribution can be a potential solution, there are no suitable benchmarks and evaluation metrics to attribute LLMs to structured knowledge. In this paper, we define a new t…

2024

Understanding Reasoning Ability of Language Models From the Perspective of Reasoning Paths Aggregation

ICML 2024poster

Pre-trained language models (LMs) are able to perform complex reasoning without explicit fine-tuning. To understand how pre-training with a next-token prediction objective contributes to the emergence of such reasoning capability, we propose that we can view an LM as deriving new conclusions by aggr…

2023

Doolittle: Benchmarks and Corpora for Academic Writing Formalization

EMNLP 2023long main

Improving the quality of academic writing is a meaningful but challenging task. Conventional methods of language refinement focus on narrow, specific linguistic features within isolated sentences, such as grammatical errors and improper word use. We propose a more general task, Academic Writing Form…

Cited by 0SourceScholar
2023

Fact-Checking Complex Claims with Program-Guided Reasoning

ACL 2023long

Fact-checking real-world claims often requires collecting multiple pieces of evidence and applying complex multi-step reasoning. In this paper, we present Program-Guided Fact-Checking (ProgramFC), a novel fact-checking model that decomposes complex claims into simpler sub-tasks that can be solved us…

2023

INSTRUCTSCORE: Towards Explainable Text Generation Evaluation with Automatic Feedback

EMNLP 2023long main

Automatically evaluating the quality of language generation is critical. Although recent learned metrics show high correlation with human judgement, these metrics do not provide explicit explanation of their verdict, nor associate the scores with defects in the generated text. To address this limita…

Cited by 0SourceScholar
2023

Logic-LM: Empowering Large Language Models with Symbolic Solvers for Faithful Logical Reasoning

EMNLP 2023long findings

Large Language Models (LLMs) have shown human-like reasoning abilities but still struggle with complex logical problems. This paper introduces a novel framework, Logic-LM, which integrates LLMs with symbolic solvers to improve logical problem-solving. Our method first utilizes LLMs to translate a na…

Cited by 0SourcecodeScholar
2023

MAF: Multi-Aspect Feedback for Improving Reasoning in Large Language Models

EMNLP 2023long main

Language Models (LMs) have shown impressive performance in various natural language tasks. However, when it comes to natural language reasoning, LMs still face challenges such as hallucination, generating incorrect intermediate reasoning steps, and making mathematical errors. Recent research has foc…

Cited by 0SourcecodeScholar
2023

Modeling What-to-ask and How-to-ask for Answer-unaware Conversational Question Generation

ACL 2023long

Conversational Question Generation (CQG) is a critical task for machines to assist humans in fulfilling their information needs through conversations. The task is generally cast into two different settings: answer-aware and answer-unaware. While the former facilitates the models by exposing the expe…

2023

On the Risk of Misinformation Pollution with Large Language Models

EMNLP 2023long findings

We investigate the potential misuse of modern Large Language Models (LLMs) for generating credible-sounding misinformation and its subsequent impact on information-intensive applications, particularly Open-Domain Question Answering (ODQA) systems. We establish a threat model and simulate potential m…

Cited by 0SourcecodeScholar
2023

SCITAB: A Challenging Benchmark for Compositional Reasoning and Claim Verification on Scientific Tables

EMNLP 2023long main

Current scientific fact-checking benchmarks exhibit several shortcomings, such as biases arising from crowd-sourced claims and an over-reliance on text-based evidence. We present SCITAB, a challenging evaluation dataset consisting of 1.2K expert-verified scientific claims that 1) originate from auth…

Cited by 0SourcecodeScholar
2022

CoHS-CQG: Context and History Selection for Conversational Question Generation

COLING 2022main

Conversational question generation (CQG) serves as a vital task for machines to assist humans, such as interactive reading comprehension, through conversations. Compared to traditional single-turn question generation (SQG), CQG is more challenging in the sense that the generated question is required…

2022

Interpreting the Robustness of Neural NLP Models to Textual Perturbations

ACL 2022findings

Modern Natural Language Processing (NLP) models are known to be sensitive to input perturbations and their performance can decrease when applied to real-world, noisy data. However, it is still unclear why models are less robust to some perturbations than others. In this work, we test the hypothesis…

Cited by 21SourcePDFScholar
2022

KQA Pro: A Dataset with Explicit Compositional Programs for Complex Question Answering over Knowledge Base

ACL 2022long

Complex question answering over knowledge base (Complex KBQA) is challenging because it requires various compositional reasoning capabilities, such as multi-hop inference, attribute comparison, set operation, etc. Existing benchmarks have some shortcomings that limit the development of Complex KBQA:…

2021

Unsupervised Multi-hop Question Answering by Question Generation

NAACL 2021long

Obtaining training data for multi-hop question answering (QA) is time-consuming and resource-intensive. We explore the possibility to train a well-performed multi-hop QA model without referencing any human-labeled multi-hop question-answer pairs, i.e., unsupervised multi-hop QA. We propose MQA-QG, a…

2021

Zero-shot Fact Verification by Claim Generation

ACL 2021short

Neural models for automated fact verification have achieved promising results thanks to the availability of large, human-annotated datasets. However, for each new domain that requires fact verification, creating a dataset by manually writing claims and linking them to their supporting evidence is ex…

2020

Exploring Question-Specific Rewards for Generating Deep Questions

COLING 2020main

Recent question generation (QG) approaches often utilize the sequence-to-sequence framework (Seq2Seq) to optimize the log likelihood of ground-truth questions using teacher forcing. However, this training objective is inconsistent with actual question quality, which is often reflected by certain glo…

2020

Hyperbolic Visual Embedding Learning for Zero-Shot Recognition

CVPR 2020poster

This paper proposes a Hyperbolic Visual Embedding Learning Network for zero-shot recognition. The network learns image embeddings in hyperbolic space, which is capable of preserving the hierarchical structure of semantic classes in low dimensions. Comparing with existing zero-shot learning approache…

Cited by 178PDFcodeScholar