paper-with-me

Papers

Improving Commonsense in Vision-Language Models via Knowledge Graph Riddles

2022-11-29 · CVPR 2023 1 · Shuquan Ye, Yujia Xie, Dongdong Chen, Yichong Xu, Lu Yuan, Chenguang Zhu, Jing Liao

This paper focuses on analyzing and improving the commonsense ability of recent popular vision-language (VL) models. Despite the great success, we observe that existing VL-models still lack commonsense knowledge/reasoning ability (e.g., "Lemons are sour"), which is a vital component towards artificial general intelligence. Through our analysis, we find one important reason is that existing large-scale VL datasets do not contain much commonsense knowledge, which motivates us to improve the commonsense of VL-models from the data perspective. Rather than collecting a new VL training dataset, we propose a more scalable strategy, i.e., "Data Augmentation with kNowledge graph linearization for CommonsensE capability" (DANCE). It can be viewed as one type of data augmentation technique, which can inject commonsense knowledge into existing VL datasets on the fly during training. More specifically, we leverage the commonsense knowledge graph (e.g., ConceptNet) and create variants of text description in VL datasets via bidirectional sub-graph sequentialization. For better commonsense evaluation, we further propose the first retrieval-based commonsense diagnostic benchmark. By conducting extensive experiments on some representative VL-models, we demonstrate that our DANCE technique is able to significantly improve the commonsense ability while maintaining the performance on vanilla retrieval tasks. The code and data are available at https://github.com/pleaseconnectwifi/DANCE

📄 PDF Abstract BibTeX arXiv:2211.16504

Code (1)

pleaseconnectwifi/dance 공식 구현 pytorch

Tasks

Data AugmentationDiagnosticRetrieval

Methods 이 논문이 사용한 방법론

DANCE Domain Adaptive Neighborhood Clustering via Entropy Optimization (DANCE) is a self-supervised clustering method that harnesses the cluster structure of the target domain using…

Similar Papers 제목 키워드 기반

Visual Riddles: a Commonsense and World Knowledge Challenge for Large Vision and Language Models

2024-07-28 · Nitzan Bitton-Guetta, Aviv Slobodkin, Aviya Maimon, Eliya Habba 외

Imagine observing someone scratching their arm; to understand why, additional context would be necessary. However, spotting a mosquito nearby would immediately offer a likely explanation for the person's discomfort, ther…

World Knowledge

Answering Image Riddles using Vision and Reasoning through Probabilistic Soft Logic

2016-11-17 · Somak Aditya, Yezhou Yang, Chitta Baral, Yiannis Aloimonos

In this work, we explore a genre of puzzles ("image riddles") which involves a set of images and a question. Answering these puzzles require both capabilities involving visual detection (including object, activity recogn…

Activity RecognitionQuestion Answering

RiddleSense: Reasoning about Riddle Questions Featuring Linguistic Creativity and Commonsense Knowledge

2021-01-02 · Findings (ACL) 2021 8 · Bill Yuchen Lin, Ziyi Wu, Yichi Yang, Dong-Ho Lee 외

Question: I have five fingers but I am not alive. What am I? Answer: a glove. Answering such a riddle-style question is a challenging cognitive process, in that it requires complex commonsense reasoning abilities, an und…

counterfactualCounterfactual ReasoningMultiple-choiceNatural Language Understanding+1

BiRdQA: A Bilingual Dataset for Question Answering on Tricky Riddles

2021-09-23 · Yunxiang Zhang, Xiaojun Wan

A riddle is a question or statement with double or veiled meanings, followed by an unexpected answer. Solving riddle is a challenging task for both machine and human, testing the capability of understanding figurative, c…

Multiple-choiceQuestion Answering

Utilizing Language Models to Expand Vision-Based Commonsense Knowledge Graphs

2022-08-17 · journal 2022 8 · Navid Rezaei, Marek Z. Reformat

The introduction and ever-growing size of the transformer deep-learning architecture have had a tremendous impact not only in the field of natural language processing but also in other fields. The transformer-based langu…

Knowledge GraphsLanguage Modelling