← Search

Kang Liu

150 accepted papers

2026

Bias-Restrained Prefix Representation Finetuning for Mathematical Reasoning

AAAI 2026technical

Parameter-Efficient finetuning (PEFT) enhances model performance on downstream tasks by updating a minimal subset of parameters. Representation finetuning (ReFT) methods further improve efficiency by freezing model weights and optimizing internal representations with fewer parameters than PEFT, outp

Cited by 0SourcePDFScholar
2026

Bidirectional Counterfactual Distillation for Review-Based Recommendation

AAAI 2026technical

Review-based recommendation methods typically integrate multiple behaviors, including interactions, reviews, and ratings, to model user preferences. To effectively extract preference signals from diverse behaviors, some studies train multiple student models to capture distinct behavioral patterns, a

Cited by 0SourcePDFScholar
2026

DAComp: Benchmarking Data Agents across the Full Data Intelligence Lifecycle

ICLR 2026poster

Real-world enterprise data intelligence workflows encompass data engineering that turns raw sources into analytical-ready tables and data analysis that convert those tables into decision-oriented insights. We introduce DAComp, a benchmark of 236 tasks that mirrors these complex workflows. Data engi…

Cited by 0SourceScholar
2026

DV-World: Benchmarking Data Visualization Agents in Real-World Scenarios

ICML 2026poster

Real-world data visualization (DV) requires native environmental grounding, cross-platform evolution, and proactive intent alignment. Yet, existing benchmarks often suffer from code-sandbox confinement, single-language creation-only tasks, and assumption of perfect intent. To bridge these gaps, we i…

Cited by 0SourceScholar
2026

EPO: Diverse and Realistic Protein Ensemble Generation via Energy Preference Optimization

AAAI 2026technical

Accurate exploration of protein conformational ensembles is essential for uncovering function but remains hard because molecular-dynamics (MD) simulations suffer from high computational costs and energy-barrier trapping. This paper presents Energy Preference Optimization (EPO), an online refinement

Cited by 0SourcePDFScholar
2026

Escaping the Subspace Trap: The Role of Optimizer Geometry in Model Width Expansion

ICML 2026poster

Pre-training large language models from scratch is prohibitively expensive as model scales increase. A practical alternative is Model Width Expansion (MWE), which grows a larger model from a well-pretrained ''seed'' model to inherit existing capabilities at initialization. However, we identify a phe…

Cited by 0SourceScholar
2026

Fixing the Broken Compass: Diagnosing and Improving Inference-Time Reward Modeling

ICLR 2026poster

Inference-time scaling techniques have shown promise in enhancing the reasoning capabilities of large language models (LLMs). While recent research has primarily focused on training-time optimization, our work highlights inference-time reward model (RM)-based reasoning as a critical yet overlooked a…

Cited by 0SourcecodeScholar
2026

Generalizable End-to-End Tool-Use RL with Synthetic CodeGym

ICLR 2026poster

Tool-augmented large language models (LLMs), hereafter LLM agents, leverage external tools to solve diverse tasks and interface with the real world. However, current training practices largely rely on supervised fine-tuning (SFT) over static trajectories or reinforcement learning (RL) on narrow task…

Cited by 0SourcecodeScholar
2026

MMR-Life: Piecing Together Real-life Scenes for Multimodal Multi-image Reasoning

ICLR 2026poster

Recent progress in the reasoning capabilities of multimodal large language models (MLLMs) has empowered them to address more complex tasks such as scientific analysis and mathematical reasoning. Despite their promise, MLLMs’ reasoning abilities across different scenarios in real life remain largely…

Cited by 0SourcecodeScholar
2026

MMR-V: What's Left Unsaid? A Benchmark for Multimodal Deep Reasoning in Videos

ICLR 2026poster

The sequential structure of videos poses a challenge to the ability of multimodal large language models (MLLMs) to locate multi-frame evidence and conduct multimodal reasoning. However, existing video benchmarks mainly focus on understanding tasks, which only require models to match frames mentioned…

Cited by 0SourcecodeScholar
2026

Omni-Reward: Towards Generalist Omni-Modal Reward Modeling with Free-Form Preferences

ICLR 2026oral

Reward models (RMs) play a critical role in aligning AI behaviors with human preferences, yet they face two fundamental challenges: (1) Modality Imbalance, where most RMs are mainly focused on text and image modalities, offering limited support for video, audio, and other modalities; and (2) Prefere…

Cited by 0SourcecodeScholar
2026

RetroLM: Retrieval-Augmented KVs for Long-Context Processing

AAAI 2026technical

Long-context processing remains a significant challenge for large language models (LLMs). Retrieval-augmented generation (RAG) has recently emerged as a promising approach, enabling LLMs to selectively access relevant information from extended contexts to improve efficiency. However, existing RAG ap

Cited by 0SourcePDFScholar
2026

SparK: Query-Aware Unstructured Sparsity with Recoverable KV Cache Channel Pruning

AAAI 2026technical

Long-context inference in large language models (LLMs) is increasingly constrained by the KV cache bottleneck: memory usage grows linearly with sequence length, while attention computation scales quadratically. Existing approaches address this issue by compressing the KV cache along the temporal axi

Cited by 0SourcePDFScholar
2026

TaREx: Reinforcement Learning for Code-Driven Table Reasoning

AAAI 2026technical

Automatically solving table reasoning tasks remains challenging due to three main factors: (1) diverse and hierarchical table structures that hinder comprehension, (2) the heavy reliance on complex logical and numerical reasoning—which makes purely text-based methods prone to hallucinations—and (3)

Cited by 0SourcePDFScholar
2025

A Troublemaker with Contagious Jailbreak Makes Chaos in Honest Towns

ACL 2025long

With the development of large language models, they are widely used as agents in various fields. A key component of agents is memory, which stores vital information but is susceptible to jailbreak attacks. Existing research mainly focuses on single-agent attacks and shared memory attacks. However, r…

Cited by 0SourcePDFScholar
2025

Adaptive Dual Guidance Knowledge Distillation

AAAI 2025technical

Knowledge distillation (KD) aims to improve the performance of lightweight student networks under the guidance of pre-trained teachers. However, the large capacity gap between teachers and students limits the distillation gains. Previous methods addressing this problem have two weaknesses. First, mo…

Cited by 0SourcePDFScholar
2025

Agent-RewardBench: Towards a Unified Benchmark for Reward Modeling across Perception, Planning, and Safety in Real-World Multimodal Agents

ACL 2025long

As Multimodal Large Language Models (MLLMs) advance, multimodal agents show promise in real-world tasks like web navigation and embodied intelligence. However, due to limitations in a lack of external feedback, these agents struggle with self-correction and generalization. A promising approach is to…

2025

Awakening Augmented Generation: Learning to Awaken Internal Knowledge of Large Language Models for Question Answering

COLING 2025main

Retrieval-Augmented-Generation and Generation-Augmented-Generation have been proposed to enhance the knowledge required for question answering with Large Language Models (LLMs) by leveraging richer context. However, the former relies on external resources, and both require incorporating explicit doc…

2025

Beyond Under-Alignment: Atomic Preference Enhanced Factuality Tuning for Large Language Models

NAACL 2025findings

Large language models (LLMs) have achieved remarkable success but still tend to generate factually erroneous responses, a phenomenon known as hallucination. A recent trend is to use preference learning to fine-tune models to align with factuality. However, existing work primarily evaluates fine-tune…

2025

CITI: Enhancing Tool Utilizing Ability in Large Language Models Without Sacrificing General Performance

AAAI 2025technical

Tool learning enables Large Language Models (LLMs) to interact with the external environment by invoking tools, enriching the accuracy and capability scope of LLMs. However, previous works predominantly focus on improving the model's tool-utilizing accuracy and the ability to generalize to new, unse…

2025

Capability Localization: Capabilities Can be Localized rather than Individual Knowledge

ICLR 2025poster

Large scale language models have achieved superior performance in tasks related to natural language processing, however, it is still unclear how model parameters affect performance improvement. Previous studies assumed that individual knowledge is stored in local parameters, and the storage form of…

2025

Cracking Factual Knowledge: A Comprehensive Analysis of Degenerate Knowledge Neurons in Large Language Models

ACL 2025long

Knowledge neuron theory provides a key approach to understanding the mechanisms of factual knowledge in Large Language Models (LLMs), which suggests that facts are stored within multi-layer perceptron neurons. This paper further explores **Degenerate Knowledge Neurons** (DKNs), where distinct sets o…

Cited by 4SourcePDFScholar
2025

Enhanced Contrastive Learning with Multi-view Longitudinal Data for Chest X-ray Report Generation

CVPR 2025poster

Automated radiology report generation offers an effective solution to alleviate radiologists' workload. However, most existing methods focus primarily on single or fixed-view images to model current disease conditions, which limits diagnostic accuracy and overlooks disease progression. Although some…

2025

Enhancing Logits Distillation with Plug&Play Kendall's $\tau$ Ranking Loss

ICML 2025poster

Knowledge distillation typically minimizes the Kullback–Leibler (KL) divergence between teacher and student logits. However, optimizing the KL divergence can be challenging for the student and often leads to sub-optimal solutions. We further show that gradients induced by KL divergence scale with th…

Cited by 0SourcePDFScholar
2025

Evaluating Personalized Tool-Augmented LLMs from the Perspectives of Personalization and Proactivity

ACL 2025long

Personalized tool utilization is essential for aligning large language models (LLMs) with user preference in interaction scenarios with various tools. However, most of the current benchmarks primarily focus on either personalization of text generation or direct tool-utilizing, without considering bo…

2025

Exploiting Contextual Knowledge in LLMs through 𝒱-usable Information based Layer Enhancement

ACL 2025long

Large Language Models (LLMs) have demonstrated remarkable capabilities in various tasks, yet they often struggle with context-faithfulness generations that properly reflect contextual knowledge. While existing approaches focus on enhancing the decoding strategies, they ignore the fundamental mechani…

Cited by 0SourcePDFScholar
2025

Improve Rule Retrieval and Reasoning with Self-Induction and Relevance ReEstimate

ACL 2025finding

This paper systematically addresses the challenge of rule retrieval, a crucial yet underexplored area. Vanilla retrieval methods using sparse or dense retrievers to directly search for relevant rules to support downstream reasoning, often suffer from low accuracy. This is primarily due to a signific…

Cited by 0SourcePDFScholar
2025

Knowledge Localization: Mission Not Accomplished? Enter Query Localization!

ICLR 2025spotlight

Large language models (LLMs) store extensive factual knowledge, but the mechanisms behind how they store and express this knowledge remain unclear. The Knowledge Neuron (KN) thesis is a prominent theory for explaining these mechanisms. This theory is based on the **Knowledge Localization (KL)** assu…

Cited by 4SourcePDFScholar
2025

Knowledge in Superposition: Unveiling the Failures of Lifelong Knowledge Editing for Large Language Models

AAAI 2025technical

Knowledge editing aims to update outdated or incorrect knowledge in large language models (LLMs). However, current knowledge editing methods have limited scalability for lifelong editing. This study explores the fundamental reason why knowledge editing fails in lifelong editing. We begin with the cl…

2025

M2Edit: Locate and Edit Multi-Granularity Knowledge in Multimodal Large Language Model

EMNLP 2025

Multimodal knowledge editing is an important method for modifying outdated or incorrect knowledge in Multimodal Large Language Models (MLLMs). However, existing datasets for multimodal knowledge editing lack multi-granularity knowledge. In this paper, we present a more realistic dataset called M2Edi

2025

MIR-Bench: Can Your LLM Recognize Complicated Patterns via Many-Shot In-Context Reasoning?

NeurIPS 2025poster

The ability to recognize patterns from examples and apply them to new ones is a primal ability for general intelligence, and is widely studied by psychology and AI researchers. Many benchmarks have been proposed to measure such ability for Large Language Models (LLMs); however, they focus on few-sho…

Cited by 0SourceScholar
2025

MIRAGE: Evaluating and Explaining Inductive Reasoning Process in Language Models

ICLR 2025poster

Inductive reasoning is an essential capability for large language models (LLMs) to achieve higher intelligence, which requires the model to generalize rules from observed facts and then apply them to unseen examples. We present {\scshape Mirage}, a synthetic dataset that addresses the limitations of…

Cited by 3SourcePDFScholar
2025

MotivGraph-SoIQ: Integrating Motivational Knowledge Graphs and Socratic Dialogue for Enhanced LLM Ideation

EMNLP 2025

Large Language Models (LLMs) hold significant promise for accelerating academic ideation but face critical challenges in grounding ideas and mitigating confirmation bias during refinement. To address these limitations, we propose MotivGraph-SoIQ, a novel framework that enhances LLM ideation by integ

Cited by 0SourcePDFScholar
2025

Multilingual Knowledge Graph Completion via Efficient Multilingual Knowledge Sharing

EMNLP 2025

Large language models (LLMs) based Multilingual Knowledge Graph Completion (MKGC) aim to predict missing facts by leveraging LLMs’ multilingual understanding capabilities, improving the completeness of multilingual knowledge graphs (KGs).However, existing MKGC research underutilizes the multilingual

2025

Neural Incompatibility: The Unbridgeable Gap of Cross-Scale Parametric Knowledge Transfer in Large Language Models

ACL 2025long

Large Language Models (LLMs) offer a transparent brain with accessible parameters that encode extensive knowledge, which can be analyzed, located and transferred. Consequently, a key research challenge is to transcend traditional knowledge transfer paradigms rooted in symbolic language and achieve g…

2025

Neural-Symbolic Collaborative Distillation: Advancing Small Language Models for Complex Reasoning Tasks

AAAI 2025technical

In this paper, we propose Neural-Symbolic Collaborative Distillation (NesyCD), a novel knowledge distillation method for learning the complex reasoning abilities of Large Language Models (LLMs, e.g., \textgreater 13B). We argue that complex reasoning tasks are difficult for Small Language Models (SL…

2025

RAG-RewardBench: Benchmarking Reward Models in Retrieval Augmented Generation for Preference Alignment

ACL 2025finding

Despite the significant progress made by existing retrieval augmented language models (RALMs) in providing trustworthy responses and grounding in reliable sources, they often overlook effective alignment with human preferences. In the alignment process, reward models (RMs) act as a crucial proxy for…

2025

RULE: Reinforcement UnLEarning Achieves Forget-retain Pareto Optimality

NeurIPS 2025poster

The widespread deployment of Large Language Models (LLMs) trained on massive, uncurated corpora has raised growing concerns about the inclusion of sensitive, copyrighted, or illegal content. This has led to increasing interest in LLM unlearning: the task of selectively removing specific information…

Cited by 0SourceScholar
2025

Revealing the Deceptiveness of Knowledge Editing: A Mechanistic Analysis of Superficial Editing

ACL 2025long

Knowledge editing, which aims to update the knowledge encoded in language models, can be deceptive. Despite the fact that many existing knowledge editing algorithms achieve near-perfect performance on conventional metrics, the models edited by them are still prone to generating original knowledge. T…

2025

SKIntern: Internalizing Symbolic Knowledge for Distilling Better CoT Capabilities into Small Language Models

COLING 2025main

Small Language Models (SLMs) are attracting attention due to the high computational demands and privacy concerns of Large Language Models (LLMs). Some studies fine-tune SLMs using Chains of Thought (CoT) data distilled from LLMs, aiming to enhance their reasoning ability. Furthermore, Some CoT disti…

2025

Search-in-Context: Efficient Multi-Hop QA over Long Contexts via Monte Carlo Tree Search with Dynamic KV Retrieval

ACL 2025finding

Recent advancements in large language models (LLMs) have demonstrated remarkable capabilities in complex reasoning tasks, such as math problem-solving and code generation. However, multi-hop question answering (MHQA) over long contexts, which demands both robust knowledge-intensive reasoning and eff…

Cited by 0SourcePDFScholar
2025

The Knowledge Microscope: Features as Better Analytical Lenses than Neurons

ACL 2025long

We demonstrate that features, rather than neurons, serve as superior analytical units for understanding the mechanisms of factual knowledge in Language Models (LMs). Previous studies primarily utilize MLP neurons as units of analysis; however, neurons suffer from polysemanticity, leading to limited…

Cited by 0SourcePDFScholar
2025

Towards Better Chain-of-Thought: A Reflection on Effectiveness and Faithfulness

ACL 2025finding

Chain-of-thought (CoT) prompting demonstrates varying performance under different reasoning tasks.Previous work attempts to evaluate it but falls short in providing an in-depth analysis of patterns that influence the CoT. In this paper, we study the CoT performance from the perspective of effectiven…

2025

Towards Robust Knowledge Unlearning: An Adversarial Framework for Assessing and Improving Unlearning Robustness in Large Language Models

AAAI 2025technical

LLM have achieved success in many fields but still troubled by problematic content in the training corpora. LLM unlearning aims at reducing their influence and avoid undesirable behaviours. However, existing unlearning methods remain vulnerable to adversarial queries and the unlearned knowledge resu…

Cited by 7SourcePDFScholar
2025

Transparentize the Internal and External Knowledge Utilization in LLMs with Trustworthy Citation

ACL 2025finding

While hallucinations of large language models could be alleviated through retrieval-augmented generation and citation generation, how the model utilizes internal knowledge is still opaque, and the trustworthiness of its generated answers remains questionable. In this work, we introduce Context-Prior…

Cited by 0SourcePDFScholar
2025

Why and How LLMs Benefit from Knowledge Introspection in Commonsense Reasoning

EMNLP 2025

Large Language Models (LLMs) can improve commonsense reasoning through generating intermediate knowledge. However, the effectiveness of this knowledge introspection is not always guaranteed. This paper first systematically investigates and reveals an **introspection paradox**: while simple introspec

Cited by 0SourcePDFScholar
2024

AgentsCourt: Building Judicial Decision-Making Agents with Court Debate Simulation and Legal Knowledge Augmentation

EMNLP 2024finding

With the development of deep learning, natural language processing technology has effectively improved the efficiency of various aspects of the traditional judicial industry. However, most current efforts focus on tasks within individual judicial stages, making it difficult to handle complex tasks t…

2024

Boundary-aware Decoupled Flow Networks for Realistic Extreme Rescaling

IJCAI 2024poster

Recently developed generative methods, including invertible rescaling network (IRN) based and generative adversarial network (GAN) based methods, have demonstrated exceptional performance in image rescaling. However, IRN-based methods tend to produce over-smoothed results, while GAN-based methods ea…

2024

CogMG: Collaborative Augmentation Between Large Language Model and Knowledge Graph

ACL 2024system demonstrations

Large language models have become integral to question-answering applications despite their propensity for generating hallucinations and factually inaccurate content. Querying knowledge graphs to reduce hallucinations in LLM meets the challenge of incomplete knowledge coverage in knowledge graphs. O…

2024

Continual Few-shot Event Detection via Hierarchical Augmentation Networks

COLING 2024main

Traditional continual event detection relies on abundant labeled data for training, which is often impractical to obtain in real-world applications. In this paper, we introduce continual few-shot event detection (CFED), a more commonly encountered scenario when a substantial number of labeled sample…

2024

Cutting Off the Head Ends the Conflict: A Mechanism for Interpreting and Mitigating Knowledge Conflicts in Language Models

ACL 2024findings

Recently, retrieval augmentation and tool augmentation have demonstrated a remarkable capability to expand the internal memory boundaries of language models (LMs) by providing external context. However, internal memory and external context inevitably clash, leading to knowledge conflicts within LMs.…

2024

DA-Code: Agent Data Science Code Generation Benchmark for Large Language Models

EMNLP 2024main

We introduce DA-Code, a code generation benchmark specifically designed to assess LLMs on agent-based data science tasks. This benchmark features three core elements: First, the tasks within DA-Code are inherently challenging, setting them apart from traditional code generation tasks and demanding a…

2024

DFD: Distilling the Feature Disparity Differently for Detectors

ICML 2024poster

Knowledge distillation is a widely adopted model compression technique that has been successfully applied to object detection. In feature distillation, it is common practice for the student model to imitate the feature responses of the teacher model, with the underlying objective of improving its ow…

2024

Discerning and Resolving Knowledge Conflicts through Adaptive Decoding with Contextual Information-Entropy Constraint

ACL 2024findings

Large language models (LLMs) internalize enormous parametric knowledge during pre-training. Concurrently, realistic applications necessitate external contextual knowledge to aid models on the underlying tasks. This raises a crucial dilemma known as knowledge conflicts, where the contextual knowledge…

2024

Does Large Language Model Contain Task-Specific Neurons?

EMNLP 2024main

Large language models (LLMs) have demonstrated remarkable capabilities in comprehensively handling various types of natural language processing (NLP) tasks. However, there are significant differences in the knowledge and abilities required for different tasks. Therefore, it is important to understan…

2024

Efficient Multi-scale Network with Learnable Discrete Wavelet Transform for Blind Motion Deblurring

CVPR 2024poster

Coarse-to-fine schemes are widely used in traditional single-image motion deblur; however in the context of deep learning existing multi-scale algorithms not only require the use of complex modules for feature fusion of low-scale RGB images and deep semantics but also manually generate low-resolutio…

2024

Focus on Your Question! Interpreting and Mitigating Toxic CoT Problems in Commonsense Reasoning

ACL 2024long

Large language models exhibit high-level commonsense reasoning abilities, especially with enhancement methods like Chain-of-Thought (CoT). However, we find these CoT-like methods lead to a considerable number of originally correct answers turning wrong, which we define as the Toxic CoT problem. To i…

2024

From Instance Training to Instruction Learning: Task Adapters Generation from Instructions

NeurIPS 2024poster

Large language models (LLMs) have acquired the ability to solve general tasks by utilizing instruction finetuning (IFT). However, IFT still relies heavily on instance training of extensive task data, which greatly limits the adaptability of LLMs to real-world scenarios where labeled task instances a…

2024

Generate-on-Graph: Treat LLM as both Agent and KG for Incomplete Knowledge Graph Question Answering

EMNLP 2024main

To address the issues of insufficient knowledge and hallucination in Large Language Models (LLMs), numerous studies have explored integrating LLMs with Knowledge Graphs (KGs). However, these methods are typically evaluated on conventional Knowledge Graph Question Answering (KGQA) with complete KGs,…

2024

Instance-Level Dynamic LoRAs Composition for Cross-Task Generalization

EMNLP 2024finding

Large language models perform well on tasks that have undergone fine-tuning of instructions, but their performance on completely unseen tasks is often less than ideal. To overcome the challenge of cross-task generalization, task-level LoRAs combination is proposed, which does not require training a…

2024

ItD: Large Language Models Can Teach Themselves Induction through Deduction

ACL 2024long

Although Large Language Models (LLMs) are showing impressive performance on a wide range of Natural Language Processing tasks, researchers have found that they still have limited ability to conduct induction. Recent works mainly adopt “post processes” paradigms to improve the performance of LLMs on…

2024

Journey to the Center of the Knowledge Neurons: Discoveries of Language-Independent Knowledge Neurons and Degenerate Knowledge Neurons

AAAI 2024technical

Pre-trained language models (PLMs) contain vast amounts of factual knowledge, but how the knowledge is stored in the parameters remains unclear. This paper delves into the complex task of understanding how factual knowledge is stored in multilingual PLMs, and introduces the Architecture-adapted Mult…

2024

KMatrix: A Flexible Heterogeneous Knowledge Enhancement Toolkit for Large Language Model

EMNLP 2024system demonstrations

Knowledge-Enhanced Large Language Models (K-LLMs) system enhances Large Language Models (LLMs) abilities using external knowledge. Existing K-LLMs toolkits mainly focus on free-textual knowledge, lacking support for heterogeneous knowledge like tables and knowledge graphs, and fall short in comprehe…

2024

LINKED: Eliciting, Filtering and Integrating Knowledge in Large Language Model for Commonsense Reasoning

EMNLP 2024finding

Large language models (LLMs) sometimes demonstrate poor performance on knowledge-intensive tasks, commonsense reasoning is one of them. Researchers typically address these issues by retrieving related knowledge from knowledge graphs or employing self-enhancement methods to elicit knowledge in LLMs.…

2024

Landmark Embedding: A Chunking-Free Embedding Method For Retrieval Augmented Long-Context Large Language Models

ACL 2024long

Retrieval augmentation is a promising approach to handle long-context language modeling. However, the existing retrieval methods usually work with the chunked context, which is prone to inferior quality of semantic representation and incomplete retrieval of useful information. In this work, we propo…

2024

Large Language Models as Foundations for Next-Gen Dense Retrieval: A Comprehensive Empirical Assessment

EMNLP 2024main

Pre-trained language models like BERT and T5 serve as crucial backbone encoders for dense retrieval. However, these models often exhibit limited generalization capabilities and face challenges in improving in-domain accuracy. Recent research has explored using large language models (LLMs) as retriev…

Cited by 7SourcePDFScholar
2024

Leros: Learning Explicit Reasoning on Synthesized Data for Commonsense Question Answering

COLING 2024main

Recent work shows large language models can be prompted to generate useful rationales for commonsense question answering (CQA), which can improve the performance of both themselves and other models. However, the cost of deployment and further tuning is relatively expensive for the large models. Some…

2024

MULFE: A Multi-Level Benchmark for Free Text Model Editing

ACL 2024long

Adjusting the outdated behaviors of large langugae models (LLMs) after deployment remains a significant challenge. It motivates the model editing research, which is however mainly explored in a restricted task form with triple-based edit requests. Recent works have initiated a transition to a more p…

2024

Mastering Symbolic Operations: Augmenting Language Models with Compiled Neural Networks

ICLR 2024poster

Language models' (LMs) proficiency in handling deterministic symbolic reasoning and rule-based tasks remains limited due to their dependency implicit learning on textual data. To endow LMs with genuine rule comprehension abilities, we propose "Neural Comprehension" - a framework that synergistically…

2024

MoDE-CoTD: Chain-of-Thought Distillation for Complex Reasoning Tasks with Mixture of Decoupled LoRA-Experts

COLING 2024main

Chain-of-thought Distillation (CoTD) aims at distilling Chain-of-thought (CoT) reasoning ability of large language models (LLMs) to much smaller student models. The core of CoTD is using a large teacher model to generate rationales and fine-tune smaller student models. However, current Chain-of-thou…

2024

ONSEP: A Novel Online Neural-Symbolic Framework for Event Prediction Based on Large Language Model

ACL 2024findings

In the realm of event prediction, temporal knowledge graph forecasting (TKGF) stands as a pivotal technique. Previous approaches face the challenges of not utilizing experience during testing and relying on a single short-term history, which limits adaptation to evolving data. In this paper, we intr…

2024

Oasis: Data Curation and Assessment System for Pretraining of Large Language Models

IJCAI 2024poster

Data is one of the most critical elements in building a large language model. However, existing systems either fail to customize a corpus curation pipeline or neglect to leverage comprehensive corpus assessment for iterative optimization of the curation. To this end, we present a pretraining corpus…

2024

On the In-context Generation of Language Models

EMNLP 2024main

Large language models (LLMs) are found to have the ability of in-context generation (ICG): when they are fed with an in-context prompt concatenating a few somehow similar examples, they can implicitly recognize the pattern of them and then complete the prompt in the same pattern. ICG is curious, sin…

Cited by 0SourcePDFScholar
2024

RWKU: Benchmarking Real-World Knowledge Unlearning for Large Language Models

NeurIPS 2024poster

Large language models (LLMs) inevitably memorize sensitive, copyrighted, and harmful knowledge from the training corpus; therefore, it is crucial to erase this knowledge from the models. Machine unlearning is a promising solution for efficiently removing specific knowledge by post hoc modifying mode…

2024

Reasons and Solutions for the Decline in Model Performance after Editing

NeurIPS 2024poster

Knowledge editing technology has received widespread attention for low-cost updates of incorrect or outdated knowledge in large-scale language models. However, recent research has found that edited models often exhibit varying degrees of performance degradation. The reasons behind this phenomenon an…

2024

S3Eval: A Synthetic, Scalable, Systematic Evaluation Suite for Large Language Model

NAACL 2024long

The rapid development of Large Language Models (LLMs) has led to great strides in model capabilities like long-context understanding and reasoning.However, as LLMs are able to process longer contexts, it becomes more challenging to evaluate whether they have acquired certain capabilities, since the…

2024

Teaching Small Language Models to Reason for Knowledge-Intensive Multi-Hop Question Answering

ACL 2024findings

Large Language Models (LLMs) can teach small language models (SLMs) to solve complex reasoning tasks (e.g., mathematical question answering) by Chain-of-thought Distillation (CoTD). Specifically, CoTD fine-tunes SLMs by utilizing rationales generated from LLMs such as ChatGPT. However, CoTD has cert…

2024

Towards Graph-hop Retrieval and Reasoning in Complex Question Answering over Textual Database

COLING 2024main

In textual question answering (TQA) systems, complex questions often require retrieving multiple textual fact chains with multiple reasoning steps. While existing benchmarks are limited to single-chain or single-hop retrieval scenarios. In this paper, we propose to conduct Graph-Hop —— a novel multi…

2024

Tug-of-War between Knowledge: Exploring and Resolving Knowledge Conflicts in Retrieval-Augmented Language Models

COLING 2024main

Retrieval-augmented language models (RALMs) have demonstrated significant potential in refining and expanding their internal memory by retrieving evidence from external sources. However, RALMs will inevitably encounter knowledge conflicts when integrating their internal memory with external sources.…

2024

Unlocking the Future: Exploring Look-Ahead Planning Mechanistic Interpretability in Large Language Models

EMNLP 2024main

Planning, as the core module of agents, is crucial in various fields such as embodied agents, web navigation, and tool using. With the development of large language models (LLMs), some researchers treat large language models as intelligent agents to stimulate and evaluate their planning capabilities…

2024

Unsupervised Learning of Neural Semantic Mappings with the Hungarian Algorithm for Compositional Semantics

ICASSP 2024accepted

Neural semantic parsing maps natural languages (NL) to equivalent formal semantics which are compositional and deduce the sentence meanings by composing smaller parts. To learn a well-defined semantics, semantic parsers must recognize small parts, which are semantic mappings between NL and semantic…

Cited by 0SourceScholar
2024

Whispers that Shake Foundations: Analyzing and Mitigating False Premise Hallucinations in Large Language Models

EMNLP 2024main

Large Language Models (LLMs) have shown impressive capabilities but still suffer from the issue of hallucinations. A significant type of this issue is the false premise hallucination, which we define as the phenomenon when LLMs generate hallucinated text when confronted with false premise questions.…

Cited by 6SourcePDFScholar
2024

WilKE: Wise-Layer Knowledge Editor for Lifelong Knowledge Editing

ACL 2024findings

Knowledge editing aims to rectify inaccuracies in large language models (LLMs) without costly retraining for outdated or erroneous knowledge. However, current knowledge editing methods primarily focus on single editing, failing to meet the requirements for lifelong editing. This study reveals a perf…

2024

Zero-Shot Cross-Lingual Document-Level Event Causality Identification with Heterogeneous Graph Contrastive Transfer Learning

COLING 2024main

Event Causality Identification (ECI) refers to the detection of causal relations between events in texts. However, most existing studies focus on sentence-level ECI with high-resource languages, leaving more challenging document-level ECI (DECI) with low-resource languages under-explored. In this pa…

2024

ZhuJiu-Knowledge: A Fairer Platform for Evaluating Multiple Knowledge Types in Large Language Models

NAACL 2024system demonstrations

The swift advancement in large language models (LLMs) has heightened the importance of model evaluations. LLMs have acquired a substantial amount of knowledge, and evaluating the knowledge of these LLMs is crucial. To address this, we introduce the ZhuJiu-Knowledge benchmark which carefully consider…

Cited by 1SourcePDFScholar
2023

A Hierarchical Explanation Generation Method Based on Feature Interaction Detection

ACL 2023findings

The opaqueness of deep NLP models has motivated efforts to explain how deep models predict. Recently, work has introduced hierarchical attribution explanations, which calculate attribution scores for compositional text hierarchically to capture compositional semantics. Existing work on hierarchical…

2023

Alignment Precedes Fusion: Open-Vocabulary Named Entity Recognition as Context-Type Semantic Matching

EMNLP 2023long findings

Despite the significant progress in developing named entity recognition models, scaling to novel-emerging types still remains challenging in real-world scenarios. Continual learning and zero-shot learning approaches have been explored to handle novel-emerging types with less human supervision, but t…

Cited by 0SourceScholar
2023

Class Lifelong Learning for Intent Detection via Structure Consolidation Networks

ACL 2023findings

Intent detection, which estimates diverse intents behind user utterances, is an essential component of task-oriented dialogue systems. Previous intent detection models are usually trained offline, which can only handle predefined intent classes. In the real world, new intents may keep challenging de…

Cited by 3SourcePDFScholar
2023

Complex Event Schema Induction with Knowledge-Enriched Diffusion Model

EMNLP 2023long findings

The concept of a complex event schema pertains to the graph structure that represents real-world knowledge of events and their multi-dimensional relationships. However, previous studies on event schema induction have been hindered by challenges such as error propagation and data quality issues. To t…

Cited by 0SourceScholar
2023

Event Ontology Completion with Hierarchical Structure Evolution Networks

EMNLP 2023long main

Traditional event detection methods require predefined event schemas. However, manually defining event schemas is expensive and the coverage of schemas is limited. To this end, some works study the event type induction (ETI) task, which discovers new event types via clustering. However, the setting…

Cited by 0SourceScholar
2023

EventOA: An Event Ontology Alignment Benchmark Based on FrameNet and Wikidata

ACL 2023findings

Event ontology provides a shared and formal specification about what happens in the real world and can benefit many natural language understanding tasks. However, the independent development of event ontologies often results in heterogeneous representations that raise the need for establishing align…

Cited by 2SourcePDFScholar
2023

ExpNote: Black-box Large Language Models are better Task Solvers with Experience Notebook

EMNLP 2023short findings

Black-box Large Language Models (LLMs) have shown great power in solving various tasks and are considered general problem solvers. However, LLMs still fail in many specific tasks although understand the task instruction. In this paper, we focus on the problem of boosting the ability of black-box LLM…

Cited by 0SourcecodeScholar
2023

Generative Calibration for In-context Learning

EMNLP 2023long findings

As one of the most exciting features of large language models (LLMs), in-context learning is a mixed blessing. While it allows users to fast-prototype a task solver with only a few training examples, the performance is generally sensitive to various configurations of the prompt such as the choice or…

Cited by 0SourcecodeScholar
2023

InstructoR: Instructing Unsupervised Conversational Dense Retrieval with Large Language Models

EMNLP 2023long findings

Compared to traditional single-turn ad-hoc retrieval, conversational retrieval needs to handle the multi-turn conversation and understand the user’s real query intent. However, most existing methods simply fine-tune the pre-trained ad-hoc retriever on limited supervised data, making it challenging f…

Cited by 0SourcecodeScholar
2023

Interpreting Sentiment Composition with Latent Semantic Tree

ACL 2023findings

As the key to sentiment analysis, sentiment composition considers the classification of a constituent via classifications of its contained sub-constituents and rules operated on them. Such compositionality has been widely studied previously in the form of hierarchical trees including untagged and se…

2023

LEGO: A Multi-agent Collaborative Framework with Role-playing and Iterative Feedback for Causality Explanation Generation

EMNLP 2023long findings

Causality Explanation Generation refers to generate an explanation in natural language given an initial cause-effect pair. It demands rigorous explicit rationales to demonstrate the acquisition of implicit commonsense knowledge, which is unlikely to be easily memorized, making it challenging for lar…

Cited by 0SourceScholar
2023

Large Language Models are Better Reasoners with Self-Verification

EMNLP 2023long findings

Recently, with the chain of thought (CoT) prompting, large language models (LLMs), e.g., GPT-3, have shown strong reasoning ability in several natural language processing tasks such as arithmetic, commonsense, and logical reasoning. However, LLMs with CoT require multi-step prompting and multi-token…

Cited by 0SourcecodeScholar
2023

Learning to Build Reasoning Chains by Reliable Path Retrieval

ICASSP 2023accepted

Question answering (QA) systems have long pursued the ability to reason over explicit knowledge credibly. Recent work has incorporated knowledge into fine-grained sentences and constructed natural language database (NLDB) task, and conducts complex QA with explicit reasoning chains. Existing models…

Cited by 0SourceScholar
2023

MenatQA: A New Dataset for Testing the Temporal Comprehension and Reasoning Abilities of Large Language Models

EMNLP 2023long findings

Large language models (LLMs) have shown nearly saturated performance on many natural language processing (NLP) tasks. As a result, it is natural for people to believe that LLMs have also mastered abilities such as time understanding and reasoning. However, research on the temporal sensitivity of LLM…

Cited by 0SourcecodeScholar
2023

Multilingual Knowledge Graph Completion from Pretrained Language Models with Knowledge Constraints

ACL 2023findings

Multilingual Knowledge Graph Completion (mKGC) aim at solving queries in different languages by reasoning a tail entity thus improving multilingual knowledge graphs. Previous studies leverage multilingual pretrained language models (PLMs) and the generative paradigm to achieve mKGC. Although multili…

2023

ParaLS: Lexical Substitution via Pretrained Paraphraser

ACL 2023long

Lexical substitution (LS) aims at finding appropriate substitutes for a target word in a sentence. Recently, LS methods based on pretrained language models have made remarkable progress, generating potential substitutes for a target word through analysis of its contextual surroundings. However, thes…

2023

Prediction and Calibration: Complex Reasoning over Knowledge Graph with Bi-directional Directed Acyclic Graph Neural Network

ACL 2023findings

Answering complex logical queries is a challenging task for knowledge graph (KG) reasoning. Recently, query embedding (QE) has been proposed to encode queries and entities into the same vector space, and obtain answers based on numerical computation. However, such models obtain the node representati…

Cited by 3SourcePDFScholar
2023

Query2Triple: Unified Query Encoding for Answering Diverse Complex Queries over Knowledge Graphs

EMNLP 2023long findings

Complex Query Answering (CQA) is a challenge task of Knowledge Graph (KG). Due to the incompleteness of KGs, query embedding (QE) methods have been proposed to encode queries and entities into the same embedding space, and treat logical operators as neural set operators to obtain answers. However, t…

Cited by 0SourcecodeScholar
2023

Representative Demonstration Selection for In-Context Learning with Two-Stage Determinantal Point Process

EMNLP 2023long main

Although In-Context Learning has proven effective across a broad array of tasks, its efficiency is noticeably influenced by the selection of demonstrations. Existing methods tend to select different demonstrations for each test instance, which is time-consuming and poses limitations in practical scena…

Cited by 0SourceScholar
2023

S3HQA: A Three-Stage Approach for Multi-hop Text-Table Hybrid Question Answering

ACL 2023short

Answering multi-hop questions over hybrid factual knowledge from the given text and table (TextTableQA) is a challenging task. Existing models mainly adopt a retriever-reader framework, which have several deficiencies, such as noisy labeling in training retriever, insufficient utilization of heterog…

2023

Scan Denoising and Normal Distribution Transform for Accurate Radar Odometry and Positioning

RA-L 2023

This letter proposes an accurate scanning radar odometry and a radar positioning algorithm based on radar maps. Based on the measurement principle of mechanical scanning Frequency-Modulated Continuous Wave (FMCW) radar, we propose a Scan Denoising (SD) method and an improved Normal Distributions Tra

Cited by 16SourceScholar
2023

Zero-Shot Cross-Lingual Event Argument Extraction with Language-Oriented Prefix-Tuning

AAAI 2023technical

Event argument extraction (EAE) aims to identify the arguments of a given event, and classify the roles that those arguments play. Due to high data demands of training EAE models, zero-shot cross-lingual EAE has attracted increasing attention, as it greatly reduces human annotation effort. Some prio…

2022

A Good Neighbor, A Found Treasure: Mining Treasured Neighbors for Knowledge Graph Entity Typing

EMNLP 2022main

The task of knowledge graph entity typing (KGET) aims to infer the missing types for entities in knowledge graphs. Some pioneering work has proved that neighbor information is very important for the task. However, existing methods only leverage the one-hop neighbor information of the central entity,…

2022

Augmentation, Retrieval, Generation: Event Sequence Prediction with a Three-Stage Sequence-to-Sequence Approach

COLING 2022main

Being able to infer possible events related to a specific target is critical to natural language processing. One challenging task in this line is event sequence prediction, which aims at predicting a sequence of events given a goal. Currently existing approach models this task as a statistical induc…

Cited by 2SourcePDFScholar
2022

CMQA: A Dataset of Conditional Question Answering with Multiple-Span Answers

COLING 2022main

Forcing the answer of the Question Answering (QA) task to be a single text span might be restrictive since the answer can be multiple spans in the context. Moreover, we found that multi-span answers often appear with two characteristics when building the QA system for a real-world application. First…

2022

CN-AutoMIC: Distilling Chinese Commonsense Knowledge from Pretrained Language Models

EMNLP 2022main

Commonsense knowledge graphs (CKGs) are increasingly applied in various natural language processing tasks. However, most existing CKGs are limited to English, which hinders related research in non-English languages. Meanwhile, directly generating commonsense knowledge from pretrained language models…

2022

Decoupling Mixture-of-Graphs: Unseen Relational Learning for Knowledge Graph Completion by Fusing Ontology and Textual Experts

COLING 2022main

Knowledge Graph Embedding (KGE) has been proposed and successfully utilized to knowledge Graph Completion (KGC). But classic KGE paradigm often fail in unseen relation representations. Previous studies mainly utilize the textual descriptions of relations and its neighbor relations to represent unsee…

Cited by 8SourcePDFScholar
2022

Document-Level Relation Extraction via Pair-Aware and Entity-Enhanced Representation Learning

COLING 2022main

Document-level relation extraction aims to recognize relations among multiple entity pairs from a whole piece of article. Recent methods achieve considerable performance but still suffer from two challenges: a) the relational entity pairs are sparse, b) the representation of entity pairs is insuffic…

Cited by 8SourcePDFScholar
2022

Generating Temporally-ordered Event Sequences via Event Optimal Transport

COLING 2022main

Generating temporally-ordered event sequences in texts is important to natural language processing. Two emerging tasks in this direction are temporal event ordering (rearranging the set of events to correct order) and event infilling (generating an event at a specified position). To tackle the two r…

Cited by 5SourcePDFScholar
2022

Incremental Intent Detection for Medical Domain with Contrast Replay Networks

ACL 2022findings

Conventional approaches to medical intent detection require fixed pre-defined intent categories. However, due to the incessant emergence of new medical intents in the real world, such requirement is not practical. Considering that it is computationally expensive to store and re-train the whole data…

Cited by 11SourcePDFScholar
2022

Leveraging Explicit Lexico-logical Alignments in Text-to-SQL Parsing

ACL 2022short

Text-to-SQL aims to parse natural language questions into SQL queries, which is valuable in providing an easy interface to access large databases. Previous work has observed that leveraging lexico-logical alignments is very helpful to improve parsing performance. However, current attention-based app…

2022

Logic Traps in Evaluating Attribution Scores

ACL 2022long

Modern deep learning models are notoriously opaque, which has motivated the development of methods for interpreting how deep models predict. This goal is usually approached with attribution method, which assesses the influence of features on model predictions. As an explanation method, the evaluatio…

Cited by 21SourcePDFScholar
2021

A Large-Scale Chinese Multimodal NER Dataset with Speech Clues

ACL 2021long

In this paper, we aim to explore an uncharted territory, which is Chinese multimodal named entity recognition (NER) with both textual and acoustic contents. To achieve this, we construct a large-scale human-annotated Chinese multimodal NER dataset, named CNERTA. Our corpus totally contains 42,987 an…

2021

Automatic ICD Coding via Interactive Shared Representation Networks with Self-distillation Mechanism

ACL 2021long

The ICD coding task aims at assigning codes of the International Classification of Diseases in clinical notes. Since manual coding is very laborious and prone to errors, many methods have been proposed for the automatic ICD coding task. However, existing works either ignore the long-tail of code fre…

2021

Biomedical Concept Normalization by Leveraging Hypernyms

EMNLP 2021main

Biomedical Concept Normalization (BCN) is widely used in biomedical text processing as a fundamental module. Owing to numerous surface variants of biomedical concepts, BCN still remains challenging and unsolved. In this paper, we exploit biomedical concept hypernyms to facilitate BCN. We propose Bio…

2021

CroAno : A Crowd Annotation Platform for Improving Label Consistency of Chinese NER Dataset

EMNLP 2021system demonstrations

In this paper, we introduce CroAno, a web-based crowd annotation platform for the Chinese named entity recognition (NER). Besides some basic features for crowd annotation like fast tagging and data management, CroAno provides a systematic solution for improving label consistency of Chinese NER datas…

Cited by 4SourcePDFScholar
2021

Distantly Supervised Relation Extraction in Federated Settings

EMNLP 2021finding

In relation extraction, distant supervision is widely used to automatically label a large-scale training dataset by aligning a knowledge base with unstructured text. Most existing studies in this field have assumed there is a great deal of centralized unstructured text. However, in practice, texts a…

2021

Document-level Event Extraction via Parallel Prediction Networks

ACL 2021long

Document-level event extraction (DEE) is indispensable when events are described throughout a document. We argue that sentence-level extractors are ill-suited to the DEE task where event arguments always scatter across sentences and multiple events may co-exist in a document. It is a challenging tas…

2021

Domain-Lifelong Learning for Dialogue State Tracking via Knowledge Preservation Networks

EMNLP 2021main

Dialogue state tracking (DST), which estimates user goals given a dialogue context, is an essential component of task-oriented dialogue systems. Conventional DST models are usually trained offline, which requires a fixed dataset prepared in advance. This paradigm is often impractical in real-world a…

2021

Enhancing Multiple-choice Machine Reading Comprehension by Punishing Illogical Interpretations

EMNLP 2021main

Machine Reading Comprehension (MRC), which requires a machine to answer questions given the relevant documents, is an important way to test machines’ ability to understand human language. Multiple-choice MRC is one of the most studied tasks in MRC due to the convenience of evaluation and the flexibi…

2021

Knowledge Guided Metric Learning for Few-Shot Text Classification

NAACL 2021long

Humans can distinguish new categories very efficiently with few examples, largely due to the fact that human beings can leverage knowledge obtained from relevant tasks. However, deep learning based text classification model tends to struggle to achieve satisfactory performance when labeled data are…

2021

Knowledge-Enriched Event Causality Identification via Latent Structure Induction Networks

ACL 2021long

Identifying causal relations of events is an important task in natural language processing area. However, the task is very challenging, because event causality is usually expressed in diverse forms that often lack explicit causal clues. Existing methods cannot handle well the problem, especially in…

Cited by 80SourcePDFScholar
2021

LearnDA: Learnable Knowledge-Guided Data Augmentation for Event Causality Identification

ACL 2021long

Modern models for event causality identification (ECI) are mainly based on supervised learning, which are prone to the data lacking problem. Unfortunately, the existing NLP-related augmentation methods cannot directly produce available data required for this task. To solve the data lacking problem,…

Cited by 64SourcePDFScholar
2021

Set Generation Networks for End-to-End Knowledge Base Population

EMNLP 2021main

The task of knowledge base population (KBP) aims to discover facts about entities from texts and expand a knowledge base with these facts. Previous studies shape end-to-end KBP as a machine translation task, which is required to convert unordered fact into a sequence according to a pre-specified ord…

Cited by 16SourcePDFScholar
2021

Uncertain Local-to-Global Networks for Document-Level Event Factuality Identification

EMNLP 2021main

Event factuality indicates the degree of certainty about whether an event occurs in the real world. Existing studies mainly focus on identifying event factuality at sentence level, which easily leads to conflicts between different mentions of the same event. To this end, we study the problem of docu…

2020

Graph-Based Knowledge Integration for Question Answering over Dialogue

COLING 2020main

Question answering over dialogue, a specialized machine reading comprehension task, aims to comprehend a dialogue and to answer specific questions. Despite many advances, existing approaches for this task did not consider dialogue structure and background knowledge (e.g., relationships between speak…

2020

KnowDis: Knowledge Enhanced Data Augmentation for Event Causality Detection via Distant Supervision

COLING 2020main

Modern models of event causality detection (ECD) are mainly based on supervised learning from small hand-labeled corpora. However, hand-labeled training data is expensive to produce, low coverage of causal expressions, and limited in size, which makes supervised methods hard to detect causal relatio…

Cited by 79SourcePDFScholar
2020

Pre-trained Language Model Based Active Learning for Sentence Matching

COLING 2020main

Active learning is able to significantly reduce the annotation cost for data-driven techniques. However, previous active learning approaches for natural language processing mainly depend on the entropy-based uncertainty criterion, and ignore the characteristics of natural language. In this paper, we…

Cited by 10SourcePDFScholar
2018

A Monocular SLAM System Leveraging Structural Regularity in Manhattan World

ICRA 2018poster

The structural features in Manhattan world encode useful geometric information of parallelism, orthogonality and/or coplanarity in the scene. By fully exploiting these structural features, we propose a novel monocular SLAM system which provides accurate estimation of camera poses and 3D map. The for…

Cited by 72SourceScholar