paper-with-me

홈 › Papers

Systematic Generalization on gSCAN with Language Conditioned Embedding

2020-09-11 · Asian Chapter of the Association for Computational Linguistics 2020 · Tong Gao, Qi Huang, Raymond J. Mooney

Systematic Generalization refers to a learning algorithm's ability to extrapolate learned behavior to unseen situations that are distinct but semantically similar to its training data. As shown in recent work, state-of-the-art deep learning models fail dramatically even on tasks for which they are designed when the test set is systematically different from the training data. We hypothesize that explicitly modeling the relations between objects in their contexts while learning their representations will help achieve systematic generalization. Therefore, we propose a novel method that learns objects' contextualized embeddings with dynamic message passing conditioned on the input natural language and end-to-end trainable with other downstream deep learning modules. To our knowledge, this model is the first one that significantly outperforms the provided baseline and reaches state-of-the-art performance on grounded-SCAN (gSCAN), a grounded natural language navigation dataset designed to require systematic generalization in its test splits.

📄 PDF Abstract BibTeX arXiv:2009.05552

Code (2)

HQ01/gSCAN_with_language_conditioned_embedding 공식 구현 pytorch
frankaging/Reason-SCAN pytorch

Tasks

Systematic Generalization

Similar Papers 제목 키워드 기반

Systematic Generalization on gSCAN: What is Nearly Solved and What is Next?

2021-09-25 · EMNLP 2021 11 · Linlu Qiu, Hexiang Hu, BoWen Zhang, Peter Shaw 외

We analyze the grounded SCAN (gSCAN) benchmark, which was recently proposed to study systematic generalization for grounded language understanding. First, we study which aspects of the original benchmark can be solved by…

Compositional Generalization (AVG)Systematic Generalization

A Benchmark for Systematic Generalization in Grounded Language Understanding

2020-03-11 · NeurIPS 2020 12 · Laura Ruis, Jacob Andreas, Marco Baroni, Diane Bouchacourt 외

Humans easily interpret expressions that describe unfamiliar situations composed from familiar parts ("greet the pink brontosaurus by the ferris wheel"). Modern neural networks, by contrast, struggle to interpret novel c…

Systematic Generalization

Think before you act: A simple baseline for compositional generalization

2020-09-29 · Christina Heinze-Deml, Diane Bouchacourt

Contrarily to humans who have the ability to recombine familiar expressions to create novel ones, modern neural networks struggle to do so. This has been emphasized recently with the introduction of the benchmark dataset…

Large Language Model based Smart Contract Auditing with LLMBugScanner

2025-11-29 · Yining Yuan, Yifei Wang, Yichang Xu, Zachary Yahn 외 arxiv

This paper presents LLMBugScanner, a large language model (LLM) based framework for smart contract vulnerability detection using fine-tuning and ensemble learning. Smart contract auditing presents several challenges for …

Vulnerability DetectionEnsemble Learning

ReaSCAN: Compositional Reasoning in Language Grounding

2021-09-18 · Zhengxuan Wu, Elisa Kreiss, Desmond C. Ong, Christopher Potts

The ability to compositionally map language to referents, relations, and actions is an essential component of language understanding. The recent gSCAN dataset (Ruis et al. 2020, NeurIPS) is an inspiring attempt to assess…