paper-with-me

홈 › Papers

Biaffine Discourse Dependency Parsing

2022-01-12 · Yingxue Fu

We provide a study of using the biaffine model for neural discourse dependency parsing and achieve significant performance improvement compared with the baseline parsers. We compare the Eisner algorithm and the Chu-Liu-Edmonds algorithm in the task and find that using the Chu-Liu-Edmonds algorithm generates deeper trees and achieves better performance. We also evaluate the structure of the output of the parser with average maximum path length and average proportion of leaf nodes and find that the dependency trees generated by the parser are close to the gold trees. As the corpus allows non-projective structures, we analyze the complexity of non-projectivity of the corpus and find that the dependency structures in this corpus have gap degree at most one and edge degree at most one.

📄 PDF Abstract BibTeX arXiv:2201.04450

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

Biaffine Discourse Dependency Parsing

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

We provide the first study of using the biaffine model for neural discourse dependency parsing and achieve significant performance improvement compared with the baseline parsers. We compare the Eisner algorithm and the C…

Dependency Parsing

Multi-layer Biaffine Model for Neural Dependency Parsing

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

The biaffine model is a strong and efficient model for graph-based dependency parsing. However, previous work only used the biaffine method in single-layer form. In this paper, we propose a multi-layer biaffine model for…

Dependency ParsingForm

Multi-Layer Pseudo-Siamese Biaffine Model for Dependency Parsing

2022-10-01 · COLING 2022 10 · Ziyao Xu, Houfeng Wang, Bingdong Wang

Biaffine method is a strong and efficient method for graph-based dependency parsing. However, previous work only used the biaffine method at the end of the dependency parser as a scorer, and its application in multi-laye…

ARCDependency ParsingForm

End-to-End Argument Mining as Biaffine Dependency Parsing

2021-04-01 · EACL 2021 2 · Yuxiao Ye, Simone Teufel

Non-neural approaches to argument mining (AM) are often pipelined and require heavy feature-engineering. In this paper, we propose a neural end-to-end approach to AM which is based on dependency parsing, in contrast to t…

Argument MiningDependency ParsingFeature EngineeringRelation+1

Dependency Parsing is More Parameter-Efficient with Normalization

2025-05-26 · Paolo Gajo, Domenic Rosati, Hassan Sajjad, Alberto Barrón-Cedeño

Dependency parsing is the task of inferring natural language structure, often approached by modeling word interactions via attention through biaffine scoring. This mechanism works like self-attention in Transformers, whe…

Dependency ParsingSentence