paper-with-me

홈 › Papers

VL-GLUE: A Suite of Fundamental yet Challenging Visuo-Linguistic Reasoning Tasks

2024-10-17 · Shailaja Keyur Sampat, Mutsumi Nakamura, Shankar Kailas, Kartik Aggarwal, Mandy Zhou, Yezhou Yang, Chitta Baral

Deriving inference from heterogeneous inputs (such as images, text, and audio) is an important skill for humans to perform day-to-day tasks. A similar ability is desirable for the development of advanced Artificial Intelligence (AI) systems. While state-of-the-art models are rapidly closing the gap with human-level performance on diverse computer vision and NLP tasks separately, they struggle to solve tasks that require joint reasoning over visual and textual modalities. Inspired by GLUE (Wang et. al., 2018)- a multitask benchmark for natural language understanding, we propose VL-GLUE in this paper. VL-GLUE consists of over 100k samples spanned across seven different tasks, which at their core require visuo-linguistic reasoning. Moreover, our benchmark comprises of diverse image types (from synthetically rendered figures, and day-to-day scenes to charts and complex diagrams) and includes a broad variety of domain-specific text (from cooking, politics, and sports to high-school curricula), demonstrating the need for multi-modal understanding in the real-world. We show that this benchmark is quite challenging for existing large-scale vision-language models and encourage development of systems that possess robust visuo-linguistic reasoning capabilities.

📄 PDF Abstract BibTeX arXiv:2410.13666

Code (1)

shailaja183/vl-glue 공식 구현

Tasks

Natural Language Understanding

Similar Papers 제목 키워드 기반

Why is Winoground Hard? Investigating Failures in Visuolinguistic Compositionality

2022-11-01 · Anuj Diwan, Layne Berry, Eunsol Choi, David Harwath 외

Recent visuolinguistic pre-trained models show promising progress on various end tasks such as image retrieval and video captioning. Yet, they fail miserably on the recently proposed Winoground dataset, which challenges …

Data AugmentationImage RetrievalRetrievalVideo Captioning

NumGLUE: A Suite of Fundamental yet Challenging Mathematical Reasoning Tasks

2022-04-12 · ACL 2022 5 · Swaroop Mishra, Arindam Mitra, Neeraj Varshney, Bhavdeep Sachdeva 외

Given the ubiquitous nature of numbers in text, reasoning with numbers to perform simple calculations is an important skill of AI systems. While many datasets and models have been developed to this end, state-of-the-art …

Arithmetic ReasoningMathematical ReasoningNatural Language Understanding

GLUE: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding

2018-04-20 · WS 2018 11 · Alex Wang, Amanpreet Singh, Julian Michael, Felix Hill 외

For natural language understanding (NLU) technology to be maximally useful, both practically and as a scientific object of study, it must be general: it must be able to process language in a way that is not exclusively t…

DiagnosticNatural Language InferenceNatural Language UnderstandingQQP+1

SpeechGLUE: How Well Can Self-Supervised Speech Models Capture Linguistic Knowledge?

2023-06-14 · Takanori Ashihara, Takafumi Moriya, Kohei Matsuura, Tomohiro Tanaka 외

Self-supervised learning (SSL) for speech representation has been successfully applied in various downstream tasks, such as speech and speaker recognition. More recently, speech SSL models have also been shown to be bene…

Natural Language UnderstandingSelf-Supervised LearningSpeaker RecognitionSpoken Language Understanding

Perspectives and Prospects on Transformer Architecture for Cross-Modal Tasks with Language and Vision

2021-03-06 · Andrew Shin, Masato Ishii, Takuya Narihira

Transformer architectures have brought about fundamental changes to computational linguistic field, which had been dominated by recurrent neural networks for many years. Its success also implies drastic changes in cross-…