paper-with-me

Papers

Structural Transfer Learning in NL-to-Bash Semantic Parsers

2023-07-31 · Kyle Duffy, Satwik Bhattamishra, Phil Blunsom

Large-scale pre-training has made progress in many fields of natural language processing, though little is understood about the design of pre-training datasets. We propose a methodology for obtaining a quantitative understanding of structural overlap between machine translation tasks. We apply our methodology to the natural language to Bash semantic parsing task (NLBash) and show that it is largely reducible to lexical alignment. We also find that there is strong structural overlap between NLBash and natural language to SQL. Additionally, we perform a study varying compute expended during pre-training on the English to German machine translation task and find that more compute expended during pre-training does not always correspond semantic representations with stronger transfer to NLBash.

📄 PDF Abstract BibTeX arXiv:2307.16795

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationSemantic ParsingTransfer LearningTranslation

Similar Papers 제목 키워드 기반

NL2Bash: A Corpus and Semantic Parser for Natural Language Interface to the Linux Operating System

2018-02-25 · LREC 2018 5 · Xi Victoria Lin, Chenglong Wang, Luke Zettlemoyer, Michael D. Ernst

We present new data and semantic parsing methods for the problem of mapping English sentences to Bash commands (NL2Bash). Our long-term goal is to enable any user to perform operations such as file manipulation, search, …

Semantic Parsing

Subliminal Transfer of Unsafe Behaviors in AI Agent Distillation

2026-04-16 · Jacob Dang, Brian Y. Xie, Omar G. Younis arxiv

Recent work on subliminal learning demonstrates that language models can transmit semantic traits through data that is semantically unrelated to those traits. However, it remains unclear whether behavioral traits can tra…

Semi-Automatic Construction of Text-to-SQL Data for Domain Transfer

2021-08-01 · ACL (IWPT) 2021 8 · Tianyi Li, Sujian Li, Mark Steedman

Strong and affordable in-domain data is a desirable asset when transferring trained semantic parsers to novel domains. As previous methods for semi-automatically constructing such data cannot handle the complexity of rea…

Text to SQLText-To-SQL

Error Detection for Text-to-SQL Semantic Parsing

2023-05-23 · Shijie Chen, Ziru Chen, Huan Sun, Yu Su

Despite remarkable progress in text-to-SQL semantic parsing in recent years, the performance of existing parsers is still far from perfect. Specifically, modern text-to-SQL parsers based on deep learning are often over-c…

Language ModelingLanguage ModellingSemantic ParsingText to SQL+1

Frustratingly Simple but Surprisingly Strong: Using Language-Independent Features for Zero-shot Cross-lingual Semantic Parsing

2021-11-01 · EMNLP 2021 11 · Jingfeng Yang, Federico Fancellu, Bonnie Webber, Diyi Yang

The availability of corpora has led to significant advances in training semantic parsers in English. Unfortunately, for languages other than English, annotated data is limited and so is the performance of the developed p…

Cross-Lingual TransferPOSSemantic ParsingZero-Shot Cross-Lingual Transfer