paper-with-me

Papers

Neural CRF Parsing

2015-07-13 · IJCNLP 2015 7 · Greg Durrett, Dan Klein

This paper describes a parsing model that combines the exact dynamic programming of CRF parsing with the rich nonlinear featurization of neural net approaches. Our model is structurally a CRF that factors over anchored rule productions, but instead of linear potential functions based on sparse features, we use nonlinear potentials computed via a feedforward neural network. Because potentials are still local to anchored rules, structured inference (CKY) is unchanged from the sparse case. Computing gradients during learning involves backpropagating an error signal formed from standard CRF sufficient statistics (expected rule counts). Using only dense features, our neural CRF already exceeds a strong baseline CRF model (Hall et al., 2014). In combination with sparse features, our system achieves 91.1 F1 on section 23 of the Penn Treebank, and more generally outperforms the best prior single parser results on a range of languages.

📄 PDF Abstract BibTeX arXiv:1507.03641

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

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

Multiple-Human Parsing in the Wild

2017-05-19 · Jianshu Li, Jian Zhao, Yunchao Wei, Congyan Lang 외

Human parsing is attracting increasing research attention. In this work, we aim to push the frontier of human parsing by introducing the problem of multi-human parsing in the wild. Existing works on human parsing mainly …

Human ParsingMulti-Human Parsing

Video Scene Parsing with Predictive Feature Learning

2016-12-01 · ICCV 2017 10 · Xiaojie Jin, Xin Li, Huaxin Xiao, Xiaohui Shen 외

In this work, we address the challenging video scene parsing problem by developing effective representation learning methods given limited parsing annotations. In particular, we contribute two novel methods that constitu…

Representation LearningScene Parsing

Technical Report: Disentangled Action Parsing Networks for Accurate Part-level Action Parsing

2021-11-05 · Xuanhan Wang, Xiaojia Chen, Lianli Gao, Lechao Chen 외

Part-level Action Parsing aims at part state parsing for boosting action recognition in videos. Despite of dramatic progresses in the area of video classification research, a severe problem faced by the community is that…

Action ParsingAction RecognitionAction Recognition In VideosHuman Detection+1

Growing Trees on Sounds: Assessing Strategies for End-to-End Dependency Parsing of Speech

2024-06-18 · Adrien Pupier, Maximin Coavoux, Jérôme Goulian, Benjamin Lecouteux

Direct dependency parsing of the speech signal -- as opposed to parsing speech transcriptions -- has recently been proposed as a task (Pupier et al. 2022), as a way of incorporating prosodic information in the parsing sy…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Dependency Parsingspeech-recognition+1