paper-with-me

홈 › Papers

AMR Parsing with Latent Structural Information

2020-07-01 · ACL 2020 6 · Qiji Zhou, Yue Zhang, Donghong Ji, Hao Tang

Abstract Meaning Representations (AMRs) capture sentence-level semantics structural representations to broad-coverage natural sentences. We investigate parsing AMR with explicit dependency structures and interpretable latent structures. We generate the latent soft structure without additional annotations, and fuse both dependency and latent structure via an extended graph neural networks. The fused structural information helps our experiments results to achieve the best reported results on both AMR 2.0 (77.5{\%} Smatch F1 on LDC2017T10) and AMR 1.0 ((71.8{\%} Smatch F1 on LDC2014T12).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AMR ParsingSentence

Similar Papers 제목 키워드 기반

Neural Chinese Address Parsing

2019-06-01 · NAACL 2019 6 · Hao Li, Wei Lu, Pengjun Xie, Linlin Li

This paper introduces a new task {--} Chinese address parsing {--} the task of mapping Chinese addresses into semantically meaningful chunks. While it is possible to model this problem using a conventional sequence label…

Structured Prediction

DRTS Parsing with Structure-Aware Encoding and Decoding

2020-05-14 · ACL 2020 6 · Qiankun Fu, Yue Zhang, Jiangming Liu, Meishan Zhang

Discourse representation tree structure (DRTS) parsing is a novel semantic parsing task which has been concerned most recently. State-of-the-art performance can be achieved by a neural sequence-to-sequence model, treatin…

DecoderGraph AttentionSemantic Parsing

Improved Latent Tree Induction with Distant Supervision via Span Constraints

2021-09-10 · EMNLP 2021 11 · Zhiyang Xu, Andrew Drozdov, Jay Yoon Lee, Tim O'Gorman 외

For over thirty years, researchers have developed and analyzed methods for latent tree induction as an approach for unsupervised syntactic parsing. Nonetheless, modern systems still do not perform well enough compared to…

Constituency Parsing

Parsing Videos of Actions with Segmental Grammars

2014-06-01 · CVPR 2014 6 · Hamed Pirsiavash, Deva Ramanan

Real-world videos of human activities exhibit temporal structure at various scales; long videos are typically composed out of multiple action instances, where each instance is itself composed of sub-actions with variable…

Incorporating Graph Information in Transformer-based AMR Parsing

2023-06-23 · Pavlo Vasylenko, Pere-Lluís Huguet Cabot, Abelardo Carlos Martínez Lorenzo, Roberto Navigli

Abstract Meaning Representation (AMR) is a Semantic Parsing formalism that aims at providing a semantic graph abstraction representing a given text. Current approaches are based on autoregressive language models such as …

Abstract Meaning RepresentationAMR ParsingKnowledge DistillationSelf-Knowledge Distillation+2