paper-with-me

홈 › Papers

Polyglot Semantic Parsing in APIs

2018-03-19 · NAACL 2018 6 · Kyle Richardson, Jonathan Berant, Jonas Kuhn

Traditional approaches to semantic parsing (SP) work by training individual models for each available parallel dataset of text-meaning pairs. In this paper, we explore the idea of polyglot semantic translation, or learning semantic parsing models that are trained on multiple datasets and natural languages. In particular, we focus on translating text to code signature representations using the software component datasets of Richardson and Kuhn (2017a,b). The advantage of such models is that they can be used for parsing a wide variety of input natural languages and output programming languages, or mixed input languages, using a single unified model. To facilitate modeling of this type, we develop a novel graph-based decoding framework that achieves state-of-the-art performance on the above datasets, and apply this method to two other benchmark SP tasks.

📄 PDF Abstract BibTeX arXiv:1803.06966

Code (2)

yakazimir/Code-Datasets 공식 구현
yakazimir/zubr_public tf

Tasks

Semantic ParsingTranslation

Similar Papers 제목 키워드 기반

Polyglot Semantic Role Labeling

2018-05-29 · ACL 2018 7 · Phoebe Mulcaire, Swabha Swayamdipta, Noah Smith

Previous approaches to multilingual semantic dependency parsing treat languages independently, without exploiting the similarities between semantic structures across languages. We experiment with a new approach where we …

Dependency ParsingSemantic Dependency ParsingSemantic Role Labeling

Cross-lingual Parsing with Polyglot Training and Multi-treebank Learning: A Faroese Case Study

2019-10-17 · WS 2019 11 · James Barry, Joachim Wagner, Jennifer Foster

Cross-lingual dependency parsing involves transferring syntactic knowledge from one language to another. It is a crucial component for inducing dependency parsers in low-resource scenarios where no training data for a la…

Dependency ParsingPOSPOS Tagging

Polyglot Contextual Representations Improve Crosslingual Transfer

2019-02-26 · NAACL 2019 6 · Phoebe Mulcaire, Jungo Kasai, Noah A. Smith

We introduce Rosita, a method to produce multilingual contextual word representations by training a single language model on text from multiple languages. Our method combines the advantages of contextual word representat…

Dependency ParsingLanguage ModelingLanguage Modellingnamed-entity-recognition+4

Plot2API: Recommending Graphic API from Plot via Semantic Parsing Guided Neural Network

2021-04-02 · Zeyu Wang, Sheng Huang, Zhongxin Liu, Meng Yan 외

Plot-based Graphic API recommendation (Plot2API) is an unstudied but meaningful issue, which has several important applications in the context of software engineering and data visualization, such as the plotting guidance…

Data AugmentationData Visualizationimage-classificationImage Classification+3

Low-Resource Parsing with Crosslingual Contextualized Representations

2019-09-19 · CONLL 2019 11 · Phoebe Mulcaire, Jungo Kasai, Noah A. Smith

Despite advances in dependency parsing, languages with small treebanks still present challenges. We assess recent approaches to multilingual contextual word representations (CWRs), and compare them for crosslingual trans…

Dependency Parsing