CLJun 22, 2021

Error-Aware Interactive Semantic Parsing of OpenStreetMap

arXiv:2106.11739v1712 citations
Originality Synthesis-oriented
AI Analysis

This addresses the issue of user-specific ambiguities in real-world geographical databases, though it is incremental as it builds on existing high-performing parsers.

The paper tackles the problem of ambiguous geographical queries in OpenStreetMap semantic parsing by introducing an interactive approach with error detection and clarification questions, resulting in a 1.2% F1 score improvement to 91.46% on the NLMaps dataset.

In semantic parsing of geographical queries against real-world databases such as OpenStreetMap (OSM), unique correct answers do not necessarily exist. Instead, the truth might be lying in the eye of the user, who needs to enter an interactive setup where ambiguities can be resolved and parsing mistakes can be corrected. Our work presents an approach to interactive semantic parsing where an explicit error detection is performed, and a clarification question is generated that pinpoints the suspected source of ambiguity or error and communicates it to the human user. Our experimental results show that a combination of entropy-based uncertainty detection and beam search, together with multi-source training on clarification question, initial parse, and user answer, results in improvements of 1.2% F1 score on a parser that already performs at 90.26% on the NLMaps dataset for OSM semantic parsing.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes