← Search

Aixin Sun

27 accepted papers

2026

Revisiting Parameter-Based Knowledge Editing in Large Language Models: Theoretical Limits and Empirical Evidence

ICML 2026poster

Parameter-based knowledge editing updates the internal knowledge of large language models (LLMs) via localized weight modifications and has attracted significant attention. However, most existing methods overlook fundamental theoretical limitations and are rarely evaluated under realistic, practice-…

Cited by 0SourceScholar
2026

Unified Episodic and Semantic Memory via Modulating Transformer FeedForward Layers

ICML 2026poster

It is widely recognized that, after generative pre-training, Transformer FeedForward layers implicitly function as semantic memory, encoding linguistic and factual knowledge, while the contexts in key–value (KV) cache contain raw events, serving as the source of models' episodic memory. In this work…

Cited by 0SourceScholar
2025

Not All Layers of LLMs Are Necessary During Inference

IJCAI 2025

Due to the large number of parameters, the inference phase of Large Language Models (LLMs) is resource-intensive. However, not all requests posed to LLMs are equally difficult to handle. Through analysis, we show that for some tasks, LLMs can achieve results comparable to the final output at some in

Cited by 0SourcePDFScholar
2025

Towards Storage-Efficient Visual Document Retrieval: An Empirical Study on Reducing Patch-Level Embeddings

ACL 2025finding

Despite the strong performance of ColPali/ColQwen2 in Visualized Document Retrieval (VDR), its patch-level embedding approach leads to excessive memory usage. This empirical study investigates methods to reduce patch embeddings per page while minimizing performance degradation. We evaluate two token…

2024

Humans Need Context, What about Machines? Investigating Conversational Context in Abusive Language Detection

COLING 2024main

A crucial aspect in abusive language on social media platforms (toxicity, hate speech, harmful stereotypes, etc.) is its inherent contextual nature. In this paper, we focus on the role of conversational context in abusive language detection, one of the most “direct” forms of context in this domain,…

Cited by 3SourcePDFScholar
2024

MMLONGBENCH-DOC: Benchmarking Long-context Document Understanding with Visualizations

NeurIPS 2024spotlight

Understanding documents with rich layouts and multi-modal components is a long-standing and practical task. Recent Large Vision-Language Models (LVLMs) have made remarkable strides in various tasks, particularly in single-page document understanding (DU). However, their abilities on long-context DU…

Cited by 27SourcePDFScholar
2024

On Context Utilization in Summarization with Large Language Models

ACL 2024long

Large language models (LLMs) excel in abstractive summarization tasks, delivering fluent and pertinent summaries. Recent advancements have extended their capabilities to handle long-input contexts, exceeding 100k tokens. However, in question answering, language models exhibit uneven utilization of t…

2024

SciAgent: Tool-augmented Language Models for Scientific Reasoning

EMNLP 2024main

Scientific reasoning poses an excessive challenge for even the most advanced Large Language Models (LLMs). To make this task more practical and solvable for LLMs, we introduce a new task setting named tool-augmented scientific reasoning. This setting supplements LLMs with scalable toolsets, and shif…

Cited by 28SourcePDFScholar
2024

Towards Verifiable Generation: A Benchmark for Knowledge-aware Language Model Attribution

ACL 2024findings

Although achieving great success, Large Language Models (LLMs) usually suffer from unreliable hallucinations. Although language attribution can be a potential solution, there are no suitable benchmarks and evaluation metrics to attribute LLMs to structured knowledge. In this paper, we define a new t…

2023

A Study on Transformer Configuration and Training Objective

ICML 2023poster

Transformer-based models have delivered impressive results on many tasks, particularly vision and language tasks. In many model training situations, conventional configurations are often adopted. For example, we usually set the base model with hidden size (i.e. model width) to be 768 and the number…

Cited by 7SourcePDFScholar
2023

A Synthetic Data Generation Framework for Grounded Dialogues

ACL 2023long

Training grounded response generation models often requires a large collection of grounded dialogues. However, it is costly to build such dialogues. In this paper, we present a synthetic data generation framework (SynDG) for grounded dialogues. The generation process utilizes large pre-trained langu…

2023

Dipping PLMs Sauce: Bridging Structure and Text for Effective Knowledge Graph Completion via Conditional Soft Prompting

ACL 2023findings

Knowledge Graph Completion (KGC) often requires both KG structural and textual information to be effective. Pre-trained Language Models (PLMs) have been used to learn the textual information, usually under the fine-tune paradigm for the KGC task. However, the fine-tuned PLMs often overwhelmingly foc…

2023

From Speculation Detection to Trustworthy Relational Tuples in Information Extraction

EMNLP 2023long findings

Speculation detection is an important NLP task to identify text factuality. However, the extracted speculative information (e.g., speculative polarity, cue, and scope) lacks structure and poses challenges for direct utilization in downstream tasks. Open Information Extraction (OIE), on the other han…

Cited by 0SourceScholar
2023

Large Language Model Is Not a Good Few-shot Information Extractor, but a Good Reranker for Hard Samples!

EMNLP 2023long findings

Large Language Models (LLMs) have made remarkable strides in various tasks. Whether LLMs are competitive few-shot solvers for information extraction (IE) tasks, however, remains an open problem. In this work, we aim to provide a thorough answer to this question. Through extensive experiments on nine…

Cited by 0SourcecodeScholar
2023

MS-DETR: Natural Language Video Localization with Sampling Moment-Moment Interaction

ACL 2023long

Given a text query, the task of Natural Language Video Localization (NLVL) is to localize a temporal moment in an untrimmed video that semantically matches the query. In this paper, we adopt a proposal-based solution that generates proposals (i.e. candidate moments) and then select the best matching…

2023

Take a Break in the Middle: Investigating Subgoals towards Hierarchical Script Generation

ACL 2023findings

Goal-oriented Script Generation is a new task of generating a list of steps that can fulfill the given goal. In this paper, we propose to extend the task from the perspective of cognitive theory. Instead of a simple flat structure, the steps are typically organized hierarchically — Human often decom…

2022

A Dual-Channel Framework for Sarcasm Recognition by Detecting Sentiment Conflict

NAACL 2022findings

Sarcasm employs ambivalence, where one says something positive but actually means negative, and vice versa. The essence of sarcasm, which is also a sufficient and necessary condition, is the conflict between literal and implied sentiments expressed in one sentence. However, it is difficult to recogn…

2022

A Survey on Neural Open Information Extraction: Current Status and Future Directions

IJCAI 2022poster

Open Information Extraction (OpenIE) facilitates domain-independent discovery of relational facts from large corpora. The technique well suits many open-world natural language understanding scenarios, such as automatic knowledge base construction, open-domain question answering, and explicit reasoni…

Cited by 57SourcePDFScholar
2022

An Embarrassingly Simple Model for Dialogue Relation Extraction

ICASSP 2022accepted

Dialogue relation extraction (RE) is to predict the relation type of two entities mentioned in a dialogue. In this paper, we propose a simple yet effective model named SimpleRE for the RE task. SimpleRE captures the interrelations among multiple relations in a dialogue through a novel input format n…

Cited by 0SourceScholar
2022

CORT: A New Baseline for Comparative Opinion Classification by Dual Prompts

EMNLP 2022finding

Comparative opinion is a common linguistic phenomenon. The opinion is expressed by comparing multiple targets on a shared aspect, e.g., “camera A is better than camera B in picture quality”. Among the various subtasks in opinion mining, comparative opinion classification is relatively less studied.…

Cited by 6SourcePDFScholar
2022

CofeNet: Context and Former-Label Enhanced Net for Complicated Quotation Extraction

COLING 2022main

Quotation extraction aims to extract quotations from written text. There are three components in a quotation: source refers to the holder of the quotation, cue is the trigger word(s), and content is the main body. Existing solutions for quotation extraction mainly utilize rule-based approaches and s…

2022

Syntactic Multi-view Learning for Open Information Extraction

EMNLP 2022main

Open Information Extraction (OpenIE) aims to extract relational tuples from open-domain sentences. Traditional rule-based or statistical models were developed based on syntactic structure of sentence, identified by syntactic parsers. However, previous neural OpenIE models under-explored the useful s…

2021

GDPNet: Refining Latent Multi-View Graph for Relation Extraction

AAAI 2021technical

Relation Extraction (RE) is to predict the relation type of two entities that are mentioned in a piece of text, e.g., a sentence or a dialogue. When the given text is long, it is challenging to identify indicative words for the relation prediction. Recent advances on RE task are from BERT-based sequ…