paper-with-me

Papers

Speed-Accuracy Tradeoffs in Tagging with Variable-Order CRFs and Structured Sparsity

2016-11-01 · EMNLP 2016 11 · Tim Vieira, Ryan Cotterell, Jason Eisner
📄 PDF Abstract BibTeX

Code (1)

timvieira/vocrf 공식 구현

Tasks

Part-Of-Speech Tagging

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

Learning Dynamic Feature Selection for Fast Sequential Prediction

2015-05-22 · IJCNLP 2015 7 · Emma Strubell, Luke Vilnis, Kate Silverstein, Andrew McCallum

We present paired learning and inference algorithms for significantly reducing computation and increasing speed of the vector dot products in the classifiers that are at the heart of many NLP components. This is accompli…

BenchmarkingDependency Parsingfeature selectionnamed-entity-recognition+9

Generalized chart constraints for efficient PCFG and TAG parsing

2018-06-27 · ACL 2018 7 · Stefan Grünewald, Sophie Henning, Alexander Koller

Chart constraints, which specify at which string positions a constituent may begin or end, have been shown to speed up chart parsers for PCFGs. We generalize chart constraints to more expressive grammar formalisms and de…

TAG

Bias-Variance Tradeoffs in Single-Sample Binary Gradient Estimators

2021-10-07 · Alexander Shekhovtsov

Discrete and especially binary random variables occur in many machine learning models, notably in variational autoencoders with binary latent states and in stochastic binary networks. When learning such models, a key too…

Learning the Structure of Variable-Order CRFs: a finite-state perspective

2017-09-01 · EMNLP 2017 9 · Thomas Lavergne, Fran{\c{c}}ois Yvon

The computational complexity of linear-chain Conditional Random Fields (CRFs) makes it difficult to deal with very large label sets and long range dependencies. Such situations are not rare and arise when dealing with mo…

Chunkingfeature selectionNamed Entity Recognition (NER)Part-Of-Speech Tagging