137

TabRAG: Tabular Document Retrieval via Structured Language Representations

Main:4 Pages
2 Figures
Bibliography:3 Pages
5 Tables
Appendix:8 Pages
Abstract

Ingesting data for Retrieval-Augmented Generation (RAG) involves either fine-tuning the embedding model directly on the target corpus or parsing documents for embedding model encoding. The former, while accurate, incurs high computational hardware requirements, while the latter suffers from suboptimal performance when extracting tabular data. In this work, we address the latter by presenting TabRAG, a parsing-based RAG pipeline designed to tackle table-heavy documents via structured language representations. TabRAG outperforms existing popular parsing-based methods for generation and retrieval. Code is available atthis https URL.

View on arXiv
Comments on this paper