paper-with-me

Papers

Beyond task success: A closer look at jointly learning to see, ask, and GuessWhat

2018-09-10 · NAACL 2019 6 · Ravi Shekhar, Aashish Venkatesh, Tim Baumgärtner, Elia Bruni, Barbara Plank, Raffaella Bernardi, Raquel Fernández

We propose a grounded dialogue state encoder which addresses a foundational issue on how to integrate visual grounding with dialogue system components. As a test-bed, we focus on the GuessWhat?! game, a two-player game where the goal is to identify an object in a complex visual scene by asking a sequence of yes/no questions. Our visually-grounded encoder leverages synergies between guessing and asking questions, as it is trained jointly using multi-task learning. We further enrich our model via a cooperative learning regime. We show that the introduction of both the joint architecture and cooperative learning lead to accuracy improvements over the baseline system. We compare our approach to an alternative system which extends the baseline with reinforcement learning. Our in-depth analysis shows that the linguistic skills of the two models differ dramatically, despite approaching comparable performance levels. This points at the importance of analyzing the linguistic output of competing systems beyond numeric comparison solely based on task success.

📄 PDF Abstract BibTeX arXiv:1809.03408

Code (3)

anthonysicilia/leather-aacl2022 pytorch
mmazuecos/reinact2021-impact-of-answers pytorch
shekharRavi/Beyond-Task-Success-NAACL2019 pytorch

Tasks

Multi-Task LearningReinforcement LearningVisual Grounding

Similar Papers 제목 키워드 기반

A Closer Look at Invariances in Self-supervised Pre-training for 3D Vision

2022-07-11 · Lanxiao Li, Michael Heizmann

Self-supervised pre-training for 3D vision has drawn increasing research interest in recent years. In order to learn informative representations, a lot of previous works exploit invariances of 3D features, e.g., perspect…

Contrastive Learningobject-detectionObject Detection

Beyond Discrepancy: A Closer Look at the Theory of Distribution Shift

2024-05-29 · Robi Bhattacharjee, Nick Rittler, Kamalika Chaudhuri

Many machine learning models appear to deploy effortlessly under distribution shift, and perform well on a target distribution that is considerably different from the training distribution. Yet, learning theory of distri…

Learning Theory

Looking for ELMo's friends: Sentence-Level Pretraining Beyond Language Modeling

2019-05-01 · ICLR 2019 5 · Samuel R. Bowman, Ellie Pavlick, Edouard Grave, Benjamin Van Durme 외

Work on the problem of contextualized word representation—the development of reusable neural network components for sentence understanding—has recently seen a surge of progress centered on the unsupervised pretraining t…

Language ModelingLanguage ModellingSentence

Beyond AUROC & co. for evaluating out-of-distribution detection performance

2023-06-26 · Galadrielle Humblot-Renaux, Sergio Escalera, Thomas B. Moeslund

While there has been a growing research interest in developing out-of-distribution (OOD) detection methods, there has been comparably little discussion around how these methods should be evaluated. Given their relevance …

Binary ClassificationOut-of-Distribution DetectionOut of Distribution (OOD) Detection

How does BERT capture semantics? A closer look at polysemous words

2020-11-01 · EMNLP (BlackboxNLP) 2020 11 · David Yenicelik, Florian Schmidt, Yannic Kilcher

The recent paradigm shift to contextual word embeddings has seen tremendous success across a wide range of down-stream tasks. However, little is known on how the emergent relation of context and semantics manifests geome…

Semanticity predictionSemantic SimilarityWord EmbeddingsWord Sense Disambiguation+2