← Search

Jia-Chen Gu

29 accepted papers

2026

Energy-Regularized Sequential Model Editing on Hyperspheres

ICLR 2026poster

Large language models (LLMs) require constant updates to remain aligned with evolving real-world knowledge. Model editing offers a lightweight alternative to retraining, but sequential editing that updates the LLM knowledge through multiple successive edits often destabilizes representations and ind…

Cited by 0SourcecodeScholar
2026

Multiplicative Orthogonal Sequential Editing for Language Models

AAAI 2026technical

Knowledge editing aims to efficiently modify the internal knowledge of large language models (LLMs) without compromising their other capabilities. The prevailing editing paradigm, which appends an update matrix to the original parameter matrix, has been shown by some studies to damage key numerical

Cited by 0SourcePDFScholar
2026

TangleScore: Tangle-Guided Purge and Imprint for Unstructured Knowledge Editing

ICLR 2026poster

Large language models (LLMs) struggle with inaccurate and outdated information, driving the emergence of knowledge editing as a lightweight alternative. Despite their effectiveness in modifying structured knowledge, existing editing methods often fail to generalize to unstructured cases, particularl…

Cited by 0SourceScholar
2025

Accelerating Inference of Retrieval-Augmented Generation via Sparse Context Selection

ICLR 2025poster

Large language models (LLMs) augmented with retrieval exhibit robust performance and extensive versatility by incorporating external contexts. However, the input length grows linearly in the number of retrieved documents, causing a dramatic increase in latency. In this paper, we propose a novel para…

Cited by 16SourcePDFScholar
2025

BRIEF: Bridging Retrieval and Inference for Multi-hop Reasoning via Compression

NAACL 2025findings

Retrieval-augmented generation (RAG) can supplement large language models (LLMs) by integrating external knowledge. However, as the number of retrieved documents increases, the input length to LLMs grows linearly, causing a dramatic increase in latency and a degradation in long-context understanding…

2025

CaKE: Circuit-aware Editing Enables Generalizable Knowledge Learners

EMNLP 2025

Knowledge Editing (KE) enables the modification of outdated or incorrect information in large language models (LLMs). While existing KE methods can update isolated facts, they often fail to generalize these updates to multi-hop reasoning tasks that rely on the modified knowledge. Through an analysis

2025

Constraining Sequential Model Editing with Editing Anchor Compression

NAACL 2025findings

Large language models (LLMs) struggle with hallucinations due to false or outdated knowledge. Given the high resource demands of retraining these models, there is an increasing focus on developing model editing. However, the general abilities of LLMs across downstream tasks are prone to significant…

2025

MISP-Meeting: A Real-World Dataset with Multimodal Cues for Long-form Meeting Transcription and Summarization

ACL 2025long

We introduce MISP-Meeting, a new real-world, multimodal dataset that covers subject-oriented long-form content. MISP-Meeting integrates information from speech, vision, and text modalities to facilitate automatic meeting transcription and summarization (AMTS). Challenging conditions in human meeting…

2025

MRAG-Bench: Vision-Centric Evaluation for Retrieval-Augmented Multimodal Models

ICLR 2025poster

Existing multimodal retrieval benchmarks primarily focus on evaluating whether models can retrieve and utilize external textual knowledge for question answering. However, there are scenarios where retrieving visual information is either more beneficial or easier to access than textual data. In this…

Cited by 9SourcePDFScholar
2025

Perturbation-Restrained Sequential Model Editing

ICLR 2025poster

Model editing is an emerging field that focuses on updating the knowledge embedded within large language models (LLMs) without extensive retraining. However, current model editing methods significantly compromise the general abilities of LLMs as the number of edits increases, and this trade-off pose…

2024

Knowledge Mechanisms in Large Language Models: A Survey and Perspective

EMNLP 2024finding

Understanding knowledge mechanisms in Large Language Models (LLMs) is crucial for advancing towards trustworthy AGI. This paper reviews knowledge mechanism analysis from a novel taxonomy including knowledge utilization and evolution. Knowledge utilization delves into the mechanism of memorization, c…

Cited by 20SourcePDFScholar
2024

Leveraging Large Language Models for NLG Evaluation: Advances and Challenges

EMNLP 2024main

In the rapidly evolving domain of Natural Language Generation (NLG) evaluation, introducing Large Language Models (LLMs) has opened new avenues for assessing generated content quality, e.g., coherence, creativity, and context relevance. This paper aims to provide a thorough overview of leveraging LL…

2024

Model Editing Harms General Abilities of Large Language Models: Regularization to the Rescue

EMNLP 2024main

Model editing is a technique that edits the large language models (LLMs) with updated knowledge to alleviate hallucinations without resource-intensive retraining. While current model editing methods can effectively modify a model’s behavior within a specific area of interest, they often overlook the…

2024

Multiscale Matching Driven by Cross-Modal Similarity Consistency for Audio-Text Retrieval

ICASSP 2024accepted

Audio-text retrieval (ATR), which retrieves a relevant caption given an audio clip (A2T) and vice versa (T2A), has recently attracted much research attention. Existing methods typically aggregate information from each modality into a single vector for matching, but this sacrifices local details and…

Cited by 0SourceScholar
2024

Neighboring Perturbations of Knowledge Editing on Large Language Models

ICML 2024poster

Despite their exceptional capabilities, large language models (LLMs) are prone to generating unintended text due to false or outdated knowledge. Given the resource-intensive nature of retraining LLMs, there has been a notable increase in the development of knowledge editing. However, current approac…

2024

Synchronous Faithfulness Monitoring for Trustworthy Retrieval-Augmented Generation

EMNLP 2024main

Retrieval-augmented language models (RALMs) have shown strong performance and wide applicability in knowledge-intensive tasks. However, there are significant trustworthiness concerns as RALMs are prone to generating unfaithful outputs, including baseless information or contradictions with the retrie…

2023

GIFT: Graph-Induced Fine-Tuning for Multi-Party Conversation Understanding

ACL 2023long

Addressing the issues of who saying what to whom in multi-party conversations (MPCs) has recently attracted a lot of research attention. However, existing methods on MPC understanding typically embed interlocutors and utterances into sequential information flows, or utilize only the superficial of i…

2023

MADNet: Maximizing Addressee Deduction Expectation for Multi-Party Conversation Generation

EMNLP 2023long main

Modeling multi-party conversations (MPCs) with graph neural networks has been proven effective at capturing complicated and graphical information flows. However, existing methods rely heavily on the necessary addressee labels and can only be applied to an ideal setting where each utterance must be ta…

Cited by 0SourcecodeScholar
2023

Symbolization, Prompt, and Classification: A Framework for Implicit Speaker Identification in Novels

EMNLP 2023long findings

Speaker identification in novel dialogues can be widely applied to various downstream tasks, such as producing multi-speaker audiobooks and converting novels into scripts. However, existing state-of-the-art methods are limited to handling explicit narrative patterns like "Tom said, '...'", unable to…

Cited by 0SourceScholar
2022

HeterMPC: A Heterogeneous Graph Neural Network for Response Generation in Multi-Party Conversations

ACL 2022long

Recently, various response generation models for two-party conversations have achieved impressive improvements, but less effort has been paid to multi-party conversations (MPCs) which are more practical and complicated. Compared with a two-party conversation where a dialogue context is a sequence of…

2022

TegTok: Augmenting Text Generation via Task-specific and Open-world Knowledge

ACL 2022findings

Generating natural and informative texts has been a long-standing problem in NLP. Much effort has been dedicated into incorporating pre-trained language models (PLMs) with various open-world knowledge, such as knowledge graphs or wiki pages. However, their ability to access and manipulate the task-s…

2022

Wider & Closer: Mixture of Short-channel Distillers for Zero-shot Cross-lingual Named Entity Recognition

EMNLP 2022main

Zero-shot cross-lingual named entity recognition (NER) aims at transferring knowledge from annotated and rich-resource data in source languages to unlabeled and lean-resource data in target languages. Existing mainstream methods based on the teacher-student distillation framework ignore the rich and…

2021

Detecting Speaker Personas from Conversational Texts

EMNLP 2021main

Personas are useful for dialogue response prediction. However, the personas used in current studies are pre-defined and hard to obtain before a conversation. To tackle this issue, we study a new task, named Speaker Persona Detection (SPD), which aims to detect speaker personas based on the plain con…

2021

MPC-BERT: A Pre-Trained Language Model for Multi-Party Conversation Understanding

ACL 2021long

Recently, various neural models for multi-party conversation (MPC) have achieved impressive improvements on a variety of tasks such as addressee recognition, speaker identification and response prediction. However, these existing methods on MPC usually represent interlocutors and utterances individu…

2020

End-to-End Transition-Based Online Dialogue Disentanglement

IJCAI 2020poster

Dialogue disentanglement aims to separate intermingled messages into detached sessions. The existing research focuses on two-step architectures, in which a model first retrieves the relationships between two messages and then divides the message stream into separate clusters. Almost all existing wor…