Search Results for author: Xiaolong Jin

Found 27 papers, 7 papers with code

Locally Adaptive Translation for Knowledge Graph Embedding

no code implementations4 Dec 2015 Yantao Jia, Yuanzhuo Wang, Hailun Lin, Xiaolong Jin, Xue-Qi Cheng

Knowledge graph embedding aims to represent entities and relations in a large-scale knowledge graph as elements in a continuous vector space.

Knowledge Graph Embedding Knowledge Graphs +1

NeuInfer: Knowledge Inference on N-ary Facts

no code implementations ACL 2020 Saiping Guan, Xiaolong Jin, Jiafeng Guo, Yuanzhuo Wang, Xue-Qi Cheng

It aims to infer an unknown element in a partial fact consisting of the primary triple coupled with any number of its auxiliary description(s).

Attribute Descriptive +1

Event Coreference Resolution with their Paraphrases and Argument-aware Embeddings

no code implementations COLING 2020 Yutao Zeng, Xiaolong Jin, Saiping Guan, Jiafeng Guo, Xueqi Cheng

To resolve event coreference, existing methods usually calculate the similarities between event mentions and between specific kinds of event arguments.

coreference-resolution Event Coreference Resolution

Link Prediction on N-ary Relational Data Based on Relatedness Evaluation

1 code implementation21 Apr 2021 Saiping Guan, Xiaolong Jin, Jiafeng Guo, Yuanzhuo Wang, Xueqi Cheng

However, they mainly focus on link prediction on binary relational data, where facts are usually represented as triples in the form of (head entity, relation, tail entity).

Knowledge Graphs Link Prediction

Temporal Knowledge Graph Reasoning Based on Evolutional Representation Learning

1 code implementation21 Apr 2021 Zixuan Li, Xiaolong Jin, Wei Li, Saiping Guan, Jiafeng Guo, HuaWei Shen, Yuanzhuo Wang, Xueqi Cheng

To capture these properties effectively and efficiently, we propose a novel Recurrent Evolution network based on Graph Convolution Network (GCN), called RE-GCN, which learns the evolutional representations of entities and relations at each timestamp by modeling the KG sequence recurrently.

Representation Learning

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

no code implementations ACL 2021 Zixuan Li, Xiaolong Jin, Saiping Guan, Wei Li, Jiafeng Guo, Yuanzhuo Wang, Xueqi Cheng

Specifically, at the clue searching stage, CluSTeR learns a beam search policy via reinforcement learning (RL) to induce multiple clues from historical facts.

Knowledge Graphs Reinforcement Learning (RL)

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

1 code implementation EMNLP 2021 Long Bai, Saiping Guan, Jiafeng Guo, Zixuan Li, Xiaolong Jin, Xueqi Cheng

In this paper, we propose a Transformer-based model, called MCPredictor, which integrates deep event-level and script-level information for script event prediction.

What is Event Knowledge Graph: A Survey

1 code implementation31 Dec 2021 Saiping Guan, Xueqi Cheng, Long Bai, Fujun Zhang, Zixuan Li, Yutao Zeng, Xiaolong Jin, Jiafeng Guo

Besides entity-centric knowledge, usually organized as Knowledge Graph (KG), events are also an essential kind of knowledge in the world, which trigger the spring up of event-centric knowledge representation form like Event KG (EKG).

Question Answering Text Generation

Complex Evolutional Pattern Learning for Temporal Knowledge Graph Reasoning

1 code implementation ACL 2022 Zixuan Li, Saiping Guan, Xiaolong Jin, Weihua Peng, Yajuan Lyu, Yong Zhu, Long Bai, Wei Li, Jiafeng Guo, Xueqi Cheng

Furthermore, these models are all trained offline, which cannot well adapt to the changes of evolutional patterns from then on.

HiSMatch: Historical Structure Matching based Temporal Knowledge Graph Reasoning

no code implementations18 Oct 2022 Zixuan Li, Zhongni Hou, Saiping Guan, Xiaolong Jin, Weihua Peng, Long Bai, Yajuan Lyu, Wei Li, Jiafeng Guo, Xueqi Cheng

This is actually a matching task between a query and candidate entities based on their historical structures, which reflect behavioral trends of the entities at different timestamps.

Relation

Rich Event Modeling for Script Event Prediction

1 code implementation16 Dec 2022 Long Bai, Saiping Guan, Zixuan Li, Jiafeng Guo, Xiaolong Jin, Xueqi Cheng

Fundamentally, it is based on the proposed rich event description, which enriches the existing ones with three kinds of important information, namely, the senses of verbs, extra semantic roles, and types of participants.

Few-shot Link Prediction on N-ary Facts

no code implementations10 May 2023 Jiyao Wei, Saiping Guan, Xiaolong Jin, Jiafeng Guo, Xueqi Cheng

Thus, we introduce a new task, Few-Shot Link Prediction on Hyper-relational Facts (FSLPHFs).

Attribute Knowledge Graphs +3

Semantic Structure Enhanced Event Causality Identification

no code implementations22 May 2023 Zhilei Hu, Zixuan Li, Xiaolong Jin, Long Bai, Saiping Guan, Jiafeng Guo, Xueqi Cheng

This is a very challenging task, because causal relations are usually expressed by implicit associations between events.

Event Causality Identification

Nested Event Extraction upon Pivot Element Recogniton

1 code implementation22 Sep 2023 Weicheng Ren, Zixuan Li, Xiaolong Jin, Long Bai, Miao Su, Yantao Liu, Saiping Guan, Jiafeng Guo, Xueqi Cheng

Since existing NEE datasets (e. g., Genia11) are limited to specific domains and contain a narrow range of event types with nested structures, we systematically categorize nested events in the generic domain and construct a new NEE dataset, called ACE2005-Nest.

Event Extraction

ProtoEM: A Prototype-Enhanced Matching Framework for Event Relation Extraction

no code implementations22 Sep 2023 Zhilei Hu, Zixuan Li, Daozhu Xu, Long Bai, Cheng Jin, Xiaolong Jin, Jiafeng Guo, Xueqi Cheng

To comprehensively understand their intrinsic semantics, in this paper, we obtain prototype representations for each type of event relation and propose a Prototype-Enhanced Matching (ProtoEM) framework for the joint extraction of multiple kinds of event relations.

Event Relation Extraction Relation +1

Retrieval-Augmented Code Generation for Universal Information Extraction

no code implementations6 Nov 2023 Yucan Guo, Zixuan Li, Xiaolong Jin, Yantao Liu, Yutao Zeng, Wenxuan Liu, Xiang Li, Pan Yang, Long Bai, Jiafeng Guo, Xueqi Cheng

Therefore, in this paper, we propose a universal retrieval-augmented code generation framework based on LLMs, called Code4UIE, for IE tasks.

Code Generation In-Context Learning +1

MULTIVERSE: Exposing Large Language Model Alignment Problems in Diverse Worlds

no code implementations25 Jan 2024 Xiaolong Jin, Zhuo Zhang, Xiangyu Zhang

Given the low cost of our method, we are able to conduct a large scale study regarding LLM alignment issues in different worlds.

Language Modelling Large Language Model

KnowCoder: Coding Structured Knowledge into LLMs for Universal Information Extraction

no code implementations12 Mar 2024 Zixuan Li, Yutao Zeng, Yuxin Zuo, Weicheng Ren, Wenxuan Liu, Miao Su, Yucan Guo, Yantao Liu, Xiang Li, Zhilei Hu, Long Bai, Wei Li, Yidan Liu, Pan Yang, Xiaolong Jin, Jiafeng Guo, Xueqi Cheng

After instruction tuning, KnowCoder further exhibits strong generalization ability on unseen schemas and achieves up to $\textbf{12. 5%}$ and $\textbf{21. 9%}$, compared to sota baselines, under the zero-shot setting and the low resource setting, respectively.

Code Generation Language Modelling +2

Class-Incremental Few-Shot Event Detection

no code implementations2 Apr 2024 Kailin Zhao, Xiaolong Jin, Long Bai, Jiafeng Guo, Xueqi Cheng

Therefore, this paper proposes a new task, called class-incremental few-shot event detection.

Event Detection Few-Shot Learning +1

Self-Improvement Programming for Temporal Knowledge Graph Question Answering

no code implementations2 Apr 2024 Zhuo Chen, Zhao Zhang, Zixuan Li, Fei Wang, Yutao Zeng, Xiaolong Jin, Yongjun Xu

Temporal Knowledge Graph Question Answering (TKGQA) aims to answer questions with temporal intent over Temporal Knowledge Graphs (TKGs).

Graph Question Answering In-Context Learning +3

Selective Temporal Knowledge Graph Reasoning

no code implementations2 Apr 2024 Zhongni Hou, Xiaolong Jin, Zixuan Li, Long Bai, Jiafeng Guo, Xueqi Cheng

Temporal Knowledge Graph (TKG), which characterizes temporally evolving facts in the form of (subject, relation, object, timestamp), has attracted much attention recently.

Cannot find the paper you are looking for? You can Submit a new open access paper.