paper-with-me

Papers

Robust NL-to-Cypher Translation for KBQA: Harnessing Large Language Model with Chain of Prompts

2023-10-28 · CCKS 2023 10 · Guandong Feng, Guoliang Zhu, Shengze Shi, Yue Sun, Zhongyi Fan, Sulin Gao, Jun Hu

Knowledge Base Question Answering (KBQA) is a significant task in natural language processing, aiming to retrieve answers from structured knowledge bases in response to natural language questions. NL2Cypher is crucial for accurately querying answers from knowledge bases, but there is limited research in this area or the results are unsatisfactory. Our work explores the convergence of advanced natural language processing techniques with knowledge base question answering (KBQA), focusing on the automated generation of Cypher queries from natural language queries. By leveraging the capabilities of large language model (LLM), our approach bridges the gap between textual questions and structured knowledge representations. The proposed methodology showcases promising results in accurately formulating Cypher queries. We achieved substantial performance in the CCKS2023 Foreign Military Unmanned Systems Knowledge Graph Reasoning Question-Answering Evaluation Task. Our method achieved an F1 score of 0.94269 on the final testing dataset.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base Question AnsweringKnowledge GraphsLanguage ModelingLanguage ModellingLarge Language ModelNatural Language QueriesQuestion AnsweringSemantic Parsingtext-to-Cypher

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Enhancing Text2Cypher with Schema Filtering

2025-05-08 · Makbule Gulcin Ozsoy

Knowledge graphs represent complex data using nodes, relationships, and properties. Cypher, a powerful query language for graph databases, enables efficient modeling and querying. Recent advancements in large language mo…

Knowledge Graphs

SyntheT2C: Generating Synthetic Data for Fine-Tuning Large Language Models on the Text2Cypher Task

2024-06-15 · Ziije Zhong, Linqing Zhong, Zhaoze Sun, Qingyun Jin 외

Integrating Large Language Models (LLMs) with existing Knowledge Graph (KG) databases presents a promising avenue for enhancing LLMs' efficacy and mitigating their "hallucinations". Given that most KGs reside in graph da…

FlexKBQA: A Flexible LLM-Powered Framework for Few-Shot Knowledge Base Question Answering

2023-08-23 · Zhenyu Li, Sunqi Fan, Yu Gu, Xiuxing Li 외

Knowledge base question answering (KBQA) is a critical yet challenging task due to the vast number of entities within knowledge bases and the diversity of natural language questions posed by users. Unfortunately, the per…

Knowledge Base Question AnsweringQuestion Answering

In-Context Learning for Knowledge Base Question Answering for Unmanned Systems based on Large Language Models

2023-11-06 · Yunlong Chen, Yaming Zhang, Jianfei Yu, Li Yang 외

Knowledge Base Question Answering (KBQA) aims to answer factoid questions based on knowledge bases. However, generating the most appropriate knowledge base query code based on Natural Language Questions (NLQ) poses a sig…

In-Context LearningKnowledge Base Question AnsweringProper NounQuestion Answering

Spider4SSC & S2CLite: A text-to-multi-query-language dataset using lightweight ontology-agnostic SPARQL to Cypher parser

2025-11-12 · Martin Vejvar, Yasutaka Fujimoto arxiv

We present Spider4SSC dataset and S2CLite parsing tool. S2CLite is a lightweight, ontology-agnostic parser that translates SPARQL queries into Cypher queries, enabling both in-situ and large-scale SPARQL to Cypher transl…