中文
相关论文

相关论文: Cross-lingual Entity Alignment with Incidental Sup…

200 篇论文

Most Knowledge Graphs (KGs) contain textual descriptions of entities in various natural languages. These descriptions of entities provide valuable information that may not be explicitly represented in the structured part of the KG. Based on…

计算与语言 · 计算机科学 2020-04-23 Genet Asefa Gesese , Mehwish Alam , Harald Sack

Cross-lingual entity alignment (EA) aims to find the equivalent entities between crosslingual KGs, which is a crucial step for integrating KGs. Recently, many GNN-based EA methods are proposed and show decent performance improvements on…

计算与语言 · 计算机科学 2021-09-16 Xin Mao , Wenting Wang , Yuanbin Wu , Man Lan

Predicting missing facts in a knowledge graph (KG) is crucial as modern KGs are far from complete. Due to labor-intensive human labeling, this phenomenon deteriorates when handling knowledge represented in various languages. In this paper,…

人工智能 · 计算机科学 2022-03-30 Zijie Huang , Zheng Li , Haoming Jiang , Tianyu Cao , Hanqing Lu , Bing Yin , Karthik Subbian , Yizhou Sun , Wei Wang

Knowledge graph embedding methods learn embeddings of entities and relations in a low dimensional space which can be used for various downstream machine learning tasks such as link prediction and entity matching. Various graph convolutional…

机器学习 · 计算机科学 2021-02-16 Nasrullah Sheikh , Xiao Qin , Berthold Reinwald , Christoph Miksovic , Thomas Gschwind , Paolo Scotton

Knowledge graphs (KGs) are an important tool for representing complex relationships between entities in the biomedical domain. Several methods have been proposed for learning embeddings that can be used to predict new links in such graphs.…

人工智能 · 计算机科学 2026-05-12 Daniel Daza , Dimitrios Alivanistos , Payal Mitra , Thom Pijnenburg , Michael Cochez , Paul Groth

Recent progress on unsupervised learning of cross-lingual embeddings in bilingual setting has given impetus to learning a shared embedding space for several languages without any supervision. A popular framework to solve the latter problem…

计算与语言 · 计算机科学 2020-04-21 Pratik Jawanpuria , Mayank Meghwanshi , Bamdev Mishra

Knowledge graph embedding (KGE), aiming to embed entities and relations into low-dimensional vectors, has attracted wide attention recently. However, the existing research is mainly based on the black-box neural models, which makes it…

计算与语言 · 计算机科学 2020-11-13 Xiaoyu Kou , Yankai Lin , Yuntao Li , Jiahao Xu , Peng Li , Jie Zhou , Yan Zhang

Given some video-query pairs with untrimmed videos and sentence queries, temporal sentence grounding (TSG) aims to locate query-relevant segments in these videos. Although previous respectable TSG methods have achieved remarkable success,…

计算机视觉与模式识别 · 计算机科学 2026-05-26 Xiang Fang , Wanlong Fang , Changshuo Wang , Daizong Liu , Keke Tang , Jianfeng Dong , Pan Zhou , Beibei Li

Entity linking (EL) aligns textual mentions with their corresponding entities in a knowledge base, facilitating various applications such as semantic search and question answering. Recent advances in multimodal entity linking (MEL) have…

信息检索 · 计算机科学 2025-04-22 Juyeon Kim , Geon Lee , Taeuk Kim , Kijung Shin

This paper addresses the problems of missing reasoning chains and insufficient entity-level semantic understanding in large language models when dealing with tasks that require structured knowledge. It proposes a fine-tuning algorithm…

计算与语言 · 计算机科学 2025-08-21 Wuyang Zhang , Yexin Tian , Xiandong Meng , Mengjie Wang , Junliang Du

Entity alignment is crucial for merging knowledge across knowledge graphs, as it matches entities with identical semantics. The standard method matches these entities based on their embedding similarities using semi-supervised learning.…

计算与语言 · 计算机科学 2024-10-29 Wei Ai , Yinghui Gao , Jianbin Li , Jiayi Du , Tao Meng , Yuntao Shou , Keqin Li

As an important branch in Recommender System, occasional group recommendation has received more and more attention. In this scenario, each occasional group (cold-start group) has no or few historical interacted items. As each occasional…

信息检索 · 计算机科学 2022-07-22 Bowen Hao , Hongzhi Yin , Cuiping Li , Hong Chen

Entity alignment(EA) is a crucial task for integrating cross-lingual and cross-domain knowledge graphs(KGs), which aims to discover entities referring to the same real-world object from different KGs. Most existing methods generate aligning…

计算与语言 · 计算机科学 2023-05-03 Zhishuo Zhang , Chengxiang Tan , Haihang Wang , Xueyan Zhao , Min Yang

We propose an unsupervised method to obtain cross-lingual embeddings without any parallel data or pre-trained word embeddings. The proposed model, which we call multilingual neural language models, takes sentences of multiple languages as…

计算与语言 · 计算机科学 2018-09-10 Takashi Wada , Tomoharu Iwata

Knowledge graph (KG) embedding is widely used in many downstream applications using KGs. Generally, since KGs contain only ground truth triples, it is necessary to construct arbitrary negative samples for representation learning of KGs.…

机器学习 · 计算机科学 2022-10-13 Sang-Hyun Je

Embedding-based entity alignment has been widely investigated in recent years, but most proposed methods still rely on an ideal supervised learning setting with a large number of unbiased seed mappings for training and validation, which…

计算与语言 · 计算机科学 2020-11-10 Ziheng Zhang , Jiaoyan Chen , Xi Chen , Hualuo Liu , Yuejia Xiang , Bo Liu , Yefeng Zheng

We propose a method to make natural language understanding models more parameter efficient by storing knowledge in an external knowledge graph (KG) and retrieving from this KG using a dense index. Given (possibly multilingual) downstream…

计算与语言 · 计算机科学 2022-06-28 Ningyuan Huang , Yash R. Deshpande , Yibo Liu , Houda Alberts , Kyunghyun Cho , Clara Vania , Iacer Calixto

Learning knowledge graph (KG) embeddings has received increasing attention in recent years. Most embedding models in literature interpret relations as linear or bilinear mapping functions to operate on entity embeddings. However, we find…

人工智能 · 计算机科学 2020-04-29 Zequn Sun , Jiacheng Huang , Wei Hu , Muchao Chen , Lingbing Guo , Yuzhong Qu

Given a set of candidate entities (e.g. movie titles), the ability to identify similar entities is a core capability of many recommender systems. Most often this is achieved by collaborative filtering approaches, i.e. if users co-engage…

信息检索 · 计算机科学 2023-12-08 Zijie Huang , Baolin Li , Hafez Asgharzadeh , Anne Cocos , Lingyi Liu , Evan Cox , Colby Wise , Sudarshan Lamkhede

Knowledge graph (KG) embedding encodes the entities and relations from a KG into low-dimensional vector spaces to support various applications such as KG completion, question answering, and recommender systems. In real world, knowledge…

数据库 · 计算机科学 2022-06-02 Tianxing Wu , Arijit Khan , Melvin Yong , Guilin Qi , Meng Wang