← Search

Shenghua Liu

15 accepted papers

2026

AuTAgent: A Reinforcement Learning Framework for Tool-Augmented Audio Reasoning

ICML 2026poster

Large Audio Language Models (LALMs) excel at perception but struggle with complex reasoning requiring precise acoustic measurements. While external tools can extract fine-grained features like exact tempo or pitch, effective integration remains challenging: naively using all tools causes information…

Cited by 0SourceScholar
2026

Causal Interpretation of Neural Network Computations with Contribution Decomposition (CODEC)

ICLR 2026poster

Understanding how neural networks transform inputs into outputs is crucial for interpreting and manipulating their behavior. Most existing approaches analyze internal representations by identifying hidden-layer activation patterns correlated with human-interpretable concepts. Here we take a direct a…

Cited by 0SourcecodeScholar
2026

Parameters vs. Context: Fine-Grained Control of Knowledge Reliance in Language Models

ICLR 2026poster

Retrieval-Augmented Generation (RAG) mitigates hallucinations in Large Language Models (LLMs) by integrating external knowledge. However, conflicts between parametric knowledge and retrieved context pose challenges, particularly when retrieved information is unreliable or the model's internal knowle…

Cited by 0SourcecodeScholar
2026

Reward and Guidance through Rubrics: Promoting Exploration to Improve Multi-Domain Reasoning

ICML 2026spotlight

Recent advances in reinforcement learning (RL) have significantly improved the complex reasoning capabilities of large language models (LLMs). Despite these successes, existing methods mainly focus on single-domain RL (e.g., mathematics) with verifiable rewards (RLVR), and their reliance on purely o…

Cited by 0SourceScholar
2025

Can Graph Descriptive Order Affect Solving Graph Problems with LLMs?

ACL 2025long

Large language models (LLMs) have achieved significant success in reasoning tasks, including mathematical reasoning and logical deduction. Among these reasoning tasks, graph problems stand out due to their complexity and unique structural characteristics, attracting considerable attention from resea…

Cited by 0SourcePDFScholar
2025

Context-DPO: Aligning Language Models for Context-Faithfulness

ACL 2025finding

Reliable responses from large language models (LLMs) require adherence to user instructions and retrieved information. While alignment techniques help LLMs align with human intentions and values, improving context-faithfulness through alignment remains underexplored. To address this, we propose Cont…

2025

Decoding by Contrasting Knowledge: Enhancing Large Language Model Confidence on Edited Facts

ACL 2025long

The knowledge within large language models (LLMs) may become outdated quickly. While in-context editing (ICE) is currently the most effective method for knowledge editing (KE), it is constrained by the black-box modeling of LLMs and thus lacks interpretability. Our work aims to elucidate the superio…

Cited by 0SourcePDFScholar
2025

Is Factuality Enhancement a Free Lunch For LLMs? Better Factuality Can Lead to Worse Context-Faithfulness

ICLR 2025poster

As the modern tools of choice for text understanding and generation, large language models (LLMs) are expected to accurately output answers by leveraging the input context. This requires LLMs to possess both context-faithfulness and factual accuracy. While extensive efforts aim to reduce hallucinati…

Cited by 3SourcePDFScholar
2025

Who is in the Spotlight: The Hidden Bias Undermining Multimodal Retrieval-Augmented Generation

EMNLP 2025

Multimodal Retrieval-Augmented Generation (RAG) systems have become essential in knowledge-intensive and open-domain tasks. As retrieval complexity increases, ensuring the robustness of these systems is critical. However, current RAG models are highly sensitive to the order in which evidence is pres

2025

“Not Aligned” is Not “Malicious”: Being Careful about Hallucinations of Large Language Models’ Jailbreak

COLING 2025main

“Jailbreak” is a major safety concern of Large Language Models (LLMs), which occurs when malicious prompts lead LLMs to produce harmful outputs, raising issues about the reliability and safety of LLMs. Therefore, an effective evaluation of jailbreaks is very crucial to develop its mitigation strateg…

2024

Adaptive Token Biaser: Knowledge Editing via Biasing Key Entities

EMNLP 2024finding

The parametric knowledge memorized by large language models (LLMs) becomes outdated quickly. In-context editing (ICE) is currently the most effective method for updating the knowledge of LLMs. Recent advancements involve enhancing ICE by modifying the decoding strategy, obviating the need for alteri…

Cited by 8SourcePDFScholar
2024

LPNL: Scalable Link Prediction with Large Language Models

ACL 2024findings

Exploring the application of large language models (LLMs) to graph learning is an emerging endeavor. However, the vast amount of information inherent in large graphs poses significant challenges to graph learning with LLMs. This work focuses on the link prediction task and introduces **LPNL** (Link…

Cited by 10SourcePDFScholar
2024

SLANG: New Concept Comprehension of Large Language Models

EMNLP 2024main

The dynamic nature of language, particularly evident in the realm of slang and memes on the Internet, poses serious challenges to the adaptability of Large Language Models (LLMs). Traditionally anchored to static datasets, these models often struggle to keep up with the rapid linguistic evolution ch…

2023

A Provable Framework of Learning Graph Embeddings via Summarization

AAAI 2023technical

Given a large graph, can we learn its node embeddings from a smaller summary graph? What is the relationship between embeddings learned from original graphs and their summary graphs? Graph representation learning plays an important role in many graph mining applications, but learning em-beddings of…

2021

AugSplicing: Synchronized Behavior Detection in Streaming Tensors

AAAI 2021technical

How can we track synchronized behavior in a stream of time-stamped tuples, such as mobile devices installing and uninstalling applications in the lockstep, to boost their ranks in the app store? We model such tuples as entries in a streaming tensor, which augments attribute sizes in its modes over…