{"url":"/dataset/namexact","name":"NAMEXACT","full_name":null,"description_markdown":"This dataset contains names that are exclusively associated with a single gender and that have no ambiguous meanings, therefore being *exact* with respect to both gender and meaning.\r\n\r\nThe data is split into train, validation, and test set. You can load the entire dataset using:\r\n```python\r\nfrom datasets import load_dataset\r\nload_dataset('aieng-lab/genter', split='all')\r\n```\r\n\r\n\r\n## Dataset Details\r\n\r\n### Dataset Description\r\n\r\n<!-- Provide a longer summary of what this dataset is. -->\r\n\r\nThe goal of this dataset to consist only of *words* that are clearly names of unabiguous gender. For instance, the following names are excluded:\r\n\r\n- *Skyler* (ambiguous gender)\r\n- *Christian* (believer in Christianity)\r\n- *Drew* (simple past of the verb *to draw*)\r\n- *Florence* (an Italian city)\r\n- *Henry* (the SI unit of inductance)\r\n- *Mercedes* (a car brand)\r\n\r\nDue to the exclusion of such names, this dataset can be used for tasks where only names (with high certainty) are required.\r\n\r\nA larger name dataset is [NAMEXTEND](https://huggingface.co/datasets/aieng-lab/namextend).\r\n\r\n### Dataset Sources [optional]\r\n\r\n<!-- Provide the basic links for the dataset. -->\r\n\r\n- **Repository:** [github.com/aieng-lab/gradiend](https://github.com/aieng-lab/gradiend)\r\n- **Original Dataset:** [Gender by Name](https://archive.ics.uci.edu/dataset/591/gender+by+name)\r\n\r\n\r\n\r\n## Dataset Structure\r\n\r\n<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->\r\n\r\nThis dataset comes in a version containing all names (`split`), and three splits: `train` (85%), `validation`(5%), `test` (10%)\r\n\r\n- `name`: the name\r\n- `gender`: the gender of the name (`M` for male and `F` for female)\r\n- `count`: the count value of this name (raw value from the original dataset)\r\n- `probability`: the probability of this name (raw value from original dataset; not normalized to this dataset!)\r\n- `split`: the split of the name (constant for HuggingFace splits `train`/ `validation`/ `test`; but contains the respective HuggingFace splits for `all`)\r\n\r\n## Dataset Creation\r\n\r\n### Source Data\r\n\r\nThe data is created by filtering [Gender by Name](https://archive.ics.uci.edu/dataset/591/gender+by+name).\r\n\r\n#### Data Collection and Processing\r\n\r\n<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->\r\n\r\nFirst, all names of the raw dataset with counts less than 20000 are filtered out, resulting in a selection of the most common 1697 names. Next, we removed names with ambiguous gender, such as *Skyler*, *Sidney*, and *Billie*, which were identified by having counts for both genders in the filtered dataset, removing 67 additional names.\r\n\r\nTo further refine our selection of the remaining 1,630 names, we manually checked each remaining name for ambiguous meanings, such as *Christian* (believer in Christianity), and *Drew* (simple past of the verb *to draw*).\r\nThis exclusion process was performed without considering casing to ensure applicability to non-cased models. The filtering resulted in the exclusion of 232 names, leaving us with a total of 1398 names in this dataset NAMEXACT.\r\n\r\n\r\n## Bias, Risks, and Limitations\r\n\r\n<!-- This section is meant to convey both technical and sociotechnical limitations. -->\r\n\r\nThe 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.","description_withheld":null,"homepage":"https://huggingface.co/datasets/aieng-lab/namexact","introduced_date":"2025-02-03","introduced_date_note":null,"introduced_by":{"paper":"/paper/gradiend-monosemantic-feature-learning-within","title":"GRADIEND: Monosemantic Feature Learning within Neural Networks Applied to Gender Debiasing of Transformer Models","first_author":"Jonathan Drechsel","url":null},"license":{"name":"cc-by.4.0","url":null},"modalities":[{"name":"Texts","url":"/datasets/modality/texts"}],"tasks":[],"languages":[{"name":"English","url":"/datasets/language/english"}],"variants":["NAMEXACT"],"data_loaders":[],"num_papers_in_archive":1,"source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28"},"benchmarks":[],"papers_with_a_benchmark_row":[],"syntology_totals":{"read_at":"2026-09-24T18:15:14+00:00","papers_with_samples":0,"samples_harvested":0,"samples_ran":0,"samples_unverified":0,"pointer_only_for_licence":0,"papers_with_no_sample_that_ran":0,"note":"the per-paper counts above, summed; not a rate"},"papers_note":"The archive never published its papers-using-dataset list; these are papers with a leaderboard row on this dataset's benchmarks."}