← Search

Zhicheng Dou

69 accepted papers

2026

AdAEM: An Adaptively and Automated Extensible Evaluation Method of LLMs' Value Difference

ICLR 2026oral

Assessing Large Language Models (LLMs)' underlying value differences enables comprehensive comparison of their misalignment, cultural adaptability, and biases. Nevertheless, current value measurement methods face the informativeness challenge: with often outdated, contaminated, or generic test quest…

Cited by 0SourcecodeScholar
2026

Agentic Reinforced Policy Optimization

ICLR 2026poster

Large-scale reinforcement learning with verifiable rewards (RLVR) has proven effective in harnessing the potential of large language models (LLMs) for single-turn reasoning tasks. In realistic reasoning scenarios, LLMs often rely on external tools to assist in task-solving processes. However, curren…

Cited by 0SourcecodeScholar
2026

CAReDiO: Enhancing Cultural Alignment of LLM via Representativeness and Distinctiveness Guided Data Optimization

ICML 2026poster

As Large Language Models (LLMs) more deeply integrate into human life across various regions, aligning them with pluralistic cultures is crucial for improving user engagement and mitigating cultural conflicts. For this purpose, recently, different culture-specific corpora have been carefully curated…

Cited by 0SourceScholar
2026

DeepImageSearch: Benchmarking Multimodal Agents for Context-Aware Image Retrieval in Visual Histories

ICML 2026poster

Existing multimodal retrieval systems excel at semantic matching but implicitly assume that query-image relevance can be measured in isolation. This paradigm overlooks the rich dependencies inherent in realistic visual streams, where information is distributed across temporal sequences rather than c…

Cited by 0SourceScholar
2026

Evaluating the Factuality of Large Language Models Using Multiple Plug-and-Play Fact Sources

AAAI 2026technical

Large language models (LLMs) often produce factually inaccurate content, or hallucinations, which undermines their reliability. Existing factuality evaluation systems usually rely on a single predefined fact source, making them task-specific and hard to extend. We present UFO, a unified framework fo

Cited by 0SourcePDFScholar
2026

HierSearch: A Hierarchical Enterprise Deep Search Framework Integrating Local and Web Searches

AAAI 2026technical

Recently, large reasoning models have demonstrated strong mathematical and coding abilities, and deep search leverages their reasoning capabilities in challenging information retrieval tasks. Existing deep search works are generally limited to a single knowledge source, either local or the Web. Howe

Cited by 0SourcePDFScholar
2026

Toward Effective Tool-Integrated Reasoning via Self-Evolved Preference Learning

ICLR 2026poster

Tool-Integrated Reasoning (TIR) enables large language models (LLMs) to enhance their internal reasoning ability by integrating external tools. However, models with TIR often exhibit suboptimal behaviors, including insufficient tool calls, excessive tool calls, and overthinking after receiving tool…

Cited by 0SourcecodeScholar
2025

A Non-Contrastive Learning Framework for Sequential Recommendation with Preference-Preserving Profile Generation

ICLR 2025poster

Contrastive Learning (CL) proves to be effective for learning generalizable user representations in Sequential Recommendation (SR), but it suffers from high computational costs due to its reliance on negative samples. To overcome this limitation, we propose the first Non-Contrastive Learning (NCL) f…

Cited by 0SourcePDFScholar
2025

A Silver Bullet or a Compromise for Full Attention? A Comprehensive Study of Gist Token-based Context Compression

ACL 2025long

In this work, we provide an empirical investigation of gist-based context compression methods to improve context processing in large language models. We focus on two key questions: (1) How well can these methods replace full attention models? and (2) What potential failure patterns arise due to comp…

2025

Boosting Long-Context Information Seeking via Query-Guided Activation Refilling

ACL 2025long

Processing long contexts poses a significant challenge for large language models (LLMs) due to their inherent context window limitations and the computational burden of extensive key-value (KV) activations, which severely impact efficiency. For information-seeking tasks, full context perception is o…

2025

CORAL: Benchmarking Multi-turn Conversational Retrieval-Augmented Generation

NAACL 2025findings

Retrieval-Augmented Generation (RAG) has become a powerful paradigm for enhancing large language models (LLMs) through external knowledge retrieval. Despite its widespread attention, existing academic research predominantly focuses on single-turn RAG, leaving a significant gap in addressing the comp…

2025

CoRanking: Collaborative Ranking with Small and Large Ranking Agents

EMNLP 2025

Listwise ranking based on Large Language Models (LLMs) has achieved state-of-the-art performance in Information Retrieval (IR).However, their effectiveness often depends on LLMs with massive parameter scales and computationally expensive sliding window processing, leading to substantial efficiency b

2025

Defending against Indirect Prompt Injection by Instruction Detection

EMNLP 2025

The integration of Large Language Models (LLMs) with external sources is becoming increasingly common, with Retrieval-Augmented Generation (RAG) being a prominent example. However, this integration introduces vulnerabilities of Indirect Prompt Injection (IPI) attacks, where hidden instructions embed

2025

Descriptive and Discriminative Document Identifiers for Generative Retrieval

AAAI 2025technical

Generative document retrieval is a novel retrieval framework, which represents documents as identifiers (DocID) and retrieves documents by generating DocIDs. It has the advantage of end-to-end optimization over traditional retrieval methods and has attracted much research interest. Nonetheless, the…

Cited by 0SourcePDFScholar
2025

Enhancing LLM Text Detection with Retrieved Contexts and Logits Distribution Consistency

EMNLP 2025

Large language models (LLMs) can generate fluent text, raising concerns about misuse in online comments and academic writing, leading to issues like corpus pollution and copyright infringement. Existing LLM text detection methods often rely on features from the logit distribution of the input text.

Cited by 0SourcePDFScholar
2025

Enhancing Reranking for Recommendation with LLMs through User Preference Retrieval

COLING 2025main

Recently, large language models (LLMs) have shown the potential to enhance recommendations due to their sufficient knowledge and remarkable summarization ability. However, the existing LLM-powered recommendation may create redundant output, which generates irrelevant information about the user’s pre…

2025

FineRAG: Fine-grained Retrieval-Augmented Text-to-Image Generation

COLING 2025main

Recent advancements in text-to-image generation, notably the series of Stable Diffusion methods, have enabled the production of diverse, high-quality photo-realistic images. Nevertheless, these techniques still exhibit limitations in terms of knowledge access. Retrieval-augmented image generation is…

2025

HawkBench: Investigating Resilience of RAG Methods on Stratified Information-Seeking Tasks

NeurIPS 2025spotlight

In real-world information-seeking scenarios, users have dynamic and diverse needs, requiring RAG systems to demonstrate adaptable resilience. To comprehensively evaluate the resilience of current RAG methods, we introduce HawkBench, a human-labeled, multi-domain benchmark designed to rigorously asse…

Cited by 0SourceScholar
2025

Hierarchical Document Refinement for Long-context Retrieval-augmented Generation

ACL 2025long

Real-world RAG applications often encounter long-context input scenarios, where redundant information and noise results in higher inference costs and reduced performance. To address these challenges, we propose LongRefiner, an efficient plug-and-play refiner that leverages the inherent structural ch…

2025

How Credible Is an Answer From Retrieval-Augmented LLMs? Investigation and Evaluation With Multi-Hop QA

COLING 2025main

Retrieval-augmented Large Language Models (RaLLMs) are reshaping knowledge acquisition, offering long-form, knowledge-grounded answers through advanced reasoning and generation capabilities. Despite the emergence of impactful systems like WebGPT and New Bing, the reliability of RaLLMs, especially in…

Cited by 0SourcePDFScholar
2025

LLMs + Persona-Plug = Personalized LLMs

ACL 2025long

Personalization plays a critical role in numerous language tasks and applications, since users with the same requirements may prefer diverse outputs based on their interests. This has led to the development of various personalized approaches aimed at adapting large language models (LLMs) to generate…

2025

Little Giants: Synthesizing High-Quality Embedding Data at Scale

NAACL 2025long

Synthetic data generation has become an increasingly popular way of training models without the need for large, manually labeled datasets. For tasks like text embedding, synthetic data offers diverse and scalable training examples, significantly reducing the cost of human annotation. However, most c…

2025

Long Context Compression with Activation Beacon

ICLR 2025poster

Long context compression is a critical research problem due to its significance in reducing the high computational and memory costs associated with LLMs. In this paper, we propose Activation Beacon, a plug-in module for transformer-based LLMs that targets effective, efficient, and flexible compressi…

2025

MomentSeeker: A Task-Oriented Benchmark For Long-Video Moment Retrieval

NeurIPS 2025poster

Accurately locating key moments within long videos is crucial for solving long video understanding (LVU) tasks. However, existing benchmarks are either severely limited in terms of video length and task diversity, or they focus solely on the end-to-end LVU performance, making them inappropriate for…

Cited by 0SourceScholar
2025

Neuro-Symbolic Query Compiler

ACL 2025finding

Precise recognition of search intent in Retrieval-Augmented Generation (RAG) systems remains a challenging goal, especially under resource constraints and for complex queries with nested structures and dependencies. This paper presents **QCompiler**, a neuro-symbolic framework inspired by linguistic…

2025

OmniEval: An Omnidirectional and Automatic RAG Evaluation Benchmark in Financial Domain

EMNLP 2025

Retrieval-augmented generation (RAG) has emerged as a key application of large language models (LLMs), especially in vertical domains where LLMs may lack domain-specific knowledge. This paper introduces OmniEval, an omnidirectional and automatic RAG benchmark for the financial domain, featured by it

2025

One Token Can Help! Learning Scalable and Pluggable Virtual Tokens for Retrieval-Augmented Large Language Models

AAAI 2025technical

Retrieval-augmented generation (RAG) is a promising way to improve large language models (LLMs) for generating more factual, accurate, and up-to-date content. Existing methods either optimize prompts to guide LLMs in leveraging retrieved information or directly fine-tune LLMs to adapt to RAG scenari…

2025

Progressive Multimodal Reasoning via Active Retrieval

ACL 2025long

Multi-step multimodal reasoning tasks pose significant challenges for multimodal large language models (MLLMs), and finding effective ways to enhance their performance in such scenarios remains an unresolved issue. In this paper, we propose AR-MCTS, a universal framework designed to progressively im…

2025

RAG-Critic: Leveraging Automated Critic-Guided Agentic Workflow for Retrieval Augmented Generation

ACL 2025long

Retrieval-augmented generation (RAG) has emerged as a pivotal technology in natural language processing, owing to its efficacy in generating factual content. However, its informative inputs and complex paradigms often lead to a greater variety of errors. Consequently, achieving automated on-policy a…

2025

RetroLLM: Empowering Large Language Models to Retrieve Fine-grained Evidence within Generation

ACL 2025long

Large language models (LLMs) exhibit remarkable generative capabilities but often suffer from hallucinations. Retrieval-augmented generation (RAG) offers an effective solution by incorporating external knowledge, but existing methods still face several limitations: additional deployment costs of sep…

2025

RichRAG: Crafting Rich Responses for Multi-faceted Queries in Retrieval-Augmented Generation

COLING 2025main

Retrieval-augmented generation (RAG) effectively addresses issues of static knowledge and hallucination in large language models. Existing studies mostly focus on question scenarios with clear user intents and concise answers. However, it is prevalent that users issue broad, open-ended queries with…

2025

Search-o1: Agentic Search-Enhanced Large Reasoning Models

EMNLP 2025

Large reasoning models (LRMs) like OpenAI-o1 have demonstrated impressive long stepwise reasoning capabilities through large-scale reinforcement learning. However, their extended reasoning processes often suffer from knowledge insufficiency, leading to frequent uncertainties and potential errors. To

2025

Single LLM, Multiple Roles: A Unified Retrieval-Augmented Generation Framework Using Role-Specific Token Optimization

EMNLP 2025

Existing studies have optimized retrieval-augmented generation (RAG) across various sub-tasks, such as query understanding and retrieval refinement, but integrating these optimizations into a unified framework remains challenging. To tackle this problem, this work proposes RoleRAG, a unified RAG fra

2025

Sliding Windows Are Not the End: Exploring Full Ranking with Long-Context Large Language Models

ACL 2025long

Large Language Models (LLMs) have shown exciting performance in listwise passage ranking. Due to the limited input length, existing methods often adopt the sliding window strategy. Such a strategy, though effective, is inefficient as it involves repetitive and serialized processing, which usually re…

2025

Toward Verifiable Instruction-Following Alignment for Retrieval Augmented Generation

AAAI 2025technical

Following natural instructions is crucial for the effective application of Retrieval-Augmented Generation (RAG) systems. Despite recent advancements in Large Language Models (LLMs), research on assessing and improving instruction-following (IF) alignment within the RAG domain remains limited. To add…

2025

Towards Effective and Efficient Continual Pre-training of Large Language Models

ACL 2025long

Continual pre-training (CPT) has been an important approach for adapting language models to specific domains or tasks. In this paper, we comprehensively study its key designs to balance the new abilities while retaining the original abilities, and present an effective CPT method that can greatly imp…

2025

UniGist: Towards General and Hardware-aligned Sequence-level Long Context Compression

NeurIPS 2025poster

Large language models are increasingly capable of handling long-context inputs, but the memory overhead of KV cache remains a major bottleneck for general-purpose deployment. While many compression strategies have been explored, sequence-level compression is particularly challenging due to its tende…

Cited by 0SourceScholar
2025

WebThinker: Empowering Large Reasoning Models with Deep Research Capability

NeurIPS 2025poster

Large reasoning models (LRMs), such as OpenAI-o1 and DeepSeek-R1, demonstrate impressive long-horizon reasoning capabilities. However, their reliance on static internal knowledge limits their performance on complex, knowledge-intensive tasks and hinders their ability to produce comprehensive researc…

Cited by 0SourcecodeScholar
2025

mmE5: Improving Multimodal Multilingual Embeddings via High-quality Synthetic Data

ACL 2025finding

Multimodal embedding models have gained significant attention for their ability to map data from different modalities, such as text and images, into a unified representation space. However, the limited labeled multimodal data often hinders embedding performance. Recent approaches have leveraged data…

2024

A Multi-Task Embedder For Retrieval Augmented LLMs

ACL 2024long

LLMs confront inherent limitations in terms of its knowledge, memory, and action. The retrieval augmentation stands as a vital mechanism to address these limitations, which brings in useful information from external sources to augment the LLM. However, existing retrieval methods encounter two pressi…

2024

An Element is Worth a Thousand Words: Enhancing Legal Case Retrieval by Incorporating Legal Elements

ACL 2024findings

Legal case retrieval plays an important role in promoting judicial justice and fairness. One of its greatest challenges is that the definition of relevance goes far beyond the common semantic relevance as in ad-hoc retrieval. In this paper, we reveal that the legal elements, which typically comprise…

2024

BIDER: Bridging Knowledge Inconsistency for Efficient Retrieval-Augmented LLMs via Key Supporting Evidence

ACL 2024findings

Retrieval-augmented large language models (LLMs) have demonstrated efficacy in knowledge-intensive tasks such as open-domain QA, addressing inherent challenges in knowledge update and factual inadequacy.However, inconsistencies between retrieval knowledge and the necessary knowledge for LLMs, leadin…

2024

Boosting the Potential of Large Language Models with an Intelligent Information Assistant

NeurIPS 2024poster

The emergence of Large Language Models (LLMs) has significantly advanced natural language processing, but these models often generate factually incorrect information, known as "hallucination." Initial retrieval-augmented generation (RAG) methods like the "Retrieve-Read" framework was inadequate for…

Cited by 3SourcePDFScholar
2024

ChatRetriever: Adapting Large Language Models for Generalized and Robust Conversational Dense Retrieval

EMNLP 2024main

Conversational search requires accurate interpretation of user intent from complex multi-turn contexts. This paper presents ChatRetriever, which inherits the strong generalization capability of large language models to robustly represent complex conversational sessions for dense retrieval. To achiev…

2024

Enabling Discriminative Reasoning in LLMs for Legal Judgment Prediction

EMNLP 2024finding

Legal judgment prediction is essential for enhancing judicial efficiency. In this work, we identify that existing large language models (LLMs) underperform in this domain due to challenges in understanding case complexities and distinguishing between similar charges. To adapt LLMs for effective lega…

2024

Generalizing Conversational Dense Retrieval via LLM-Cognition Data Augmentation

ACL 2024long

Conversational search utilizes muli-turn natural language contexts to retrieve relevant passages. Existing conversational dense retrieval models mostly view a conversation as a fixed sequence of questions and responses, overlooking the severe data sparsity problem – that is, users can perform a conv…

2024

Grounding Language Model with Chunking-Free In-Context Retrieval

ACL 2024long

This paper presents a novel Chunking-Free In-Context (CFIC) retrieval approach, specifically tailored for Retrieval-Augmented Generation (RAG) systems. Traditional RAG systems often struggle with grounding responses using precise evidence text due to the challenges of processing lengthy documents an…

Cited by 16SourcePDFScholar
2024

INTERS: Unlocking the Power of Large Language Models in Search with Instruction Tuning

ACL 2024long

Large language models (LLMs) have demonstrated impressive capabilities in various natural language processing tasks. Despite this, their application to information retrieval (IR) tasks is still challenging due to the infrequent occurrence of many IR-specific concepts in natural language. While promp…

2024

Interpreting Conversational Dense Retrieval by Rewriting-Enhanced Inversion of Session Embedding

ACL 2024long

Conversational dense retrieval has shown to be effective in conversational search. However, a major limitation of conversational dense retrieval is their lack of interpretability, hindering intuitive understanding of model behaviors for targeted improvements. This paper presents CONVINV, a simple ye…

2024

Learning Dynamic Multi-attribute Interest for Personalized Product Search

EMNLP 2024finding

Personalized product search aims to learn personalized preferences from search logs and adjust the ranking lists returned by engines. Previous studies have extensively explored excavating valuable features to build accurate interest profiles. However, they overlook that the user’s attention varies o…

2024

Learning Interpretable Legal Case Retrieval via Knowledge-Guided Case Reformulation

EMNLP 2024main

Legal case retrieval for sourcing similar cases is critical in upholding judicial fairness. Different from general web search, legal case retrieval involves processing lengthy, complex, and highly specialized legal documents. Existing methods in this domain often overlook the incorporation of legal…

2024

RAG-Studio: Towards In-Domain Adaptation of Retrieval Augmented Generation Through Self-Alignment

EMNLP 2024finding

Retrieval-Augmented Generation (RAG) has proven to be an effective paradigm for enhancing the quality of text generation by integrating large language models (LLMs) with external knowledge. However, an off-the-shelf RAG system, which relies on generally pre-trained LLMs and retrievers, often falls s…

2024

Small Models, Big Insights: Leveraging Slim Proxy Models To Decide When and What to Retrieve for LLMs

ACL 2024long

The integration of large language models (LLMs) and search engines represents a significant evolution in knowledge acquisition methodologies. However, determining the knowledge that an LLM already possesses and the knowledge that requires the help of a search engine remains an unresolved issue. Most…

2024

UniGen: A Unified Generative Framework for Retrieval and Question Answering with Large Language Models

AAAI 2024technical

Generative information retrieval, encompassing two major tasks of Generative Document Retrieval (GDR) and Grounded Answer Generation (GAR), has gained significant attention in natural language processing. Existing methods for GDR and GAR rely on separate retrieval and reader modules, which hinder si…

Cited by 28SourcePDFScholar
2023

Enhancing Generative Retrieval with Reinforcement Learning from Relevance Feedback

EMNLP 2023long main

The recent advent of end-to-end generative retrieval marks a significant shift in document retrieval methods, leveraging differentiable search indexes to directly produce relevant document identifiers (docids) in response to a specific query. Nevertheless, this approach faces two fundamental challen…

Cited by 0SourceScholar
2023

Hence, Socrates is mortal: A Benchmark for Natural Language Syllogistic Reasoning

ACL 2023findings

Syllogistic reasoning, a typical form of deductive reasoning, is a critical capability widely required in natural language understanding tasks, such as text entailment and question answering. To better facilitate research on syllogistic reasoning, we develop a benchmark called SylloBase that differs…

2023

Hybrid Inverted Index Is a Robust Accelerator for Dense Retrieval

EMNLP 2023long main

Inverted file structure is a common technique for accelerating dense retrieval. It clusters documents based on their embeddings; during searching, it probes nearby clusters w.r.t. an input query and only evaluates documents within them by subsequent codecs, thus avoiding the expensive cost from exh…

Cited by 0SourcecodeScholar
2023

Large Language Models Know Your Contextual Search Intent: A Prompting Framework for Conversational Search

EMNLP 2023long findings

Precisely understanding users' contextual search intent has been an important challenge for conversational search. As conversational search sessions are much more diverse and long-tailed, existing methods trained on limited data still show unsatisfactory effectiveness and robustness to handle real c…

Cited by 0SourceScholar
2023

Learning from the Wisdom of Crowds: Exploiting Similar Sessions for Session Search

AAAI 2023technical

Search engines are essential internet services, enabling users to efficiently find the information they need. Session search employs users’ session logs of queries to solve complex retrieval tasks, in which users search multiple times until interested documents are found. Most existing session searc…

Cited by 2SourcePDFScholar
2023

Search-Oriented Conversational Query Editing

ACL 2023findings

Conversational query rewriting (CQR) realizes conversational search by reformulating the search dialogue into a standalone rewrite. However, existing CQR models either are not learned toward improving the downstream search performance or inefficiently generate the rewrite token-by-token from scratch…

2022

Coarse-to-Fine: Hierarchical Multi-task Learning for Natural Language Understanding

COLING 2022main

Generalized text representations are the foundation of many natural language understanding tasks. To fully utilize the different corpus, it is inevitable that models need to understand the relevance among them. However, many methods ignore the relevance and adopt a single-channel model (a coarse par…

Cited by 4SourcePDFScholar
2022

ConvTrans: Transforming Web Search Sessions for Conversational Dense Retrieval

EMNLP 2022main

Conversational search provides users with a natural and convenient new search experience. Recently, conversational dense retrieval has shown to be a promising technique for realizing conversational search. However, as conversational search systems have not been widely deployed, it is hard to get lar…

2022

Less is More: Learning to Refine Dialogue History for Personalized Dialogue Generation

NAACL 2022long

Personalized dialogue systems explore the problem of generating responses that are consistent with the user’s personality, which has raised much attention in recent years. Existing personalized dialogue systems have tried to extract user profiles from dialogue history to guide personalized response…

Cited by 69SourcePDFScholar
2022

MCP: Self-supervised Pre-training for Personalized Chatbots with Multi-level Contrastive Sampling

EMNLP 2022finding

Personalized chatbots focus on endowing the chatbots with a consistent personality to behave like real users and further act as personal assistants. Previous studies have explored generating implicit user profiles from the user’s dialogue history for building personalized chatbots. However, these st…

Cited by 6SourcePDFScholar
2021

Less is More: Pretrain a Strong Siamese Encoder for Dense Text Retrieval Using a Weak Decoder

EMNLP 2021main

Dense retrieval requires high-quality text sequence embeddings to support effective search in the representation space. Autoencoder-based language models are appealing in dense retrieval as they train the encoder to output high-quality embedding that can reconstruct the input texts. However, in this…

2021

Neural Sentence Ordering Based on Constraint Graphs

AAAI 2021technical

Sentence ordering aims at arranging a list of sentences in the correct order. Based on the observation that sentence order at different distances may rely on different types of information, we devise a new approach based on multi-granular orders between sentences. These orders form multiple constrai…