Papers › The Dialect Tax: Dialectal Biases Persist throughout the Language Modeling Pipeline

The Dialect Tax: Dialectal Biases Persist throughout the Language Modeling Pipeline

24 Aug 2026arXiv:2608.24952added by Syntology

Elle

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Systematic dialectal performance gaps in language models (LMs) are well documented, but the source of these disparities within the modern language modeling pipeline remains unclear. Our study traces this "dialect tax" across the natural language processing pipeline. Using parallel English dialect corpora that hold meaning fixed while varying surface form, we first confirm that LMs recognize matched Standard American English (SAE) and dialectal texts as semantically equivalent. However, we discover further representational gaps corresponding to downstream performance gaps. Across model families and generations, modern LMs still encode dialectal texts unequally during tokenization, pre-training, post-training, and inference. Strikingly, bypassing traditional subword segmentation via a character-level counterfactual tokenizer removes neither input and output asymmetries nor dialectal accuracy gaps. During pre-training, dialect pairs induce more divergent gradient updates than pairs of entirely unrelated SAE documents, indicating that models find semantically equivalent dialectal content harder to learn from than unrelated SAE documents. During post-training, reward models show contextual, unstable dialect preferences, assigning higher values to isolated AAVE-exclusive tokens than to SAE-exclusive tokens, while full reasoning contexts receive task- and model-dependent dialect penalties. Overall, our findings suggest that the dialect tax is encoded and accumulated not by any one step in isolation, but at every step of the language modeling process.

PaperPDFCode 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="2608.24952")

Code

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

By repository: found in paper text by Syntology: 22 samples from 1 repository, 18 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

socialnlp/dialecttax found in paper text by Syntology report

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

22 samples harvested; 18 ran; 0 honoured the contract we drafted; 4 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.

18ran
4unverified

Licence: 0 of the 22 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 socialnlp/dialecttax. “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.

char_tokenize socialnlp/dialecttax/src/dialecttax/characters.py found in paper text by Syntology ran MIT (permissive) · d03ea162e2fc73a5 · report
compute_entropy socialnlp/dialecttax/src/dialecttax/logits.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 80bd1696a29c9b2f · report
compute_log_probs socialnlp/dialecttax/src/dialecttax/logits.py found in paper text by Syntology ran MIT (permissive) · 8a9cd66e06ad375c · report
compute_pairwise_cosine socialnlp/dialecttax/src/dialecttax/layers.py found in paper text by Syntology ran MIT (permissive) · 5f632691c234b7b2 · report
compute_projected_gradient socialnlp/dialecttax/src/dialecttax/gradients.py found in paper text by Syntology ran MIT (permissive) · b00b00bebe90f7b4 · report
drop socialnlp/dialecttax/src/dialecttax/perturbations.py found in paper text by Syntology ran MIT (permissive) · b4019625c6a8b5b9 · report
extract_hidden_states socialnlp/dialecttax/src/dialecttax/layers.py found in paper text by Syntology ran MIT (permissive) · 164c086ee5abc260 · report
get_completions socialnlp/dialecttax/src/dialecttax/endpoints.py found in paper text by Syntology ran fingerprinted MIT (permissive) · c90595a57e40102a · report
get_demo_indices socialnlp/dialecttax/src/dialecttax/prompts.py found in paper text by Syntology ran MIT (permissive) · 3d0997d87e0b6efc · report
get_demos socialnlp/dialecttax/src/dialecttax/prompts.py found in paper text by Syntology ran MIT (permissive) · fa26b23d9bbbfd14 · report
get_message socialnlp/dialecttax/src/dialecttax/endpoints.py found in paper text by Syntology ran MIT (permissive) · d12a3b19f43e067f · report
get_prompt socialnlp/dialecttax/src/dialecttax/prompts.py found in paper text by Syntology ran fingerprinted MIT (permissive) · efdb63cf50def444 · report
insert socialnlp/dialecttax/src/dialecttax/perturbations.py found in paper text by Syntology ran MIT (permissive) · ed36139aabd7f155 · report
is_error socialnlp/dialecttax/src/dialecttax/endpoints.py found in paper text by Syntology ran MIT (permissive) · 659276c0f4098863 · report
last_token_hidden socialnlp/dialecttax/src/dialecttax/logits.py found in paper text by Syntology ran MIT (permissive) · fbf4d4f067e0e73a · report
probs_to_class socialnlp/dialecttax/src/dialecttax/classification.py found in paper text by Syntology ran fingerprinted MIT (permissive) · abdd69256f7e27aa · report
project_gradient socialnlp/dialecttax/src/dialecttax/gradients.py found in paper text by Syntology ran MIT (permissive) · a4db1a1bf7ffaab1 · report
swap socialnlp/dialecttax/src/dialecttax/perturbations.py found in paper text by Syntology ran MIT (permissive) · b6301b9d2c689190 · report
load_model socialnlp/dialecttax/src/dialecttax/gradients.py found in paper text by Syntology unverified MIT (permissive) · c562479f4ac54069 · report
load_model socialnlp/dialecttax/src/dialecttax/layers.py found in paper text by Syntology unverified MIT (permissive) · ec1366915e828453 · report
similarity_pairwise socialnlp/dialecttax/src/dialecttax/embeddings.py found in paper text by Syntology unverified MIT (permissive) · edfb829c8c7c55ba · report
text_to_char_ids socialnlp/dialecttax/src/dialecttax/characters.py found in paper text by Syntology unverified MIT (permissive) · 2f34135f50033179 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.24952, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

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