← Search

Jiafeng Guo

59 accepted papers

2026

Annotation-Efficient Honesty Alignment via Confidence Elicitation and Calibration

ICLR 2026poster

Honesty alignment—the ability of large language models (LLMs) to recognize their knowledge boundaries and express calibrated confidence—is essential for trustworthy deployment. Existing methods either rely on training-free confidence estimation (e.g., token probabilities, self-consistency) or traini…

Cited by 0SourceScholar
2026

Beyond Text-Only: Towards Multimodal Table Retrieval in Open-World

ICLR 2026poster

Open-domain table retrieval aims to retrieve semantically relevant structured tables from a large-scale corpus in response to natural language queries. Unlike unstructured text, tables store information not only through their textual or numerical content but also through their structural properties,…

Cited by 0SourceScholar
2026

Reward and Guidance through Rubrics: Promoting Exploration to Improve Multi-Domain Reasoning

ICML 2026spotlight

Recent advances in reinforcement learning (RL) have significantly improved the complex reasoning capabilities of large language models (LLMs). Despite these successes, existing methods mainly focus on single-domain RL (e.g., mathematics) with verifiable rewards (RLVR), and their reliance on purely o…

Cited by 0SourceScholar
2026

Thinking Forward and Backward: Multi-Objective Reinforcement Learning for Retrieval-Augmented Reasoning

AAAI 2026technical

Retrieval-augmented generation (RAG) has proven to be effective in mitigating hallucinations in large language models, yet its effectiveness remains limited in complex, multi-step reasoning scenarios. Recent efforts have incorporated search-based interactions into RAG, enabling iterative reasoning w

Cited by 0SourcePDFScholar
2025

A Generative Framework for Personalized Sticker Retrieval

EMNLP 2025

Formulating information retrieval as a variant of generative modeling, specifically using autoregressive models to generate relevant identifiers for a given query, has recently attracted considerable attention. However, its application to personalized sticker retrieval remains largely unexplored and

Cited by 0SourcePDFScholar
2025

A Survey of Link Prediction in N-ary Knowledge Graphs

EMNLP 2025

N-ary Knowledge Graphs (NKGs) are a specialized type of knowledge graph designed to efficiently represent complex real-world facts. Unlike traditional knowledge graphs, where a fact typically involves two entities, NKGs can capture n-ary facts containing more than two entities. Link prediction in NK

2025

Attack-in-the-Chain: Bootstrapping Large Language Models for Attacks Against Black-Box Neural Ranking Models

AAAI 2025technical

Neural ranking models (NRMs) have been shown to be highly effective in terms of retrieval performance. Unfortunately, they have also displayed a higher degree of sensitivity to attacks than previous generation models. To help expose and address this lack of robustness, we introduce a novel ranking a…

2025

CLIPure: Purification in Latent Space via CLIP for Adversarially Robust Zero-Shot Classification

ICLR 2025poster

In this paper, we aim to build an adversarially robust zero-shot image classifier that can accurately and efficiently classify unseen examples while defending against unforeseen adversarial attacks, addressing critical challenges in real-world safety-sensitive scenarios. To achieve this, we focus on…

2025

Evaluating Implicit Bias in Large Language Models by Attacking From a Psychometric Perspective

ACL 2025finding

As large language models (LLMs) become an important way of information access, there have been increasing concerns that LLMs may intensify the spread of unethical content, including implicit bias that hurts certain populations without explicit harmful words. In this paper, we conduct a rigorous eval…

2025

G2S: A General-to-Specific Learning Framework for Temporal Knowledge Graph Forecasting with Large Language Models

ACL 2025finding

Forecasting over Temporal Knowledge Graphs (TKGs) which predicts future facts based on historical ones has received much attention. Recent studies have introduced Large Language Models (LLMs) for this task to enhance the models’ generalization abilities. However, these models perform forecasting via…

2025

Inductive Link Prediction in N-ary Knowledge Graphs

COLING 2025main

N-ary Knowledge Graphs (NKGs), where a fact can involve more than two entities, have gained increasing attention. Link Prediction in NKGs (LPN) aims to predict missing elements in facts to facilitate the completion of NKGs. Current LPN methods implicitly operate under a closed-world assumption, mean…

2025

KnowCoder-X: Boosting Multilingual Information Extraction via Code

ACL 2025finding

Empirical evidence indicates that LLMs exhibit spontaneous cross-lingual alignment. However, although LLMs show promising cross-lingual alignment in Information Extraction (IE), a significant imbalance across languages persists, highlighting an underlying deficiency. To address this, we propose Know…

2025

Large Language Model-Based Event Relation Extraction with Rationales

COLING 2025main

Event Relation Extraction (ERE) aims to extract various types of relations between different events within texts. Although Large Language Models (LLMs) have demonstrated impressive capabilities in many natural language processing tasks, existing ERE methods based on LLMs still face three key challen…

2025

MDPO: Customized Direct Preference Optimization with a Metric-based Sampler for Question and Answer Generation

COLING 2025main

With the extensive use of large language models, automatically generating QA datasets for domain-specific fine-tuning has become crucial. However, considering the multifaceted demands for readability, diversity, and comprehensiveness of QA data, current methodologies fall short in producing high-qua…

2025

MPRF: Interpretable Stance Detection through Multi-Path Reasoning Framework

EMNLP 2025

Stance detection, a critical task in Natural Language Processing (NLP), aims to identify the attitude expressed in text toward specific targets. Despite advancements in Large Language Models (LLMs), challenges such as limited interpretability and handling nuanced content persist. To address these is

Cited by 0SourcePDFScholar
2025

QUITO-X: A New Perspective on Context Compression from the Information Bottleneck Theory

EMNLP 2025

Generative large language models ( LLMs) have achieved remarkable success in various industrial applications, owing to their promising In-Context Learning capabilities. However, the issue of long context in complex tasks poses a significant barrier to their wider adoption, manifested in two main asp

Cited by 0SourcePDFScholar
2025

Text2Sql: Pure Fine-Tuning and Pure Knowledge Distillation

NAACL 2025industry

Text2Sql is a task that converts natural language questions into SQL queries. In previous research on LLM fine-tuning, researchers typically input both the entire database schema and the natural language question into the model. This approach has two issues: 1) the model’s context is limited when de…

Cited by 0SourcePDFScholar
2025

The Silent Saboteur: Imperceptible Adversarial Attacks against Black-Box Retrieval-Augmented Generation Systems

ACL 2025finding

We explore adversarial attacks against retrieval-augmented generation (RAG) systems to identify their vulnerabilities. We focus on generating human-imperceptible adversarial examples and introduce a novel imperceptible retrieve-to-generate attack against RAG. This task aims to find imperceptible per…

2025

Towards Event Extraction with Massive Types: LLM-based Collaborative Annotation and Partitioning Extraction

EMNLP 2025

Developing a general-purpose system that can extract events with massive types is a long-standing target in Event Extraction (EE). In doing so, the basic challenge comes from the absence of an efficient and effective annotation framework to construct the corresponding datasets. In this paper, we pro

2025

Towards Fully Exploiting LLM Internal States to Enhance Knowledge Boundary Perception

ACL 2025long

Large language models (LLMs) exhibit impressive performance across diverse tasks but often struggle to accurately gauge their knowledge boundaries, leading to confident yet incorrect responses. This paper explores leveraging LLMs’ internal states to enhance their perception of knowledge boundaries f…

Cited by 0SourcePDFScholar
2025

Towards Robust Universal Information Extraction: Dataset, Evaluation, and Solution

ACL 2025long

In this paper, we aim to enhance the robustness of Universal Information Extraction (UIE) by introducing a new benchmark dataset, a comprehensive evaluation, and a feasible solution. Existing robust benchmark datasets have two key limitations: 1) They generate only a limited range of perturbations f…

2025

Utility-Focused LLM Annotation for Retrieval and Retrieval-Augmented Generation

EMNLP 2025

This paper explores the use of large language models (LLMs) for annotating document utility in training retrieval and retrieval-augmented generation (RAG) systems, aiming to reduce dependence on costly human annotations. We address the gap between retrieval relevance and generative utility by employ

Cited by 0SourcePDFScholar
2024

Bootstrapped Pre-training with Dynamic Identifier Prediction for Generative Retrieval

ACL 2024findings

Generative retrieval uses differentiable search indexes to directly generate relevant document identifiers in response to a query. Recent studies have highlighted the potential of a strong generative retrieval model, trained with carefully crafted pre-training tasks, to enhance downstream retrieval…

Cited by 0SourcePDFScholar
2024

CausalDiff: Causality-Inspired Disentanglement via Diffusion Model for Adversarial Defense

NeurIPS 2024poster

Despite ongoing efforts to defend neural classifiers from adversarial attacks, they remain vulnerable, especially to unseen attacks. In contrast, humans are difficult to be cheated by subtle manipulations, since we make judgments only based on essential factors. Inspired by this observation, we atte…

2024

Controlling Risk of Retrieval-augmented Generation: A Counterfactual Prompting Framework

EMNLP 2024finding

Retrieval-augmented generation (RAG) has emerged as a popular solution to mitigate the hallucination issues of large language models. However, existing studies on RAG seldom address the issue of predictive uncertainty, i.e., how likely it is that a RAG model’s prediction is incorrect, resulting in u…

2024

Few-shot Link Prediction on Hyper-relational Facts

COLING 2024main

Hyper-relational facts, which consist of a primary triple (head entity, relation, tail entity) and auxiliary attribute-value pairs, are widely present in real-world Knowledge Graphs (KGs). Link Prediction on Hyper-relational Facts (LPHFs) is to predict a missing element in a hyper-relational fact, w…

2024

Generative Retrieval Meets Multi-Graded Relevance

NeurIPS 2024spotlight

Generative retrieval represents a novel approach to information retrieval, utilizing an encoder-decoder architecture to directly produce relevant document identifiers (docids) for queries. While this method offers benefits, current implementations are limited to scenarios with binary relevance data,…

Cited by 2SourcePDFScholar
2024

LINKAGE: Listwise Ranking among Varied-Quality References for Non-Factoid QA Evaluation via LLMs

EMNLP 2024finding

Non-Factoid (NF) Question Answering (QA) is challenging to evaluate due to diverse potential answers and no objective criterion. The commonly used automatic evaluation metrics like ROUGE or BERTScore cannot accurately measure semantic similarities or answers from different perspectives. Recently, La…

Cited by 0SourcePDFScholar
2024

Nested Event Extraction upon Pivot Element Recognition

COLING 2024main

Nested Event Extraction (NEE) aims to extract complex event structures where an event contains other events as its arguments recursively. Nested events involve a kind of Pivot Elements (PEs) that simultaneously act as arguments of outer-nest events and as triggers of inner-nest events, and thus conn…

2024

Perturbation-Invariant Adversarial Training for Neural Ranking Models: Improving the Effectiveness-Robustness Trade-Off

AAAI 2024technical

Neural ranking models (NRMs) have shown great success in information retrieval (IR). But their predictions can easily be manipulated using adversarial examples, which are crafted by adding imperceptible perturbations to legitimate documents. This vulnerability raises significant concerns about their…

2024

Pretraining Data Detection for Large Language Models: A Divergence-based Calibration Method

EMNLP 2024main

As the scale of training corpora for large language models (LLMs) grows, model developers become increasingly reluctant to disclose details on their data. This lack of transparency poses challenges to scientific evaluation and ethical deployment. Recently, pretraining data detection approaches, whic…

2024

RoCEL: Advancing Table Entity Linking through Distinctive Row and Column Contexts

EMNLP 2024main

Table entity linking (TEL) aims to map entity mentions in the table to their corresponding entities in a knowledge base (KB). The core of this task is to leverage structured contexts, specifically row and column contexts, to enhance the semantics of mentions in entity disambiguation. Most entity lin…

Cited by 0SourcePDFScholar
2024

Selective Temporal Knowledge Graph Reasoning

COLING 2024main

Temporal Knowledge Graph (TKG), which characterizes temporally evolving facts in the form of (subject, relation, object, timestamp), has attracted much attention recently. TKG reasoning aims to predict future facts based on given historical ones. However, existing TKG reasoning models are unable to…

Cited by 1SourcePDFScholar
2024

When Do LLMs Need Retrieval Augmentation? Mitigating LLMs’ Overconfidence Helps Retrieval Augmentation

ACL 2024findings

Large Language Models (LLMs) have been found to have difficulty knowing they do not possess certain knowledge and tend to provide specious answers in such cases. Retrieval Augmentation (RA) has been extensively studied to mitigate LLMs’ hallucinations. However, due to the extra overhead and unassure…

2023

From Relevance to Utility: Evidence Retrieval with Feedback for Fact Verification

EMNLP 2023short findings

Retrieval-enhanced methods have become a primary approach in fact verification (FV); it requires reasoning over multiple retrieved pieces of evidence to verify the integrity of a claim. To retrieve evidence, existing work often employs off-the-shelf retrieval models whose design is based on the prob…

Cited by 0SourcecodeScholar
2023

Learning Adversarially Robust Sparse Networks via Weight Reparameterization

AAAI 2023technical

Although increasing model size can enhance the adversarial robustness of deep neural networks, in resource-constrained environments, there exist critical sparsity constraints. While the recent robust pruning technologies show promising direction to obtain adversarially robust sparse networks, they p…

2023

Learning Discrete Representations via Constrained Clustering for Effective and Efficient Dense Retrieval (Extended Abstract)

IJCAI 2023poster

Dense Retrieval~(DR) has achieved state-of-the-art first-stage ranking effectiveness. However, the efficiency of most existing DR models is limited by the large memory cost of storing dense vectors and the time-consuming nearest neighbor search~(NNS) in vector space. Therefore, we present RepCONC, a…

2023

Rich Event Modeling for Script Event Prediction

AAAI 2023technical

Script is a kind of structured knowledge extracted from texts, which contains a sequence of events. Based on such knowledge, script event prediction aims to predict the subsequent event. To do so, two aspects should be considered for events, namely, event description (i.e., what the events should co…

2023

Semantic Structure Enhanced Event Causality Identification

ACL 2023long

Event Causality Identification (ECI) aims to identify causal relations between events in unstructured texts. This is a very challenging task, because causal relations are usually expressed by implicit associations between events. Existing methods usually capture such associations by directly modelin…

2023

Temporal Knowledge Graph Reasoning Based on N-tuple Modeling

EMNLP 2023long findings

Reasoning over Temporal Knowledge Graphs (TKGs) that predicts temporal facts (e.g., events) in the future is crucial for many applications. The temporal facts in existing TKGs only contain their core entities (i.e., the entities playing core roles therein) and formulate them as quadruples, i.e., (su…

Cited by 0SourceScholar
2022

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

NAACL 2022findings

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

2022

A Re-Balancing Strategy for Class-Imbalanced Classification Based on Instance Difficulty

CVPR 2022poster

Real-world data often exhibits class-imbalanced distributions, where a few classes (a.k.a. majority classes) occupy most instances and lots of classes (a.k.a. minority classes) have few instances. Neural classification models usually perform poorly on minority classes when training on such imbalance…

Cited by 44PDFScholar
2022

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

COLING 2022main

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

2022

Complex Evolutional Pattern Learning for Temporal Knowledge Graph Reasoning

ACL 2022short

A Temporal Knowledge Graph (TKG) is a sequence of KGs corresponding to different timestamps. TKG reasoning aims to predict potential facts in the future given the historical KG sequences. One key of this task is to mine and understand evolutional patterns of facts from these sequences. The evolution…

2022

HiSMatch: Historical Structure Matching based Temporal Knowledge Graph Reasoning

EMNLP 2022finding

A Temporal Knowledge Graph (TKG) is a sequence of KGs with respective timestamps, which adopts quadruples in the form of (subject, relation, object, timestamp) to describe dynamic facts. TKG reasoning has facilitated many real-world applications via answering such queries as (query entity, query rel…

2022

Knowledge-Enhanced Self-Supervised Prototypical Network for Few-Shot Event Detection

EMNLP 2022finding

Prototypical network based joint methods have attracted much attention in few-shot event detection, which carry out event detection in a unified sequence tagging framework. However, these methods suffer from the inaccurate prototype representation problem, due to two main reasons: the number of inst…

Cited by 12SourcePDFScholar
2022

Learning Discrete Representations via Constrained Clustering for Effective and Efficient Dense Retrieval (Extended Abstract)

IJCAI 2022poster

Dense Retrieval (DR) has achieved state-of-the-art first-stage ranking effectiveness. However, the efficiency of most existing DR models is limited by the large memory cost of storing dense vectors and the time-consuming nearest neighbor search (NNS) in vector space. Therefore, we present RepCONC, a…

2022

MGAD: Learning Descriptional Representation Distilled from Distributional Semantics for Unseen Entities

IJCAI 2022poster

Entity representation plays a central role in building effective entity retrieval models. Recent works propose to learn entity representations based on entity-centric contexts, which achieve SOTA performances on many tasks. However, these methods lead to poor representations for unseen entities sinc…

Cited by 0SourcePDFScholar
2022

MetaSLRCL: A Self-Adaptive Learning Rate and Curriculum Learning Based Framework for Few-Shot Text Classification

COLING 2022main

Due to the lack of labeled data in many realistic scenarios, a number of few-shot learning methods for text classification have been proposed, among which the meta learning based ones have recently attracted much attention. Such methods usually consist of a learner as the classifier and a meta learn…

Cited by 6SourcePDFScholar
2022

Visual Named Entity Linking: A New Dataset and A Baseline

EMNLP 2022finding

Visual Entity Linking (VEL) is a task to link regions of images with their corresponding entities in Knowledge Bases (KBs), which is beneficial for many computer vision tasks such as image retrieval, image caption, and visual question answering. While existing tasks in VEL either rely on textual dat…

2021

Integrating Deep Event-Level and Script-Level Information for Script Event Prediction

EMNLP 2021main

Scripts are structured sequences of events together with the participants, which are extracted from the texts. Script event prediction aims to predict the subsequent event given the historical events in the script. Two kinds of information facilitate this task, namely, the event-level information an…

2021

Learning to Truncate Ranked Lists for Information Retrieval

AAAI 2021technical

Ranked list truncation is of critical importance in a variety of professional information retrieval applications such as patent search or legal search. The goal is to dynamically determine the number of returned documents according to some user-defined objectives, in order to reach a balance between…

Cited by 9SourcePDFScholar
2021

Search from History and Reason for Future: Two-stage Reasoning on Temporal Knowledge Graphs

ACL 2021long

Temporal Knowledge Graphs (TKGs) have been developed and used in many different areas. Reasoning on TKGs that predicts potential facts (events) in the future brings great challenges to existing models. When facing a prediction task, human beings usually search useful historical information (i.e., cl…

Cited by 132SourcePDFScholar
2021

Sketch and Customize: A Counterfactual Story Generator

AAAI 2021technical

Recent text generation models are easy to generate relevant and fluent text for the given text, while lack of causal reasoning ability when we change some parts of the given text. Counterfactual story rewriting is a recently proposed task to test the causal reasoning ability for text generation mode…

2020

Event Coreference Resolution with their Paraphrases and Argument-aware Embeddings

COLING 2020main

Event coreference resolution aims to classify all event mentions that refer to the same real-world event into the same group, which is necessary to information aggregation and many downstream applications. To resolve event coreference, existing methods usually calculate the similarities between even…

Cited by 46SourcePDFScholar
2020

On the Relation between Quality-Diversity Evaluation and Distribution-Fitting Goal in Text Generation

ICML 2020poster

The goal of text generation models is to fit the underlying real probability distribution of text. For performance evaluation, quality and diversity metrics are usually applied. However, it is still not clear to what extend can the quality-diversity evaluation reflect the distribution-fitting goal.…

Cited by 6SourcePDFScholar