paper-with-me

홈 › Papers

MultiSpider: Towards Benchmarking Multilingual Text-to-SQL Semantic Parsing

2022-12-27 · Longxu Dou, Yan Gao, Mingyang Pan, Dingzirui Wang, Wanxiang Che, Dechen Zhan, Jian-Guang Lou

Text-to-SQL semantic parsing is an important NLP task, which greatly facilitates the interaction between users and the database and becomes the key component in many human-computer interaction systems. Much recent progress in text-to-SQL has been driven by large-scale datasets, but most of them are centered on English. In this work, we present MultiSpider, the largest multilingual text-to-SQL dataset which covers seven languages (English, German, French, Spanish, Japanese, Chinese, and Vietnamese). Upon MultiSpider, we further identify the lexical and structural challenges of text-to-SQL (caused by specific language properties and dialect sayings) and their intensity across different languages. Experimental results under three typical settings (zero-shot, monolingual and multilingual) reveal a 6.1% absolute drop in accuracy in non-English languages. Qualitative and quantitative analyses are conducted to understand the reason for the performance drop of each language. Besides the dataset, we also propose a simple schema augmentation framework SAVe (Schema-Augmentation-with-Verification), which significantly boosts the overall performance by about 1.8% and closes the 29.5% performance gap across languages.

📄 PDF Abstract BibTeX arXiv:2212.13492

Code (1)

microsoft/ContextualSP 공식 구현 pytorch

Tasks

BenchmarkingSemantic ParsingText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

Multilingual Text-to-SQL: Benchmarking the Limits of Language Models with Collaborative Language Agents

2025-09-29 · Khanh Trinh Pham, Thu Huong Nguyen, Jun Jo, Quoc Viet Hung Nguyen 외 arxiv

Text-to-SQL enables natural access to databases, yet most benchmarks are English-only, limiting multilingual progress. We introduce MultiSpider 2.0, extending Spider 2.0 to eight languages (English, German, French, Spani…

MTOP: A Comprehensive Multilingual Task-Oriented Semantic Parsing Benchmark

2020-08-21 · EACL 2021 2 · Haoran Li, Abhinav Arora, Shuohui Chen, Anchit Gupta 외

Scaling semantic parsing models for task-oriented dialog systems to new languages is often expensive and time-consuming due to the lack of available datasets. Available datasets suffer from several shortcomings: a) they …

BenchmarkingSemantic ParsingTranslation

Neural Architectures for Multilingual Semantic Parsing

2017-07-01 · ACL 2017 7 · Raymond Hendy Susanto, Wei Lu

In this paper, we address semantic parsing in a multilingual context. We train one multilingual model that is capable of parsing natural language sentences from multiple different languages into their corresponding forma…

DecoderMachine TranslationMulti-Task LearningSemantic Parsing

IndicDB -- Benchmarking Multilingual Text-to-SQL Capabilities in Indian Languages

2026-04-15 · Aviral Dawar, Roshan Karanth, Vikram Goyal, Dhruv Kumar arxiv

While Large Language Models (LLMs) have significantly advanced Text-to-SQL performance, existing benchmarks predominantly focus on Western contexts and simplified schemas, leaving a gap in real-world, non-Western applica…

Semantic Parsing

Bridging the Semantic Gap: Contrastive Rewards for Multilingual Text-to-SQL with GRPO

2025-10-10 · Ashish Kattamuri, Ishita Prasad, Meetu Malhotra, Arpita Vats 외 arxiv

Current Text-to-SQL methods are evaluated and only focused on executable queries, overlooking the semantic alignment challenge -- both in terms of the semantic meaning of the query and the correctness of the execution re…

Reinforcement LearningSemantic Similarity