paper-with-me

홈 › Papers

NLQxform: A Language Model-based Question to SPARQL Transformer

2023-11-08 · Ruijie Wang, Zhiruo Zhang, Luca Rossetto, Florian Ruosch, Abraham Bernstein

In recent years, scholarly data has grown dramatically in terms of both scale and complexity. It becomes increasingly challenging to retrieve information from scholarly knowledge graphs that include large-scale heterogeneous relationships, such as authorship, affiliation, and citation, between various types of entities, e.g., scholars, papers, and organizations. As part of the Scholarly QALD Challenge, this paper presents a question-answering (QA) system called NLQxform, which provides an easy-to-use natural language interface to facilitate accessing scholarly knowledge graphs. NLQxform allows users to express their complex query intentions in natural language questions. A transformer-based language model, i.e., BART, is employed to translate questions into standard SPARQL queries, which can be evaluated to retrieve the required information. According to the public leaderboard of the Scholarly QALD Challenge at ISWC 2023 (Task 1: DBLP-QUAD - Knowledge Graph Question Answering over DBLP), NLQxform achieved an F1 score of 0.85 and ranked first on the QA task, demonstrating the competitiveness of the system.

📄 PDF Abstract BibTeX arXiv:2311.07588

Code (1)

ruijie-wang-uzh/NLQxform 공식 구현 pytorch

Tasks

Graph Question AnsweringKnowledge GraphsLanguage ModelingLanguage ModellingQuestion Answering

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

NLQxform-UI: A Natural Language Interface for Querying DBLP Interactively

2024-03-13 · Ruijie Wang, Zhiruo Zhang, Luca Rossetto, Florian Ruosch 외

In recent years, the DBLP computer science bibliography has been prominently used for searching scholarly information, such as publications, scholars, and venues. However, its current search service lacks the capability …

SPBERT: An Efficient Pre-training BERT on SPARQL Queries for Question Answering over Knowledge Graphs

2021-06-18 · Hieu Tran, Long Phan, James Anibal, Binh T. Nguyen 외

In this paper, we propose SPBERT, a transformer-based language model pre-trained on massive SPARQL query logs. By incorporating masked language modeling objectives and the word structural objective, SPBERT can learn gene…

DecoderKnowledge GraphsLanguage ModelingLanguage Modelling+2

AutoQGS: Auto-Prompt for Low-Resource Knowledge-based Question Generation from SPARQL

2022-08-26 · Guanming Xiong, Junwei Bao, Wen Zhao, Youzheng Wu 외

This study investigates the task of knowledge-based question generation (KBQG). Conventional KBQG works generated questions from fact triples in the knowledge graph, which could not express complex operations like aggreg…

Question GenerationQuestion-Generation

Integrating Multi-Head Convolutional Encoders with Cross-Attention for Improved SPARQL Query Translation

2024-08-24 · Yi-Hui Chen, Eric Jui-Lin Lu, Kwan-Ho Cheng

The main task of the KGQA system (Knowledge Graph Question Answering) is to convert user input questions into query syntax (such as SPARQL). With the rise of modern popular encoders and decoders like Transformer and Conv…

Graph Question AnsweringMachine TranslationNMTQuestion Answering+1

Leveraging LLMs in Scholarly Knowledge Graph Question Answering

2023-11-16 · Tilahun Abedissa Taffa, Ricardo Usbeck

This paper presents a scholarly Knowledge Graph Question Answering (KGQA) that answers bibliographic natural language questions by leveraging a large language model (LLM) in a few-shot manner. The model initially identif…

Graph Question AnsweringLanguage ModelingLanguage ModellingLarge Language Model+2