paper-with-me

Papers

Neural Scoring Function for MST Parser

2016-05-01 · LREC 2016 5 · Jind{\v{r}}ich Libovick{\'y}

Continuous word representations appeared to be a useful feature in many natural language processing tasks. Using fixed-dimension pre-trained word embeddings allows avoiding sparse bag-of-words representation and to train models with fewer parameters. In this paper, we use fixed pre-trained word embeddings as additional features for a neural scoring function in the MST parser. With the multi-layer architecture of the scoring function we can avoid handcrafting feature conjunctions. The continuous word representations on the input also allow us to reduce the number of lexical features, make the parser more robust to out-of-vocabulary words, and reduce the total number of parameters of the model. Although its accuracy stays below the state of the art, the model size is substantially smaller than with the standard features set. Moreover, it performs well for languages where only a smaller treebank is available and the results promise to be useful in cross-lingual parsing.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Word Embeddings

Similar Papers 제목 키워드 기반

Dependency Parsing is More Parameter-Efficient with Normalization

2025-05-26 · Paolo Gajo, Domenic Rosati, Hassan Sajjad, Alberto Barrón-Cedeño

Dependency parsing is the task of inferring natural language structure, often approached by modeling word interactions via attention through biaffine scoring. This mechanism works like self-attention in Transformers, whe…

Dependency ParsingSentence

Corruption Is Not All Bad: Incorporating Discourse Structure into Pre-training via Corruption for Essay Scoring

2020-10-13 · Farjana Sultana Mim, Naoya Inoue, Paul Reisert, Hiroki Ouchi 외

Existing approaches for automated essay scoring and document representation learning typically rely on discourse parsers to incorporate discourse structure into text representation. However, the performance of parsers is…

AllAutomated Essay ScoringLanguage ModelingLanguage Modelling+4

Unsupervised Learning of Discourse-Aware Text Representation for Essay Scoring

2019-07-01 · ACL 2019 7 · Farjana Sultana Mim, Naoya Inoue, Paul Reisert, Hiroki Ouchi 외

Existing document embedding approaches mainly focus on capturing sequences of words in documents. However, some document classification and regression tasks such as essay scoring need to consider discourse structure of d…

ClassificationDocument ClassificationDocument EmbeddingGeneral Classification+1

RIGA at SemEval-2016 Task 8: Impact of Smatch Extensions and Character-Level Neural Translation on AMR Parsing Accuracy

2016-04-05 · SEMEVAL 2016 6 · Guntis Barzdins, Didzis Gosko

Two extensions to the AMR smatch scoring script are presented. The first extension com-bines the smatch scoring script with the C6.0 rule-based classifier to produce a human-readable report on the error patterns frequenc…

AMR ParsingSentenceTranslation

Dependency parsing with structure preserving embeddings

2021-04-01 · EACL 2021 2 · {\'A}kos K{\'a}d{\'a}r, Lan Xiao, Mete Kemertas, Federico Fancellu 외

Modern neural approaches to dependency parsing are trained to predict a tree structure by jointly learning a contextual representation for tokens in a sentence, as well as a head{--}dependent scoring function. Whereas th…

Dependency ParsingSentence