paper-with-me

Papers

Supertagging the Long Tail with Tree-Structured Decoding of Complex Categories

2020-12-02 · Jakob Prange, Nathan Schneider, Vivek Srikumar

Although current CCG supertaggers achieve high accuracy on the standard WSJ test set, few systems make use of the categories' internal structure that will drive the syntactic derivation during parsing. The tagset is traditionally truncated, discarding the many rare and complex category types in the long tail. However, supertags are themselves trees. Rather than give up on rare tags, we investigate constructive models that account for their internal structure, including novel methods for tree-structured prediction. Our best tagger is capable of recovering a sizeable fraction of the long-tail supertags and even generates CCG categories that have never been seen in training, while approximating the prior state of the art in overall tag accuracy with fewer parameters. We further investigate how well different approaches generalize to out-of-domain evaluation sets.

📄 PDF Abstract BibTeX arXiv:2012.01285

Code (1)

jakpra/treeconstructive-supertagging 공식 구현 pytorch

Tasks

Structured PredictionTAG

Similar Papers 제목 키워드 기반

AMR Dependency Parsing with a Typed Semantic Algebra

2018-05-29 · ACL 2018 7 · Jonas Groschwitz, Matthias Lindemann, Meaghan Fowlie, Mark Johnson 외

We present a semantic parser for Abstract Meaning Representations which learns to parse strings into tree representations of the compositional structure of an AMR graph. This allows us to use standard neural techniques f…

Dependency Parsing

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

German and French Neural Supertagging Experiments for LTAG Parsing

2018-07-01 · ACL 2018 7 · Tatiana Bladier, Andreas van Cranenburgh, Younes Samih, Laura Kallmeyer

We present ongoing work on data-driven parsing of German and French with Lexicalized Tree Adjoining Grammars. We use a supertagging approach combined with deep learning. We show the challenges of extracting LTAG supertag…

Dependency ParsingSemantic ParsingSemantic Role Labeling

Supertagging-based Parsing with Linear Context-free Rewriting Systems

2020-10-20 · NAACL 2021 4 · Richard Mörbitz, Thomas Ruprecht

We present the first supertagging-based parser for LCFRS. It utilizes neural classifiers and tremendously outperforms previous LCFRS-based parsers in both accuracy and parsing speed. Moreover, our results keep up with th…

An Empirical Investigation of Beam-Aware Training in Supertagging

2020-10-10 · Findings of the Association for Computational Linguistics 2020 · Renato Negrinho, Matthew R. Gormley, Geoffrey J. Gordon

Structured prediction is often approached by training a locally normalized model with maximum likelihood and decoding approximately with beam search. This approach leads to mismatches as, during training, the model is no…

Structured Prediction