Beyond Extraction: Contextualising Tabular Data for Efficient Summarisation by Language Models
Uday Allu, Biddwan Ahmed, Vishesh Tripathi

TL;DR
This paper presents a novel method for improving complex table query accuracy in RAG-based systems by enriching tabular data with context and employing fine-tuned language models for summarisation.
Contribution
It introduces a new approach that combines context enrichment, fine-tuned Llama-2-chat, and ChatGPT 3.5 API to enhance retrieval and summarisation of complex tables in PDFs.
Findings
Improved accuracy in complex table query retrieval.
Enhanced summarisation quality through context enrichment.
Effective integration of multiple language models for data understanding.
Abstract
The conventional use of the Retrieval-Augmented Generation (RAG) architecture has proven effective for retrieving information from diverse documents. However, challenges arise in handling complex table queries, especially within PDF documents containing intricate tabular structures.This research introduces an innovative approach to enhance the accuracy of complex table queries in RAG-based systems. Our methodology involves storing PDFs in the retrieval database and extracting tabular content separately. The extracted tables undergo a process of context enrichment, concatenating headers with corresponding values. To ensure a comprehensive understanding of the enriched data, we employ a fine-tuned version of the Llama-2-chat language model for summarisation within the RAG architecture. Furthermore, we augment the tabular data with contextual sense using the ChatGPT 3.5 API through a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Data Quality and Management · Natural Language Processing Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Attention Dropout · Weight Decay · WordPiece · Softmax · Adam · Linear Warmup With Linear Decay · BERT
