← Search

Zhaochun Ren

48 accepted papers

2026

Disentangling Knowledge Representations for Large Language Model Editing

ICLR 2026poster

Knowledge Editing has emerged as a promising solution for efficiently updating embedded knowledge in large language models (LLMs). While existing approaches demonstrate effectiveness in integrating new knowledge and preserving the original capabilities of LLMs, they fail to maintain fine-grained irr…

Cited by 0SourceScholar
2026

ZeroGR: A Generalizable and Scalable Framework for Zero-Shot Generative Retrieval

ICLR 2026poster

Generative retrieval (GR) reformulates information retrieval (IR) by framing it as the generation of document identifiers (docids), thereby enabling an end-to-end optimization and seamless integration with generative language models (LMs). Despite notable progress under supervised training, GR still…

Cited by 0SourcecodeScholar
2025

A Token is Worth over 1,000 Tokens: Efficient Knowledge Distillation through Low-Rank Clone

NeurIPS 2025spotlight

Training high-performing Small Language Models (SLMs) remains computationally expensive, even with knowledge distillation and pruning from larger teacher models. Existing approaches often face three key challenges: (1) information loss from hard pruning, (2) inefficient alignment of representations…

Cited by 0SourcecodeScholar
2025

Belief-Calibrated Multi-Agent Consensus Seeking for Complex NLP Tasks

NeurIPS 2025poster

A multi-agent system (MAS) enhances its capacity to solve complex natural language processing (NLP) tasks through collaboration among multiple agents, where consensus-seeking serves as a fundamental mechanism. However, existing consensus-seeking approaches typically rely on voting mechanisms to judg…

Cited by 0SourcecodeScholar
2025

Bridging the Capability Gap: Joint Alignment Tuning for Harmonizing LLM-based Multi-Agent Systems

EMNLP 2025

The advancement of large language models (LLMs) has enabled the construction of multi-agent systems to solve complex tasks by dividing responsibilities among specialized agents, such as a planning agent for subgoal generation and a grounding agent for executing tool-use actions. Most existing method

2025

Divide-Then-Aggregate: An Efficient Tool Learning Method via Parallel Tool Invocation

ACL 2025long

While Large Language Models (LLMs) demonstrate remarkable capabilities, their ability to autonomously execute complex real-world tasks remains limited. Accordingly, tool learning has emerged to enable LLMs to effectively leverage external tools to extend their capabilities. Current tool-learning par…

2025

ExcluIR: Exclusionary Neural Information Retrieval

AAAI 2025technical

Exclusion is an important and universal linguistic skill that humans use to express what they do not want. There is little research on exclusionary retrieval, where users express what they do not want to be part of the results produced for their queries. We investigate the scenario of exclusionary r…

2025

Iterative Self-Incentivization Empowers Large Language Models as Agentic Searchers

NeurIPS 2025poster

Large language models (LLMs) have been widely integrated into information retrieval to advance traditional techniques. However, effectively enabling LLMs to seek accurate knowledge in complex tasks remains a challenge due to the complexity of multi-hop queries as well as the irrelevant retrieved con…

Cited by 0SourcecodeScholar
2025

MACPO: Weak-to-Strong Alignment via Multi-Agent Contrastive Preference Optimization

ICLR 2025poster

As large language models (LLMs) are rapidly advancing and achieving near-human capabilities on specific tasks, aligning them with human values is becoming more urgent. In scenarios where LLMs outperform humans, we face a weak-to-strong alignment problem where we need to effectively align strong stud…

Cited by 3SourcePDFScholar
2025

OmniKV: Dynamic Context Selection for Efficient Long-Context LLMs

ICLR 2025poster

During the inference phase of Large Language Models (LLMs) with long context, a substantial portion of GPU memory is allocated to the KV cache, with memory usage increasing as the sequence length grows. To mitigate the GPU memory footprint associate with KV cache, some previous studies have discarde…

2025

Retrieval Models Aren’t Tool-Savvy: Benchmarking Tool Retrieval for Large Language Models

ACL 2025finding

Tool learning aims to augment large language models (LLMs) with diverse tools, enabling them to act as agents for solving practical tasks. Due to the limited context length of tool-using LLMs, adopting information retrieval (IR) models to select useful tools from large toolsets is a critical initial…

Cited by 0SourcePDFScholar
2025

SimPER: A Minimalist Approach to Preference Alignment without Hyperparameters

ICLR 2025poster

Existing preference optimization objectives for language model alignment require additional hyperparameters that must be extensively tuned to achieve optimal performance, increasing both the complexity and time required for fine-tuning large language models. In this paper, we propose a simple yet ef…

2025

Task Knowledge Injection via Interpolations and Reinstatement for Large Language Model Generalization

ACL 2025finding

Large language models have shown tremendous potential across various NLP tasks, and instruction tuning has been widely adopted to elicit their superior performance. However, instruction tuning may overly tailor the models to task-specific formats, potentially compromising their generalization on uns…

2025

UIPE: Enhancing LLM Unlearning by Removing Knowledge Related to Forgetting Targets

EMNLP 2025

Large Language Models (LLMs) inevitably acquire harmful information during training on massive datasets. LLM unlearning aims to eliminate the influence of such harmful information while maintaining the model’s overall performance. Existing unlearning methods, represented by gradient ascent-based app

Cited by 0SourcePDFScholar
2024

An Iterative Associative Memory Model for Empathetic Response Generation

ACL 2024long

Empathetic response generation aims to comprehend the cognitive and emotional states in dialogue utterances and generate proper responses. Psychological theories posit that comprehending emotional and cognitive states necessitates iteratively capturing and understanding associated words across dialo…

2024

CAUSE: Counterfactual Assessment of User Satisfaction Estimation in Task-Oriented Dialogue Systems

ACL 2024findings

An important unexplored aspect in previous work on user satisfaction estimation for Task-Oriented Dialogue (TOD) systems is their evaluation in terms of robustness for the identification of user dissatisfaction: current benchmarks for user satisfaction estimation in TOD systems are highly skewed tow…

2024

Confucius: Iterative Tool Learning from Introspection Feedback by Easy-to-Difficult Curriculum

AAAI 2024technical

Augmenting large language models (LLMs) with external tools has emerged as a promising approach to extending the capability of LLMs. Although there are some works that employ open-source LLMs for the tool-learning task, most of them are trained in a controlled environment in which LLMs only learn to…

2024

Generate-then-Ground in Retrieval-Augmented Generation for Multi-hop Question Answering

ACL 2024long

Multi-Hop Question Answering (MHQA) task presents a significant challenge for large language models (LLMs) due to the intensive knowledge required. Current solutions, like Retrieval-Augmented Generation, typically retrieve potential documents from an external corpus to read an answer. However, the p…

2024

How Large Language Models Encode Context Knowledge? A Layer-Wise Probing Study

COLING 2024main

Previous work has showcased the intriguing capability of large language models (LLMs) in retrieving facts and processing context knowledge. However, only limited research exists on the layer-wise capability of LLMs to encode knowledge, which challenges our understanding of their internal mechanisms.…

2024

Improving the Robustness of Large Language Models via Consistency Alignment

COLING 2024main

Large language models (LLMs) have shown tremendous success in following user instructions and generating helpful responses. Nevertheless, their robustness is still far from optimal, as they may generate significantly inconsistent responses due to minor changes in the verbalized instructions. Recent…

2024

KnowTuning: Knowledge-aware Fine-tuning for Large Language Models

EMNLP 2024main

Despite their success at many natural language processing (NLP) tasks, large language models still struggle to effectively leverage knowledge for knowledge-intensive tasks, manifesting limitations such as generating incomplete, non-factual, or illogical answers. These limitations stem from inadequat…

2024

Knowing What LLMs DO NOT Know: A Simple Yet Effective Self-Detection Method

NAACL 2024long

Large Language Models (LLMs) have shown great potential in Natural Language Processing (NLP) tasks.However, recent literature reveals that LLMs hallucinate intermittently, which impedes their reliability for further utilization. In this paper, we propose a novel self-detection method to detect which…

2024

Learning to Use Tools via Cooperative and Interactive Agents

EMNLP 2024finding

Tool learning empowers large language models (LLMs) as agents to use external tools and extend their utility. Existing methods employ one single LLM-based agent to iteratively select and execute tools, thereafter incorporating execution results into the next action prediction. Despite their progress…

Cited by 24SourcePDFScholar
2024

MAIR: A Massive Benchmark for Evaluating Instructed Retrieval

EMNLP 2024main

Recent information retrieval (IR) models are pre-trained and instruction-tuned on massive datasets and tasks, enabling them to perform well on a wide range of tasks and potentially generalize to unseen tasks with instructions. However, existing IR benchmarks focus on a limited scope of tasks, making…

2024

MEFT: Memory-Efficient Fine-Tuning through Sparse Adapter

ACL 2024long

Parameter-Efficient Fine-tuning (PEFT) facilitates the fine-tuning of Large Language Models (LLMs) under limited resources. However, the fine-tuning performance with PEFT on complex, knowledge-intensive tasks is limited due to the constrained model capacity, which originates from the limited number…

2024

MELoRA: Mini-Ensemble Low-Rank Adapters for Parameter-Efficient Fine-Tuning

ACL 2024long

Parameter-efficient fine-tuning (PEFT) is a popular method for tailoring pre-trained large language models (LLMs), especially as the models’ scale and the diversity of tasks increase. Low-rank adaptation (LoRA) is based on the idea that the adaptation process is intrinsically low-dimensional, i.e.,…

2024

Self-Supervised Position Debiasing for Large Language Models

ACL 2024findings

Fine-tuning has been demonstrated to be an effective method to improve the domain performance of large language models (LLMs). However, LLMs might fit the dataset bias and shortcuts for prediction, leading to poor generation performance. Previous works have proven that LLMs are prone to exhibit posi…

2023

Answering Ambiguous Questions via Iterative Prompting

ACL 2023long

In open-domain question answering, due to the ambiguity of questions, multiple plausible answers may exist. To provide feasible answers to an ambiguous question,one approach is to directly predict all valid answers, but this can struggle with balancing relevance and diversity. An alternative is to g…

2023

Contrastive Learning Reduces Hallucination in Conversations

AAAI 2023technical

Pre-trained language models (LMs) store knowledge in their parameters and can generate informative responses when used in conversational systems. However, LMs suffer from the problem of “hallucination:” they may generate plausible-looking statements that are irrelevant or factually incorrect. To add…

2023

DiQAD: A Benchmark Dataset for Open-domain Dialogue Quality Assessment

EMNLP 2023long findings

Dialogue assessment plays a critical role in the development of open-domain dialogue systems. Existing work are uncapable of providing an end-to-end and human-epistemic assessment dataset, while they only provide sub-metrics like coherence or the dialogues are conversed between annotators far from r…

Cited by 0SourcecodeScholar
2023

Exploiting Emotion-Semantic Correlations for Empathetic Response Generation

EMNLP 2023long findings

Empathetic response generation aims to generate empathetic responses by understanding the speaker's emotional feelings from the language of dialogue. Recent methods capture emotional words in the language of communicators and construct them as static vectors to perceive nuanced emotions. However, l…

Cited by 0SourcecodeScholar
2023

Feature-Level Debiased Natural Language Understanding

AAAI 2023technical

Natural language understanding (NLU) models often rely on dataset biases rather than intended task-relevant features to achieve high performance on specific datasets. As a result, these models perform poorly on datasets outside the training distribution. Some recent studies address this issue by red…

2023

Generalizing Few-Shot Named Entity Recognizers to Unseen Domains with Type-Related Features

EMNLP 2023long findings

Few-shot named entity recognition (NER) has shown remarkable progress in identifying entities in low-resource domains. However, few-shot NER methods still struggle with out-of-domain (OOD) examples due to their reliance on manual labeling for the target domain. To address this limitation, recent stu…

Cited by 0SourcecodeScholar
2023

Is ChatGPT Good at Search? Investigating Large Language Models as Re-Ranking Agents

EMNLP 2023long main

Large Language Models (LLMs) have demonstrated remarkable zero-shot generalization across various language-related tasks, including search engines. However, existing work utilizes the generative ability of LLMs for Information Retrieval (IR) rather than direct passage ranking. The discrepancy betwe…

Cited by 0SourcecodeScholar
2023

Learning to Tokenize for Generative Retrieval

NeurIPS 2023poster

As a new paradigm in information retrieval, generative retrieval directly generates a ranked list of document identifiers (docids) for a given query using generative language models (LMs). How to assign each document a unique docid (denoted as document tokenization) is a critical problem, because it…

Cited by 112SourcePDFScholar
2023

Multi-Defendant Legal Judgment Prediction via Hierarchical Reasoning

EMNLP 2023long findings

Multiple defendants in a criminal fact description generally exhibit complex interactions, and cannot be well handled by existing Legal Judgment Prediction (LJP) methods which focus on predicting judgment results (e.g., law articles, charges, and terms of penalty) for single-defendant cases. To addr…

Cited by 0SourcecodeScholar
2023

Multi-Source Multi-Type Knowledge Exploration and Exploitation for Dialogue Generation

EMNLP 2023long main

Open-domain multi-turn dialogue generation encounters the significant challenge of lacking various types of knowledge from diverse sources. Existing models typically focus on identifying specific types of dialogue knowledge and utilize corresponding datasets for training. However, this approach ofte…

Cited by 0SourceScholar
2023

RADE: Reference-Assisted Dialogue Evaluation for Open-Domain Dialogue

ACL 2023long

Evaluating open-domain dialogue systems is challenging for reasons such as the one-to-many problem, i.e., many appropriate responses other than just the golden response. As of now, automatic evaluation methods need better consistency with humans, while reliable human evaluation can be time- and cost…

2023

Syllogistic Reasoning for Legal Judgment Analysis

EMNLP 2023long main

Legal judgment assistants are developing fast due to impressive progress of large language models (LLMs). However, people can hardly trust the results generated by a model without reliable analysis of legal judgement. For legal practitioners, it is common practice to utilize syllogistic reasoning to…

Cited by 0SourceScholar
2023

Towards a Unified Framework for Reference Retrieval and Related Work Generation

EMNLP 2023long findings

The task of related work generation aims to generate a comprehensive survey of related research topics automatically, saving time and effort for authors. Existing methods simplify this task by using human-annotated references in a large-scale scientific corpus as information sources, which is time-…

Cited by 0SourceScholar
2023

UMSE: Unified Multi-scenario Summarization Evaluation

ACL 2023findings

Summarization quality evaluation is a non-trivial task in text summarization. Contemporary methods can be mainly categorized into two scenarios: (1) reference-based: evaluating with human-labeled reference summary; (2) reference-free: evaluating the summary consistency of the document. Recent studie…

2022

Event Transition Planning for Open-ended Text Generation

ACL 2022findings

Open-ended text generation tasks, such as dialogue generation and story completion, require models to generate a coherent continuation given limited preceding context. The open-ended nature of these tasks brings new challenges to the neural auto-regressive text generators nowadays. Despite these neu…

2022

Knowledge Bridging for Empathetic Dialogue Generation

AAAI 2022technical

Lack of external knowledge makes empathetic dialogue systems difficult to perceive implicit emotions and learn emotional interactions from limited dialogue history. To address the above problems, we propose to leverage external knowledge, including commonsense knowledge and emotional lexical knowled…

2021

Learning to Ask Conversational Questions by Optimizing Levenshtein Distance

ACL 2021long

Conversational Question Simplification (CQS) aims to simplify self-contained questions into conversational ones by incorporating some conversational characteristics, e.g., anaphora and ellipsis. Existing maximum likelihood estimation based methods often get trapped in easily learned tokens as all to…

2020

Auxiliary Template-Enhanced Generative Compatibility Modeling

IJCAI 2020poster

In recent years, there has been a growing interest in the fashion analysis (e.g., clothing matching) due to the huge economic value of the fashion industry. The essential problem is to model the compatibility between the complementary fashion items, such as the top and bottom in clothing matching. T…

Cited by 0SourcePDFScholar
2020

EmpDG: Multi-resolution Interactive Empathetic Dialogue Generation

COLING 2020main

A humanized dialogue system is expected to generate empathetic replies, which should be sensitive to the users’ expressed emotion. The task of empathetic dialogue generation is proposed to address this problem. The essential challenges lie in accurately capturing the nuances of human emotion and con…

2020

From Standard Summarization to New Tasks and Beyond: Summarization with Manifold Information

IJCAI 2020poster

Text summarization is the research area aiming at creating a short and condensed version of the original document, which conveys the main idea of the document in a few words. This research topic has started to attract the attention of a large community of researchers, and it is nowadays counted as…

Cited by 0SourcePDFScholar