paper-with-me

홈 › Papers

Towards Knowledge-Intensive Text-to-SQL Semantic Parsing with Formulaic Knowledge

2023-01-03 · Longxu Dou, Yan Gao, Xuqi Liu, Mingyang Pan, Dingzirui Wang, Wanxiang Che, Dechen Zhan, Min-Yen Kan, Jian-Guang Lou

In this paper, we study the problem of knowledge-intensive text-to-SQL, in which domain knowledge is necessary to parse expert questions into SQL queries over domain-specific tables. We formalize this scenario by building a new Chinese benchmark KnowSQL consisting of domain-specific questions covering various domains. We then address this problem by presenting formulaic knowledge, rather than by annotating additional data examples. More concretely, we construct a formulaic knowledge bank as a domain knowledge base and propose a framework (ReGrouP) to leverage this formulaic knowledge during parsing. Experiments using ReGrouP demonstrate a significant 28.2% improvement overall on KnowSQL.

📄 PDF Abstract BibTeX arXiv:2301.01067

Code (1)

microsoft/ContextualSP 공식 구현 pytorch

Tasks

Semantic ParsingText to SQLText-To-SQL

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

An Instance Level Approach for Shallow Semantic Parsing in Scientific Procedural Text

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Daivik Swarup, Ahsaas Bajaj, Sheshera Mysore, Tim O{'}Gorman 외

In specific domains, such as procedural scientific text, human labeled data for shallow semantic parsing is especially limited and expensive to create. Fortunately, such specific domains often use rather formulaic writin…

Relation PredictionSemantic ParsingSentence

Comparing Knowledge-Intensive and Data-Intensive Models for English Resource Semantic Parsing

2021-03-01 · CL (ACL) 2021 3 · Junjie Cao, Zi Lin, Weiwei Sun, Xiaojun Wan

Abstract In this work, we present a phenomenon-oriented comparative analysis of the two dominant approaches in English Resource Semantic (ERS) parsing: classic, knowledge-intensive and neural, data-intensive models. To r…

Semantic Parsing

A Comparative Analysis of Knowledge-Intensive and Data-Intensive Semantic Parsers

2019-07-04 · Junjie Cao, Zi Lin, Weiwei Sun, Xiaojun Wan

We present a phenomenon-oriented comparative analysis of the two dominant approaches in task-independent semantic parsing: classic, knowledge-intensive and neural, data-intensive models. To reflect state-of-the-art neura…

Semantic Parsing

A methodology for the extraction of information about the usage of formulaic expressions in scientific texts

2012-05-01 · LREC 2012 5 · Hannah Kermes

In this paper, we present a methodology for the extraction of formulaic expressions, which goes beyond the mere extraction of candidate patterns. Using a pipeline we are able to extract information about the usage of for…

UniRec-0.1B: Unified Text and Formula Recognition with 0.1B Parameters

2025-12-24 · Yongkun Du, Zhineng Chen, Yazhen Xie, Weikang Bai 외 arxiv

Text and formulas constitute the core informational components of many documents. Accurately and efficiently recognizing both is crucial for developing robust and generalizable document parsing systems. Recently, vision-…