Here, we propose a composite system that uses text summarization (TS) and question answering (QA) to supplement the IR process of long documents. Most previous studies have used separate approaches, i.e., either TS or QA. The aim of this paper is to develop an interaction between TS and QA in three stages to enhance IR performance. First, SBERT is used for summarization. Second, an RAG method is employed to retrieve information and generate answers. In the architecture of RAG, retrieval of the document is fulfilled via all-MiniLM-L6-v2, while answer generation is performed via the T5 and BART-large-cnn models. Third, the retrieved answers are assessed and compared with a baseline system in which the documents are treated without summarization. The proposed system aims to improve the quality of retrieved information and accuracy of answers generated by TSQA in a unified pipeline. Experimental evaluation conducted on the NIPS dataset demonstrates that the proposed approach significantly enhances summary informativeness and answer accuracy compared with traditional single-task approaches. The simulation results show improvements of 20.83% in text similarity and 2.38% in BERT scores for answer generation compared with the standard RAG baseline without summarization.
Jaddoa et al. (Wed,) studied this question.