paper-with-me

홈 › Papers

Table2answer: Read the database and answer without SQL

2019-02-12 · Tong Guo, Huilin Gao

Semantic parsing is the task of mapping natural language to logic form. In question answering, semantic parsing can be used to map the question to logic form and execute the logic form to get the answer. One key problem for semantic parsing is the hard label work. We study this problem in another way: we do not use the logic form any more. Instead we only use the schema and answer info. We think that the logic form step can be injected into the deep model. The reason why we think removing the logic form step is possible is that human can do the task without explicit logic form. We use BERT-based model and do the experiment in the WikiSQL dataset, which is a large natural language to SQL dataset. Our experimental evaluations that show that our model can achieves the baseline results in WikiSQL dataset.

📄 PDF Abstract BibTeX arXiv:1902.04260

Code (1)

guotong1988/table2answer 공식 구현 tf

Tasks

FormQuestion AnsweringSemantic Parsing

Similar Papers 제목 키워드 기반

TableQuery: Querying tabular data with natural language

2022-01-27 · Abhijith Neil Abraham, Fariz Rahman, Damanpreet Kaur

This paper presents TableQuery, a novel tool for querying tabular data using deep learning models pre-trained to answer questions on free text. Existing deep learning methods for question answering on tabular data have v…

Deep LearningNatural Language QueriesQuestion Answering

Specifying and Computing Causes for Query Answers in Databases via Database Repairs and Repair Programs

2017-12-04 · Leopoldo Bertossi

A correspondence between database tuples as causes for query answers in databases and tuple-based repairs of inconsistent databases with respect to denial constraints has already been established. In this work, answer-se…

Attribute

Database Learning: Toward a Database that Becomes Smarter Every Time

2017-03-16 · Yongjoo Park, Ahmad Shahab Tajik, Michael Cafarella, Barzan Mozafari

In today's databases, previous query answers rarely benefit answering future queries. For the first time, to the best of our knowledge, we change this paradigm in an approximate query processing (AQP) context. We make th…

Accelerating Real-Time Question Answering via Question Generation

2020-09-10 · Yuwei Fang, Shuohang Wang, Zhe Gan, Siqi Sun 외

Although deep neural networks have achieved tremendous success for question answering (QA), they are still suffering from heavy computational and energy cost for real product deployment. Further, existing QA systems are …

Data AugmentationMulti-Task LearningQuestion AnsweringQuestion Generation+1

Large Language Model for Table Processing: A Survey

2024-02-04 · Weizheng Lu, Jing Zhang, Ju Fan, Zihao Fu 외

Tables, typically two-dimensional and structured to store large amounts of data, are essential in daily activities like database queries, spreadsheet manipulations, web table question answering, and image table informati…

Fact VerificationLanguage ModelingLanguage ModellingLarge Language Model+3