Views
No views yet
tapas_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 on SQA. It uses relative position embeddings (i.e. resetting the position index at every cell of the table).no_reset, which corresponds to tapas_sqa_inter_masklm_tiny (intermediate pre-training, absolute position embeddings).| Size | Reset | Dev Accuracy | Link |
|---|---|---|---|
| LARGE | noreset | 0.7223 | tapas-large-finetuned-sqa (absolute pos embeddings) |
| LARGE | reset | 0.7289 | tapas-large-finetuned-sqa |
| BASE | noreset | 0.6737 | tapas-base-finetuned-sqa (absolute pos embeddings) |
| BASE | reset | 0.6874 | tapas-base-finetuned-sqa |
| MEDIUM | noreset | 0.6464 | tapas-medium-finetuned-sqa (absolute pos embeddings) |
| MEDIUM | reset | 0.6561 | tapas-medium-finetuned-sqa |
| SMALL | noreset | 0.5876 | tapas-small-finetuned-sqa (absolute pos embeddings) |
| SMALL | reset | 0.6155 | tapas-small-finetuned-sqa |
| MINI | noreset | 0.4574 | tapas-mini-finetuned-sqa (absolute pos embeddings) |
| MINI | reset | 0.5148 | tapas-mini-finetuned-sqa) |
| TINY | noreset | 0.2004 | tapas-tiny-finetuned-sqa (absolute pos embeddings) |
| TINY | reset | 0.2375 | tapas-tiny-finetuned-sqa |
[CLS] Question [SEP] Flattened table [SEP]select_one_column parameter of TapasConfig. See also table 12 of the original paper.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@InProceedings{iyyer2017search-based,
2author = {Iyyer, Mohit and Yih, Scott Wen-tau and Chang, Ming-Wei},
3title = {Search-based Neural Structured Learning for Sequential Question Answering},
4booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics},
5year = {2017},
6month = {July},
7abstract = {Recent work in semantic parsing for question answering has focused on long and complicated questions, many of which would seem unnatural if asked in a normal conversation between two humans. In an effort to explore a conversational QA setting, we present a more realistic task: answering sequences of simple but inter-related questions. We collect a dataset of 6,066 question sequences that inquire about semi-structured tables from Wikipedia, with 17,553 question-answer pairs in total. To solve this sequential question answering task, we propose a novel dynamic neural semantic parsing framework trained using a weakly supervised reward-guided search. Our model effectively leverages the sequential context to outperform state-of-the-art QA systems that are designed to answer highly complex questions.},
8publisher = {Association for Computational Linguistics},
9url = {https://www.microsoft.com/en-us/research/publication/search-based-neural-structured-learning-sequential-question-answering/},
10}