paper-with-me

Papers

EchoSight: Advancing Visual-Language Models with Wiki Knowledge

2024-07-17 · Yibin Yan, Weidi Xie

Knowledge-based Visual Question Answering (KVQA) tasks require answering questions about images using extensive background knowledge. Despite significant advancements, generative models often struggle with these tasks due to the limited integration of external knowledge. In this paper, we introduce EchoSight, a novel multimodal Retrieval-Augmented Generation (RAG) framework that enables large language models (LLMs) to answer visual questions requiring fine-grained encyclopedic knowledge. To strive for high-performing retrieval, EchoSight first searches wiki articles by using visual-only information, subsequently, these candidate articles are further reranked according to their relevance to the combined text-image query. This approach significantly improves the integration of multimodal knowledge, leading to enhanced retrieval outcomes and more accurate VQA responses. Our experimental results on the Encyclopedic VQA and InfoSeek datasets demonstrate that EchoSight establishes new state-of-the-art results in knowledge-based VQA, achieving an accuracy of 41.8% on Encyclopedic VQA and 31.3% on InfoSeek.

📄 PDF Abstract BibTeX arXiv:2407.12735

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesQuestion AnsweringRAGRetrievalRetrieval-augmented GenerationVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

WikiVQABench: A Knowledge-Grounded Visual Question Answering Benchmark from Wikipedia and Wikidata

2026-05-20 · Basel Shbita, Pengyuan Li, Anna Lisa Gentile arxiv

Visual Question Answering (VQA) benchmarks have largely emphasized perception-based tasks that can be solved from visual content alone. In contrast, many real-world scenarios require external knowledge that is not direct…

Visual Question Answering

EvoWiki: Evaluating LLMs on Evolving Knowledge

2024-12-18 · Wei Tang, Yixin Cao, Yang Deng, Jiahao Ying 외

Knowledge utilization is a critical aspect of LLMs, and understanding how they adapt to evolving knowledge is essential for their effective deployment. However, existing benchmarks are predominantly static, failing to ca…

RAGRetrieval-augmented Generation

Ontology-Free General-Domain Knowledge Graph-to-Text Generation Dataset Synthesis using Large Language Model

2024-09-11 · Daehee Kim, Deokhyung Kang, Sangwon Ryu, Gary Geunbae Lee

Knowledge Graph-to-Text (G2T) generation involves verbalizing structured knowledge graphs into natural language text. Recent advancements in Pretrained Language Models (PLMs) have improved G2T performance, but their effe…

Data-to-Text GenerationGraph-to-SequenceKnowledge GraphsLanguage Modeling+3

Wikipedia2Vec: An Efficient Toolkit for Learning and Visualizing the Embeddings of Words and Entities from Wikipedia

2018-12-15 · EMNLP 2020 11 · Ikuya Yamada, Akari Asai, Jin Sakuma, Hiroyuki Shindo 외

The embeddings of entities in a large knowledge base (e.g., Wikipedia) are highly beneficial for solving various natural language tasks that involve real world knowledge. In this paper, we present Wikipedia2Vec, a Python…

World Knowledge

WikiCLIP: An Efficient Contrastive Baseline for Open-domain Visual Entity Recognition

2026-03-10 · Shan Ning, Longtian Qiu, Jiaxuan Sun, Xuming He arxiv

Open-domain visual entity recognition (VER) seeks to associate images with entities in encyclopedic knowledge bases such as Wikipedia. Recent generative methods tailored for VER demonstrate strong performance but incur h…