An open API service indexing awesome lists of open source software.

https://github.com/lucidrains/tableformer-pytorch

Implementation of TableFormer, Robust Transformer Modeling for Table-Text Encoding, in Pytorch
https://github.com/lucidrains/tableformer-pytorch

artificial-intelligence attention-mechanism deep-learning table transformers

Last synced: 9 months ago
JSON representation

Implementation of TableFormer, Robust Transformer Modeling for Table-Text Encoding, in Pytorch

Awesome Lists containing this project

README

          

## Tableformer - Pytorch (wip)

Implementation of TableFormer, Robust Transformer Modeling for Table-Text Encoding, in Pytorch. The claim of this paper is that through attentional biases, they can make transformers more robust to perturbations to the table in question. They show improved results compared to TAPAS

## Citations

```bibtex
@article{Yang2022TableFormerRT,
title = {TableFormer: Robust Transformer Modeling for Table-Text Encoding},
author = {Jingfeng Yang and Aditya Gupta and Shyam Upadhyay and Luheng He and Rahul Goel and Shachi Paul},
journal = {ArXiv},
year = {2022},
volume = {abs/2203.00274}
}
```