paper-with-me

홈 › Papers

Text-to-OverpassQL: A Natural Language Interface for Complex Geodata Querying of OpenStreetMap

2023-08-30 · Michael Staniek, Raphael Schumann, Maike Züfle, Stefan Riezler

We present Text-to-OverpassQL, a task designed to facilitate a natural language interface for querying geodata from OpenStreetMap (OSM). The Overpass Query Language (OverpassQL) allows users to formulate complex database queries and is widely adopted in the OSM ecosystem. Generating Overpass queries from natural language input serves multiple use-cases. It enables novice users to utilize OverpassQL without prior knowledge, assists experienced users with crafting advanced queries, and enables tool-augmented large language models to access information stored in the OSM database. In order to assess the performance of current sequence generation models on this task, we propose OverpassNL, a dataset of 8,352 queries with corresponding natural language inputs. We further introduce task specific evaluation metrics and ground the evaluation of the Text-to-OverpassQL task by executing the queries against the OSM database. We establish strong baselines by finetuning sequence-to-sequence models and adapting large language models with in-context examples. The detailed evaluation reveals strengths and weaknesses of the considered learning strategies, laying the foundations for further research into the Text-to-OverpassQL task.

📄 PDF Abstract BibTeX arXiv:2308.16060

Code (2)

raphael-sch/overpassnl 공식 구현 pytorch
jettchent/earthkit pytorch

Similar Papers 제목 키워드 기반

OsmT: Bridging OpenStreetMap Queries and Natural Language with Open-source Tag-aware Language Models

2025-12-04 · Zhuoyue Wan, Wentao Hu, Chen Jason Zhang, Yuanfeng Song 외 arxiv

Bridging natural language and structured query languages is a long-standing challenge in the database community. While recent advances in language models have shown promise in this direction, existing solutions often rel…

A natural language interface to a graph-based bibliographic information retrieval system

2016-12-10 · Yongjun Zhu, Erjia Yan, Il-Yeol Song

With the ever-increasing scientific literature, there is a need on a natural language interface to bibliographic information retrieval systems to retrieve related information effectively. In this paper, we propose a natu…

Information Retrievalnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Naturalizing a Programming Language via Interactive Learning

2017-04-23 · ACL 2017 7 · Sida I. Wang, Samuel Ginn, Percy Liang, Christoper D. Manning

Our goal is to create a convenient natural language interface for performing well-specified but complex actions such as analyzing data, manipulating text, and querying databases. However, existing natural language interf…

GLARE: A Natural Language Interface for Querying Global Explanations

2026-06-18 · Bhavan Vasu, Rajesh Mangannavar arxiv

While global explanations are crucial for understanding vision models across datasets, classes, and decision contexts, their complex and monolithic nature often hinders practical exploration. Because users typically seek…

Natural Language Interfaces for Tabular Data Querying and Visualization: A Survey

2023-10-27 · Weixu Zhang, Yifei Wang, Yuanfeng Song, Victor Junqiu Wei 외

The emergence of natural language processing has revolutionized the way users interact with tabular data, enabling a shift from traditional query languages and manual plotting to more intuitive, language-based interfaces…

Data InteractionData VisualizationNatural Language QueriesSemantic Parsing+3