paper-with-me

홈 › Papers

Supertagging With LSTMs

2016-06-01 · NAACL 2016 6 · Ashish Vaswani, Yonatan Bisk, Kenji Sagae, Ryan Musa
📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

CCG SupertaggingPart-Of-Speech TaggingSemantic Parsing

Similar Papers 제목 키워드 기반

LSTM Hypertagging

2018-11-01 · WS 2018 11 · Reid Fu, Michael White

Hypertagging, or supertagging for surface realization, is the process of assigning lexical categories to nodes in an input semantic graph. Previous work has shown that hypertagging significantly increases realization spe…

Text Generation

An Empirical Exploration of Skip Connections for Sequential Tagging

2016-10-11 · COLING 2016 12 · Huijia Wu, Jiajun Zhang, Cheng-qing Zong

In this paper, we empirically explore the effects of various kinds of skip connections in stacked bidirectional LSTMs for sequential tagging. We investigate three kinds of skip connections connecting to LSTM cells: (a) s…

CCG SupertaggingPOSPOS Tagging

End-to-end Graph-based TAG Parsing with Neural Networks

2018-04-18 · NAACL 2018 6 · Jungo Kasai, Robert Frank, Pauli Xu, William Merrill 외

We present a graph-based Tree Adjoining Grammar (TAG) parser that uses BiLSTMs, highway connections, and character-level CNNs. Our best end-to-end parser, which jointly performs supertagging, POS tagging, and parsing, ou…

POSPOS TaggingTAG

Deconstructing Supertagging into Multi-Task Sequence Prediction

2019-11-01 · CONLL 2019 11 · Zhenqi Zhu, Anoop Sarkar

Supertagging is a sequence prediction task where each word is assigned a piece of complex syntactic structure called a supertag. We provide a novel approach to multi-task learning for Tree Adjoining Grammar (TAG) superta…

Multi-Task LearningPredictionTAG

Supertagging Combinatory Categorial Grammar with Attentive Graph Convolutional Networks

2020-10-13 · EMNLP 2020 11 · Yuanhe Tian, Yan Song, Fei Xia

Supertagging is conventionally regarded as an important task for combinatory categorial grammar (CCG) parsing, where effective modeling of contextual information is highly important to this task. However, existing studie…

CCG Supertagging