paper-with-me

홈 › Papers

Enforcing Consistency in Weakly Supervised Semantic Parsing

2021-07-13 · ACL 2021 5 · Nitish Gupta, Sameer Singh, Matt Gardner

The predominant challenge in weakly supervised semantic parsing is that of spurious programs that evaluate to correct answers for the wrong reasons. Prior work uses elaborate search strategies to mitigate the prevalence of spurious programs; however, they typically consider only one input at a time. In this work we explore the use of consistency between the output programs for related inputs to reduce the impact of spurious programs. We bias the program search (and thus the model's training signal) towards programs that map the same phrase in related inputs to the same sub-parts in their respective programs. Additionally, we study the importance of designing logical formalisms that facilitate this kind of consAistency-based training. We find that a more consistent formalism leads to improved model performance even without consistency-based training. When combined together, these two insights lead to a 10% absolute improvement over the best prior result on the Natural Language Visual Reasoning dataset.

📄 PDF Abstract BibTeX arXiv:2107.05833

Code (1)

nitishgupta/allennlp-semparse 공식 구현

Tasks

Semantic ParsingVisual Reasoning

Similar Papers 제목 키워드 기반

Human Co-Parsing Guided Alignment for Occluded Person Re-identification

2022-12-20 · IEEE Transactions on Image Processing 2022 12 · Shuguang Dou, Cairong Zhao, Xinyang Jiang, Shanshan Zhang 외

Occluded person re-identification (ReID) is a challenging task due to more background noises and incomplete foreground information. Although existing human parsing-based ReID methods can tackle this problem with semantic…

Human ParsingOccluded Person Re-IdentificationPerson Re-Identification

Collaborative Learning for Weakly Supervised Object Detection

2018-02-10 · Jiajie Wang, Jiangchao Yao, Ya zhang, Rui Zhang

Weakly supervised object detection has recently received much attention, since it only requires image-level labels instead of the bounding-box labels consumed in strongly supervised learning. Nevertheless, the save in la…

Objectobject-detectionObject DetectionWeakly Supervised Object Detection

Weakly-supervised Neural Semantic Parsing with a Generative Ranker

2018-08-23 · CONLL 2018 10 · Jianpeng Cheng, Mirella Lapata

Weakly-supervised semantic parsers are trained on utterance-denotation pairs, treating logical forms as latent. The task is challenging due to the large search space and spuriousness of logical forms. In this paper we in…

Semantic Parsing

Weakly Supervised Visual Semantic Parsing

2020-01-08 · CVPR 2020 6 · Alireza Zareian, Svebor Karaman, Shih-Fu Chang

Scene Graph Generation (SGG) aims to extract entities, predicates and their semantic structure from images, enabling deep understanding of visual content, with many applications such as visual reasoning and image retriev…

Graph GenerationImage RetrievalRetrievalScene Graph Generation+3

Exploring Cross-Video and Cross-Modality Signals for Weakly-Supervised Audio-Visual Video Parsing

2021-12-01 · NeurIPS 2021 12 · Yan-Bo Lin, Hung-Yu Tseng, Hsin-Ying Lee, Yen-Yu Lin 외

The audio-visual video parsing task aims to temporally parse a video into audio or visual event categories. However, it is labor intensive to temporally annotate audio and visual events and thus hampers the learning of a…