paper-with-me

홈 › Papers

A Pilot Study of Text-to-SQL Semantic Parsing for Vietnamese

2020-10-05 · Findings of the Association for Computational Linguistics 2020 · Anh Tuan Nguyen, Mai Hoang Dao, Dat Quoc Nguyen

Semantic parsing is an important NLP task. However, Vietnamese is a low-resource language in this research area. In this paper, we present the first public large-scale Text-to-SQL semantic parsing dataset for Vietnamese. We extend and evaluate two strong semantic parsing baselines EditSQL (Zhang et al., 2019) and IRNet (Guo et al., 2019) on our dataset. We compare the two baselines with key configurations and find that: automatic Vietnamese word segmentation improves the parsing results of both baselines; the normalized pointwise mutual information (NPMI) score (Bouma, 2009) is useful for schema linking; latent syntactic features extracted from a neural dependency parser for Vietnamese also improve the results; and the monolingual language model PhoBERT for Vietnamese (Nguyen and Nguyen, 2020) helps produce higher performances than the recent best multilingual language model XLM-R (Conneau et al., 2020).

📄 PDF Abstract BibTeX arXiv:2010.01891

Code (1)

VinAIResearch/ViText2SQL 공식 구현

Tasks

Language ModelingLanguage ModellingSemantic ParsingText to SQLText-To-SQLVietnamese Word SegmentationXLM-R

Methods 이 논문이 사용한 방법론

XLM-R XLM-R

Similar Papers 제목 키워드 기반

Vietnamese Semantic Role Labelling

2017-11-28 · Phuong Le-Hong, Thai Hoang Pham, Xuan Khoai Pham, Thi Minh Huyen Nguyen 외

In this paper, we study semantic role labelling (SRL), a subtask of semantic parsing of natural language sentences and its application for the Vietnamese language. We present our effort in building Vietnamese PropBank, t…

Semantic Parsing

An Empirical Investigation of Error Types in Vietnamese Parsing

2018-08-01 · COLING 2018 8 · Quy Nguyen, Yusuke Miyao, Hiroshi Noji, Nhung Nguyen

Syntactic parsing plays a crucial role in improving the quality of natural language processing tasks. Although there have been several research projects on syntactic parsing in Vietnamese, the parsing quality has been fa…

Constituency ParsingPart-Of-Speech TaggingPOSPOS Tagging+1

An empirical study for Vietnamese dependency parsing

2016-11-03 · ALTA 2016 12 · Dat Quoc Nguyen, Mark Dras, Mark Johnson

This paper presents an empirical comparison of different dependency parsers for Vietnamese, which has some unusual characteristics such as copula drop and verb serialization. Experimental results show that the neural net…

Dependency Parsing

An Empirical Study for Vietnamese Constituency Parsing with Pre-training

2020-10-19 · Tuan-Vi Tran, Xuan-Thien Pham, Duc-Vu Nguyen, Kiet Van Nguyen 외

In this work, we use a span-based approach for Vietnamese constituency parsing. Our method follows the self-attention encoder architecture and a chart decoder using a CKY-style inference algorithm. We present analyses of…

Constituency ParsingDecoderVietnamese DatasetsVietnamese Parsing

Error Analysis for Vietnamese Dependency Parsing

2019-11-09 · Kiet Van Nguyen, Ngan Luu-Thuy Nguyen

Dependency parsing is needed in different applications of natural language processing. In this paper, we present a thorough error analysis for dependency parsing for the Vietnamese language, using two state-of-the-art pa…

Dependency Parsing