Training datasets for semantic parsing are typically small due to the higher expertise required for annotation than most other NLP tasks. As a result, models for this application usually need additional prior knowledge to be built into the architecture or algorithm. The increased dependency on human experts hinders automation and raises the development and maintenance costs in practice. This work investigates whether a generic transformer-based seq2seq model can achieve competitive performance with minimal code-generation-specific inductive bias design. By exploiting a relatively sizeable monolingual corpus of the target programming language, which is cheap to mine from the web, we achieved 81.03% exact match accuracy on Django and 32.57 BLEU score on CoNaLa. Both are SOTA to the best of our knowledge. This positive evidence highlights a potentially easier path toward building accurate semantic parsers in practice.
Bibtex
@inproceedings{norouzi-etal-2021-code,
title = “Code Generation from Natural Language with Less Prior Knowledge and More Monolingual Data”,
author = “Norouzi, Sajad and
Tang, Keyi and
Cao, Yanshuai”,
booktitle = “Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 2: Short Papers)”,
month = aug,
year = “2021”,
address = “Online”,
publisher = “Association for Computational Linguistics”,
url = “https://aclanthology.org/2021.acl-short.98”,
doi = “10.18653/v1/2021.acl-short.98”,
pages = “776–785”,
abstract = “Training datasets for semantic parsing are typically small due to the higher expertise required for annotation than most other NLP tasks. As a result, models for this application usually need additional prior knowledge to be built into the architecture or algorithm. The increased dependency on human experts hinders automation and raises the development and maintenance costs in practice. This work investigates whether a generic transformer-based seq2seq model can achieve competitive performance with minimal code-generation-specific inductive bias design. By exploiting a relatively sizeable monolingual corpus of the target programming language, which is cheap to mine from the web, we achieved 81.03{\%} exact match accuracy on Django and 32.57 BLEU score on CoNaLa. Both are SOTA to the best of our knowledge. This positive evidence highlights a potentially easier path toward building accurate semantic parsers in practice.”,
}
Related Research
-
A High-level Overview of Large Language Models
A High-level Overview of Large Language Models
W. Zi, L. El Asri, and S. Prince.
Research
-
ACL 2023 Recommended Reading List
ACL 2023 Recommended Reading List
P. Forsyth, K. Tang, and W. Zi.
Research
-
RBC Borealis at International Conference on Learning Representations (ICLR): Machine Learning for a better financial future
RBC Borealis at International Conference on Learning Representations (ICLR): Machine Learning for a better financial future
Learning And Generalization; Natural Language Processing; Time series Modelling
Research