Pith. sign in

REVIEW 2 cited by

raceBERT -- A Transformer-based Model for Predicting Race and Ethnicity from Names

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2112.03807 v3 pith:3T63CMBX submitted 2021-12-07 cs.CL cs.LG

raceBERT -- A Transformer-based Model for Predicting Race and Ethnicity from Names

classification cs.CL cs.LG
keywords modelnamesracetransformer-basedracebertethnicitypredictingresults
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

This paper presents raceBERT -- a transformer-based model for predicting race and ethnicity from character sequences in names, and an accompanying python package. Using a transformer-based model trained on a U.S. Florida voter registration dataset, the model predicts the likelihood of a name belonging to 5 U.S. census race categories (White, Black, Hispanic, Asian & Pacific Islander, American Indian & Alaskan Native). I build on Sood and Laohaprapanon (2018) by replacing their LSTM model with transformer-based models (pre-trained BERT model, and a roBERTa model trained from scratch), and compare the results. To the best of my knowledge, raceBERT achieves state-of-the-art results in race prediction using names, with an average f1-score of 0.86 -- a 4.1% improvement over the previous state-of-the-art, and improvements between 15-17% for non-white names.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Using Embedding Models to Improve Probabilistic Race Prediction

    cs.CL 2026-04 unverdicted novelty 7.0

    Embedding models trained on Census surname, first-name, and voter file data improve probabilistic race prediction for uncommon surnames, with full-name embeddings delivering the largest gains especially for Hispanic a...

  2. NameBERT: Scaling Name-Based Nationality Classification with LLM-Augmented Open Academic Data

    cs.CL 2026-04 unverdicted novelty 7.0

    NameBERT models trained on LLM-augmented academic name data outperform state-of-the-art baselines in nationality classification from names, with augmentation providing gains especially on tail countries.