← Search

Julian Eisenschlos

10 accepted papers

2023

DePlot: One-shot visual language reasoning by plot-to-table translation

ACL 2023findings

Visual language such as charts and plots is ubiquitous in the human world. Comprehending plots and charts requires strong reasoning skills. Prior state-of-the-art (SOTA) models require at least tens of thousands of training examples and their reasoning capabilities are still much limited, especially…

2023

MatCha: Enhancing Visual Language Pretraining with Math Reasoning and Chart Derendering

ACL 2023long

Visual language data such as plots, charts, and infographics are ubiquitous in the human world. However, state-of-the-art vision-language models do not perform well on these data. We propose MatCha (Math reasoning and Chart derendering pretraining) to enhance visual language models’ capabilities in…

2022

Leveraging Data Recasting to Enhance Tabular Reasoning

EMNLP 2022finding

Creating challenging tabular inference data is essential for learning complex reasoning. Prior work has mostly relied on two data generation strategies. The first is human annotation, which yields linguistically diverse data but is difficult to scale. The second category for creation is synthetic ge…

Cited by 7SourcePDFScholar
2022

Table-To-Text generation and pre-training with TabT5

EMNLP 2022finding

Encoder-only transformer models have been successfully applied to different table understanding tasks, as in TAPAS. A major limitation of these architectures is that they are constrained to classification-like tasks such as cell selection or entailment detection. We present TabT5, an encoder-decoder…

2021

Fool Me Twice: Entailment from Wikipedia Gamification

NAACL 2021long

We release FoolMeTwice (FM2 for short), a large dataset of challenging entailment pairs collected through a fun multi-player game. Gamification encourages adversarial examples, drastically lowering the number of examples that can be solved using “shortcuts” compared to other popular entailment datas…

2021

MATE: Multi-view Attention for Table Transformer Efficiency

EMNLP 2021main

This work presents a sparse-attention Transformer architecture for modeling documents that contain large tables. Tables are ubiquitous on the web, and are rich in information. However, more than 20% of relational tables on the web have 20 or more rows (Cafarella et al., 2008), and these large tables…

2021

Open Domain Question Answering over Tables via Dense Retrieval

NAACL 2021long

Recent advances in open-domain QA have led to strong models based on dense retrieval, but only focused on retrieving textual passages. In this work, we tackle open-domain QA over tables for the first time, and show that retrieval can be improved by a retriever designed to handle tabular context. We…