Datasets:

Modalities:
Tabular
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
schoeller commited on
Commit
ab4a846
·
1 Parent(s): c6bba61

create README.md

Browse files
Files changed (1) hide show
  1. README.md +113 -0
README.md ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ pretty_name: Weight Systems Defining Five-Dimensional Reflexive and Non-Reflexive Polyhedra
4
+ configs:
5
+ - config_name: non-reflexive
6
+ data_files:
7
+ - split: full
8
+ path: non-reflexive/*.parquet
9
+ - config_name: reflexive
10
+ data_files:
11
+ - split: full
12
+ path: reflexive/*.parquet
13
+ ---
14
+
15
+ # Dataset of Weight Systems Defining Five-Dimensional Reflexive and Non-Reflexive Polyhedra
16
+
17
+ This dataset contains all weight systems defining five-dimensional reflexive and
18
+ non-reflexive polyhedra, instrumental in the study of Calabi-Yau fourfolds in mathematics
19
+ and theoretical physics. The data was compiled by Friedrich Schöller and Harald Skarke in
20
+ [arXiv:1808.02422](https://arxiv.org/abs/1808.02422). More information is available at the
21
+ [Calabi-Yau data website](http://hep.itp.tuwien.ac.at/~kreuzer/CY/). The dataset can be
22
+ explored using the [search frontend](http://rgc.itp.tuwien.ac.at/fourfolds/).
23
+
24
+ ## Dataset Details
25
+
26
+ The dataset consists of two subsets: weight systems defining reflexive polyhedra and
27
+ weight systems defining non-reflexive polyhedra. Each subset is split into 4000 files in
28
+ Parquet format. Rows within each file are sorted lexicographically by weights.
29
+
30
+ Each row in the dataset represents a polyhedron and contains the six weights defining it,
31
+ along with the vertex count, facet count, and lattice point count. The reflexive dataset
32
+ also includes the Hodge numbers \\( h^{1,1} \\), \\( h^{1,2} \\), and \\( h^{1,3} \\) of
33
+ the corresponding Calabi-Yau manifold, and the lattice point count of the dual polyhedron.
34
+
35
+ For any Calabi-Yau fourfold, the Euler characteristic \\( \chi \\) and the Hodge number
36
+ \\( h^{2,2} \\) can be derived as follows:
37
+ $$ \chi = 48 + 6 (h^{1,1} − h^{1,2} + h^{1,3}) $$
38
+ $$ h^{2,2} = 44 + 4 h^{1,1} − 2 h^{1,2} + 4 h^{1,3} $$
39
+
40
+ This dataset is licensed under the [CC BY-SA 4.0 license](http://creativecommons.org/licenses/by-sa/4.0/).
41
+
42
+ ### Data Fields
43
+
44
+ - `weight0 to weight5:` Weights of the weight system defining the polyhedron.
45
+ - `vertex_count:` Vertex count of the polyhedron.
46
+ - `facet_count:` Facet count of the polyhedron.
47
+ - `point_count:` Lattice point count of the polyhedron.
48
+ - `dual_point_count:` Lattice point count of the dual polyhedron (only for reflexive
49
+ polyhedra).
50
+ - `h11:` Hodge number \\( h^{1,1} \\) (only for reflexive polyhedra).
51
+ - `h12:` Hodge number \\( h^{1,2} \\) (only for reflexive polyhedra).
52
+ - `h13:` Hodge number \\( h^{1,3} \\) (only for reflexive polyhedra).
53
+
54
+ ## Usage
55
+
56
+ The dataset can be used without downloading it entirely, thanks to the streaming
57
+ capability of the `datasets` library. The following Python code snippet demonstrates how
58
+ to stream the dataset and print the first five rows:
59
+
60
+ ```python
61
+ from datasets import load_dataset
62
+
63
+ dataset = load_dataset("cy-data/ws-5d", name="reflexive", split="full", streaming=True)
64
+
65
+ for row in dataset.take(5):
66
+ print(row)
67
+ ```
68
+
69
+ When cloning the Git repository with Git Large File Storage (LFS), data files are stored
70
+ in the Git LFS storage directory, as well as in the working tree. To avoid occupying
71
+ double the disk space, use a filesystem that supports copy-on-write and run the following
72
+ commands to clone the repository:
73
+
74
+ ```bash
75
+ # Initialize Git LFS
76
+ git lfs install
77
+
78
+ # Clone the repository without downloading LFS files immediately
79
+ GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/cy-data/ws-5d
80
+
81
+ # Change to the repository directory
82
+ cd ws-5d
83
+
84
+ # Test deduplication (optional)
85
+ git lfs dedup --test
86
+
87
+ # Download the LFS files
88
+ git lfs fetch
89
+
90
+ # Create working tree files as clones of the files in the Git LFS storage directory using
91
+ # copy-on-write functionality
92
+ git lfs dedup
93
+ ```
94
+
95
+ ## Citation
96
+
97
+ Please cite the following research paper when referencing this dataset:
98
+
99
+ ```
100
+ @article{Scholler:2018apc,
101
+ author = {Sch\"oller, Friedrich and Skarke, Harald},
102
+ title = "{All Weight Systems for Calabi-Yau Fourfolds from Reflexive Polyhedra}",
103
+ eprint = "1808.02422",
104
+ archivePrefix = "arXiv",
105
+ primaryClass = "hep-th",
106
+ doi = "10.1007/s00220-019-03331-9",
107
+ journal = "Commun. Math. Phys.",
108
+ volume = "372",
109
+ number = "2",
110
+ pages = "657--678",
111
+ year = "2019"
112
+ }
113
+ ```