Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
Files changed (1) hide show
  1. README.md +32 -20
README.md CHANGED
@@ -6,17 +6,28 @@ pretty_name: Mutation equivalence of quivers
6
  # Mutation Equivalence of Quivers
7
 
8
  Quivers and quiver mutations are central to the combinatorial study of cluster algebras,
9
- algebraic structures with connections to Poisson Geometry, string theory, and Teichmuller
10
- theory. Quivers are directed (multi)graphs, and a quiver mutation is a local transformation
11
- centered at a chosen node of the graph that involves adding, deleting, and reversing the
12
- orientation of specific edges based on a set of combinatorial rules. A fundamental open
13
- problem in this area is finding an algorithm that determines whether two quivers are mutation
14
- equivalent (one can traverse from one quiver to another by applying mutations). Currently,
15
- such algorithms only exist for special cases (including types \\(A\\) [1], \\(D\\) [2],
16
- and \\(\tilde{D}\\) [3]). To our knowledge, the remaining classes in this dataset
17
- ( \\( E\\), \\(DE\\), \\(BE\\), and \\(B\\)) lack characterizations. Recent work has explored
18
- whether deep learning models can learn to correctly predict if two quivers are mutation equivalent
19
- [4]. [5] utilized a subset of this dataset to re-discover known characterization theorems.
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  ## Dataset
22
 
@@ -32,7 +43,7 @@ and were chosen to balance the sizes of different classes.
32
 
33
  | Mutation equivalance class | Sampling depth |
34
  |---|---|
35
- | \\(B_{11}\\) | 10 |
36
  | \\(BD_{11}\\) | 9 |
37
  | \\(BE_{11}\\) | 8 |
38
  | \\(DE_{11}\\) | 9 |
@@ -40,7 +51,7 @@ and were chosen to balance the sizes of different classes.
40
 
41
  Dataset statistics are as follows:
42
 
43
- | | \\(A_{11}\\) | \\(B_{11}\\) | \\(BD_{11}\\) | \\(BE_{11}\\) | \\(D_{11}\\) | \\(DE_{11}\\) | \\(E_{11}\\) | Total |
44
  |---|---|--|---|---|---|----|----|---|
45
  | Training | 11,940 | 27,410 | 23,651 | 22,615 | 25,653 | 23,528 | 28,998 | 163,795 |
46
  | Test | 2,984 | 6,852 | 5,912 | 5,653 | 6,413 | 5,881 | 7,249 | 40,944 |
@@ -58,7 +69,7 @@ D_{11},DE_{11},E_{11}\\)). Note that rules for \\(A_{11}\\) and \\(D_{11}\\) are
58
 
59
  **ML task:** Train a model that can predict a quiver's mutation equivalence class out of the 7 options above.
60
 
61
- See the work [\[2\]](https://arxiv.org/abs/2411.07467) for an example of how a model
62
  trained on a variant of this dataset was used to re-discover known theorems.
63
 
64
  ## Small model performance
@@ -104,9 +115,10 @@ Chau, H., Jenne, H., Brown, D., He, J., Raugas, M., Billey, S., & Kvinge, H. (20
104
 
105
  Henry Kvinge, [email protected]
106
 
107
- \[1\] Buan, Aslak Bakke, and Dagfinn F. Vatne. "Derived equivalence classification for cluster-tilted algebras of type $A_n$." Journal of Algebra 319.7 (2008): 2723-2738.
108
- \[2\] Vatne, Dagfinn F. "The mutation class of $D_n$ quivers." Communications in Algebra 38.3 (2010): 1137-1146.
109
- \[3\] Henrich, Thilo. "Mutation classes of diagrams via infinite graphs." Mathematische Nachrichten 284.17‐18 (2011): 2184-2205.
110
- \[4\] Bao, Jiakang, et al. "Machine learning algebraic geometry for physics." arXiv preprint arXiv:2204.10334 (2022).
111
- \[5\] He, Jesse, et al. "Machines and Mathematical Mutations: Using GNNs to Characterize Quiver Mutation Classes." arXiv preprint arXiv:2411.07467 (2024).
112
- \[6\] Stein, William. "Sage: Open source mathematical software." (2008).
 
 
6
  # Mutation Equivalence of Quivers
7
 
8
  Quivers and quiver mutations are central to the combinatorial study of cluster algebras,
9
+ algebraic structures with connections to Poisson Geometry, string theory, and
10
+ Teichmuller theory. Quivers are directed (multi)graphs, and a quiver mutation
11
+ is a local transformation centered at a chosen node of the graph that involves
12
+ adding, deleting, and reversing the orientation of specific edges based on
13
+ a set of combinatorial rules. A fundamental open problem in this area is
14
+ finding an algorithm that determines whether two quivers are mutation equivalent
15
+ (one can traverse from one quiver to another by applying mutations). Currently,
16
+ such algorithms only exist for special cases, including types \\(A\\)
17
+ [1], \\(D\\) [2], and \\(\tilde{B}\\),
18
+ \\(\tilde{C}\\), and \\(\tilde{D}\\) [3]. The \\(\tilde{B}\\)
19
+ and \\(\tilde{C}\\) types correspond to the classes \\(BD\\) and \\(BB\\) in
20
+ our dataset, respectively. Consistent with Sage we use the naive notation,
21
+ which specifies a quiver by indicating the two ends of the diagram, which
22
+ are joined by a path [7]. To our knowledge, the remaining
23
+ classes in this dataset ( \\(E\\), \\(DE\\), \\(BE\\)) lack characterizations.
24
+
25
+ Recent work has explored whether deep learning models can learn to correctly
26
+ predict if two quivers are mutation equivalent [4].
27
+ [5] utilized an alternative version of this dataset to re-discover
28
+ known characterization theorems. The dataset consists of adjacency matrices for
29
+ quivers drawn from 7 different mutation equivalence classes ( \\(A\\), \\(D\\),
30
+ \\(E\\), \\(DE\\), \\(BE\\), \\(BD\\), and \\(BB\\)).
31
 
32
  ## Dataset
33
 
 
43
 
44
  | Mutation equivalance class | Sampling depth |
45
  |---|---|
46
+ | \\(BB_{11}\\) | 10 |
47
  | \\(BD_{11}\\) | 9 |
48
  | \\(BE_{11}\\) | 8 |
49
  | \\(DE_{11}\\) | 9 |
 
51
 
52
  Dataset statistics are as follows:
53
 
54
+ | | \\(A_{11}\\) | \\(BB_{11}\\) | \\(BD_{11}\\) | \\(BE_{11}\\) | \\(D_{11}\\) | \\(DE_{11}\\) | \\(E_{11}\\) | Total |
55
  |---|---|--|---|---|---|----|----|---|
56
  | Training | 11,940 | 27,410 | 23,651 | 22,615 | 25,653 | 23,528 | 28,998 | 163,795 |
57
  | Test | 2,984 | 6,852 | 5,912 | 5,653 | 6,413 | 5,881 | 7,249 | 40,944 |
 
69
 
70
  **ML task:** Train a model that can predict a quiver's mutation equivalence class out of the 7 options above.
71
 
72
+ See the work [\[5\]](https://arxiv.org/abs/2411.07467) for an example of how a model
73
  trained on a variant of this dataset was used to re-discover known theorems.
74
 
75
  ## Small model performance
 
115
 
116
  Henry Kvinge, [email protected]
117
 
118
+ [1] Buan, Aslak Bakke, and Dagfinn F. Vatne. "Derived equivalence classification for cluster-tilted algebras of type $A_n$." Journal of Algebra 319.7 (2008): 2723-2738.
119
+ [2] Vatne, Dagfinn F. "The mutation class of $D_n$ quivers." Communications in Algebra 38.3 (2010): 1137-1146.
120
+ [3] Henrich, Thilo. "Mutation classes of diagrams via infinite graphs." Mathematische Nachrichten 284.17‐18 (2011): 2184-2205.
121
+ [4] Bao, Jiakang, et al. "Machine learning algebraic geometry for physics." arXiv preprint arXiv:2204.10334 (2022).
122
+ [5] He, Jesse, et al. "Machines and Mathematical Mutations: Using GNNs to Characterize Quiver Mutation Classes." arXiv preprint arXiv:2411.07467 (2024).
123
+ [6] Stein, William. "Sage: Open source mathematical software." (2008).
124
+ [7] Musiker, Gregg, and Christian Stump. "A compendium on the cluster algebra and quiver package in Sage." arXiv preprint arXiv:1102.4844 (2011).