license: cc-by-2.0
pretty_name: Characters of Irreducible Representations of Symmetric Groups
Dataset Card for Characters of Irreducible Representations of Symmetric Groups, , for
One way to understand the algebraic structure of permutations (symmetric groups, is through their representation theory [1], which converts algebraic questions into linear algebra questions that are often easier to solve. A representation of group on vector space , is a map that converts elements of to invertible matrices on vector space which respect the compositional structure of the group. A basic result in representation theory says that all representations of a finite group can be decomposed into atomic building blocks called irreducible representations. Amazingly, irreducible representations are themselves uniquely determined by the value of the trace, , where ranges over subsets of called conjugacy classes. These values are called characters.
The representation theory of symmetric groups has rich combinatorial interpretations. Both irreducible representations of and the conjugacy classes of are indexed by partitions of and thus the characters of irreducible representations of are indexed by pairs of partitions of . For we write for the associated character. This combinatorial connection is not superficial, some of the most famous algorithms for computation of irreducible characters (e.g., the Murnaghan-Nakayama rule) are completely combinatorial in nature).
Dataset Details
Dataset Description
Since the conjugacy classes of the symmetric group are indexed by integer partitions of , characters are constant on conjugacy classes, and the irreducible representations of are also indexed by integer partitions of , the task is to use a pair of integer partitions of to predict the character of the corresponding irreducible representation of the symmetric group.
Within each file, two integer partitions are provided followed by an integer corresponding to the character. For instance, the line
[3,1,1],[2,2,1],-2
says that the character .
The datasets can also be found here. Data loaders can be found here.
In all cases the characters are heavily concentrated around 0 with very long tails. This likely contributes to the difficulty of the task and could be overcome with some simple pre- and post-processing. We have not chosen to do this in our baselines.
Statistics for the three datasets,
Characters of
Number of instances | |
---|---|
Train | 118,580 |
Test | 29,645 |
Maximum character value 16,336,320, minimum character value -1,223,040.
Characters of
Size | |
---|---|
Train | 298,661 |
Test | 74,819 |
Maximum character value 249,420,600, minimum character value -17,592,960.
Characters of
Size | |
---|---|
Train | 763,109 |
Test | 190,726 |
Maximum character value 5,462,865,408, minimum character value -279,734,796.
Math question (solved): The Murnaghan–Nakayama rule is an example of an algorithm for calculating the character of an irreducible representation of the symmetric group using only elementary operations on the corresponding pair of partitions.
ML task: Train a model that can take two partitions of , and , and predict the corresponding character .
If a successful model is trained, it would be interesting to understand whether the model has learned an existing algorithm or whether it has discovered something new.
Small model performance
We provide some basic baselines for this task framed as regression. Benchmarking details can be found in the associated paper.
Size | Linear regression | MLP | Transformer | Guessing training label mean |
---|---|---|---|---|
The signs indicate 95% confidence intervals from random weight initialization and training.
- Curated by: Henry Kvinge
- Funded by: Pacific Northwest National Laboratory
- Language(s) (NLP): NA
- License: CC-by-2.0
Dataset Sources
The dataset was generated using SageMath. Data generation scripts can be found here.
- Repository: ACD Repo
Uses
This dataset was generated to study ML model's ability to calculate the characters of irreducible representations of the symmetric group.
Direct Use
There are a range of tasks that could be performed using this dataset. The one we consider here is regression of characters from the two integer partitions that index it. That is, given and , predict the corresponding character .
Out-of-Scope Use
None.
Dataset Structure
Within each file, two integer partitions are provided followed by an integer corresponding to the character. For instance, the line
[3,1,1],[2,2,1],-2
says that the character .
Dataset Creation
The dataset was generated using SageMath. Data generation scripts can be found here.
Curation Rationale
The dataset was generated because the discovery of algorithms that calculate the characters of irreducible representations of the symmetric group was a breakthrough in algebraic combinatorics and thus it is interesting if ML systems can re-discover this result.
Who are the source data producers?
Henry Kvinge used SageMath to generate this dataset.
Bias, Risks, and Limitations
We only provide characters for . These characters exist for any . We are happy to generate additional datasets upon request.
Citation
BibTeX:
@article{chau2025machine,
title={Machine learning meets algebraic combinatorics: A suite of datasets capturing research-level conjecturing ability in pure mathematics},
author={Chau, Herman and Jenne, Helen and Brown, Davis and He, Jesse and Raugas, Mark and Billey, Sara and Kvinge, Henry},
journal={arXiv preprint arXiv:2503.06366},
year={2025}
}
APA:
Chau, H., Jenne, H., Brown, D., He, J., Raugas, M., Billey, S., & Kvinge, H. (2025). Machine learning meets algebraic combinatorics: A suite of datasets capturing research-level conjecturing ability in pure mathematics. arXiv preprint arXiv:2503.06366.
Dataset Card Contact
Henry Kvinge, [email protected]
References
[1] Sagan, Bruce E. The symmetric group: representations, combinatorial algorithms, and symmetric functions. Vol. 203. Springer Science & Business Media, 2013.