paper-with-me

Papers

TableFormer: Robust Transformer Modeling for Table-Text Encoding

2022-03-01 · ACL 2022 5 · Jingfeng Yang, Aditya Gupta, Shyam Upadhyay, Luheng He, Rahul Goel, Shachi Paul

Understanding tables is an important aspect of natural language understanding. Existing models for table understanding require linearization of the table structure, where row or column order is encoded as an unwanted bias. Such spurious biases make the model vulnerable to row and column order perturbations. Additionally, prior work has not thoroughly modeled the table structures or table-text alignments, hindering the table-text understanding ability. In this work, we propose a robust and structurally aware table-text encoding architecture TableFormer, where tabular structural biases are incorporated completely through learnable attention biases. TableFormer is (1) strictly invariant to row and column orders, and, (2) could understand tables better due to its tabular inductive biases. Our evaluations showed that TableFormer outperforms strong baselines in all settings on SQA, WTQ and TabFact table reasoning datasets, and achieves state-of-the-art performance on SQA, especially when facing answer-invariant row and column order perturbations (6% improvement over the best baseline), because previous SOTA models' performance drops by 4% - 6% when facing such perturbations while TableFormer is not affected.

📄 PDF Abstract BibTeX arXiv:2203.00274

Code (2)

google-research/tapas 공식 구현 tf
pwc-1/Paper-9/tree/main/1/table_transformer mindspore

Tasks

Natural Language Understanding

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

TableFormer: Robust Transformer Modeling for Table-Text Encoding

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Understanding tables is an important aspect of natural language understanding. Existing models for table understanding require linearization of the table structure, where row or column order is encoded as an unwanted bia…

Natural Language Understanding

Docling Technical Report

2024-08-19 · Christoph Auer, Maksym Lysak, Ahmed Nassar, Michele Dolfi 외

This technical report introduces Docling, an easy to use, self-contained, MIT-licensed open-source package for PDF document conversion. It is powered by state-of-the-art specialized AI models for layout analysis (DocLayN…

TableFormer: Table Structure Understanding with Transformers

2022-03-02 · CVPR 2022 1 · Ahmed Nassar, Nikolaos Livathinos, Maksym Lysak, Peter Staar

Tables organize valuable content in a concise and compact representation. This content is extremely valuable for systems such as search engines, Knowledge Graph's, etc, since they enhance their predictive capabilities. U…

Decoderobject-detectionObject DetectionOptical Character Recognition (OCR)

Linearized Relative Positional Encoding

2023-07-18 · Zhen Qin, Weixuan Sun, Kaiyue Lu, Hui Deng 외

Relative positional encoding is widely used in vanilla and linear transformers to represent positional information. However, existing encoding methods of a vanilla transformer are not always directly applicable to a line…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+2

TransXSSM: A Hybrid Transformer State Space Model with Unified Rotary Position Embedding

2025-06-11 · Bingheng Wu, Jingze Shi, Yifan Wu, Nan Tang 외

Transformers exhibit proficiency in capturing long-range dependencies, whereas State Space Models (SSMs) facilitate linear-time sequence modeling. Notwithstanding their synergistic potential, the integration of these arc…

4kLanguage ModelingLanguage ModellingPosition+1