Views
No views yet
tapas_wtq_wikisql_sqa_inter_masklm_tiny_reset checkpoint of the original Github repository.
This model was pre-trained on MLM and an additional step which the authors call intermediate pre-training, and then fine-tuned in a chain on SQA, WikiSQL and finally WTQ. It uses relative position embeddings (i.e. resetting the position index at every cell of the table).no_reset, which corresponds to tapas_wtq_wikisql_sqa_inter_masklm_tiny (intermediate pre-training, absolute position embeddings).| Size | Reset | Dev Accuracy | Link |
|---|---|---|---|
| LARGE | noreset | 0.5062 | tapas-large-finetuned-wtq (with absolute pos embeddings) |
| LARGE | reset | 0.5097 | tapas-large-finetuned-wtq |
| BASE | noreset | 0.4525 | tapas-base-finetuned-wtq (with absolute pos embeddings) |
| BASE | reset | 0.4638 | tapas-base-finetuned-wtq |
| MEDIUM | noreset | 0.4324 | tapas-medium-finetuned-wtq (with absolute pos embeddings) |
| MEDIUM | reset | 0.4324 | tapas-medium-finetuned-wtq |
| SMALL | noreset | 0.3681 | tapas-small-finetuned-wtq (with absolute pos embeddings) |
| SMALL | reset | 0.3762 | tapas-small-finetuned-wtq |
| MINI | noreset | 0.2783 | tapas-mini-finetuned-wtq (with absolute pos embeddings) |
| MINI | reset | 0.2854 | tapas-mini-finetuned-wtq |
| TINY | noreset | 0.0823 | tapas-tiny-finetuned-wtq (with absolute pos embeddings) |
| TINY | reset | 0.1039 | tapas-tiny-finetuned-wtq |
[CLS] Question [SEP] Flattened table [SEP]select_one_column parameter of TapasConfig. See the paper for more details (tables 11 and
12).1@misc{herzig2020tapas,
2 title={TAPAS: Weakly Supervised Table Parsing via Pre-training},
3 author={Jonathan Herzig and Paweł Krzysztof Nowak and Thomas Müller and Francesco Piccinno and Julian Martin Eisenschlos},
4 year={2020},
5 eprint={2004.02349},
6 archivePrefix={arXiv},
7 primaryClass={cs.IR}
8}1@misc{eisenschlos2020understanding,
2 title={Understanding tables with intermediate pre-training},
3 author={Julian Martin Eisenschlos and Syrine Krichene and Thomas Müller},
4 year={2020},
5 eprint={2010.00571},
6 archivePrefix={arXiv},
7 primaryClass={cs.CL}
8}1@article{DBLP:journals/corr/PasupatL15,
2 author = {Panupong Pasupat and
3 Percy Liang},
4 title = {Compositional Semantic Parsing on Semi-Structured Tables},
5 journal = {CoRR},
6 volume = {abs/1508.00305},
7 year = {2015},
8 url = {http://arxiv.org/abs/1508.00305},
9 archivePrefix = {arXiv},
10 eprint = {1508.00305},
11 timestamp = {Mon, 13 Aug 2018 16:47:37 +0200},
12 biburl = {https://dblp.org/rec/journals/corr/PasupatL15.bib},
13 bibsource = {dblp computer science bibliography, https://dblp.org}
14}