AIJan 23, 2024

Revolutionizing Retrieval-Augmented Generation with Enhanced PDF Structure Recognition

arXiv:2401.12599v137 citationsh-index: 1
Originality Incremental advance
AI Analysis

This addresses a bottleneck in professional knowledge QA systems by improving PDF structure recognition, though it is incremental as it builds on existing RAG frameworks.

The paper tackles the problem of low accuracy in PDF parsing for Retrieval-Augmented Generation (RAG) systems in professional knowledge-based question answering, showing that ChatDOC, equipped with an enhanced PDF parser, outperforms baselines on 47% of questions and ties on 38%.

With the rapid development of Large Language Models (LLMs), Retrieval-Augmented Generation (RAG) has become a predominant method in the field of professional knowledge-based question answering. Presently, major foundation model companies have opened up Embedding and Chat API interfaces, and frameworks like LangChain have already integrated the RAG process. It appears that the key models and steps in RAG have been resolved, leading to the question: are professional knowledge QA systems now approaching perfection? This article discovers that current primary methods depend on the premise of accessing high-quality text corpora. However, since professional documents are mainly stored in PDFs, the low accuracy of PDF parsing significantly impacts the effectiveness of professional knowledge-based QA. We conducted an empirical RAG experiment across hundreds of questions from the corresponding real-world professional documents. The results show that, ChatDOC, a RAG system equipped with a panoptic and pinpoint PDF parser, retrieves more accurate and complete segments, and thus better answers. Empirical experiments show that ChatDOC is superior to baseline on nearly 47% of questions, ties for 38% of cases, and falls short on only 15% of cases. It shows that we may revolutionize RAG with enhanced PDF structure recognition.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes