arXiv:2501.09801cs.IRcs.CL2025-01被引 6

用对话式问答从PDF中精准提取文本,提升文档阅读效率

Conversational Text Extraction with Large Language Models Using Retrieval-Augmented Systems

  • 结合检索增强生成技术,根据用户提问定位相关段落
  • 在文本提取任务中达到与顶尖方法相当的ROUGE得分
  • 适合研究人员、学生快速获取文献核心信息

本研究提出一种基于大语言模型(LLM)的系统,通过对话接口实现对PDF文档的文本提取与交互增强。系统采用检索增强生成(RAG)技术,在用户上传文档后,利用句子嵌入构建专属向量库,高效检索相关段落;随后,大语言模型结合检索结果进行对话式问答,生成上下文相关的摘要与文本提取结果。实验表明,该方法在文本提取与摘要任务上达到与现有先进方法相当的ROUGE值,展现出良好的性能。尽管如此,仍需进一步开展定性评估以验证其在真实场景中的有效性。该系统为科研人员、学生等用户提供了一种直观高效的文档知识获取工具。

原文摘要 · Abstract (English)

This study introduces a system leveraging Large Language Models (LLMs) to extract text and enhance user interaction with PDF documents via a conversational interface. Utilizing Retrieval-Augmented Generation (RAG), the system provides informative responses to user inquiries while highlighting relevant passages within the PDF. Upon user upload, the system processes the PDF, employing sentence embeddings to create a document-specific vector store. This vector store enables efficient retrieval of pertinent sections in response to user queries. The LLM then engages in a conversational exchange, using the retrieved information to extract text and generate comprehensive, contextually aware answers. While our approach demonstrates competitive ROUGE values compared to existing state-of-the-art techniques for text extraction and summarization, we acknowledge that further qualitative evaluation is necessary to fully assess its effectiveness in real-world applications. The proposed system gives competitive ROUGE values as compared to existing state-of-the-art techniques for text extraction and summarization, thus offering a valuable tool for researchers, students, and anyone seeking to efficiently extract knowledge and gain insights from documents through an intuitive question-answering interface.

文本提取对话系统RAG

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。