paper-with-me

Papers

Contextual String Embeddings for Sequence Labeling

2018-08-01 · COLING 2018 8 · Alan Akbik, Duncan Blythe, Rol Vollgraf,

Recent advances in language modeling using recurrent neural networks have made it viable to model language as distributions over characters. By learning to predict the next character on the basis of previous characters, such models have been shown to automatically internalize linguistic concepts such as words, sentences, subclauses and even sentiment. In this paper, we propose to leverage the internal states of a trained character language model to produce a novel type of word embedding which we refer to as contextual string embeddings. Our proposed embeddings have the distinct properties that they (a) are trained without any explicit notion of words and thus fundamentally model words as sequences of characters, and (b) are contextualized by their surrounding text, meaning that the same word will have different embeddings depending on its contextual use. We conduct a comparative evaluation against previous embeddings and find that our embeddings are highly useful for downstream tasks: across four classic sequence labeling tasks we consistently outperform the previous state-of-the-art. In particular, we significantly outperform previous work on English and German named entity recognition (NER), allowing us to report new state-of-the-art F1-scores on the CoNLL03 shared task. We release all code and pre-trained language models in a simple-to-use framework to the research community, to enable reproduction of these experiments and application of our proposed embeddings to other tasks: https://github.com/zalandoresearch/flair

📄 PDF Abstract BibTeX

Code (1)

zalandoresearch/flair pytorch

Tasks

ChunkingLanguage ModelingLanguage Modellingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech TaggingWord 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

Locally-Contextual Nonlinear CRFs for Sequence Labeling

2021-03-30 · Harshil Shah, Tim Xiao, David Barber

Linear chain conditional random fields (CRFs) combined with contextual word embeddings have achieved state of the art performance on sequence labeling tasks. In many of these tasks, the identity of the neighboring words …

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

Learning Genomic Sequence Representations using Graph Neural Networks over De Bruijn Graphs

2023-12-06 · Kacper Kapuśniak, Manuel Burger, Gunnar Rätsch, Amir Joudaki

The rapid expansion of genomic sequence data calls for new methods to achieve robust sequence representations. Existing techniques often neglect intricate structural details, emphasizing mainly contextual information. To…

Contrastive LearningRetrieval

FlairNLP at SemEval-2023 Task 6b: Extraction of Legal Named Entities from Legal Texts using Contextual String Embeddings

2023-06-03 · Vinay N Ramesh, Rohan Eswara

Indian court legal texts and processes are essential towards the integrity of the judicial system and towards maintaining the social and political order of the nation. Due to the increase in number of pending court cases…

Keyphrase Extraction from Scholarly Articles as Sequence Labeling using Contextualized Embeddings

2019-10-19 · Dhruva Sahrawat, Debanjan Mahata, Mayank Kulkarni, Haimin Zhang 외

In this paper, we formulate keyphrase extraction from scholarly articles as a sequence labeling task solved using a BiLSTM-CRF, where the words in the input text are represented using deep contextualized embeddings. We e…

ArticlesKeyphrase ExtractionWord Embeddings