T5 for Semantic Parsing
Model description
T5 (small and large) finetuned on CoNaLa for semantic parsing (Natural Language descriptions to Python code)
Paper: https://arxiv.org/pdf/2101.07138.pdf
Code, data and how to use: https://github.com/ypapanik/t5-for-code-generation
Cite
@misc{papanikolaou2021teach,
title={Teach me how to Label: Labeling Functions from Natural Language with Text-to-text Transformers},
author={Yannis Papanikolaou},
year={2021},
eprint={2101.07138},
archivePrefix={arXiv},
primaryClass={cs.CL}
}