paper-with-me

Papers

Combining (Second-Order) Graph-Based and Headed-Span-Based Projective Dependency Parsing

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Graph-based methods are popular in dependency parsing for decades, which decompose the score of a dependency tree into scores of dependency arcs. Recently, (Yang and Tu, 2021) propose a headed-span-based method that decomposes the score of a dependency tree into scores of headed spans. In this paper, we combine the two types of methods by considering both arc scores and headed-span scores, designing three scoring methods and the corresponding dynamic programming algorithms for joint inference. Experiments show the effectiveness of our proposed methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ARCDependency Parsing

Similar Papers 제목 키워드 기반

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

Headed-Span-Based Projective Dependency Parsing

2021-09-17 · ACL ARR September 2021 9 · Anonymous

We propose a new paradigm for projective dependency parsing based on headed spans. In a projective dependency tree, the subtree rooted at each word covers a contiguous sequence (i.e., a span) in the surface order. We c…

Dependency Parsingglobal-optimization

Headed-Span-Based Projective Dependency Parsing

2021-08-10 · ACL 2022 5 · Songlin Yang, Kewei Tu

We propose a new method for projective dependency parsing based on headed spans. In a projective dependency tree, the largest subtree rooted at each word covers a contiguous sequence (i.e., a span) in the surface order. …

Constituency ParsingDependency Parsing

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

Minimum spanning tree release under differential privacy constraints

2018-01-19 · Rafael Pinot

We investigate the problem of nodes clustering under privacy constraints when representing a dataset as a graph. Our contribution is threefold. First we formally define the concept of differential privacy for structured …

Clustering