paper-with-me

Papers

Efficient Second-Order TreeCRF for Neural Dependency Parsing

2020-05-03 · ACL 2020 6 · Yu Zhang, Zhenghua Li, Min Zhang

In the deep learning (DL) era, parsing models are extremely simplified with little hurt on performance, thanks to the remarkable capability of multi-layer BiLSTMs in context representation. As the most popular graph-based dependency parser due to its high efficiency and performance, the biaffine parser directly scores single dependencies under the arc-factorization assumption, and adopts a very simple local token-wise cross-entropy training loss. This paper for the first time presents a second-order TreeCRF extension to the biaffine parser. For a long time, the complexity and inefficiency of the inside-outside algorithm hinder the popularity of TreeCRF. To address this issue, we propose an effective way to batchify the inside and Viterbi algorithms for direct large matrix operation on GPUs, and to avoid the complex outside algorithm via efficient back-propagation. Experiments and analysis on 27 datasets from 13 languages clearly show that techniques developed before the DL era, such as structural learning (global TreeCRF loss) and high-order modeling are still useful, and can further boost parsing performance over the state-of-the-art biaffine parser, especially for partially annotated training data. We release our code at https://github.com/yzhangcs/crfpar.

📄 PDF Abstract BibTeX arXiv:2005.00975

Code (2)

yzhangcs/crfpar 공식 구현 pytorch
yzhangcs/parser pytorch

Tasks

ARCChinese Dependency ParsingDependency Parsing

Similar Papers 제목 키워드 기반

Semantic Role Labeling as Dependency Parsing: Exploring Latent Tree Structures Inside Arguments

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Semantic role labeling (SRL) is a fundamental yet challenging task in the NLP community. Recent works of SRL mainly fall into two lines: 1) BIO-based; 2) span-based. Despite ubiquity, they share some intrinsic drawbacks …

Dependency ParsingSemantic Role Labeling

Semantic Role Labeling as Dependency Parsing: Exploring Latent Tree Structures Inside Arguments

2021-10-13 · COLING 2022 10 · Yu Zhang, Qingrong Xia, Shilin Zhou, Yong Jiang 외

Semantic role labeling (SRL) is a fundamental yet challenging task in the NLP community. Recent works of SRL mainly fall into two lines: 1) BIO-based; 2) span-based. Despite ubiquity, they share some intrinsic drawbacks …

Dependency ParsingSemantic Role LabelingSemantic Role Labeling (predicted predicates)

Revisiting Structured Sentiment Analysis as Latent Dependency Graph Parsing

2024-07-05 · Chengjie Zhou, Bobo Li, Hao Fei, Fei Li 외

Structured Sentiment Analysis (SSA) was cast as a problem of bi-lexical dependency graph parsing by prior studies. Multiple formulations have been proposed to construct the graph, which share several intrinsic drawbacks:…

Dependency Parsingglobal-optimizationRelation PredictionSentiment Analysis

Second-Order Neural Dependency Parsing with Message Passing and End-to-End Training

2020-10-10 · Asian Chapter of the Association for Computational Linguistics 2020 · Xinyu Wang, Kewei Tu

In this paper, we propose second-order graph-based neural dependency parsing using message passing and end-to-end neural networks. We empirically show that our approaches match the accuracy of very recent state-of-the-ar…

Dependency Parsing

Combining (second-order) graph-based and headed-span-based projective dependency parsing

2021-08-12 · Findings (ACL) 2022 5 · Songlin Yang, Kewei Tu

Graph-based methods, which decompose the score of a dependency tree into scores of dependency arcs, are popular in dependency parsing for decades. Recently, \citet{Yang2022Span} propose a headed-span-based method that de…

ARCDependency Parsing