paper-with-me

홈 › Papers

Pre-trained Contextualized Character Embeddings Lead to Major Improvements in Time Normalization: a Detailed Analysis

2019-06-01 · SEMEVAL 2019 6 · Dongfang Xu, Egoitz Laparra, Steven Bethard

Recent studies have shown that pre-trained contextual word embeddings, which assign the same word different vectors in different contexts, improve performance in many tasks. But while contextual embeddings can also be trained at the character level, the effectiveness of such embeddings has not been studied. We derive character-level contextual embeddings from Flair (Akbik et al., 2018), and apply them to a time normalization task, yielding major performance improvements over the previous state-of-the-art: 51{\%} error reduction in news and 33{\%} in clinical notes. We analyze the sources of these improvements, and find that pre-trained contextual character embeddings are more robust to term variations, infrequent terms, and cross-domain changes. We also quantify the size of context that pre-trained contextual character embeddings take advantage of, and show that such embeddings capture features like part-of-speech and capitalization.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Word Embeddings

Similar Papers 제목 키워드 기반

Pooled Contextualized Embeddings for Named Entity Recognition

2019-06-01 · NAACL 2019 6 · Alan Akbik, Tanja Bergmann, Rol Vollgraf,

Contextual string embeddings are a recent type of contextualized word embedding that were shown to yield state-of-the-art results when utilized in a range of sequence labeling tasks. They are based on character-level lan…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Evaluating Contextualized Embeddings on 54 Languages in POS Tagging, Lemmatization and Dependency Parsing

2019-08-20 · Milan Straka, Jana Straková, Jan Hajič

We present an extensive evaluation of three recently proposed methods for contextualized embeddings on 89 corpora in 54 languages of the Universal Dependencies 2.3 in three tasks: POS tagging, lemmatization, and dependen…

Dependency ParsingLemmatizationPOSPOS Tagging+1

CUNI Submission to the BUCC 2022 Shared Task on Bilingual Term Alignment

2022-06-01 · LREC (BUCC) 2022 6 · Borek Požár, Klára Tauchmanová, Kristýna Neumannová, Ivana Kvapilíková 외

We present our submission to the BUCC Shared Task on bilingual term alignment in comparable specialized corpora. We devised three approaches using static embeddings with post-hoc alignment, the Monoses pipeline for unsup…

Machine TranslationTranslation

Improving Chemical Named Entity Recognition in Patents with Contextualized Word Embeddings

2019-07-05 · WS 2019 8 · Zenan Zhai, Dat Quoc Nguyen, Saber A. Akhondi, Camilo Thorne 외

Chemical patents are an important resource for chemical information. However, few chemical Named Entity Recognition (NER) systems have been evaluated on patent documents, due in part to their structural and linguistic co…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

On Measuring and Mitigating Biased Inferences of Word Embeddings

2019-08-25 · Sunipa Dev, Tao Li, Jeff Phillips, Vivek Srikumar

Word embeddings carry stereotypical connotations from the text they are trained on, which can lead to invalid inferences in downstream models that rely on them. We use this observation to design a mechanism for measuring…

Natural Language InferenceWord Embeddings