paper-with-me

홈 › Papers

Words aren't enough, their order matters: On the Robustness of Grounding Visual Referring Expressions

2020-05-04 · ACL 2020 6 · Arjun R. Akula, Spandana Gella, Yaser Al-Onaizan, Song-Chun Zhu, Siva Reddy

Visual referring expression recognition is a challenging task that requires natural language understanding in the context of an image. We critically examine RefCOCOg, a standard benchmark for this task, using a human study and show that 83.7% of test instances do not require reasoning on linguistic structure, i.e., words are enough to identify the target object, the word order doesn't matter. To measure the true progress of existing models, we split the test set into two sets, one which requires reasoning on linguistic structure and the other which doesn't. Additionally, we create an out-of-distribution dataset Ref-Adv by asking crowdworkers to perturb in-domain examples such that the target object changes. Using these datasets, we empirically show that existing methods fail to exploit linguistic structure and are 12% to 23% lower in performance than the established progress for this task. We also propose two methods, one based on contrastive learning and the other based on multi-task learning, to increase the robustness of ViLBERT, the current state-of-the-art model for this task. Our datasets are publicly available at https://github.com/aws/aws-refcocog-adv

📄 PDF Abstract BibTeX arXiv:2005.01655

Code (1)

aws/aws-refcocog-adv 공식 구현

Tasks

Contrastive LearningMulti-Task LearningNatural Language UnderstandingReferring Expression

Methods 이 논문이 사용한 방법론

ViLBERT Vision-and-Language BERT (ViLBERT) is a BERT-based model for learning task-agnostic joint representations of image content and…

Similar Papers 제목 키워드 기반

Labeled Anchors and a Scalable, Transparent, and Interactive Classifier

2018-10-01 · EMNLP 2018 10 · Jeffrey Lund, Stephen Cowley, Wilson Fearn, Emily Hales 외

We propose Labeled Anchors, an interactive and supervised topic model based on the anchor words algorithm (Arora et al., 2013). Labeled Anchors is similar to Supervised Anchors (Nguyen et al., 2014) in that it extends th…

Document ClassificationGeneral ClassificationText ClassificationTopic Models

Local Structure Matters Most: Perturbation Study in NLU

2021-07-29 · Findings (ACL) 2022 5 · Louis Clouatre, Prasanna Parthasarathi, Amal Zouaq, Sarath Chandar

Recent research analyzing the sensitivity of natural language understanding models to word-order perturbations has shown that neural models are surprisingly insensitive to the order of words. In this paper, we investigat…

Natural Language UnderstandingPosition

Local Structure Matters Most: Perturbation Study in NLU

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Recent research analyzing the sensitivity of natural language understanding models to word-order perturbations has shown that neural models are surprisingly insensitive to the order of words. In this paper, we investigat…

Natural Language UnderstandingPosition

When classifying grammatical role, BERT doesn't care about word order... except when it matters

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Because meaning can often be inferred from lexical semantics alone, word order is often a redundant cue in natural language. For example, the words cut, chef, and onion are more likely used to convey "The chef cut the on…

When classifying grammatical role, BERT doesn't care about word order... except when it matters

2022-03-11 · Isabel Papadimitriou, Richard Futrell, Kyle Mahowald

Because meaning can often be inferred from lexical semantics alone, word order is often a redundant cue in natural language. For example, the words chopped, chef, and onion are more likely used to convey "The chef choppe…