paper-with-me

Papers

Approximation-Aware Dependency Parsing by Belief Propagation

2015-08-10 · TACL 2015 1 · Matthew R. Gormley, Mark Dredze, Jason Eisner

We show how to train the fast dependency parser of Smith and Eisner (2008) for improved accuracy. This parser can consider higher-order interactions among edges while retaining O(n^3) runtime. It outputs the parse with maximum expected recall -- but for speed, this expectation is taken under a posterior distribution that is constructed only approximately, using loopy belief propagation through structured factors. We show how to adjust the model parameters to compensate for the errors introduced by this approximation, by following the gradient of the actual loss on training data. We find this gradient by back-propagation. That is, we treat the entire parser (approximations and all) as a differentiable circuit, as Stoyanov et al. (2011) and Domke (2010) did for loopy CRFs. The resulting trained parser obtains higher accuracy with fewer iterations of belief propagation than one trained by conditional log-likelihood.

📄 PDF Abstract BibTeX arXiv:1508.02375

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

Second-Order Semantic Dependency Parsing with End-to-End Neural Networks

2019-06-19 · ACL 2019 7 · Xinyu Wang, Jingxian Huang, Kewei Tu

Semantic dependency parsing aims to identify semantic relationships between words in a sentence that form a graph. In this paper, we propose a second-order semantic dependency parser, which takes into consideration not o…

Dependency ParsingSemantic Dependency ParsingSentenceVariational Inference

Tackling Error Propagation through Reinforcement Learning: A Case of Greedy Dependency Parsing

2017-02-22 · EACL 2017 4 · Minh Le, Antske Fokkens

Error propagation is a common problem in NLP. Reinforcement learning explores erroneous states during training and can therefore be more robust when mistakes are made early in a process. In this paper, we apply reinforce…

Dependency Parsingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

PTB Graph Parsing with Tree Approximation

2019-07-01 · ACL 2019 7 · Yoshihide Kato, Shigeki Matsubara

The Penn Treebank (PTB) represents syntactic structures as graphs due to nonlocal dependencies. This paper proposes a method that approximates PTB graph-structured representations by trees. By our approximation method, w…

Constituency 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

Dependency Parsing with Backtracking using Deep Reinforcement Learning

2022-06-28 · Franck Dary, Maxime Petit, Alexis Nasr

Greedy algorithms for NLP such as transition based parsing are prone to error propagation. One way to overcome this problem is to allow the algorithm to backtrack and explore an alternative solution in cases where new ev…

Deep Reinforcement LearningDependency ParsingPOSPOS Tagging+3