paper-with-me

Papers

Globally Normalized Transition-Based Neural Networks

2016-03-19 · ACL 2016 8 · Daniel Andor, Chris Alberti, David Weiss, Aliaksei Severyn, Alessandro Presta, Kuzman Ganchev, Slav Petrov, Michael Collins

We introduce a globally normalized transition-based neural network model that achieves state-of-the-art part-of-speech tagging, dependency parsing and sentence compression results. Our model is a simple feed-forward neural network that operates on a task-specific transition system, yet achieves comparable or better accuracies than recurrent models. We discuss the importance of global as opposed to local normalization: a key insight is that the label bias problem implies that globally normalized models can be strictly more expressive than locally normalized models.

📄 PDF Abstract BibTeX arXiv:1603.06042

Code (1)

tensorflow/models/tree/master/research/syntaxnet tf

Tasks

Dependency ParsingPart-Of-Speech TaggingSentenceSentence Compression

Similar Papers 제목 키워드 기반

A Globally Normalized Neural Model for Semantic Parsing

2021-06-07 · ACL (spnlp) 2021 8 · Chenyang Huang, Wei Yang, Yanshuai Cao, Osmar Zaïane 외

In this paper, we propose a globally normalized model for context-free grammar (CFG)-based semantic parsing. Instead of predicting a probability, our model predicts a real-valued score at each step and does not suffer fr…

modelSemantic Parsing

An Empirical Investigation of Global and Local Normalization for Recurrent Neural Sequence Models Using a Continuous Relaxation to Beam Search

2019-04-15 · NAACL 2019 6 · Kartik Goyal, Chris Dyer, Taylor Berg-Kirkpatrick

Globally normalized neural sequence models are considered superior to their locally normalized equivalents because they may ameliorate the effects of label bias. However, when considering high-capacity neural parametriza…

CCG SupertaggingMachine Translation

Phase transitions for the noisy transformer model in arbitrary dimension

2026-06-03 · Kyunghoo Mun, Matthew Rosenzweig arxiv

We study the McKean--Vlasov free energy on the unit sphere associated with the unnormalized self-attention (USA) model for noisy transformer dynamics. We prove a sharp global-minimizer dichotomy in every dimension $d\ge2…

Dependency Parsing with Partial Annotations: An Empirical Comparison

2017-11-01 · IJCNLP 2017 11 · Yue Zhang, Zhenghua Li, Jun Lang, Qingrong Xia 외

This paper describes and compares two straightforward approaches for dependency parsing with partial annotations (PA). The first approach is based on a forest-based training objective for two CRF parsers, i.e., a biaffin…

Active LearningDependency Parsing

Global Normalization for Streaming Speech Recognition in a Modular Framework

2022-05-26 · Ehsan Variani, Ke wu, Michael Riley, David Rybach 외

We introduce the Globally Normalized Autoregressive Transducer (GNAT) for addressing the label bias problem in streaming speech recognition. Our solution admits a tractable exact computation of the denominator for the se…

speech-recognitionSpeech Recognition