← Search

Le Sun

99 accepted papers

2026

AI-Salesman: Towards Reliable Large Language Model Driven Telemarketing

AAAI 2026technical

Goal-driven persuasive dialogue, exemplified by applications like telemarketing, requires sophisticated multi-turn planning and strict factual faithfulness, which remains a significant challenge for even state-of-the-art Large Language Models (LLMs). A lack of task-specific data often limits previou

Cited by 0SourcePDFScholar
2026

Auto-RT: Automatic Jailbreak Strategy Exploration for Red-Teaming Large Language Models

ICLR 2026poster

Automated red-teaming has emerged as an essential approach for identifying vulnerabilities in large language models (LLMs). However, most existing methods rely on fixed attack templates and focus primarily on individual high-severity flaws,limiting their adaptability to evolving defenses and their a…

Cited by 0SourcecodeScholar
2026

Coupled Variational Reinforcement Learning for Language Model General Reasoning

ICML 2026poster

While reinforcement learning has achieved impressive progress in language model reasoning, it is constrained by the requirement for verifiable rewards. Recent verifier-free RL methods address this limitation by utilizing the probabilities that LLMs generate reference answers as reward signals. Howev…

Cited by 0SourceScholar
2026

Decoupling Reasoning and Confidence: Resurrecting Calibration in Reinforcement Learning from Verifiable Rewards

ICML 2026poster

Reinforcement Learning from Verifiable Rewards (RLVR) significantly enhances large language models (LLMs) reasoning but severely suffers from calibration degeneration, where models become excessively over-confident in incorrect answers. Previous studies devote to directly incorporating calibration o…

Cited by 0SourceScholar
2026

DeepRAG: Thinking to Retrieve Step by Step for Large Language Models

ICLR 2026poster

Large Language Models (LLMs) have shown remarkable reasoning capabilities, while their practical applications are limited by severe factual hallucinations due to limitations in the timeliness, accuracy, and comprehensiveness of their parametric knowledge. Meanwhile, enhancing retrieval-augmented gen…

Cited by 0SourcecodeScholar
2026

Does Question Really Matter? The Attribution of Answer Bias in LLM Evaluation

AAAI 2026technical

Multiple-choices question answering (MCQA) has emerged as one of the most popular task formats for large language models (LLMs) evaluation. Unfortunately, there exist substantial evidence that the evaluation of current MCQA benchmarks suffers from significant answer bias, which severely undermines t

Cited by 0SourcePDFScholar
2026

MetaphorVU: Towards Metaphorical Video Understanding

ICML 2026spotlight

Metaphorical videos are prevalent across various real-world scenarios to convey complex ideas, and understanding them typically requires high-order cognitive capabilities. The lack of systematic studies on metaphorical video understanding not only constrains the real-world applicability of MLLMs but…

Cited by 0SourceScholar
2026

Tackling Length Inflation Without Trade-offs: Group Relative Reward Rescaling for Reinforcement Learning

ICML 2026poster

Reinforcement learning significantly enhances LLM capabilities but suffers from a critical issue: length inflation, where models adopt verbosity or inefficient reasoning to maximize rewards. Prior approaches struggle to address this challenge in a general and lossless manner, primarily because addit…

Cited by 0SourceScholar
2026

Towards Multimodal Large Language Models with Both Training and Inference Efficiency

ICML 2026poster

Multimodal Large Language Models (MLLMs) mainly fall into two architectures, each involving a trade-off between training and inference efficiency: embedding space alignment (e.g. LLaVA series) is inefficient during inference, while cross-attention space alignment (e.g. Flamingo) is inefficient in tr…

Cited by 0SourceScholar
2025

ARise: Towards Knowledge-Augmented Reasoning via Risk-Adaptive Search

ACL 2025long

Large language models (LLMs) have demonstrated impressive capabilities and are receiving increasing attention to enhance their reasoning through scaling test-time compute. However, their application in open-ended, knowledge-intensive, complex reasoning scenarios is still limited. Reasoning-oriented…

2025

Aligning Retrieval with Reader Needs: Reader-Centered Passage Selection for Open-Domain Question Answering

COLING 2025main

Open-Domain Question Answering (ODQA) systems often struggle with the quality of retrieved passages, which may contain conflicting information and be misaligned with the reader’s needs. Existing retrieval methods aim to gather relevant passages but often fail to prioritize consistent and useful info…

Cited by 1SourcePDFScholar
2025

CATP-LLM: Empowering Large Language Models for Cost-Aware Tool Planning

ICCV 2025poster

Utilizing large language models (LLMs) for tool planning has emerged as a promising avenue for developing general AI systems, where LLMs automatically schedule external tools (e.g., vision models) to tackle complex tasks based on task descriptions. To push this paradigm toward practical applications…

2025

CRUXEVAL-X: A Benchmark for Multilingual Code Reasoning, Understanding and Execution

ACL 2025long

Code benchmarks such as HumanEval are widely adopted to evaluate Large Language Models’ (LLMs) coding capabilities. However, there is an unignorable programming language bias in existing code benchmarks – over 95% code generation benchmarks are dominated by Python, leaving the LLMs’ capabilities in…

Cited by 0SourcePDFScholar
2025

Can LLMs Clarify? Investigation and Enhancement of Large Language Models on Argument Claim Optimization

COLING 2025main

In argumentation, the claim is the foundational proposition that underpins the argument, serving as the central pillar upon which the argument is constructed. It guides the subsequent presentation of evidence, reasoning, and analysis, thereby facilitating the audience’s understanding of the core iss…

Cited by 0SourcePDFScholar
2025

Cheems: A Practical Guidance for Building and Evaluating Chinese Reward Models from Scratch

ACL 2025long

Reward models (RMs) are crucial for aligning large language models (LLMs) with human preferences. However, most RM research is centered on English and relies heavily on synthetic resources, which leads to limited and less reliable datasets and benchmarks for Chinese. To address this gap, we introduc…

2025

Code-SPA: Style Preference Alignment to Large Language Models for Effective and Robust Code Debugging

ACL 2025finding

Large language models (LLMs) have demonstrated impressive capabilities in coding tasks like code generation and debugging. However, code from real-world users is often poorly styled, containing various types of noise, such as structural inconsistencies, stylistic deviations and flawed test cases. To…

2025

ConsistentChat: Building Skeleton-Guided Consistent Multi-Turn Dialogues for Large Language Models from Scratch

EMNLP 2025

Current instruction data synthesis methods primarily focus on single-turn instructions and often neglect cross-turn coherence, resulting in context drift and reduced task completion rates in extended conversations. To address this limitation, we propose Skeleton-Guided Multi-Turn Dialogue Generation

2025

Critic-CoT: Boosting the Reasoning Abilities of Large Language Model via Chain-of-Thought Critic

ACL 2025finding

Self-critic has become a crucial mechanism for enhancing the reasoning performance of LLMs. However, current approaches mainly involve basic prompts for intuitive instance-level feedback, which resembles System-1 processes and limits the reasoning capabilities. Moreover, there is a lack of in-depth…

Cited by 0SourcePDFScholar
2025

DOMAINEVAL: An Auto-Constructed Benchmark for Multi-Domain Code Generation

AAAI 2025technical

Code benchmarks such as HumanEval are widely adopted to evaluate the capabilities of Large Language Models (LLMs), providing insights into their strengths and weaknesses. However, current benchmarks primarily exercise LLMs' capability on common coding tasks (e.g., bubble sort, greatest common diviso…

Cited by 4SourcePDFScholar
2025

DeepSolution: Boosting Complex Engineering Solution Design via Tree-based Exploration and Bi-point Thinking

ACL 2025long

Designing solutions for complex engineering challenges is crucial in human production activities. However, previous research in the retrieval-augmented generation (RAG) field has not sufficiently addressed tasks related to the design of complex engineering solutions. To fill this gap, we introduce a…

2025

DiffLM: Controllable Synthetic Data Generation via Diffusion Language Models

ACL 2025finding

Recent advancements in large language models (LLMs) have significantly enhanced their knowledge and generative capabilities, leading to a surge of interest in leveraging LLMs for high-quality data synthesis. However, synthetic data generation via prompting LLMs remains challenging due to LLMs’ limit…

2025

Enhancing Learning with Label Differential Privacy by Vector Approximation

ICLR 2025spotlight

Label differential privacy (DP) is a framework that protects the privacy of labels in training datasets, while the feature vectors are public. Existing approaches protect the privacy of labels by flipping them randomly, and then train a model to make the output approximate the privatized label. Howe…

Cited by 2SourcePDFScholar
2025

From Informal to Formal – Incorporating and Evaluating LLMs on Natural Language Requirements to Verifiable Formal Proofs

ACL 2025long

The research in AI-based formal mathematical reasoning has shown an unstoppable growth trend. These studies have excelled in mathematical competitions like IMO and have made significant progress. However, these studies intertwined multiple skills simultaneously—problem-solving, reasoning, and writin…

2025

Improved Sparse Upcycling for Instruction Tuning

COLING 2025main

The Mixture-of-Experts (MoE) architecture has demonstrated significant potential in both large-scale pre-training and instruction tuning by offering increased parameter capacity without additional inference costs. However, developing MoE models faces challenges including training instability and the…

2025

Large Language Models Often Say One Thing and Do Another

ICLR 2025poster

As large language models (LLMs) increasingly become central to various applications and interact with diverse user populations, ensuring their reliable and consistent performance is becoming more important. This paper explores a critical issue in assessing the reliability of LLMs: the consistency be…

2025

Match, Compare, or Select? An Investigation of Large Language Models for Entity Matching

COLING 2025main

Entity matching (EM) is a critical step in entity resolution (ER). Recently, entity matching based on large language models (LLMs) has shown great promise. However, current LLM-based entity matching approaches typically follow a binary matching paradigm that ignores the global consistency among reco…

2025

Memorizing is Not Enough: Deep Knowledge Injection Through Reasoning

ACL 2025long

Although large language models (LLMs) excel in knowledge recall and reasoning, their static nature leads to outdated information as the real world evolves or when adapting to domain-specific knowledge, highlighting the need for effective knowledge injection. However, current research on knowledge in…

2025

Not All Terms Matter: Recall-Oriented Adaptive Learning for PLM-aided Query Expansion in Open-Domain Question Answering

ACL 2025long

The effectiveness of open-domain question answering (ODQA), particularly those employing a retriever-reader architecture, depends on the ability to recall relevant documents - a critical step that enables the reader to accurately extract answers. To enhance this retrieval phase, current query expans…

2025

On-Policy Self-Alignment with Fine-grained Knowledge Feedback for Hallucination Mitigation

ACL 2025finding

Hallucination occurs when large language models exhibit behavior that deviates from the boundaries of their knowledge during response generation. To address this critical issue, previous learning-based methods attempt to finetune models but are limited by off-policy sampling and coarse-grained feedb…

2025

PPTAgent: Generating and Evaluating Presentations Beyond Text-to-Slides

EMNLP 2025

Automatically generating presentations from documents is a challenging task that requires accommodating content quality, visual appeal, and structural coherence. Existing methods primarily focus on improving and evaluating the content quality in isolation, overlooking visual appeal and structural co

2025

READoc: A Unified Benchmark for Realistic Document Structured Extraction

ACL 2025finding

Document Structured Extraction (DSE) aims to extract structured content from raw documents. Despite the emergence of numerous DSE systems, their unified evaluation remains inadequate, significantly hindering the field’s advancement. This problem is largely attributed to existing benchmark paradigms,…

2025

RMTBench: Benchmarking LLMs Through Multi-Turn User-Centric Role-Playing

EMNLP 2025

Recent advancements in Large Language Models (LLMs) have shown outstanding potential for role-playing applications. Evaluating these capabilities is becoming crucial yet remains challenging. Existing benchmarks mostly adopt a character-centric approach, simplify user-character interactions to isolat

Cited by 0SourcePDFScholar
2025

Rethinking Reward Model Evaluation: Are We Barking up the Wrong Tree?

ICLR 2025spotlight

Reward Models (RMs) are crucial for aligning language models with human preferences. Currently, the evaluation of RMs depends on measuring accuracy against a validation set of manually annotated preference data. Although this method is straightforward and widely adopted, the relationship between RM…

Cited by 4SourcePDFScholar
2025

Self-Steering Optimization: Autonomous Preference Optimization for Large Language Models

ACL 2025finding

The key to effective alignment lies in high-quality preference data. Recent research has focused on automated alignment, which involves developing alignment systems with minimal human intervention. However, prior research has predominantly focused on developing data generation methods, while insuffi…

Cited by 0SourcePDFScholar
2025

Sparse Latents Steer Retrieval-Augmented Generation

ACL 2025long

Understanding the mechanisms underlying Large Language Model (LLM) behavior in Retrieval-Augmented Generation (RAG) systems is critical for enhancing reliability. In this paper, we leverage Sparse Autoencoders (SAEs) within the LLaMA Scope to uncover sparse, interpretable latents that govern RAG beh…

Cited by 0SourcePDFScholar
2025

StructRAG: Boosting Knowledge Intensive Reasoning of LLMs via Inference-time Hybrid Information Structurization

ICLR 2025poster

Retrieval-augmented generation (RAG) is a key means to effectively enhance large language models (LLMs) in many knowledge-based tasks. However, existing RAG methods struggle with knowledge-intensive reasoning tasks, because useful information required to these tasks are badly scattered. This chara…

2025

The Devil Is in the Details: Tackling Unimodal Spurious Correlations for Generalizable Multimodal Reward Models

ICML 2025poster

Multimodal Reward Models (MM-RMs) are crucial for aligning Large Language Models (LLMs) with human preferences, particularly as LLMs increasingly interact with multimodal data. However, we find that MM-RMs trained on existing datasets often struggle to generalize to out-of-distribution data due to t…

2025

The Linguistic Connectivities Within Large Language Models

ACL 2025finding

Large language models (LLMs) have demonstrated remarkable multilingual abilities in various applications. Unfortunately, recent studies have discovered that there exist notable disparities in their performance across different languages. Understanding the underlying mechanisms behind such disparitie…

Cited by 0SourcePDFScholar
2025

The Rise and Down of Babel Tower: Investigating the Evolution Process of Multilingual Code Large Language Model

ICLR 2025poster

Large language models (LLMs) have shown significant multilingual capabilities. However, the mechanisms underlying the development of these capabilities during pre-training are not well understood. In this paper, we use code LLMs as an experimental platform to explore the evolution of multilingual ca…

Cited by 1SourcePDFScholar
2025

Transferable Post-training via Inverse Value Learning

NAACL 2025long

As post-training processes utilize increasingly large datasets and base models continue to grow in size, the computational demands and implementation challenges of existing algorithms are escalating significantly. In this paper, we propose modeling the changes at the logits level during post-trainin…

2024

Analyze, Generate and Refine: Query Expansion with LLMs for Zero-Shot Open-Domain QA

ACL 2024findings

Query expansion (QE) is a critical component in the open-domain question answering (OpenQA) pipeline, enhancing the retrieval performance by broadening the scope of queries with additional relevant texts. However, existing methods like GAR and EAR rely heavily on supervised training and often strugg…

2024

Benchmarking Large Language Models in Retrieval-Augmented Generation

AAAI 2024technical

Retrieval-Augmented Generation (RAG) is a promising approach for mitigating the hallucination of large language models (LLMs). However, existing research lacks rigorous evaluation of the impact of retrieval-augmented generation on different large language models, which make it challenging to identif…

2024

Beyond Full Fine-tuning: Harnessing the Power of LoRA for Multi-Task Instruction Tuning

COLING 2024main

Low-Rank Adaptation (LoRA) is a widespread parameter-efficient fine-tuning algorithm for large-scale language models. It has been commonly accepted that LoRA mostly achieves promising results in single-task, low-resource settings, and struggles to handle multi-task instruction tuning scenarios. In t…

2024

Chain-of-Rewrite: Aligning Question and Documents for Open-Domain Question Answering

EMNLP 2024finding

Despite the advancements made with the retrieve-then-read pipeline on open-domain question answering task, current methods still face challenges stemming from term mismatch and limited interaction between information retrieval systems and large language models. To mitigate these issues, we propose t…

Cited by 1SourcePDFScholar
2024

ChatGPT Is a Knowledgeable but Inexperienced Solver: An Investigation of Commonsense Problem in Large Language Models

COLING 2024main

Large language models (LLMs) have made significant progress in NLP. However, their ability to memorize, represent, and leverage commonsense knowledge has been a well-known pain point. In this paper, we specifically focus on ChatGPT, a widely used and easily accessible LLM, and ask the following ques…

Cited by 137SourcePDFScholar
2024

Debiasing In-Context Learning by Instructing LLMs How to Follow Demonstrations

ACL 2024findings

In-context learning(ICL) has gained considerable attention due to its data efficiency and task adaptability. Unfortunately, ICL suffers from the demonstration bias, i.e., its performance and robustness are severely affected by the selection and ordering of demonstrations. In this paper, we identify…

Cited by 1SourcePDFScholar
2024

Executing Natural Language-Described Algorithms with Large Language Models: An Investigation

COLING 2024main

Executing computer programs described in natural language has long been a pursuit of computer science. With the advent of enhanced natural language understanding capabilities exhibited by large language models (LLMs), the path toward this goal has been illuminated. In this paper, we seek to examine…

2024

Few-shot Named Entity Recognition via Superposition Concept Discrimination

COLING 2024main

Few-shot NER aims to identify entities of target types with only limited number of illustrative instances. Unfortunately, few-shot NER is severely challenged by the intrinsic precise generalization problem, i.e., it is hard to accurately determine the desired target type due to the ambiguity stemmin…

2024

Humanizing Machine-Generated Content: Evading AI-Text Detection through Adversarial Attack

COLING 2024main

With the development of large language models (LLMs), detecting whether text is generated by a machine becomes increasingly challenging in the face of malicious use cases like the spread of false information, protection of intellectual property, and prevention of academic plagiarism. While well-trai…

2024

Learning or Self-aligning? Rethinking Instruction Fine-tuning

ACL 2024long

Instruction Fine-tuning (IFT) is a crucial phase in building large language models (LLMs). Previous works mainly focus on the IFT’s role in the transfer of behavioral norms and the learning of additional world knowledge. However, the understanding of the underlying mechanisms of IFT remains signific…

2024

Meta-Cognitive Analysis: Evaluating Declarative and Procedural Knowledge in Datasets and Large Language Models

COLING 2024main

Declarative knowledge and procedural knowledge are two key parts in meta-cognitive theory, and these two hold significant importance in pre-training and inference of LLMs. However, a comprehensive analysis comparing these two types of knowledge is lacking, primarily due to challenges in definition,…

2024

Mitigating Large Language Model Hallucinations via Autonomous Knowledge Graph-Based Retrofitting

AAAI 2024technical

Incorporating factual knowledge in knowledge graph is regarded as a promising approach for mitigating the hallucination of large language models (LLMs). Existing methods usually only use the user's input to query the knowledge graph, thus failing to address the factual hallucination generated by LLM…

Cited by 85SourcePDFScholar
2024

Navigating the Shadows: Unveiling Effective Disturbances for Modern AI Content Detectors

ACL 2024long

With the launch of ChatGPT, large language models (LLMs) have attracted global attention. In the realm of article writing, LLMs have witnessed extensive utilization, giving rise to concerns related to intellectual property protection, personal privacy, and academic integrity. In response, AI-text de…

2024

Not All Contexts Are Equal: Teaching LLMs Credibility-aware Generation

EMNLP 2024main

The rapid development of large language models has led to the widespread adoption of Retrieval-Augmented Generation (RAG), which integrates external knowledge to alleviate knowledge bottlenecks and mitigate hallucinations. However, the existing RAG paradigm inevitably suffers from the impact of flaw…

2024

Open Grounded Planning: Challenges and Benchmark Construction

ACL 2024long

The emergence of large language models (LLMs) has increasingly drawn attention to the use of LLMs for human-like planning. Existing work on LLM-based planning either focuses on leveraging the inherent language generation capabilities of LLMs to produce free-style plans, or employs reinforcement lear…

2024

PRP-Graph: Pairwise Ranking Prompting to LLMs with Graph Aggregation for Effective Text Re-ranking

ACL 2024long

Pairwise Ranking Prompting (PRP) demonstrates impressive effectiveness in zero-shot document re-ranking tasks with large language models (LLMs). However, in the existing methods, PRP only outputs the same label for the comparison results of different confidence intervals without considering the unce…

2024

REInstruct: Building Instruction Data from Unlabeled Corpus

ACL 2024findings

Manually annotating instruction data for large language models is difficult, costly, and hard to scale. Meanwhile, current automatic annotation methods typically rely on distilling synthetic data from proprietary LLMs, which not only limits the upper bound of the quality of the instruction data but…

2024

Retentive or Forgetful? Diving into the Knowledge Memorizing Mechanism of Language Models

COLING 2024main

Memory is one of the most essential cognitive functions serving as a repository of world knowledge and episodes of activities. In recent years, large-scale pre-trained language models have shown remarkable memorizing ability. On the contrary, vanilla neural networks without pre-training have been lo…

Cited by 16SourcePDFScholar
2024

Rule or Story, Which is a Better Commonsense Expression for Talking with Large Language Models?

ACL 2024long

Building machines with commonsense has been a longstanding challenge in NLP due to the reporting bias of commonsense rules and the exposure bias of rule-based commonsense reasoning. In contrast, humans convey and pass down commonsense implicitly through stories. This paper investigates the inherent…

2024

Seg2Act: Global Context-aware Action Generation for Document Logical Structuring

EMNLP 2024main

Document logical structuring aims to extract the underlying hierarchical structure of documents, which is crucial for document intelligence. Traditional approaches often fall short in handling the complexity and the variability of lengthy documents. To address these issues, we introduce Seg2Act, an…

2024

Self-Retrieval: End-to-End Information Retrieval with One Large Language Model

NeurIPS 2024poster

The rise of large language models (LLMs) has significantly transformed both the construction and application of information retrieval (IR) systems. However, current interactions between IR systems and LLMs remain limited, with LLMs merely serving as part of components within IR systems, and IR syst…

Cited by 2SourcePDFScholar
2024

SoFA: Shielded On-the-fly Alignment via Priority Rule Following

ACL 2024findings

The alignment problem in Large Language Models (LLMs) involves adapting them to the broad spectrum of human values. This requirement challenges existing alignment methods due to diversity of preferences and regulatory standards. This paper introduces a novel alignment paradigm, priority rule followi…

2024

Spiral of Silence: How is Large Language Model Killing Information Retrieval?—A Case Study on Open Domain Question Answering

ACL 2024long

The practice of Retrieval-Augmented Generation (RAG), which integrates Large Language Models (LLMs) with retrieval systems, has become increasingly prevalent. However, the repercussions of LLM-derived content infiltrating the web and influencing the retrieval-generation feedback loop are largely unc…

2024

StructEval: Deepen and Broaden Large Language Model Assessment via Structured Evaluation

ACL 2024findings

Evaluation is the baton for the development of large language models. Current evaluations typically employ a single-item assessment paradigm for each atomic test objective, which struggle to discern whether a model genuinely possesses the required capabilities or merely memorizes/guesses the answers…

2024

XMC-Agent : Dynamic Navigation over Scalable Hierarchical Index for Incremental Extreme Multi-label Classification

ACL 2024findings

The eXtreme Multi-label Classification (XMC) aims at accurately assigning large-scale labels to instances, and is challenging for learning, managing, and predicting over the large-scale and rapidly growing set of labels. Traditional XMC methods, like one-vs-all and tree-based methods struggle with t…

Cited by 0SourcePDFScholar
2023

Ambiguous Learning from Retrieval: Towards Zero-shot Semantic Parsing

ACL 2023long

Current neural semantic parsers take a supervised approach requiring a considerable amount of training data which is expensive and difficult to obtain. Thus, minimizing the supervision effort is one of the key challenges in semantic parsing. In this paper, we propose the Retrieval as Ambiguous Super…

Cited by 5SourcePDFScholar
2023

Contrastive Distant Supervision for Debiased and Denoised Machine Reading Comprehension

EMNLP 2023long findings

Distant Supervision (DS) is a promising learning approach for MRC by leveraging easily-obtained question-answer pairs. Unfortunately, the heuristically annotated dataset will inevitably lead to mislabeled instances, resulting in answer bias and context noise problems. To learn debiased and denoised…

Cited by 0SourceScholar
2023

Dialogue Rewriting via Skeleton-Guided Generation

AAAI 2023technical

Dialogue rewriting aims to transform multi-turn, context-dependent dialogues into well-formed, context-independent text for most NLP systems. Previous dialogue rewriting benchmarks and systems assume a fluent and informative utterance to rewrite. Unfortunately, dialogue utterances from real-world sy…

2023

Does the Correctness of Factual Knowledge Matter for Factual Knowledge-Enhanced Pre-trained Language Models?

EMNLP 2023long main

In recent years, the injection of factual knowledge has been observed to have a significant positive correlation to the downstream task performance of pre-trained language models. However, existing work neither demonstrates that pre-trained models successfully learn the injected factual knowledge no…

Cited by 0SourceScholar
2023

Hidding the Ghostwriters: An Adversarial Evaluation of AI-Generated Student Essay Detection

EMNLP 2023long main

Large language models (LLMs) have exhibited remarkable capabilities in text generation tasks. However, the utilization of these models carries inherent risks, including but not limited to plagiarism, the dissemination of fake news, and issues in educational exercises. Although several detectors have…

Cited by 0SourcecodeScholar
2023

Learning In-context Learning for Named Entity Recognition

ACL 2023long

Named entity recognition in real-world applications suffers from the diversity of entity types, the emergence of new entity types, and the lack of high-quality annotations. To address the above problems, this paper proposes an in-context learning-based NER approach, which can effectively inject in-c…

2023

Towards Imperceptible Document Manipulations against Neural Ranking Models

ACL 2023findings

Adversarial attacks have gained traction in order to identify vulnerabilities in neural ranking models (NRMs), but current attack methods often introduce noticeable errors. Moreover, current methods rely heavily on using a well-imitated surrogate NRM to guarantee the attack effect, making them diffi…

2023

Understanding Differential Search Index for Text Retrieval

ACL 2023findings

The Differentiable Search Index (DSI) is a novel information retrieval (IR) framework that utilizes a differentiable function to generate a sorted list of document identifiers in response to a given query. However, due to the black-box nature of the end-to-end neural architecture, it remains to be u…

2023

Universal Information Extraction as Unified Semantic Matching

AAAI 2023technical

The challenge of information extraction (IE) lies in the diversity of label schemas and the heterogeneity of structures. Traditional methods require task-specific model design and rely heavily on expensive supervision, making them difficult to generalize to new schemas. In this paper, we decouple IE…

Cited by 64SourcePDFScholar
2023

WebDP: Understanding Discourse Structures in Semi-Structured Web Documents

ACL 2023findings

Web documents have become rich data resources in current era, and understanding their discourse structure will potentially benefit various downstream document processing applications. Unfortunately, current discourse analysis and document intelligence research mostly focus on either discourse struct…

2022

Bridging the Gap between Reality and Ideality of Entity Matching: A Revisting and Benchmark Re-Constrcution

IJCAI 2022poster

Entity matching (EM) is the most critical step for entity resolution (ER). While current deep learning-based methods achieve very impressive performance on standard EM benchmarks, their real-world application performance is much frustrating. In this paper, we highlight that such the gap between real…

2022

Can Prompt Probe Pretrained Language Models? Understanding the Invisible Risks from a Causal View

ACL 2022long

Prompt-based probing has been widely used in evaluating the abilities of pretrained language models (PLMs). Unfortunately, recent studies have discovered such an evaluation may be inaccurate, inconsistent and unreliable. Furthermore, the lack of understanding its inner workings, combined with its wi…

2022

Few-shot Named Entity Recognition with Self-describing Networks

ACL 2022long

Few-shot NER needs to effectively capture information from limited instances and transfer useful knowledge from external resources. In this paper, we propose a self-describing mechanism for few-shot NER, which can effectively leverage illustrative instances and precisely transfer knowledge from exte…

2022

Pre-training to Match for Unified Low-shot Relation Extraction

ACL 2022long

Low-shot relation extraction (RE) aims to recognize novel relations with very few or even no samples, which is critical in real scenario application. Few-shot and zero-shot RE are two representative low-shot RE tasks, which seem to be with similar target but require totally different underlying abil…

2022

Procedural Text Understanding via Scene-Wise Evolution

AAAI 2022technical

Procedural text understanding requires machines to reason about entity states within the dynamical narratives. Current procedural text understanding approaches are commonly entity-wise, which separately track each entity and independently predict different states of each entity. Such an entity-wise…

2022

Semantic-aware Contrastive Learning for More Accurate Semantic Parsing

EMNLP 2022main

Since the meaning representations are detailed and accurate annotations which express fine-grained sequence-level semtantics, it is usually hard to train discriminative semantic parsers via Maximum Likelihood Estimation (MLE) in an autoregressive fashion. In this paper, we propose a semantic-aware c…

2022

Towards Robust Dense Retrieval via Local Ranking Alignment

IJCAI 2022poster

Dense retrieval (DR) has extended the employment of pre-trained language models, like BERT, for text ranking. However, recent studies have raised the robustness issue of DR model against query variations, like query with typos, along with non-trivial performance losses. Herein, we argue that it woul…

2022

Unified Structure Generation for Universal Information Extraction

ACL 2022long

Information extraction suffers from its varying targets, heterogeneous structures, and demand-specific schemas. In this paper, we propose a unified text-to-structure generation framework, namely UIE, which can universally model different IE tasks, adaptively generate targeted structures, and collabo…

2021

Benchmarking Knowledge-Enhanced Commonsense Question Answering via Knowledge-to-Text Transformation

AAAI 2021technical

A fundamental ability of humans is to utilize commonsense knowledge in language understanding and question answering. In recent years, many knowledge-enhanced Commonsense Question Answering (CQA) approaches have been proposed. However, it remains unclear: (1) How far can we get by exploiting externa…

Cited by 51SourcePDFScholar
2021

De-biasing Distantly Supervised Named Entity Recognition via Causal Intervention

ACL 2021long

Distant supervision tackles the data bottleneck in NER by automatically generating training instances via dictionary matching. Unfortunately, the learning of DS-NER is severely dictionary-biased, which suffers from spurious correlations and therefore undermines the effectiveness and the robustness o…

2021

Denoising Distantly Supervised Named Entity Recognition via a Hypergeometric Probabilistic Model

AAAI 2021technical

Denoising is the essential step for distant supervision based named entity recognition. Previous denoising methods are mostly based on instance-level confidence statistics, which ignore the variety of the underlying noise distribution on different datasets and entity types. This makes them difficult…

2021

Element Intervention for Open Relation Extraction

ACL 2021long

Open relation extraction aims to cluster relation instances referring to the same underlying relation, which is a critical step for general relation extraction. Current OpenRE models are commonly trained on the datasets generated from distant supervision, which often results in instability and makes…

2021

Fine-grained Entity Typing via Label Reasoning

EMNLP 2021main

Conventional entity typing approaches are based on independent classification paradigms, which make them difficult to recognize inter-dependent, long-tailed and fine-grained entity types. In this paper, we argue that the implicitly entailed extrinsic and intrinsic dependencies between labels can pro…

2021

From Discourse to Narrative: Knowledge Projection for Event Relation Extraction

ACL 2021long

Current event-centric knowledge graphs highly rely on explicit connectives to mine relations between events. Unfortunately, due to the sparsity of connectives, these methods severely undermine the coverage of EventKGs. The lack of high-quality labelled corpora further exacerbates that problem. In th…

2021

From Paraphrasing to Semantic Parsing: Unsupervised Semantic Parsing via Synchronous Semantic Decoding

ACL 2021long

Semantic parsing is challenging due to the structure gap and the semantic gap between utterances and logical forms. In this paper, we propose an unsupervised semantic parsing method - Synchronous Semantic Decoding (SSD), which can simultaneously resolve the semantic gap and the structure gap by join…

2021

Honey or Poison? Solving the Trigger Curse in Few-shot Event Detection via Causal Intervention

EMNLP 2021main

Event detection has long been troubled by the trigger curse: overfitting the trigger will harm the generalization ability while underfitting it will hurt the detection performance. This problem is even more severe in few-shot scenario. In this paper, we identify and solve the trigger curse problem i…

2021

Knowledgeable or Educated Guess? Revisiting Language Models as Knowledge Bases

ACL 2021long

Previous literatures show that pre-trained masked language models (MLMs) such as BERT can achieve competitive factual knowledge extraction performance on some datasets, indicating that MLMs can potentially be a reliable knowledge source. In this paper, we conduct a rigorous study to explore the unde…

2021

Progressive Adversarial Learning for Bootstrapping: A Case Study on Entity Set Expansion

EMNLP 2021main

Bootstrapping has become the mainstream method for entity set expansion. Conventional bootstrapping methods mostly define the expansion boundary using seed-based distance metrics, which heavily depend on the quality of selected seeds and are hard to be adjusted due to the extremely sparse supervisio…

2021

Text2Event: Controllable Sequence-to-Structure Generation for End-to-end Event Extraction

ACL 2021long

Event extraction is challenging due to the complex structure of event records and the semantic gap between text and event. Traditional methods usually extract event records by decomposing the complex structure prediction task into multiple subtasks. In this paper, we propose Text2Event, a sequence-t…

2020

Global Structure and Local Semantics-Preserved Embeddings for Entity Alignment

IJCAI 2020poster

Entity alignment (EA) aims to identify entities located in different knowledge graphs (KGs) that refer to the same real-world object. To learn the entity representations, most EA approaches rely on either translation-based methods which capture the local relation semantics of entities or graph convo…

Cited by 0SourcePDFScholar
2020

Hierarchical Matching Network for Heterogeneous Entity Resolution

IJCAI 2020poster

Entity resolution (ER) aims to identify data records referring to the same real-world entity. Most existing ER approaches rely on the assumption that the entity records to be resolved are homogeneous, i.e., their attributes are aligned. Unfortunately, entities in real-world datasets are often hetero…