Papers › Annotating the Tweebank Corpus on Named Entity Recognition and Building NLP Models for...

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

18 Jan 2022LREC 2022 6arXiv:2201.07281archive 2025-07-28

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}.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2201.07281")

Code

Syntology Ran 5 of 15 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

social-machines/tweebanknlp officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 5 ran; 1 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran
10unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from social-machines/tweebanknlp. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_indexes social-machines/tweebanknlp/twitter-stanza/stanza/models/lang_identifier.py official repository ran Apache-2.0 (permissive) · 724dca7b60d7f54e · report
convert_fc_shapes social-machines/tweebanknlp/twitter-stanza/stanza/models/classifier.py official repository ran fingerprinted Apache-2.0 (permissive) · 03c4d0722a83c25a · report
get_batch social-machines/tweebanknlp/twitter-stanza/stanza/models/charlm.py official repository ran Apache-2.0 (permissive) · 380cf031e8cd6eec · report
randomize_lengths_range social-machines/tweebanknlp/twitter-stanza/stanza/models/lang_identifier.py official repository ran Apache-2.0 (permissive) · 957a14f01a8bab3b · report
repackage_hidden social-machines/tweebanknlp/twitter-stanza/stanza/models/charlm.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 4372bb4533fd1936 · report
batchify social-machines/tweebanknlp/twitter-stanza/stanza/models/charlm.py official repository unverified Apache-2.0 (permissive) · 61f19438f05e0d95 · report
dataset_labels social-machines/tweebanknlp/twitter-stanza/stanza/models/classifier.py official repository unverified Apache-2.0 (permissive) · df9dfa89c5bddd5e · report
model_file_name social-machines/tweebanknlp/twitter-stanza/stanza/models/parser.py official repository unverified Apache-2.0 (permissive) · 3ad2f5b31b9f1ae3 · report
model_file_name social-machines/tweebanknlp/twitter-stanza/stanza/models/tagger.py official repository unverified Apache-2.0 (permissive) · b98bb34c8f23c80a · report
parse_args social-machines/tweebanknlp/twitter-stanza/stanza/models/identity_lemmatizer.py official repository unverified Apache-2.0 (permissive) · e6d73d86addb1bf5 · report
parse_args social-machines/tweebanknlp/twitter-stanza/stanza/models/lang_identifier.py official repository unverified Apache-2.0 (permissive) · ed203c36edd90a76 · report
parse_args social-machines/tweebanknlp/twitter-stanza/stanza/models/mwt_expander.py official repository unverified Apache-2.0 (permissive) · 1377f605ed321af1 · report
parse_args social-machines/tweebanknlp/twitter-stanza/stanza/models/ner_tagger.py official repository unverified Apache-2.0 (permissive) · e204f019f1d98b1a · report
parse_args social-machines/tweebanknlp/twitter-stanza/stanza/models/parser.py official repository unverified Apache-2.0 (permissive) · 955a84f0cd791e45 · report
parse_args social-machines/tweebanknlp/twitter-stanza/stanza/models/tagger.py official repository unverified Apache-2.0 (permissive) · 3f3eeedc7dc1038c · report

Tasks

Dependency ParsingNERNamed Entity RecognitionNamed Entity Recognition (NER)POSPOS TaggingPart-Of-Speech Taggingnamed-entity-recognition

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Dependency Parsing Tweebank spaCy-XLM-RoBERTa Labelled Attachment Score 79.39 #3 of 3 Archive leaderboard report
Dependency Parsing Tweebank spaCy-XLM-RoBERTa Unlabeled Attachment Score 83.82 #3 of 3 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections