Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taoyds/grappa
https://github.com/taoyds/grappa
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taoyds/grappa
- Owner: taoyds
- Created: 2021-01-21T20:15:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T22:36:15.000Z (over 3 years ago)
- Last Synced: 2024-08-18T11:13:39.410Z (6 months ago)
- Language: Python
- Size: 1.43 MB
- Stars: 32
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Text2SQL - [code
README
# GraPPa: Grammar-Augmented Pre-Training for Table Semantic Parsing
This repository contains code for the ICLR 2021 paper ["GraPPa: Grammar-Augmented Pre-Training for Table Semantic Parsing"](https://arxiv.org/abs/2009.13845).
Code and running commands for running experiments can be found in each subdirectory.
If you use GraPPa in your work, please cite it as follows:
```
@inproceedings{yu2021grappa,
title={GraPPa: Grammar-Augmented Pre-Training for Table Semantic Parsing},
author={Tao Yu and Chien-Sheng Wu and Xi Victoria Lin and Bailin Wang and Yi Chern Tan and Xinyi Yang and Dragomir Radev and Richard Socher and Caiming Xiong},
booktitle={International Conference on Learning Representations},
year={2021},
url={https://arxiv.org/abs/2009.13845}
}
```All datasets in this repository are released under the [CC BY 4.0 International license](https://creativecommons.org/licenses/by/4.0/legalcode). All source files in this repository are released under the Apache 2.0 license.