paper-with-me

Papers

A Transition-Based Directed Acyclic Graph Parser for UCCA

2017-04-03 · ACL 2017 7 · Daniel Hershcovich, Omri Abend, Ari Rappoport

We present the first parser for UCCA, a cross-linguistically applicable framework for semantic representation, which builds on extensive typological work and supports rapid annotation. UCCA poses a challenge for existing parsing techniques, as it exhibits reentrancy (resulting in DAG structures), discontinuous structures and non-terminal nodes corresponding to complex semantic units. To our knowledge, the conjunction of these formal properties is not supported by any existing parser. Our transition-based parser, which uses a novel transition set and features based on bidirectional LSTMs, has value not just for UCCA parsing: its ability to handle more general graph structures can inform the development of parsers for other semantic DAG structures, and in languages that frequently use discontinuous structures.

📄 PDF Abstract BibTeX arXiv:1704.00552

Code (1)

danielhers/tupa 공식 구현

Tasks

Semantic ParsingUCCA Parsing

Similar Papers 제목 키워드 기반

T\"upa at SemEval-2019 Task1: (Almost) feature-free Semantic Parsing

2019-06-01 · SEMEVAL 2019 6 · Tobias P{\"u}tz, Kevin Glocker

Our submission for Task 1 {`}Cross-lingual Semantic Parsing with UCCA{'} at SemEval-2018 is a feed-forward neural network that builds upon an existing state-of-the-art transition-based directed acyclic graph parser. We r…

AllData AugmentationSemantic ParsingWord Embeddings

HIT-SCIR at MRP 2020: Transition-based Parser and Iterative Inference Parser

2020-11-01 · CONLL 2020 · Longxu Dou, Yunlong Feng, Yuqiu Ji, Wanxiang Che 외

This paper describes our submission system (HIT-SCIR) for the CoNLL 2020 shared task: Cross-Framework and Cross-Lingual Meaning Representation Parsing. The task includes five frameworks for graph-based meaning representa…

CUHK at MRP 2019: Transition-Based Parser with Cross-Framework Variable-Arity Resolve Action

2019-11-01 · CONLL 2019 11 · Sunny Lai, Chun Hei Lo, Kwong Sak Leung, Yee Leung

This paper describes our system (RESOLVER) submitted to the CoNLL 2019 shared task on Cross-Framework Meaning Representation Parsing (MRP). Our system implements a transition-based parser with a directed acyclic graph (D…

Transition-based Semantic Dependency Parsing with Pointer Networks

2020-07-01 · ACL 2020 6 · Daniel Fern{\'a}ndez-Gonz{\'a}lez, Carlos G{\'o}mez-Rodr{\'\i}guez

Transition-based parsers implemented with Pointer Networks have become the new state of the art in dependency parsing, excelling in producing labelled syntactic trees and outperforming graph-based models in this task. In…

Dependency ParsingSemantic Dependency ParsingWord Embeddings

Universal Dependency Parsing with a General Transition-Based DAG Parser

2018-08-28 · CONLL 2018 10 · Daniel Hershcovich, Omri Abend, Ari Rappoport

This paper presents our experiments with applying TUPA to the CoNLL 2018 UD shared task. TUPA is a general neural transition-based DAG parser, which we use to present the first experiments on recovering enhanced dependen…

Dependency Parsing