iconLogo
Published:2025/12/16 10:39:46

自然言語でSPARQL爆誕!✨(超要約:自然言語→クエリ変換スゴすぎ!)

1. タイトル & 超要約 SPARQL-LLMでデータ検索革命!自然言語でSPARQLクエリを爆速生成🚀

2. ギャル的キラキラポイント✨ ● 難しいこと抜き!自然な言葉でデータ検索できちゃう魔法🪄 ● 爆速&低コスト!時間もお金も節約できるの神じゃん💸 ● 知識グラフ(データ構造)に詳しくなくても、使いこなせるって最高💖

3. 詳細解説 背景 LLM(大規模言語モデル)の進化で、自然言語からクエリを生成する技術がアツい🔥 けど、既存のはちょいと問題あり🤔 SPARQL-LLMは、どんなデータにも対応できるよう頑張ってる!

方法 オープンソース(無料公開)で、トリプルストア(データの保管場所)に依存しないから、色んな知識グラフで使えるのがポイント!✨ 軽〜いメタデータ(データの情報)を使って、効率的にクエリを作るよ🤓

続きは「らくらく論文」アプリで

SPARQL-LLM: Real-Time SPARQL Query Generation from Natural Language Questions

Panayiotis Smeros / Vincent Emonet / Ruijie Wang / Ana-Claudia Sima / Tarcisio Mendes de Farias

The advent of large language models is contributing to the emergence of novel approaches that promise to better tackle the challenge of generating structured queries, such as SPARQL queries, from natural language. However, these new approaches mostly focus on response accuracy over a single source while ignoring other evaluation criteria, such as federated query capability over distributed data stores, as well as runtime and cost to generate SPARQL queries. Consequently, they are often not production-ready or easy to deploy over (potentially federated) knowledge graphs with good accuracy. To mitigate these issues, in this paper, we extend our previous work and describe and systematically evaluate SPARQL-LLM, an open-source and triplestore-agnostic approach, powered by lightweight metadata, that generates SPARQL queries from natural language text. First, we describe its architecture, which consists of dedicated components for metadata indexing, prompt building, and query generation and execution. Then, we evaluate it based on a state-of-the-art challenge with multilingual questions, and a collection of questions from three of the most prevalent knowledge graphs within the field of bioinformatics. Our results demonstrate a substantial increase of 24% in the F1 Score on the state-of-the-art challenge, adaptability to high-resource languages such as English and Spanish, as well as ability to form complex and federated bioinformatics queries. Furthermore, we show that SPARQL-LLM is up to 36x faster than other systems participating in the challenge, while costing a maximum of $0.01 per question, making it suitable for real-time, low-cost text-to-SPARQL applications. One such application deployed over real-world decentralized knowledge graphs can be found at https://www.expasy.org/chat.

cs / cs.IR / cs.AI / cs.CL