paper-with-me

홈 › Papers

Annotating the Tweebank Corpus on Named Entity Recognition and Building NLP Models for Social Media Analysis

2022-01-18 · LREC 2022 6 · Hang Jiang, Yining Hua, Doug Beeferman, Deb Roy

Social media data such as Twitter messages ("tweets") pose a particular challenge to NLP systems because of their short, noisy, and colloquial nature. Tasks such as Named Entity Recognition (NER) and syntactic parsing require highly domain-matched training data for good performance. To date, there is no complete training corpus for both NER and syntactic analysis (e.g., part of speech tagging, dependency parsing) of tweets. While there are some publicly available annotated NLP datasets of tweets, they are only designed for individual tasks. In this study, we aim to create Tweebank-NER, an English NER corpus based on Tweebank V2 (TB2), train state-of-the-art (SOTA) Tweet NLP models on TB2, and release an NLP pipeline called Twitter-Stanza. We annotate named entities in TB2 using Amazon Mechanical Turk and measure the quality of our annotations. We train the Stanza pipeline on TB2 and compare with alternative NLP frameworks (e.g., FLAIR, spaCy) and transformer-based models. The Stanza tokenizer and lemmatizer achieve SOTA performance on TB2, while the Stanza NER tagger, part-of-speech (POS) tagger, and dependency parser achieve competitive performance against non-transformer models. The transformer-based models establish a strong baseline in Tweebank-NER and achieve the new SOTA performance in POS tagging and dependency parsing on TB2. We release the dataset and make both the Stanza pipeline and BERTweet-based models available "off-the-shelf" for use in future Tweet NLP research. Our source code, data, and pre-trained models are available at: \url{https://github.com/social-machines/TweebankNLP}.

📄 PDF Abstract BibTeX arXiv:2201.07281

Code (1)

social-machines/tweebanknlp 공식 구현 pytorch

Tasks

Dependency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERPart-Of-Speech TaggingPOSPOS Tagging

Similar Papers 제목 키워드 기반

Reconstructing NER Corpora: a Case Study on Bulgarian

2020-05-01 · LREC 2020 5 · Iva Marinova, Laska Laskova, Petya Osenova, Kiril Simov 외

The paper reports on the usage of deep learning methods for improving a Named Entity Recognition (NER) training corpus and for predicting and annotating new types in a test corpus. We show how the annotations in a type-b…

Deep Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Towards High Accuracy Named Entity Recognition for Icelandic

2019-09-01 · WS (NoDaLiDa) 2019 9 · Svanhvít Lilja Ingólfsdóttir, Sigurjón Þorsteinsson, Hrafn Loftsson

We report on work in progress which consists of annotating an Icelandic corpus for named entities (NEs) and using it for training a named entity recognizer based on a Bidirectional Long Short-Term Memory model. Currently…

Miscellaneousnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Named Entity Recognition for French medieval charters

2021-12-01 · NLP4DH (ICON) 2021 12 · Sergio Torres Aguilar, Dominique Stutzmann

This paper presents the process of annotating and modelling a corpus to automatically detect named entities in medieval charters in French. It introduces a new annotated corpus and a new system which outperforms state-of…

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

Cross-Lingual Named Entity Recognition via FastAlign: a Case Study

2021-07-01 · TRITON 2021 7 · Ali Hatami, Ruslan Mitkov, Gloria Corpas Pastor

Named Entity Recognition is an essential task in natural language processing to detect entities and classify them into predetermined categories. An entity is a meaningful word, or phrase that refers to proper nouns. Name…

Machine Translationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Annotating the Pandemic: Named Entity Recognition and Normalisation in COVID-19 Literature

2020-12-01 · EMNLP (NLP-COVID19) 2020 12 · Nico Colic, Lenz Furrer, Fabio Rinaldi

The COVID-19 pandemic has been accompanied by such an explosive increase in media coverage and scientific publications that researchers find it difficult to keep up. We are presenting a publicly available pipeline to per…

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