paper-with-me

Papers

An Interactive Multi-modal Query Answering System with Retrieval-Augmented Large Language Models

2024-07-05 · Mengzhao Wang, Haotian Wu, Xiangyu Ke, Yunjun Gao, Xiaoliang Xu, Lu Chen

Retrieval-augmented Large Language Models (LLMs) have reshaped traditional query-answering systems, offering unparalleled user experiences. However, existing retrieval techniques often struggle to handle multi-modal query contexts. In this paper, we present an interactive Multi-modal Query Answering (MQA) system, empowered by our newly developed multi-modal retrieval framework and navigation graph index, integrated with cutting-edge LLMs. It comprises five core components: Data Preprocessing, Vector Representation, Index Construction, Query Execution, and Answer Generation, all orchestrated by a dedicated coordinator to ensure smooth data flow from input to answer generation. One notable aspect of MQA is its utilization of contrastive learning to assess the significance of different modalities, facilitating precise measurement of multi-modal information similarity. Furthermore, the system achieves efficient retrieval through our advanced navigation graph index, refined using computational pruning techniques. Another highlight of our system is its pluggable processing framework, allowing seamless integration of embedding models, graph indexes, and LLMs. This flexibility provides users diverse options for gaining insights from their multi-modal knowledge base. A preliminary video introduction of MQA is available at https://youtu.be/xvUuo2ZIqWk.

📄 PDF Abstract BibTeX arXiv:2407.04217

Code (1)

ZJU-DAILY/MQA 공식 구현 pytorch

Tasks

Answer GenerationContrastive LearningRetrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Interactive Question Answering Systems: Literature Review

2022-09-04 · Giovanni Maria Biancofiore, Yashar Deldjoo, Tommaso Di Noia, Eugenio Di Sciascio 외

Question answering systems are recognized as popular and frequently effective means of information seeking on the web. In such systems, information seekers can receive a concise response to their query by presenting thei…

Question Answering

A System for Interactive Query Answering with Answer Set Programming

2013-12-20 · Martin Gebser, Philipp Obermeier, Torsten Schaub

Reactive answer set programming has paved the way for incorporating online information into operative solving processes. Although this technology was originally devised for dealing with data streams in dynamic environmen…

MCQA: Multimodal Co-attention Based Network for Question Answering

2020-04-25 · Abhishek Kumar, Trisha Mittal, Dinesh Manocha

We present MCQA, a learning-based algorithm for multimodal question answering. MCQA explicitly fuses and aligns the multimodal input (i.e. text, audio, and video), which forms the context for the query (question and answ…

cross-modal alignmentQuestion Answering

$M^3 QuestionIng$: Multi-modal Multi-span Medical Question Answering

2026-05-19 · Anisha Saha, Vaibhav Rathore, Abhisek Tiwari, Akash Ghosh 외 arxiv

The growing adoption of AI in healthcare, particularly in preventive care, highlights the critical need for accessibility and precision in Medical Question Answering (MedQA). In recent years, significant efforts have bee…

Question Answering

RConE: Rough Cone Embedding for Multi-Hop Logical Query Answering on Multi-Modal Knowledge Graphs

2024-08-21 · Mayank Kharbanda, Rajiv Ratn Shah, Raghava Mutharaju

Multi-hop query answering over a Knowledge Graph (KG) involves traversing one or more hops from the start node to answer a query. Path-based and logic-based methods are state-of-the-art for multi-hop question answering. …

Knowledge GraphsLink PredictionMulti-hop Question AnsweringNegation+1