paper-with-me

Papers

Parsing Early Modern English for Linguistic Search

2020-02-24 · SCiL 2022 2 · Seth Kulick, Neville Ryant

We investigate the question of whether advances in NLP over the last few years make it possible to vastly increase the size of data usable for research in historical syntax. This brings together many of the usual tools in NLP - word embeddings, tagging, and parsing - in the service of linguistic queries over automatically annotated corpora. We train a part-of-speech (POS) tagger and parser on a corpus of historical English, using ELMo embeddings trained over a billion words of similar text. The evaluation is based on the standard metrics, as well as on the accuracy of the query searches using the parsed data.

📄 PDF Abstract BibTeX arXiv:2002.10546

Code (0)

등록된 구현이 없습니다.

Tasks

POSWord Embeddings

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
ELMo Embeddings from Language Models, or ELMo, is a type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and…

Similar Papers 제목 키워드 기반

Penn-Helsinki Parsed Corpus of Early Modern English: First Parsing Results and Analysis

2021-12-15 · Findings (NAACL) 2022 7 · Seth Kulick, Neville Ryant, Beatrice Santorini

We present the first parsing results on the Penn-Helsinki Parsed Corpus of Early Modern English (PPCEME), a 1.9 million word treebank that is an important resource for research in syntactic change. We describe key featur…

TAG

Building UD Cairo for Old English in the Classroom

2025-04-25 · Lauren Levine, Junghyun Min, Amir Zeldes

In this paper we present a sample treebank for Old English based on the UD Cairo sentences, collected and annotated as part of a classroom curriculum in Historical Linguistics. To collect the data, a sample of 20 sentenc…

LEMMA

Statistical Parsing by Machine Learning from a Classical Arabic Treebank

2015-10-25 · Kais Dukes

Research into statistical parsing for English has enjoyed over a decade of successful results. However, adapting these models to other languages has met with difficulties. Previous comparative work has shown that Modern …

BIG-bench Machine LearningConstituency Parsing

Is POS Tagging Necessary or Even Helpful for Neural Dependency Parsing?

2020-03-06 · Houquan Zhou, Yu Zhang, Zhenghua Li, Min Zhang

In the pre deep learning era, part-of-speech tags have been considered as indispensable ingredients for feature engineering in dependency parsing. But quite a few works focus on joint tagging and parsing models to avoid …

Dependency ParsingFeature EngineeringMulti-Task LearningPOS+2

Universal Dependencies Parsing for Colloquial Singaporean English

2017-05-18 · ACL 2017 7 · Hongmin Wang, Yue Zhang, GuangYong Leonard Chan, Jie Yang 외

Singlish can be interesting to the ACL community both linguistically as a major creole based on English, and computationally for information extraction and sentiment analysis of regional social media. We investigate depe…

Dependency ParsingSentiment Analysis