paper-with-me

Papers

Does Vision-and-Language Pretraining Improve Lexical Grounding?

2021-09-21 · Findings (EMNLP) 2021 11 · Tian Yun, Chen Sun, Ellie Pavlick

Linguistic representations derived from text alone have been criticized for their lack of grounding, i.e., connecting words to their meanings in the physical world. Vision-and-Language (VL) models, trained jointly on text and image or video data, have been offered as a response to such criticisms. However, while VL pretraining has shown success on multimodal tasks such as visual question answering, it is not yet known how the internal linguistic representations themselves compare to their text-only counterparts. This paper compares the semantic representations learned via VL vs. text-only pretraining for two recent VL models using a suite of analyses (clustering, probing, and performance on a commonsense question answering task) in a language-only setting. We find that the multimodal models fail to significantly outperform the text-only variants, suggesting that future work is required if multimodal pretraining is to be pursued as a means of improving NLP in general.

📄 PDF Abstract BibTeX arXiv:2109.10246

Code (1)

tttyuntian/vlm_lexical_grounding 공식 구현 pytorch

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Improving the Lexical Ability of Pretrained Language Models for Unsupervised Neural Machine Translation

2021-03-18 · NAACL 2021 4 · Alexandra Chronopoulou, Dario Stojanovski, Alexander Fraser

Successful methods for unsupervised neural machine translation (UNMT) employ crosslingual pretraining via self-supervision, often in the form of a masked language modeling or a sequence generation task, which requires th…

Bilingual Lexicon InductionLanguage ModelingLanguage ModellingMachine Translation+2

Token-Level Contrast for Video and Language Alignment

2021-01-01 · Jianwei Yang, Yonatan Bisk, Jianfeng Gao

Building video and language understanding models requires grounding linguistic concepts and video contents into a shared space. Most of previous works learn a holistic alignment between them while neglecting the token-le…

IIITH at SemEval-2021 Task 7: Leveraging transformer-based humourous and offensive text detection architectures using lexical and hurtlex features and task adaptive pretraining

2021-08-01 · SEMEVAL 2021 · Tathagata Raha, Ishan Sanjeev Upadhyay, Radhika Mamidi, Vasudeva Varma

This paper describes our approach (IIITH) for SemEval-2021 Task 5: HaHackathon: Detecting and Rating Humor and Offense. Our results focus on two major objectives: (i) Effect of task adaptive pretraining on the performanc…

Text Detection

Does VLN Pretraining Work with Nonsensical or Irrelevant Instructions?

2023-11-28 · Wang Zhu, Ishika Singh, Yuan Huang, Robin Jia 외

Data augmentation via back-translation is common when pretraining Vision-and-Language Navigation (VLN) models, even though the generated instructions are noisy. But: does that noise matter? We find that nonsensical or ir…

Data AugmentationTranslationVision and Language Navigation

Measuring the Impact of Lexical Training Data Coverage on Hallucination Detection in Large Language Models

2025-11-22 · Shuo Zhang, Fabrizio Gotti, Fengran Mo, Jian-Yun Nie arxiv

Hallucination in large language models (LLMs) is a fundamental challenge, particularly in open-domain question answering. Prior work attempts to detect hallucination with model-internal signals such as token-level entrop…

Open-Domain Question Answering