paper-with-me

Papers

Language Models as Knowledge Bases for Visual Word Sense Disambiguation

2023-10-03 · Anastasia Kritharoula, Maria Lymperaiou, Giorgos Stamou

Visual Word Sense Disambiguation (VWSD) is a novel challenging task that lies between linguistic sense disambiguation and fine-grained multimodal retrieval. The recent advancements in the development of visiolinguistic (VL) transformers suggest some off-the-self implementations with encouraging results, which however we argue that can be further improved. To this end, we propose some knowledge-enhancement techniques towards improving the retrieval performance of VL transformers via the usage of Large Language Models (LLMs) as Knowledge Bases. More specifically, knowledge stored in LLMs is retrieved with the help of appropriate prompts in a zero-shot manner, achieving performance advancements. Moreover, we convert VWSD to a purely textual question-answering (QA) problem by considering generated image captions as multiple-choice candidate answers. Zero-shot and few-shot prompting strategies are leveraged to explore the potential of such a transformation, while Chain-of-Thought (CoT) prompting in the zero-shot setting is able to reveal the internal reasoning steps an LLM follows to select the appropriate candidate. In total, our presented approach is the first one to analyze the merits of exploiting knowledge stored in LLMs in different ways to solve WVSD.

📄 PDF Abstract BibTeX arXiv:2310.01960

Code (1)

anastasiakrith/llm-for-vwsd 공식 구현 pytorch

Tasks

Image CaptioningMultiple-choiceQuestion AnsweringRetrievalWord Sense Disambiguation

Similar Papers 제목 키워드 기반

OPI at SemEval 2023 Task 1: Image-Text Embeddings and Multimodal Information Retrieval for Visual Word Sense Disambiguation

2023-04-14 · Sławomir Dadas

The goal of visual word sense disambiguation is to find the image that best matches the provided description of the word's meaning. It is a challenging problem, requiring approaches that combine language and image unders…

Information RetrievalLearning-To-RankRetrievalWord Sense Disambiguation

VLC-BERT: Visual Question Answering with Contextualized Commonsense Knowledge

2022-10-24 · Sahithya Ravi, Aditya Chinchure, Leonid Sigal, Renjie Liao 외

There has been a growing interest in solving Visual Question Answering (VQA) tasks that require the model to reason beyond the content present in the image. In this work, we focus on questions that require commonsense re…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

HKUST at SemEval-2023 Task 1: Visual Word Sense Disambiguation with Context Augmentation and Visual Assistance

2023-11-30 · Zhuohao Yin, Xin Huang

Visual Word Sense Disambiguation (VWSD) is a multi-modal task that aims to select, among a batch of candidate images, the one that best entails the target word's meaning within a limited context. In this paper, we propos…

Image RetrievalRetrievalWord Sense Disambiguation

Word Sense Induction using Knowledge Embeddings

2018-10-23 · Anonymous

Word Embeddings are able to capture lexico-semantic information but remain flawed in their inability to assign unique representations to different senses of a polysemous words. They also fail to include information from …

Word EmbeddingsWord Sense Induction

Beyond Language: Learning Commonsense from Images for Reasoning

2020-10-10 · Findings of the Association for Computational Linguistics 2020 · Wanqing Cui, Yanyan Lan, Liang Pang, Jiafeng Guo 외

This paper proposes a novel approach to learn commonsense from images, instead of limited raw texts or costly constructed knowledge bases, for the commonsense reasoning problem in NLP. Our motivation comes from the fact …

Language ModelingLanguage ModellingLayout GenerationQuestion Answering