← Search

Xiaolong Jin

30 accepted papers

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

D-RAG: Differentiable Retrieval-Augmented Generation for Knowledge Graph Question Answering

EMNLP 2025

Knowledge Graph Question Answering (KGQA) aims to answer natural language questions based on knowledge graphs.Recent approaches apply the Retrieval-Augmented Generation (RAG) paradigm to incorporate Large Language Models (LLMs) to this task, where a retriever selects a question-related subgraph and

Cited by 0SourcePDFScholar
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

JailbreakDiffBench: A Comprehensive Benchmark for Jailbreaking Diffusion Models

ICCV 2025poster

Diffusion models are widely used in real-world applications, but ensuring their safety remains a major challenge. Despite many efforts to enhance the security of diffusion models, jailbreak and adversarial attacks can still bypass these defenses, generating harmful content. However, the lack of stan…

Cited by 0SourcePDFScholar
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

Profiler: Black-box AI-generated Text Origin Detection via Context-aware Inference Pattern Analysis

EMNLP 2025

With the increasing capabilities of Large Language Models (LLMs), the proliferation of AI-generated texts has become a serious concern. Given the diverse range of organizations providing LLMs, it is crucial for governments and third-party entities to identify the origin LLM of a given AI-generated t

Cited by 0SourcePDFScholar
2025

Real-Time Video Generation with Pyramid Attention Broadcast

ICLR 2025poster

We present Pyramid Attention Broadcast (PAB), a real-time, high quality and training-free approach for DiT-based video generation. Our method is founded on the observation that attention difference in the diffusion process exhibits a U-shaped pattern, indicating significant redundancy. We mitigate t…

2025

SuperGPQA: Scaling LLM Evaluation across 285 Graduate Disciplines

NeurIPS 2025poster

Large language models (LLMs) have demonstrated remarkable proficiency in mainstream academic disciplines such as mathematics, physics, and computer science. However, human knowledge encompasses over 200 specialized disciplines, far exceeding the scope of existing benchmarks. The capabilities of LLMs…

Cited by 215SourceScholar
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 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…

2024

A New Pipeline for Knowledge Graph Reasoning Enhanced by Large Language Models Without Fine-Tuning

EMNLP 2024main

Conventional Knowledge Graph Reasoning (KGR) models learn the embeddings of KG components over the structure of KGs, but their performances are limited when the KGs are severely incomplete. Recent LLM-enhanced KGR models input KG structural information into LLMs. However, they require fine-tuning on…

2024

BiScope: AI-generated Text Detection by Checking Memorization of Preceding Tokens

NeurIPS 2024poster

Detecting text generated by Large Language Models (LLMs) is a pressing need in order to identify and prevent misuse of these powerful models in a wide range of applications, which have highly undesirable consequences such as misinformation and academic dishonesty. Given a piece of subject text, m…

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

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

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

Self-Improvement Programming for Temporal Knowledge Graph Question Answering

COLING 2024main

Temporal Knowledge Graph Question Answering (TKGQA) aims to answer questions with temporal intent over Temporal Knowledge Graphs (TKGs). The core challenge of this task lies in understanding the complex semantic information regarding multiple types of time constraints (e.g., before, first) in questi…

Cited by 9SourcePDFScholar
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

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

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
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

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
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