paper-with-me

Papers

Structured Query Construction via Knowledge Graph Embedding

2019-09-06 · Ruijie Wang, Meng Wang, Jun Liu, Michael Cochez, Stefan Decker

In order to facilitate the accesses of general users to knowledge graphs, an increasing effort is being exerted to construct graph-structured queries of given natural language questions. At the core of the construction is to deduce the structure of the target query and determine the vertices/edges which constitute the query. Existing query construction methods rely on question understanding and conventional graph-based algorithms which lead to inefficient and degraded performances facing complex natural language questions over knowledge graphs with large scales. In this paper, we focus on this problem and propose a novel framework standing on recent knowledge graph embedding techniques. Our framework first encodes the underlying knowledge graph into a low-dimensional embedding space by leveraging generalized local knowledge graphs. Given a natural language question, the learned embedding representations of the knowledge graph are utilized to compute the query structure and assemble vertices/edges into the target query. Extensive experiments were conducted on the benchmark dataset, and the results demonstrate that our framework outperforms state-of-the-art baseline models regarding effectiveness and efficiency.

📄 PDF Abstract BibTeX arXiv:1909.02930

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs

Similar Papers 제목 키워드 기반

Scalable and Explainable Enterprise Knowledge Discovery Using Graph-Centric Hybrid Retrieval

2025-10-13 · Nilima Rao, Jagriti Srivastava, Pradeep Kumar Sharma, Hritvik Shrivastava arxiv

Modern enterprises manage vast knowledge distributed across heterogeneous systems such as Jira, Git repositories, Confluence, and wikis. Conventional retrieval methods based on keyword search or static embeddings often f…

Semantic Similarity

Cardinality Estimation over Knowledge Graphs with Embeddings and Graph Neural Networks

2023-03-02 · Tim Schwabe, Maribel Acosta

Cardinality Estimation over Knowledge Graphs (KG) is crucial for query optimization, yet remains a challenging task due to the semi-structured nature and complex correlations of typical Knowledge Graphs. In this work, we…

Knowledge Graph EmbeddingsKnowledge Graphs

A Survey of Knowledge Graph Embedding and Their Applications

2021-07-16 · Shivani Choudhary, Tarun Luthra, Ashima Mittal, Rajat Singh

Knowledge Graph embedding provides a versatile technique for representing knowledge. These techniques can be used in a variety of applications such as completion of knowledge graph to predict missing information, recomme…

Graph EmbeddingKnowledge Graph EmbeddingQuestion AnsweringRecommendation Systems+2

Using Local Knowledge Graph Construction to Scale Seq2Seq Models to Multi-Document Inputs

2019-10-18 · IJCNLP 2019 11 · Angela Fan, Claire Gardent, Chloe Braud, Antoine Bordes

Query-based open-domain NLP tasks require information synthesis from long and diverse web results. Current approaches extractively select portions of web text as input to Sequence-to-Sequence models using methods such as…

Document Summarizationgraph constructionLong Form Question AnsweringMulti-Document Summarization+2

Question Answering over Knowledge Graphs via Structural Query Patterns

2019-10-22 · Weiguo Zheng, Mei Zhang

Natural language question answering over knowledge graphs is an important and interesting task as it enables common users to gain accurate answers in an easy and intuitive manner. However, it remains a challenge to bridg…

Knowledge GraphsQuestion AnsweringSemantic Parsing