← Search

Yiqun LIU

32 accepted papers

2026

Auto-PRE: An Automatic and Cost-Efficient Peer-Review Framework for Language Generation Evaluation

AAAI 2026technical

The rapid development of large language models (LLMs) has highlighted the need for efficient and reliable methods to evaluate their performance. Traditional evaluation methods often face challenges like high costs, limited task formats, dependence on human references, and systematic biases. To addre

Cited by 0SourcePDFScholar
2026

How do Human Processes AI-generated Hallucination Contents: a Neuroimaging Study

ICML 2026poster

While AI-generated hallucinations pose considerable risks, the underlying cognitive mechanisms by which humans can successfully recognize or be misled by these hallucinations remain unclear. To address this problem, this paper explores humans' neural dynamics to characterize how the brain processes …

Cited by 0SourceScholar
2026

Investigating Prosocial Behavior Theory in LLM Agents Under Policy-Induced Inequities

AAAI 2026technical

As large language models (LLMs) increasingly operate as autonomous agents in social contexts, evaluating their capacity for prosocial behavior is both theoretically and practically critical. However, existing research has primarily relied on static, economically framed paradigms, lacking models that

Cited by 0SourcePDFScholar
2026

Joint Evaluation of Answer and Reasoning Consistency for Hallucination Detection in Large Reasoning Models

AAAI 2026technical

Large Reasoning Models (LRMs) extend large language models with explicit, multi-step reasoning traces to enhance transparency and performance on complex tasks. However, these reasoning traces can be redundant or logically inconsistent, becoming a new and hard-to-detect source of hallucination. Exist

Cited by 0SourcePDFScholar
2026

LLMS ON TRIAL: Evaluating Judicial Fairness For Large Language Models

ICLR 2026poster

Large Language Models (LLMs) are increasingly used in high-stakes fields, such as law, where their decisions can directly impact people's lives. When LLMs act as judges, the ability to fairly resolve judicial issues is necessary to ensure their trustworthiness. Based on theories of judicial fairness…

Cited by 0SourcecodeScholar
2026

MemoryBench: A Benchmark for Memory and Continual Learning in LLM Systems

ICML 2026spotlight

Scaling up data, parameters, and test-time computation has been the mainstream methods to improve LLM systems (LLMsys), but their upper bounds are almost reached due to the gradual depletion of high-quality data and marginal gains obtained from larger computational resource consumption. Inspired by …

Cited by 0SourceScholar
2026

Simulating Dispute Mediation with LLM-Based Agents for Legal Research

AAAI 2026technical

Legal dispute mediation plays a crucial role in resolving civil disputes, yet its empirical study is limited by privacy constraints and complex multivariate interactions. To address this limitation, we present AgentMediation, the first LLM-based agent framework for simulating dispute mediation. It s

Cited by 0SourcePDFScholar
2025

Augmenting Multi-Agent Communication with State Delta Trajectory

EMNLP 2025

Multi-agent techniques such as role playing or multi-turn debates have been shown to be effective in improving the performance of large language models (LLMs) in downstream tasks. Despite their differences in workflows, existing multi-agent systems constructed from a single base LLM mostly use natur

2025

BLADE: Enhancing Black-Box Large Language Models with Small Domain-Specific Models

AAAI 2025technical

Large Language Models (LLMs) like ChatGPT and GPT-4 are versatile and capable of addressing open-domain question-answering(QA) tasks effectively. However, general LLMs, which are developed on open-domain data, may lack the domain-specific knowledge essential for tasks in vertical domains, such as l…

2025

CalibraEval: Calibrating Prediction Distribution to Mitigate Selection Bias in LLMs-as-Judges

ACL 2025long

The use of large language models (LLMs) as automated evaluation tools to assess the quality of generated natural language, known as ”LLMs-as-Judges”, has demonstrated promising capabilities and is rapidly gaining widespread attention. However, when applied to pairwise comparisons of candidate respon…

2025

DELTA: Pre-Train a Discriminative Encoder for Legal Case Retrieval via Structural Word Alignment

AAAI 2025technical

Recent research demonstrates the effectiveness of using pre-trained language models for legal case retrieval. Most of the existing works focus on improving the representation ability for the contextualized embedding of the [CLS] token and calculate relevance using textual semantic similarity. Howeve…

2025

Decoupling Reasoning and Knowledge Injection for In-Context Knowledge Editing

ACL 2025finding

Knowledge editing enables efficient updates to Large Language Models (LLMs) by modifying specific knowledge without full-model retraining. Among knowledge editing approaches, in-context editing (ICE) stands out for its ability to inject knowledge without modifying the model’s parameters. However, ex…

2025

Learning LLM-as-a-Judge for Preference Alignment

ICLR 2025poster

Learning from preference feedback is a common practice for aligning large language models (LLMs) with human value. Conventionally, preference data is learned and encoded into a scalar reward model that connects a value head with an LLM to produce a scalar score as preference. However, scalar models…

2025

LegalAgentBench: Evaluating LLM Agents in Legal Domain

ACL 2025long

With the increasing intelligence and autonomy of LLM Agents, their potential applications in the legal domain are becoming increasingly apparent. However, existing general-domain benchmarks are unable to fully capture the complexity and subtle nuances inherent in real-world judicial cognition and de…

2025

SelfRACG: Enabling LLMs to Self-Express and Retrieve for Code Generation

EMNLP 2025

Existing retrieval-augmented code generation (RACG) methods typically use an external retrieval module to fetch semantically similar code snippets used for generating subsequent fragments. However, even for consecutive code fragments, the content often diverges due to logical progression, resulting

2025

SimVBG: Simulating Individual Values by Backstory Generation

EMNLP 2025

As Large Language Models (LLMs) demonstrate increasingly strong human-like capabilities, the need to align them with human values has become significant. Recent advanced techniques, such as prompt learning and reinforcement learning, are being employed to bring LLMs closer to aligning with human val

2024

Combining Multiple Supervision for Robust Zero-Shot Dense Retrieval

AAAI 2024technical

Recently, dense retrieval (DR) models, which represent queries and documents with fixed-width vectors and retrieve relevant ones via nearest neighbor search, have drawn increasing attention from the IR community. However, previous studies have shown that the effectiveness of DR critically relies on…

Cited by 3SourcePDFScholar
2024

DRAGIN: Dynamic Retrieval Augmented Generation based on the Real-time Information Needs of Large Language Models

ACL 2024long

Dynamic retrieval augmented generation (RAG) paradigm actively decides when and what to retrieve during the text generation process of Large Language Models (LLMs).There are two key elements of this paradigm: identifying the optimal moment to activate the retrieval module (deciding when to retrieve)…

2024

LexEval: A Comprehensive Chinese Legal Benchmark for Evaluating Large Language Models

NeurIPS 2024poster

Large language models (LLMs) have made significant progress in natural language processing tasks and demonstrate considerable potential in the legal domain. However, legal applications demand high standards of accuracy, reliability, and fairness. Applying existing LLMs to legal systems without care…

2024

Prompt Refinement with Image Pivot for Text-to-Image Generation

ACL 2024long

For text-to-image generation, automatically refining user-provided natural language prompts into the keyword-enriched prompts favored by systems is essential for the user experience. Such a prompt refinement process is analogous to translating the prompt from “user languages” into “system languages”…

2024

STARD: A Chinese Statute Retrieval Dataset Derived from Real-life Queries by Non-professionals

EMNLP 2024finding

Statute retrieval aims to find relevant statutory articles for specific queries. This process is the basis of a wide range of legal applications such as legal advice, automated judicial decisions, legal document drafting, etc. Existing statute retrieval benchmarks emphasize formal and professional q…

2024

Unsupervised Real-Time Hallucination Detection based on the Internal States of Large Language Models

ACL 2024findings

Hallucinations in large language models (LLMs) refer to the phenomenon of LLMs producing responses that are coherent yet factually inaccurate. This issue undermines the effectiveness of LLMs in practical applications, necessitating research into detecting and mitigating hallucinations of LLMs. Previ…

2024

Wikiformer: Pre-training with Structured Information of Wikipedia for Ad-Hoc Retrieval

AAAI 2024technical

With the development of deep learning and natural language processing techniques, pre-trained language models have been widely used to solve information retrieval (IR) problems. Benefiting from the pre-training and fine-tuning paradigm, these models achieve state-of-the-art performance. In previous…

2023

CaseEncoder: A Knowledge-enhanced Pre-trained Model for Legal Case Encoding

EMNLP 2023long main

Legal case retrieval is a critical process for modern legal information systems. While recent studies have utilized pre-trained language models (PLMs) based on the general domain self-supervised pre-training paradigm to build models for legal case retrieval, there are limitations in using general do…

Cited by 0SourcecodeScholar
2023

Learning Discrete Representations via Constrained Clustering for Effective and Efficient Dense Retrieval (Extended Abstract)

IJCAI 2023poster

Dense Retrieval~(DR) has achieved state-of-the-art first-stage ranking effectiveness. However, the efficiency of most existing DR models is limited by the large memory cost of storing dense vectors and the time-consuming nearest neighbor search~(NNS) in vector space. Therefore, we present RepCONC, a…

2022

Learning Discrete Representations via Constrained Clustering for Effective and Efficient Dense Retrieval (Extended Abstract)

IJCAI 2022poster

Dense Retrieval (DR) has achieved state-of-the-art first-stage ranking effectiveness. However, the efficiency of most existing DR models is limited by the large memory cost of storing dense vectors and the time-consuming nearest neighbor search (NNS) in vector space. Therefore, we present RepCONC, a…

2021

Graph Heterogeneous Multi-Relational Recommendation

AAAI 2021technical

Traditional studies on recommender systems usually leverage only one type of user behaviors (the optimization target, such as purchase), despite the fact that users also generate a large number of various types of interaction data (e.g., view, click, add-to-cart, etc). Generally, these heterogeneous…

2021

Selfgait: A Spatiotemporal Representation Learning Method for Self-Supervised Gait Recognition

ICASSP 2021accepted

Gait recognition plays a vital role in human identification since gait is a unique biometric feature that can be perceived at a distance. Although existing gait recognition methods can learn gait features from gait sequences in different ways, the performance of gait recognition suffers from insuffi…

Cited by 0SourceScholar
2020

BERT-PLI: Modeling Paragraph-Level Interactions for Legal Case Retrieval

IJCAI 2020poster

Legal case retrieval is a specialized IR task that involves retrieving supporting cases given a query case. Compared with traditional ad-hoc text retrieval, the legal case retrieval task is more challenging since the query case is much longer and more complex than common keyword queries. Besides tha…

2020

Practical Deep Raw Image Denoising on Mobile Devices

ECCV 2020poster

Deep learning-based image denoising approaches have been extensively studied in recent years, prevailing in many public benchmark datasets. However, the stat-of-the-art networks are computationally too expensive to be directly applied on mobile devices. In this work, we propose a light-weight, effic…