paper-with-me

홈 › Papers

SQL Generation via Machine Reading Comprehension

2020-12-01 · COLING 2020 8 · Zeyu Yan, Jianqiang Ma, Yang Zhang, Jianping Shen

Text-to-SQL systems offers natural language interfaces to databases, which can automatically generates SQL queries given natural language questions. On the WikiSQL benchmark, state-of- the-art text-to-SQL systems typically take a slot-filling approach by building several specialized models for each type of slot. Despite being effective, such modularized systems are complex and also fall short in jointly learning for different slots. To solve these problems, this paper proposes a novel approach that formulates the task as a question answering problem, where different slots are predicted by a unified machine reading comprehension (MRC) model. For this purpose, we use a BERT-based MRC model, which can also benefit from intermediate training on other MRC datasets. The proposed method can achieve competitive results on WikiSQL, suggesting it being a promising direction for text-to-SQL.

📄 PDF Abstract BibTeX

Code (1)

nl2sql/qa-sql 공식 구현

Tasks

Machine Reading ComprehensionQuestion AnsweringReading Comprehensionslot-fillingSlot FillingText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

A Chinese Machine Reading Comprehension Dataset Automatic Generated Based on Knowledge Graph

2021-08-01 · CCL 2021 8 · Zhao Hanyu, Yuan Sha, Leng Jiahong, Pan Xiang 외

“Machine reading comprehension (MRC) is a typical natural language processing (NLP)task and has developed rapidly in the last few years. Various reading comprehension datasets have been built to support MRC studies. Howe…

Dataset GenerationMachine Reading ComprehensionReading Comprehension

GenNet : Reading Comprehension with Multiple Choice Questions using Generation and Selection model

2020-03-03 · Vaishali Ingale, Pushpender Singh

Multiple-choice machine reading comprehension is difficult task as its required machines to select the correct option from a set of candidate or possible options using the given passage and question.Reading Comprehension…

Answer GenerationMachine Reading ComprehensionMultiple-choiceReading Comprehension

A Survey on Machine Reading Comprehension Systems

2020-01-06 · Razieh Baradaran, Razieh Ghiasi, Hossein Amirkhani

Machine reading comprehension is a challenging task and hot topic in natural language processing. Its goal is to develop systems to answer the questions regarding a given context. In this paper, we present a comprehensiv…

Answer GenerationMachine Reading ComprehensionReading ComprehensionSurvey

Dataset for the First Evaluation on Chinese Machine Reading Comprehension

2017-09-25 · LREC 2018 5 · Yiming Cui, Ting Liu, Zhipeng Chen, Wentao Ma 외

Machine Reading Comprehension (MRC) has become enormously popular recently and has attracted a lot of attention. However, existing reading comprehension datasets are mostly in English. To add diversity in reading compreh…

Chinese Reading ComprehensionDiversityMachine Reading ComprehensionReading Comprehension

Bridging Information-Seeking Human Gaze and Machine Reading Comprehension

2020-09-30 · CONLL 2020 · Jonathan Malmaud, Roger Levy, Yevgeni Berzak

In this work, we analyze how human gaze during reading comprehension is conditioned on the given reading comprehension question, and whether this signal can be beneficial for machine reading comprehension. To this end, w…

Machine Reading ComprehensionMultiple-choiceQuestion AnsweringReading Comprehension