paper-with-me

Papers

Cross-lingual Alignment of Knowledge Graph Triples with Sentences

2021-12-01 · ICON 2021 12 · Swayatta Daw, Shivprasad Sagare, Tushar Abhishek, Vikram Pudi, Vasudeva Varma

The pairing of natural language sentences with knowledge graph triples is essential for many downstream tasks like data-to-text generation, facts extraction from sentences (semantic parsing), knowledge graph completion, etc. Most existing methods solve these downstream tasks using neural-based end-to-end approaches that require a large amount of well-aligned training data, which is difficult and expensive to acquire. Recently various unsupervised techniques have been proposed to alleviate this alignment step by automatically pairing the structured data (knowledge graph triples) with textual data. However, these approaches are not well suited for low resource languages that provide two major challenges: (1) unavailability of pair of triples and native text with the same content distribution and (2) limited Natural language Processing (NLP) resources. In this paper, we address the unsupervised pairing of knowledge graph triples with sentences for low resource languages, selecting Hindi as the low resource language. We propose cross-lingual pairing of English triples with Hindi sentences to mitigate the unavailability of content overlap. We propose two novel approaches: NER-based filtering with Semantic Similarity and Key-phrase Extraction with Relevance Ranking. We use our best method to create a collection of 29224 well-aligned English triples and Hindi sentence pairs. Additionally, we have also curated 350 human-annotated golden test datasets for evaluation. We make the code and dataset publicly available.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data-to-Text GenerationKnowledge Graph CompletionNERSemantic ParsingSemantic SimilaritySemantic Textual SimilaritySentenceText Generation

Similar Papers 제목 키워드 기반

Cross-platform Product Matching Based on Entity Alignment of Knowledge Graph with RAEA model

2025-12-08 · Wenlong Liu, Jiahua Pan, Xingyu Zhang, Xinxin Gong 외 arxiv

Product matching aims to identify identical or similar products sold on different platforms. By building knowledge graphs (KGs), the product matching problem can be converted to the Entity Alignment (EA) task, which aims…

Knowledge GraphsEntity Alignment

Multilingual Knowledge Graph Embeddings for Cross-lingual Knowledge Alignment

2016-11-12 · Muhao Chen, Yingtao Tian, Mohan Yang, Carlo Zaniolo

Many recent works have demonstrated the benefits of knowledge graph embeddings in completing monolingual knowledge graphs. Inasmuch as related knowledge bases are built in several different languages, achieving cross-lin…

Entity AlignmentKnowledge Graph EmbeddingsKnowledge GraphsTranslation

Exploring and Evaluating Attributes, Values, and Structures for Entity Alignment

2020-10-07 · EMNLP 2020 11 · Yixin Cao, Liangming Pan, Juanzi Li, Zhiyuan Liu 외

Entity alignment (EA) aims at building a unified Knowledge Graph (KG) of rich content by linking the equivalent entities from various KGs. GNN-based EA methods present promising performances by modeling the KG structure …

AttributeEntity Alignment

Enhancing Multilingual Language Model with Massive Multilingual Knowledge Triples

2021-11-22 · Linlin Liu, Xin Li, Ruidan He, Lidong Bing 외

Knowledge-enhanced language representation learning has shown promising results across various knowledge-intensive NLP tasks. However, prior methods are limited in efficient utilization of multilingual knowledge graph (K…

Knowledge GraphsLanguage ModelingLanguage ModellingLogical Reasoning+9

Improving Neural Knowledge Base Completion with Cross-Lingual Projections

2017-04-01 · EACL 2017 4 · Patrick Klein, Simone Paolo Ponzetto, Goran Glava{\v{s}}

In this paper we present a cross-lingual extension of a neural tensor network model for knowledge base completion. We exploit multilingual synsets from BabelNet to translate English triples to other languages and then au…

Knowledge Base CompletionLink PredictionReading ComprehensionWord Embeddings