paper-with-me

Papers

Text-to-SPARQL Goes Beyond English: Multilingual Question Answering Over Knowledge Graphs through Human-Inspired Reasoning

2025-07-22 · Aleksandr Perevalov, Andreas Both arxiv

Accessing knowledge via multilingual natural-language interfaces is one of the emerging challenges in the field of information retrieval and related ones. Structured knowledge stored in knowledge graphs can be queried via a specific query language (e.g., SPARQL). Therefore, one needs to transform natural-language input into a query to fulfill an information need. Prior approaches mostly focused on combining components (e.g., rule-based or neural-based) that solve downstream tasks and come up with an answer at the end. We introduce mKGQAgent, a human-inspired framework that breaks down the task of converting natural language questions into SPARQL queries into modular, interpretable subtasks. By leveraging a coordinated LLM agent workflow for planning, entity linking, and query refinement - guided by an experience pool for in-context learning - mKGQAgent efficiently handles multilingual KGQA. Evaluated on the DBpedia- and Corporate-based KGQA benchmarks within the Text2SPARQL challenge 2025, our approach took first place among the other participants. This work opens new avenues for developing human-like reasoning systems in multilingual semantic parsing.

📄 PDF Abstract BibTeX arXiv:2507.16971

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalQuestion AnsweringKnowledge GraphsSemantic Parsing

Similar Papers 제목 키워드 기반

Text2Cypher Across Languages: Evaluating Foundational Models Beyond English

2025-06-26 · Makbule Gulcin Ozsoy, William Tai

Recent advances in large language models have enabled natural language interfaces that translate user questions into database queries, such as Text2SQL, Text2SPARQL, and Text2Cypher. While these interfaces enhance databa…

AttributeText2Sparql

MST5 -- Multilingual Question Answering over Knowledge Graphs

2024-07-08 · Nikit Srivastava, Mengshi Ma, Daniel Vollmers, Hamada Zahera 외

Knowledge Graph Question Answering (KGQA) simplifies querying vast amounts of knowledge stored in a graph-based model using natural language. However, the research has largely concentrated on English, putting non-English…

DiversityGraph Question AnsweringKnowledge GraphsLanguage Modeling+2

Multilingual Evaluation of Semantic Textual Relatedness

2024-04-13 · Sharvi Endait, Srushti Sonavane, Ridhima Sinare, Pritika Rohera 외

The explosive growth of online content demands robust Natural Language Processing (NLP) techniques that can capture nuanced meanings and cultural context across diverse languages. Semantic Textual Relatedness (STR) goes …

Information RetrievalMachine TranslationRetrieval

A Cheap and Dirty Cross-Lingual Linking Service in the Cloud

2022-06-01 · LDL (ACL) 2022 6 · Christian Chiarcos, Gilles Sérasset

In this paper, we describe the application of Linguistic Linked Open Data (LLOD) technology for dynamic cross-lingual querying on demand. Whereas most related research is focusing on providing a static linking, i.e., cro…

Knowledge Graphs

Incremental Multilingual Text2Cypher with Adapter Combination

2026-01-22 · Makbule Gulcin Ozsoy arxiv

Large Language Models enable users to access database using natural language interfaces using tools like Text2SQL, Text2SPARQL, and Text2Cypher, which translate user questions into structured database queries. While thes…