Datasets › NAMEXTEND

NAMEXTEND

Introduced by Jonathan Drechsel et al. in GRADIEND: Monosemantic Feature Learning within Neural Networks Applied to Gender Debiasing of Transformer Models3 Feb 2025 archive 2025-07-28

This dataset extends NAMEXACT by including words that can be used as names, but may not exclusively be used as names in every context.

Dataset Details

Dataset Description

Unlike NAMEXACT, this datasets contains words that are mostly used as names, but may also be used in other contexts, such as

  • Christian (believer in Christianity)
  • Drew (simple past of the verb to draw)
  • Florence (an Italian city)
  • Henry (the SI unit of inductance)
  • Mercedes (a car brand)

In addition, names with ambiguous gender are included - once for each gender. For instance, Skyler is included as female (F) name with a probability of 37.3%, and as male (M) name with a probability of 62.7%.

Dataset Sources [optional]

Dataset Structure

  • name: the name
  • gender: the gender of the name (M for male and F for female)
  • count: the count value of this name (raw value from the original dataset)
  • probability: the probability of this name (raw value from original dataset; not normalized to this dataset!)
  • gender_agreement: a value describing the certainty that this name has an unambiguous gender computed as the maximum probability of that name across both genders, e.g., max(37.7 for Skyler. For names with a unique gender in this dataset, this value is 1.0
  • primary_gender: is equal to gender for names with a unique gender in this dataset, and equals otherwise the gender of that name with higher probability
  • genders: label B if both genders are contained for this name in this dataset, otherwise equal to gender
  • prob_F: the probability of that name being used as a female name (i.e., 0.0 or 1.0 if genders != B)
  • prob_M: the probability of that name being used as a male name

Dataset Creation

Source Data

The data is created by filtering Gender by Name.

Data Collection and Processing

The original data is filtered to contain only names with a count of at least 100 to remove very rare names. This threshold reduces the total number of names by $72%, from 133910 to 37425.

Bias, Risks, and Limitations

The original dataset provides counts of names (with their gender) for male and female babies from open-source government authorities in the US (1880-2019), UK (2011-2018), Canada (2011-2018), and Australia (1944-2019) in these periods

Benchmarks archive 2025-07-28

No leaderboard in the archive resolves to this dataset.

Papers archive 2025-07-28

No paper in the archive has a leaderboard row on this dataset; the archive counts 1 paper for it but never published that list.

Dataset loaders archive 2025-07-28

No loader listed in the archive.

Tasks archive 2025-07-28

No task tagged in the archive.

License archive 2025-07-28

cc-by.4.0

Modalities archive 2025-07-28

Languages archive 2025-07-28

Variants archive 2025-07-28

  • NAMEXTEND

1 variant name, as the archive lists them.

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