paper-with-me

홈 › Papers

Scene Graph Parsing as Dependency Parsing

2018-03-25 · NAACL 2018 6 · Yu-Siang Wang, Chenxi Liu, Xiaohui Zeng, Alan Yuille

In this paper, we study the problem of parsing structured knowledge graphs from textual descriptions. In particular, we consider the scene graph representation that considers objects together with their attributes and relations: this representation has been proved useful across a variety of vision and language applications. We begin by introducing an alternative but equivalent edge-centric view of scene graphs that connect to dependency parses. Together with a careful redesign of label and action space, we combine the two-stage pipeline used in prior work (generic dependency parsing followed by simple post-processing) into one, enabling end-to-end training. The scene graphs generated by our learned neural dependency parser achieve an F-score similarity of 49.67% to ground truth graphs on our evaluation set, surpassing best previous approaches by 5%. We further demonstrate the effectiveness of our learned parser on image retrieval applications.

📄 PDF Abstract BibTeX arXiv:1803.09189

Code (2)

Yusics/bist-parser 공식 구현 pytorch
zhuang-li/factual pytorch

Tasks

Dependency ParsingImage RetrievalKnowledge GraphsRetrieval

Similar Papers 제목 키워드 기반

SGRAM: Improving Scene Graph Parsing via Abstract Meaning Representation

2022-10-17 · Woo Suk Choi, Yu-Jung Heo, Byoung-Tak Zhang

Scene graph is structured semantic representation that can be modeled as a form of graph from images and texts. Image-based scene graph generation research has been actively conducted until recently, whereas text-based s…

Abstract Meaning RepresentationDependency ParsingGraph GenerationImage Retrieval+5

Scene Graph Parsing via Abstract Meaning Representation in Pre-trained Language Models

2022-07-01 · NAACL (DLG4NLP) 2022 7 · Woo Suk Choi, Yu-Jung Heo, Dharani Punithan, Byoung-Tak Zhang

In this work, we propose the application of abstract meaning representation (AMR) based semantic parsing models to parse textual descriptions of a visual scene into scene graphs, which is the first work to the best of ou…

Abstract Meaning RepresentationAMR ParsingDependency ParsingSemantic Parsing

A Graph-based Model for Joint Chinese Word Segmentation and Dependency Parsing

2019-04-09 · TACL 2020 1 · Hang Yan, Xipeng Qiu, Xuanjing Huang

Chinese word segmentation and dependency parsing are two fundamental tasks for Chinese natural language processing. The dependency parsing is defined on word-level. Therefore word segmentation is the precondition of depe…

Chinese Word SegmentationDependency ParsingFeature EngineeringLanguage Modeling+2

A Survey of Syntactic-Semantic Parsing Based on Constituent and Dependency Structures

2020-06-19 · Meishan Zhang

Syntactic and semantic parsing has been investigated for decades, which is one primary topic in the natural language processing community. This article aims for a brief survey on this topic. The parsing community include…

Dependency ParsingSemantic Parsing

Lock-Free Parallel Perceptron for Graph-based Dependency Parsing

2017-03-02 · Xu Sun, Shuming Ma

Dependency parsing is an important NLP task. A popular approach for dependency parsing is structured perceptron. Still, graph-based dependency parsing has the time complexity of $O(n^3)$, and it suffers from slow trainin…

Dependency Parsing