Datasets:

Modalities:
Text
Formats:
text
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
License:
yoshitomo-matsubara commited on
Commit
ab7833b
1 Parent(s): 4b92fa3

Add problem table, supp info, and README

Browse files
Files changed (4) hide show
  1. README.md +183 -0
  2. problem_table.pdf +0 -0
  3. problem_table.png +3 -0
  4. supp_info.json +1 -0
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: SRSD-Feynman (Easy w/ Dummy Variables)
3
+ annotations_creators:
4
+ - expert
5
+ language_creators:
6
+ - expert-generated
7
+ language:
8
+ - en
9
+ license:
10
+ - mit
11
+ multilinguality:
12
+ - monolingual
13
+ size_categories:
14
+ - 100K<n<1M
15
+ source_datasets:
16
+ - extended
17
+ task_categories:
18
+ - symbolic-regression
19
+ task_ids: []
20
+ ---
21
+
22
+ # Dataset Card for SRSD-Feynman (Easy set with Dummy Variables)
23
+
24
+ ## Table of Contents
25
+ - [Table of Contents](#table-of-contents)
26
+ - [Dataset Description](#dataset-description)
27
+ - [Dataset Summary](#dataset-summary)
28
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
29
+ - [Languages](#languages)
30
+ - [Dataset Structure](#dataset-structure)
31
+ - [Data Instances](#data-instances)
32
+ - [Data Fields](#data-fields)
33
+ - [Data Splits](#data-splits)
34
+ - [Dataset Creation](#dataset-creation)
35
+ - [Curation Rationale](#curation-rationale)
36
+ - [Source Data](#source-data)
37
+ - [Annotations](#annotations)
38
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
39
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
40
+ - [Social Impact of Dataset](#social-impact-of-dataset)
41
+ - [Discussion of Biases](#discussion-of-biases)
42
+ - [Other Known Limitations](#other-known-limitations)
43
+ - [Additional Information](#additional-information)
44
+ - [Dataset Curators](#dataset-curators)
45
+ - [Licensing Information](#licensing-information)
46
+ - [Citation Information](#citation-information)
47
+ - [Contributions](#contributions)
48
+
49
+ ## Dataset Description
50
+
51
+ - **Homepage:**
52
+ - **Repository:** https://github.com/omron-sinicx/srsd-benchmark
53
+ - **Paper:** [Rethinking Symbolic Regression Datasets and Benchmarks for Scientific Discovery](https://arxiv.org/abs/2206.10540)
54
+ - **Point of Contact:** [Yoshitaka Ushiku](mailto:yoshitaka.ushiku@sinicx.com)
55
+
56
+ ### Dataset Summary
57
+
58
+ Our SRSD (Feynman) datasets are designed to discuss the performance of Symbolic Regression for Scientific Discovery.
59
+ We carefully reviewed the properties of each formula and its variables in [the Feynman Symbolic Regression Database](https://space.mit.edu/home/tegmark/aifeynman.html) to design reasonably realistic sampling range of values so that our SRSD datasets can be used for evaluating the potential of SRSD such as whether or not an SR method con (re)discover physical laws from such datasets.
60
+
61
+ This is the ***Easy set with dummy variables*** of our SRSD-Feynman datasets, which consists of the following 30 different physics formulas:
62
+
63
+ [![Click here to open a PDF file](problem_table.png)](https://huggingface.co/datasets/yoshitomo-matsubara/srsd-feynman_easy_dummy/resolve/main/problem_table.pdf)
64
+
65
+ Dummy variables were randomly generated, and symbolic regression models should not use the dummy variables as part of their predictions.
66
+
67
+ The following datasets contain
68
+ **1 dummy variable**: I.12.1, I.12.4, I.12.5, I.18.12, I.25.13, I.47.23
69
+
70
+ **2 dummy variables**: I.14.3, I.18.16, I.43.16, II.3.24, II.8.31, II.10.9, II.13.17, II.15.5, II.27.18, III.7.38, III.12.43
71
+
72
+ **3 dummy variables**: I.14.4, I.26.2, I.27.6, I.30.5, II.2.42, II.4.23, II.15.4, II.27.16, II.34.11, II.34.29b, II.38.3, II.38.14, III.15.27
73
+
74
+ More details of these datasets are provided in [the paper and its supplementary material](https://arxiv.org/abs/2206.10540).
75
+
76
+ ### Supported Tasks and Leaderboards
77
+
78
+ Symbolic Regression
79
+
80
+ ## Dataset Structure
81
+
82
+ ### Data Instances
83
+
84
+ Tabular data + Ground-truth equation per equation
85
+
86
+ Tabular data: (num_samples, num_variables+1), where the last (rightmost) column indicate output of the target function for given variables.
87
+ Note that the number of variables (`num_variables`) varies from equation to equation.
88
+
89
+ Ground-truth equation: *pickled* symbolic representation (equation with symbols in sympy) of the target function.
90
+
91
+
92
+ ### Data Fields
93
+
94
+ For each dataset, we have
95
+ 1. train split (txt file, whitespace as a delimiter)
96
+ 2. val split (txt file, whitespace as a delimiter)
97
+ 3. test split (txt file, whitespace as a delimiter)
98
+ 4. true equation (pickle file for sympy object)
99
+
100
+ ### Data Splits
101
+
102
+ - train: 8,000 samples per equation
103
+ - val: 1,000 samples per equation
104
+ - test: 1,000 samples per equation
105
+
106
+ ## Dataset Creation
107
+
108
+ ### Curation Rationale
109
+
110
+ We chose target equations based on [the Feynman Symbolic Regression Database](https://space.mit.edu/home/tegmark/aifeynman.html).
111
+
112
+ ### Annotations
113
+
114
+ #### Annotation process
115
+
116
+ We significantly revised the sampling range for each variable from the annotations in the Feynman Symbolic Regression Database.
117
+ First, we checked the properties of each variable and treat physical constants (e.g., light speed, gravitational constant) as constants.
118
+ Next, variable ranges were defined to correspond to each typical physics experiment to confirm the physical phenomenon for each equation.
119
+ In cases where a specific experiment is difficult to be assumed, ranges were set within which the corresponding physical phenomenon can be seen.
120
+ Generally, the ranges are set to be sampled on log scales within their orders as 10^2 in order to take both large and small changes in value as the order changes.
121
+ Variables such as angles, for which a linear distribution is expected are set to be sampled uniformly.
122
+ In addition, variables that take a specific sign were set to be sampled within that range.
123
+
124
+ #### Who are the annotators?
125
+
126
+ The main annotators are
127
+ - Naoya Chiba (@nchiba)
128
+ - Ryo Igarashi (@rigarash)
129
+
130
+
131
+
132
+ ### Personal and Sensitive Information
133
+
134
+ N/A
135
+
136
+ ## Considerations for Using the Data
137
+
138
+ ### Social Impact of Dataset
139
+
140
+ We annotated this dataset, assuming typical physical experiments. The dataset will engage research on symbolic regression for scientific discovery (SRSD) and help researchers discuss the potential of symbolic regression methods towards data-driven scientific discovery.
141
+
142
+ ### Discussion of Biases
143
+
144
+ Our choices of target equations are based on [the Feynman Symbolic Regression Database](https://space.mit.edu/home/tegmark/aifeynman.html), which are focused on a field of Physics.
145
+
146
+ ### Other Known Limitations
147
+
148
+ Some variables used in our datasets indicate some numbers (counts), which should be treated as integer.
149
+ Due to the capacity of 32-bit integer, however, we treated some of such variables as float e.g., number of molecules (10^{23} - 10^{25})
150
+
151
+ ## Additional Information
152
+
153
+ ### Dataset Curators
154
+
155
+ The main curators are
156
+ - Naoya Chiba (@nchiba)
157
+ - Ryo Igarashi (@rigarash)
158
+
159
+ ### Licensing Information
160
+
161
+ MIT License
162
+
163
+ ### Citation Information
164
+
165
+ [[Preprint](https://arxiv.org/abs/2206.10540)]
166
+ ```bibtex
167
+ @article{matsubara2022rethinking,
168
+ title={Rethinking Symbolic Regression Datasets and Benchmarks for Scientific Discovery},
169
+ author={Matsubara, Yoshitomo and Chiba, Naoya and Igarashi, Ryo and Ushiku, Yoshitaka},
170
+ journal={arXiv preprint arXiv:2206.10540},
171
+ year={2022}
172
+ }
173
+ ```
174
+
175
+ ### Contributions
176
+
177
+ Authors:
178
+ - Yoshitomo Matsubara (@yoshitomo-matsubara)
179
+ - Naoya Chiba (@nchiba)
180
+ - Ryo Igarashi (@rigarash)
181
+ - Yoshitaka Ushiku (@yushiku)
182
+
183
+
problem_table.pdf ADDED
Binary file (198 kB). View file
 
problem_table.png ADDED

Git LFS Details

  • SHA256: 8c0275f9537f9312b029942f10bad04ea3f6eeacb2214c800c98e7e62b471b74
  • Pointer size: 131 Bytes
  • Size of remote file: 971 kB
supp_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"feynman-i.11.19": {"dataset_class_key": "feynman-i.11.19", "sympy_eq_str": "x0*x1 + x2*x3 + x5*x6", "sympy_eq_srepr": "Add(Mul(Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Symbol('x1', commutative=True)), Mul(Symbol('x2', commutative=True), Symbol('x3', commutative=True)), Mul(Symbol('x5', commutative=True), Symbol('x6', commutative=True)))", "dummy_vars": ["x4", "x7"], "symbols": ["$A$", "$x_1$", "$y_1$", "$x_2$", "$y_2$", "$x_3$", "$y_3$"], "symbols_descs": ["Inner product", "Element of a vector", "Element of a vector", "Element of a vector", "Element of a vector", "Element of a vector", "Element of a vector"], "si-derived_units": ["$1$", "$1$", "$1$", "$1$", "$1$", "$1$", "$1$"], "si_units": ["$1$", "$1$", "$1$", "$1$", "$1$", "$1$", "$1$"], "properties": ["V, F", "V, F", "V, F", "V, F", "V, F", "V, F", "V, F"]}, "feynman-iii.15.12": {"dataset_class_key": "feynman-iii.15.12", "sympy_eq_str": "2*x1*(1 - cos(x2*x4))", "sympy_eq_srepr": "Mul(Integer(2), Symbol('x1', real=True, finite=True, hermitian=True, imaginary=False, commutative=True, complex=True, infinite=False, extended_real=True), Add(Integer(1), Mul(Integer(-1), cos(Mul(Symbol('x2', commutative=True), Symbol('x4', commutative=True))))))", "dummy_vars": ["x0", "x3"], "symbols": ["$E$", "$A$", "$k$", "$d$"], "symbols_descs": ["Energy", "Amplitude", "Propagation coefficient", "Lattice constant"], "si-derived_units": ["$J$", "$J$", "$1/m$", "$m$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$kg \\cdot m^2 \\cdot s^{-2}$", "$m^{-1}$", "$m$"], "properties": ["V, F, P", "V, F, P", "V, F, P", "V, F, P"]}, "feynman-i.43.43": {"dataset_class_key": "feynman-i.43.43", "sympy_eq_str": "1.380649e-23*x3/(x4*(x1 - 1))", "sympy_eq_srepr": "Mul(Float('1.3806490000000001e-23', precision=53), Symbol('x3', commutative=True), Pow(Symbol('x4', commutative=True), Integer(-1)), Pow(Add(Symbol('x1', real=True, hermitian=True, finite=True, infinite=False, complex=True, commutative=True, extended_real=True, imaginary=False), Integer(-1)), Integer(-1)))", "dummy_vars": ["x0", "x2"], "symbols": ["$\\kappa$", "$\\gamma$", "$k$", "$v$", "$\\sigma_c$"], "symbols_descs": ["Thermal conductivity", "Heat capacity ratio", "Boltzmann constant", "Velocity", "Molecular collision cross section"], "si-derived_units": ["$W/(m \\cdot K)$", "$1$", "$J/K$", "$m/s$", "$m^2$"], "si_units": ["$kg \\cdot m \\cdot s^{-3} \\cdot K^{-1}$", "$1$", "$kg \\cdot m^2 \\cdot s^{-2} \\cdot K^{-1}$", "$m \\cdot s^{-1}$", "$m^2$"], "properties": ["V, F, P", "V, F, P", "C, F, P", "V, F, P", "V, F, P"]}, "feynman-ii.34.2a": {"dataset_class_key": "feynman-ii.34.2a", "sympy_eq_str": "x1*x3/(2*pi*x4)", "sympy_eq_srepr": "Mul(Rational(1, 2), Pow(pi, Integer(-1)), Symbol('x1', real=True, finite=True, hermitian=True, imaginary=False, commutative=True, complex=True, infinite=False, extended_real=True), Symbol('x3', commutative=True), Pow(Symbol('x4', commutative=True), Integer(-1)))", "dummy_vars": ["x0", "x2"], "symbols": ["$I$", "$q$", "$v$", "$r$"], "symbols_descs": ["Electric Current", "Electric charge", "Velocity", "Radius"], "si-derived_units": ["$A$", "$C$", "$m/s$", "$m$"], "si_units": ["$A$", "$s \\cdot A$", "$m \\cdot s^{-1}$", "$m$"], "properties": ["V, F", "V, F", "V, F", "V, F, P"]}, "feynman-i.8.14": {"dataset_class_key": "feynman-i.8.14", "sympy_eq_str": "sqrt((x2 - x3)**2 + (x4 - x6)**2)", "sympy_eq_srepr": "Pow(Add(Pow(Add(Symbol('x2', commutative=True), Mul(Integer(-1), Symbol('x3', commutative=True))), Integer(2)), Pow(Add(Symbol('x4', commutative=True), Mul(Integer(-1), Symbol('x6', commutative=True))), Integer(2))), Rational(1, 2))", "dummy_vars": ["x0", "x1", "x5"], "symbols": ["$d$", "$x_2$", "$x_1$", "$y_2$", "$y_1$"], "symbols_descs": ["Distance", "Position", "Position", "Position", "Position"], "si-derived_units": ["$m$", "$m$", "$m$", "$m$", "$m$"], "si_units": ["$m$", "$m$", "$m$", "$m$", "$m$"], "properties": ["V, F, NN", "V, F", "V, F", "V, F", "V, F"]}, "feynman-i.43.31": {"dataset_class_key": "feynman-i.43.31", "sympy_eq_str": "1.380649e-23*x0*x2", "sympy_eq_srepr": "Mul(Float('1.3806490000000001e-23', precision=53), Symbol('x0', real=True, finite=True, hermitian=True, imaginary=False, commutative=True, complex=True, infinite=False, extended_real=True), Symbol('x2', commutative=True))", "dummy_vars": ["x1"], "symbols": ["$D$", "$\\mu$", "$k$", "$T$"], "symbols_descs": ["Diffusion coefficient", "Viscosity", "Boltzmann constant", "Temperature"], "si-derived_units": ["$m^2/s$", "$Pa \\cdot s$", "$J/K$", "$K$"], "si_units": ["$m^2 \\cdot s^{-1}$", "$kg \\cdot m^{-1} \\cdot s^{-1}$", "$kg \\cdot m^2 \\cdot s^{-2} \\cdot K^{-1}$", "$K$"], "properties": ["V, F, P", "V, F, P", "C, F, P", "V, F, P"]}, "feynman-ii.6.11": {"dataset_class_key": "feynman-ii.6.11", "sympy_eq_str": "28235825615.541*x0*cos(x1)/(pi*x4**2)", "sympy_eq_srepr": "Mul(Float('28235825615.541', precision=53), Pow(pi, Integer(-1)), Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Pow(Symbol('x4', commutative=True), Integer(-2)), cos(Symbol('x1', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True)))", "dummy_vars": ["x2", "x3"], "symbols": ["$\\phi$", "$\\epsilon$", "$p$", "$\\theta$", "$r$"], "symbols_descs": ["Electric potential", "Vacuum permittivity", "Electric dipole moment", "Angle", "Distance"], "si-derived_units": ["$V$", "$F/m$", "$C \\cdot m$", "$rad$", "$m$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-3} \\cdot A^{-1}$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$", "$m \\cdot s \\cdot A$", "$1$", "$m$"], "properties": ["V, F", "C, F, P", "V, F", "V, F, NN", "V, F, P"]}, "feynman-iii.13.18": {"dataset_class_key": "feynman-iii.13.18", "sympy_eq_str": "6.03682463024449e+33*pi*x0*x1**2*x4", "sympy_eq_srepr": "Mul(Float('6.0368246302444918e+33', precision=53), pi, Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Pow(Symbol('x1', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Integer(2)), Symbol('x4', commutative=True))", "dummy_vars": ["x2", "x3"], "symbols": ["$v$", "$A$", "$b$", "$k$", "$h$"], "symbols_descs": ["Speed of the waves", "Energy", "Lattice constant", "Wavenumber", "Planck constant"], "si-derived_units": ["$m/s$", "$J$", "$m$", "$1/m$", "$J \\cdot s$"], "si_units": ["$m \\cdot s^{-1}$", "$kg \\cdot m^2 \\cdot s^{-2}$", "$m$", "$m^{-1}$", "$kg \\cdot m^2 \\cdot s^{-1}$"], "properties": ["V, F", "V, F", "V, F, P", "V, F, P", "C, F, P"]}, "feynman-iii.17.37": {"dataset_class_key": "feynman-iii.17.37", "sympy_eq_str": "x0*(x1*cos(x3) + 1)", "sympy_eq_srepr": "Mul(Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Add(Mul(Symbol('x1', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), cos(Symbol('x3', commutative=True))), Integer(1)))", "dummy_vars": ["x2", "x4"], "symbols": ["$f$", "$\\beta$", "$\\alpha$", "$\\theta$"], "symbols_descs": ["Distribution", "Variable", "Variable", "Angle"], "si-derived_units": ["$1$", "$1$", "$1$", "$rad$"], "si_units": ["$1$", "$1$", "$1$", "$1$"], "properties": ["V, F", "V, F, P", "V, F", "V, F, NN"]}, "feynman-i.24.6": {"dataset_class_key": "feynman-i.24.6", "sympy_eq_str": "0.25*x0*x5**2*(x3**2 + x4**2)", "sympy_eq_srepr": "Mul(Float('0.25', precision=53), Symbol('x0', commutative=True), Pow(Symbol('x5', commutative=True), Integer(2)), Add(Pow(Symbol('x3', commutative=True), Integer(2)), Pow(Symbol('x4', commutative=True), Integer(2))))", "dummy_vars": ["x1", "x2"], "symbols": ["$E$", "$m$", "$\\omega$", "$\\omega_0$", "$x$"], "symbols_descs": ["Energy", "Mass", "Angular velocity", "Angular velocity", "Position"], "si-derived_units": ["$J$", "$kg$", "$rad/s$", "$rad/s$", "$m$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$kg$", "$s^{-1}$", "$s^{-1}$", "$m$"], "properties": ["V, F, P", "V, F, P", "V, F", "V, F", "V, F"]}, "feynman-ii.21.32": {"dataset_class_key": "feynman-ii.21.32", "sympy_eq_str": "28235825615.541*x0/(pi*x2*(1 - 3.33564095198152e-9*x4))", "sympy_eq_srepr": "Mul(Float('28235825615.541', precision=53), Pow(pi, Integer(-1)), Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Pow(Symbol('x2', commutative=True), Integer(-1)), Pow(Add(Integer(1), Mul(Integer(-1), Float('3.3356409519815204e-9', precision=53), Symbol('x4', commutative=True))), Integer(-1)))", "dummy_vars": ["x1", "x3"], "symbols": ["$\\phi$", "$q$", "$\\epsilon$", "$r$", "$v$", "$c$"], "symbols_descs": ["Electric potential", "Electric charge", "Vacuum permittivity", "Distance", "Velocity", "Speed of light"], "si-derived_units": ["$V$", "$C$", "$F/m$", "$m$", "$m/s$", "$m/s$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-3} \\cdot A^{-1}$", "$s \\cdot A$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$", "$m$", "$m \\cdot s^{-1}$", "$m \\cdot s^{-1}$"], "properties": ["V, F", "V, F", "C, F, P", "V, F, P", "V, F, P", "C, F, P"]}, "feynman-i.12.2": {"dataset_class_key": "feynman-i.12.2", "sympy_eq_str": "28235825615.541*x0*x2/(pi*x3**2)", "sympy_eq_srepr": "Mul(Float('28235825615.541', precision=53), Pow(pi, Integer(-1)), Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Symbol('x2', commutative=True), Pow(Symbol('x3', commutative=True), Integer(-2)))", "dummy_vars": ["x1"], "symbols": ["$F$", "$q_1$", "$q_2$", "$r$", "$\\epsilon$"], "symbols_descs": ["Electrostatic force", "Electric charge", "Electric charge", "Distance", "Vacuum permittivity"], "si-derived_units": ["$N$", "$C$", "$C$", "$m$", "$F/m$"], "si_units": ["$kg \\cdot m \\cdot s^{-2}$", "$s \\cdot A$", "$s \\cdot A$", "$m$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$"], "properties": ["V, F", "V, F", "V, F", "V, F, P", "C, F, P"]}, "feynman-i.13.4": {"dataset_class_key": "feynman-i.13.4", "sympy_eq_str": "0.5*x1*(x3**2 + x4**2 + x5**2)", "sympy_eq_srepr": "Mul(Float('0.5', precision=53), Symbol('x1', commutative=True), Add(Pow(Symbol('x3', commutative=True), Integer(2)), Pow(Symbol('x4', commutative=True), Integer(2)), Pow(Symbol('x5', commutative=True), Integer(2))))", "dummy_vars": ["x0", "x2"], "symbols": ["$K$", "$m$", "$v$", "$u$", "$w$"], "symbols_descs": ["Kinetic energy", "Mass", "Element of velocity", "Element of velocity", "Element of velocity"], "si-derived_units": ["$J$", "$kg$", "$m/s$", "$m/s$", "$m/s$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$kg$", "$m \\cdot s{-1}$", "$m \\cdot s{-1}$", "$m \\cdot s{-1}$"], "properties": ["V, F, P", "V, F, P", "V, F, P", "V, F, P", "V, F, P"]}, "feynman-i.12.11": {"dataset_class_key": "feynman-i.12.11", "sympy_eq_str": "x0*(x2 + x3*x4*sin(x5))", "sympy_eq_srepr": "Mul(Symbol('x0', commutative=True), Add(Symbol('x2', commutative=True), Mul(Symbol('x3', commutative=True), Symbol('x4', commutative=True), sin(Symbol('x5', commutative=True)))))", "dummy_vars": ["x1", "x6"], "symbols": ["$F$", "$q$", "$E$", "$B$", "$v$", "$\\theta$"], "symbols_descs": ["Force", "Electric charge", "Electric field", "Magnetic field strength", "Velocity", "Angle"], "si-derived_units": ["$N$", "$C$", "$V/m$", "$T$", "$m/s$", "$rad$"], "si_units": ["$kg \\cdot m \\cdot s^{-2}$", "$s \\cdot A$", "$kg \\cdot m \\cdot s^{-3} \\cdot A^{-1}$", "$kg \\cdot s^{-2} \\cdot A^{-1}$", "$m \\cdot s^{-1}$", "$1$"], "properties": ["V, F", "V, F", "V, F", "V, F, P", "V, F, P", "V, F, NN"]}, "feynman-i.34.10": {"dataset_class_key": "feynman-i.34.10", "sympy_eq_str": "x0/(1 - 3.33564095198152e-9*x2)", "sympy_eq_srepr": "Mul(Symbol('x0', real=True, hermitian=True, finite=True, infinite=False, complex=True, commutative=True, extended_real=True, imaginary=False), Pow(Add(Integer(1), Mul(Integer(-1), Float('3.3356409519815204e-9', precision=53), Symbol('x2', commutative=True))), Integer(-1)))", "dummy_vars": ["x1", "x3", "x4"], "symbols": ["$\\omega$", "$\\omega_0$", "$v$", "$c$"], "symbols_descs": ["Frequency of electromagnetic waves", "Frequency of electromagnetic waves", "Velocity", "Speed of light"], "si-derived_units": ["$rad/s$", "$rad/s$", "$m/s$", "$m/s$"], "si_units": ["$s^{-1}$", "$s^{-1}$", "$m \\cdot s^{-1}$", "$m \\cdot s^{-1}$"], "properties": ["V, F, P", "V, F, P", "V, F", "C, F, P"]}, "feynman-ii.34.29a": {"dataset_class_key": "feynman-ii.34.29a", "sympy_eq_str": "1.6565e-34*x0/(pi*x2)", "sympy_eq_srepr": "Mul(Float('1.6565e-34', precision=53), Pow(pi, Integer(-1)), Symbol('x0', real=True, finite=True, hermitian=True, imaginary=False, commutative=True, complex=True, infinite=False, extended_real=True), Pow(Symbol('x2', commutative=True), Integer(-1)))", "dummy_vars": ["x1"], "symbols": ["$\\mu$", "$q$", "$h$", "$m$"], "symbols_descs": ["Bohr magneton", "Electric charge", "Planck constant", "Mass"], "si-derived_units": ["$J/T$", "$C$", "$J \\cdot s$", "$kg$"], "si_units": ["$m^2 \\cdot A$", "$s \\cdot A$", "$kg \\cdot m^2 \\cdot s^{-1}$", "$kg$"], "properties": ["V, F", "V, F", "C, F, P", "V, F, P"]}, "feynman-i.10.7": {"dataset_class_key": "feynman-i.10.7", "sympy_eq_str": "x0/sqrt(1 - 1.11265005605362e-17*x1**2)", "sympy_eq_srepr": "Mul(Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Pow(Add(Integer(1), Mul(Integer(-1), Float('1.1126500560536185e-17', precision=53), Pow(Symbol('x1', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Integer(2)))), Rational(-1, 2)))", "dummy_vars": ["x2"], "symbols": ["$m$", "$m_0$", "$v$", "$c$"], "symbols_descs": ["Mass", "Invariant mass", "Velocity", "Speed of light"], "si-derived_units": ["$kg$", "$kg$", "$m/s$", "$m/s$"], "si_units": ["$kg$", "$kg$", "$m \\cdot s^{-1}$", "$m \\cdot s^{-1}$"], "properties": ["V, F, P", "V, F, P", "V, F, P", "C, F, P"]}, "feynman-i.38.12": {"dataset_class_key": "feynman-i.38.12", "sympy_eq_str": "3.88724918104e-78/(pi*x1*x3**2)", "sympy_eq_srepr": "Mul(Float('3.8872491810399996e-78', precision=53), Pow(pi, Integer(-1)), Pow(Symbol('x1', real=True, hermitian=True, finite=True, infinite=False, complex=True, commutative=True, extended_real=True, imaginary=False), Integer(-1)), Pow(Symbol('x3', commutative=True), Integer(-2)))", "dummy_vars": ["x0", "x2"], "symbols": ["$r$", "$\\epsilon$", "$h$", "$m$", "$q$"], "symbols_descs": ["Bohr radius", "Vacuum permittivity", "Planck constant", "Mass", "Electric charge"], "si-derived_units": ["$m$", "$F/m$", "$J \\cdot s$", "$kg$", "$C$"], "si_units": ["$m$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$", "$kg \\cdot m^2 \\cdot s^{-1}$", "$kg$", "$s \\cdot A$"], "properties": ["V, F, P", "C, F, P", "C, F, P", "V, F, P", "V, F"]}, "feynman-i.34.8": {"dataset_class_key": "feynman-i.34.8", "sympy_eq_str": "x2*x3*x4/x5", "sympy_eq_srepr": "Mul(Symbol('x2', commutative=True), Symbol('x3', commutative=True), Symbol('x4', commutative=True), Pow(Symbol('x5', commutative=True), Integer(-1)))", "dummy_vars": ["x0", "x1"], "symbols": ["$\\omega$", "$q$", "$v$", "$B$", "$p$"], "symbols_descs": ["Angular velocity", "Electric charge", "Velocity", "Magnetic field", "Angular momentum"], "si-derived_units": ["$rad/s$", "$C$", "$m/s$", "$T$", "$J \\cdot s$"], "si_units": ["$s^{-1}$", "$s \\cdot A$", "$m \\cdot s^{-1}$", "$kg \\cdot s^{-2} \\cdot A^{-1}$", "$kg \\cdot m^2 \\cdot s^{-1}$"], "properties": ["V, F", "V, F", "V, F", "V, F", "V, F"]}, "feynman-i.16.6": {"dataset_class_key": "feynman-i.16.6", "sympy_eq_str": "(x0 + x1)/(1.11265005605362e-17*x0*x1 + 1)", "sympy_eq_srepr": "Mul(Add(Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Symbol('x1', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True)), Pow(Add(Mul(Float('1.1126500560536185e-17', precision=53), Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Symbol('x1', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True)), Integer(1)), Integer(-1)))", "dummy_vars": ["x2"], "symbols": ["$v_1$", "$u$", "$v$", "$c$"], "symbols_descs": ["Velocity", "Velocity", "Velocity", "Speed of light"], "si-derived_units": ["$m/s$", "$m/s$", "$m/s$", "$m/s$"], "si_units": ["$m \\cdot s^{-1}$", "$m \\cdot s^{-1}$", "$m \\cdot s^{-1}$", "$m \\cdot s^{-1}$"], "properties": ["V, F", "V, F", "V, F", "C, F, P"]}, "feynman-iii.14.14": {"dataset_class_key": "feynman-iii.14.14", "sympy_eq_str": "x0*(exp(7.24297051603992e+22*x1*x2/x4) - 1)", "sympy_eq_srepr": "Mul(Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Add(exp(Mul(Float('7.2429705160399199e+22', precision=53), Symbol('x1', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Symbol('x2', commutative=True), Pow(Symbol('x4', commutative=True), Integer(-1)))), Integer(-1)))", "dummy_vars": ["x3"], "symbols": ["$I$", "$I_0$", "$q$", "$\\Delta V$", "$\\kappa$", "$T$"], "symbols_descs": ["Electric Current", "Electric current", "Electric charge", "Voltage", "Boltzmann constant", "Temperature"], "si-derived_units": ["$A$", "$A$", "$C$", "$V$", "$J/K$", "$K$"], "si_units": ["$A$", "$A$", "$s \\cdot A$", "$kg \\cdot m^2 \\cdot s^{-3} \\cdot A^{-1}$", "$kg \\cdot m^2 \\cdot s^{-2} \\cdot K^{-1}$", "$K$"], "properties": ["V, F", "V, F", "V, F, P", "V, F", "C, F, P", "V, F, P"]}, "feynman-bonus.18": {"dataset_class_key": "feynman-bonus.18", "sympy_eq_str": "5618566741.08146*(8.98755178736818e+16*x1/x2**2 + x5**2)/pi", "sympy_eq_srepr": "Mul(Float('5618566741.0814629', precision=53), Pow(pi, Integer(-1)), Add(Mul(Float('89875517873681760.0', precision=53), Symbol('x1', real=True, finite=True, hermitian=True, imaginary=False, commutative=True, complex=True, infinite=False, extended_real=True), Pow(Symbol('x2', commutative=True), Integer(-2))), Pow(Symbol('x5', commutative=True), Integer(2))))", "dummy_vars": ["x0", "x3", "x4"], "symbols": ["$\\rho$", "$G$", "$c$", "$k_\\text{f}$", "$a_\\text{f}$", "$H$"], "symbols_descs": ["Density", "Gravitational constant", "Speed of light", "Curvature of the Universe", "Distance", "Hubble's constant"], "si-derived_units": ["$kg/m^3$", "$m^3 \\cdot kg^{-1} \\cdot s^{-2}$", "$m/s$", "$1/m^2$", "$m$", "$1/s$"], "si_units": ["$kg \\cdot m^{-3}$", "$kg^{-1} \\cdot m^3 \\cdot s^{-2}$", "$m \\cdot s^{-1}$", "$m^{-2}$", "$m$", "$s^{-1}$"], "properties": ["V, F", "C, F, P", "C, F, P", "V, F", "V, F, P", "V, F"]}, "feynman-i.13.12": {"dataset_class_key": "feynman-i.13.12", "sympy_eq_str": "6.6743e-11*x0*x1*(-1/x4 + 1/x2)", "sympy_eq_srepr": "Mul(Float('6.6742999999999994e-11', precision=53), Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Symbol('x1', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Add(Mul(Integer(-1), Pow(Symbol('x4', commutative=True), Integer(-1))), Pow(Symbol('x2', commutative=True), Integer(-1))))", "dummy_vars": ["x3"], "symbols": ["$U$", "$G$", "$m_1$", "$m_2$", "$r_2$", "$r_1$"], "symbols_descs": ["Potential energy", "Gravitational constant", "Mass (The Earth)", "Mass", "Distance", "Distance"], "si-derived_units": ["$J$", "$m^3 \\cdot kg^{-1} \\cdot s^{-2}$", "$kg$", "$kg$", "$m$", "$m$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$kg^{-1} \\cdot m^3 \\cdot s^{-2}$", "$kg$", "$kg$", "$m$", "$m$"], "properties": ["V, F, P", "C, F, P", "V, F, P", "V, F, P", "V, F, P", "V, F, P"]}, "feynman-i.18.4": {"dataset_class_key": "feynman-i.18.4", "sympy_eq_str": "(x0*x2 + x3*x4)/(x0 + x3)", "sympy_eq_srepr": "Mul(Pow(Add(Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Symbol('x3', commutative=True)), Integer(-1)), Add(Mul(Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Symbol('x2', commutative=True)), Mul(Symbol('x3', commutative=True), Symbol('x4', commutative=True))))", "dummy_vars": ["x1", "x5"], "symbols": ["$r$", "$m_1$", "$r_1$", "$m_2$", "$r_2$"], "symbols_descs": ["Center of gravity", "Mass", "Position", "Mass", "Position"], "si-derived_units": ["$m$", "$kg$", "$m$", "$kg$", "$m$"], "si_units": ["$m$", "$kg$", "$m$", "$kg$", "$m$"], "properties": ["V, F", "V, F, P", "V, F", "V, F, P", "V, F"]}, "feynman-ii.37.1": {"dataset_class_key": "feynman-ii.37.1", "sympy_eq_str": "x0*x4*(x3 + 1)", "sympy_eq_srepr": "Mul(Symbol('x0', commutative=True), Symbol('x4', commutative=True), Add(Symbol('x3', commutative=True), Integer(1)))", "dummy_vars": ["x1", "x2", "x5"], "symbols": ["$E$", "$\\mu$", "$\\chi$", "$B$"], "symbols_descs": ["Energy of magnetic field", "Magnetic moment", "Volume magnetic susceptibility", "Magnetic field strength"], "si-derived_units": ["$J$", "$J/T$", "$1$", "$T$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$m^2 \\cdot A$", "$1$", "$kg \\cdot s^{-2} \\cdot A^{-1}$"], "properties": ["V, F", "V, F", "V, F", "V, F"]}, "feynman-i.39.10": {"dataset_class_key": "feynman-i.39.10", "sympy_eq_str": "1.5*x0*x4", "sympy_eq_srepr": "Mul(Float('1.5', precision=53), Symbol('x0', real=True, finite=True, hermitian=True, imaginary=False, commutative=True, complex=True, infinite=False, extended_real=True), Symbol('x4', commutative=True))", "dummy_vars": ["x1", "x2", "x3"], "symbols": ["$U$", "$P$", "$V$"], "symbols_descs": ["Internal energy", "Pressure", "Volume"], "si-derived_units": ["$J$", "$Pa$", "$m^3$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$kg \\cdot m^{-1} \\cdot s^{-2}$", "$m^3$"], "properties": ["V, F, P", "V, F, P", "V, F, P"]}, "feynman-i.32.5": {"dataset_class_key": "feynman-i.32.5", "sympy_eq_str": "6.9862982685735e-16*x0**2*x2**2/pi", "sympy_eq_srepr": "Mul(Float('6.9862982685734964e-16', precision=53), Pow(pi, Integer(-1)), Pow(Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Integer(2)), Pow(Symbol('x2', commutative=True), Integer(2)))", "dummy_vars": ["x1"], "symbols": ["$P$", "$q$", "$a$", "$\\epsilon$", "$c$"], "symbols_descs": ["Radiant energy", "Electric charge", "Magnitude of direction vector", "Vacuum permittivity", "Speed of light"], "si-derived_units": ["$W$", "$C$", "$m/s^2$", "$F/m$", "$m/s$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-3}$", "$s \\cdot A$", "$m \\cdot s^{-2}$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$", "$m \\cdot s^{-1}$"], "properties": ["V, F, P", "V, F", "V, F, P", "C, F, P", "C, F, P"]}, "feynman-i.29.4": {"dataset_class_key": "feynman-i.29.4", "sympy_eq_str": "3.33564095198152e-9*x2", "sympy_eq_srepr": "Mul(Float('3.3356409519815204e-9', precision=53), Symbol('x2', commutative=True))", "dummy_vars": ["x0", "x1", "x3"], "symbols": ["$k$", "$\\omega$", "$c$"], "symbols_descs": ["Wavenumber", "Frequency of electromagnetic waves", "Speed of light"], "si-derived_units": ["$1/m$", "$rad/s$", "$m/s$"], "si_units": ["$m^{-1}$", "$s^{-1}$", "$m \\cdot s^{-1}$"], "properties": ["V, F, P", "V, F, P", "C, F, P"]}, "feynman-bonus.8": {"dataset_class_key": "feynman-bonus.8", "sympy_eq_str": "x1/(12214328760283.5*x1*(1 - cos(x2)) + 1)", "sympy_eq_srepr": "Mul(Symbol('x1', commutative=True), Pow(Add(Mul(Float('12214328760283.518', precision=53), Symbol('x1', commutative=True), Add(Integer(1), Mul(Integer(-1), cos(Symbol('x2', commutative=True))))), Integer(1)), Integer(-1)))", "dummy_vars": ["x0"], "symbols": ["$U$", "$E$", "$m$", "$c$", "$\\theta$"], "symbols_descs": ["Energy", "Electromagnetic energy", "Electron mass", "Speed of light", "Incidence angle"], "si-derived_units": ["$J$", "$J$", "$kg$", "$m/s$", "$rad$"], "si_units": ["$J$", "$kg \\cdot m^2 \\cdot s^{-2}$", "$kg$", "$m \\cdot s^{-1}$", "$1$"], "properties": ["V, F, P", "V, F, P", "C, F, P", "C, F, P", "V, F"]}, "feynman-ii.11.3": {"dataset_class_key": "feynman-ii.11.3", "sympy_eq_str": "x0*x1/(x2*(x4**2 - x5**2))", "sympy_eq_srepr": "Mul(Symbol('x0', commutative=True), Symbol('x1', commutative=True), Pow(Symbol('x2', commutative=True), Integer(-1)), Pow(Add(Pow(Symbol('x4', commutative=True), Integer(2)), Mul(Integer(-1), Pow(Symbol('x5', commutative=True), Integer(2)))), Integer(-1)))", "dummy_vars": ["x3"], "symbols": ["$x$", "$q$", "$E$", "$m$", "$\\omega_0$", "$\\omega$"], "symbols_descs": ["Position", "Electric charge", "Magnitude of electric field", "Mass", "Angular velocity", "Angular velocity"], "si-derived_units": ["$m$", "$C$", "$V/m$", "$kg$", "$rad/s$", "$rad/s$"], "si_units": ["$m$", "$s \\cdot A$", "$kg \\cdot m \\cdot s^{-3} \\cdot A^{-1}$", "$kg$", "$s^{-1}$", "$s^{-1}$"], "properties": ["V, F", "V, F", "V, F, P", "V, F, P", "V, F", "V, F"]}, "feynman-ii.34.2": {"dataset_class_key": "feynman-ii.34.2", "sympy_eq_str": "x0*x1*x3/2", "sympy_eq_srepr": "Mul(Rational(1, 2), Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Symbol('x1', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Symbol('x3', commutative=True))", "dummy_vars": ["x2"], "symbols": ["$\\mu$", "$q$", "$v$", "$r$"], "symbols_descs": ["Magnetic moment", "Electric charge", "Velocity", "Radius"], "si-derived_units": ["$J/T$", "$C$", "$m/s$", "$m$"], "si_units": ["$m^2 \\cdot A$", "$s \\cdot A$", "$m \\cdot s^{-1}$", "$m$"], "properties": ["V, F", "V, F", "V, F", "V, F, P"]}, "feynman-i.48.2": {"dataset_class_key": "feynman-i.48.2", "sympy_eq_str": "8.98755178736818e+16*x0/sqrt(1 - 1.11265005605362e-17*x2**2)", "sympy_eq_srepr": "Mul(Float('89875517873681760.0', precision=53), Symbol('x0', commutative=True), Pow(Add(Integer(1), Mul(Integer(-1), Float('1.1126500560536185e-17', precision=53), Pow(Symbol('x2', commutative=True), Integer(2)))), Rational(-1, 2)))", "dummy_vars": ["x1", "x3"], "symbols": ["$E$", "$m$", "$c$", "$v$"], "symbols_descs": ["Energy", "Mass", "Speed of light", "Velocity"], "si-derived_units": ["$J$", "$kg$", "$m/s$", "$m/s$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$kg$", "$m \\cdot s^{-1}$", "$m \\cdot s^{-1}$"], "properties": ["V, F, P", "V, F, P", "C, F, P", "V, F, P"]}, "feynman-i.15.10": {"dataset_class_key": "feynman-i.15.10", "sympy_eq_str": "x0*x3/sqrt(1 - 1.11265005605362e-17*x3**2)", "sympy_eq_srepr": "Mul(Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Symbol('x3', commutative=True), Pow(Add(Integer(1), Mul(Integer(-1), Float('1.1126500560536185e-17', precision=53), Pow(Symbol('x3', commutative=True), Integer(2)))), Rational(-1, 2)))", "dummy_vars": ["x1", "x2"], "symbols": ["$p$", "$m_0$", "$v$", "$c$"], "symbols_descs": ["Relativistic momentum", "Rest Mass", "Velocity", "Speed of light"], "si-derived_units": ["$kg \\cdot m/s$", "$kg$", "$m/s$", "$m/s$"], "si_units": ["$kg \\cdot m \\cdot s^{-1}$", "$kg$", "$m \\cdot s^{-1}$", "$m \\cdot s^{-1}$"], "properties": ["V, F, P", "V, F, P", "V, F", "C, F, P"]}, "feynman-iii.8.54": {"dataset_class_key": "feynman-iii.8.54", "sympy_eq_str": "sin(3018412315122245888053292650463232*pi*x0*x3)**2", "sympy_eq_srepr": "Pow(sin(Mul(Integer(3018412315122245888053292650463232), pi, Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Symbol('x3', commutative=True))), Integer(2))", "dummy_vars": ["x1", "x2", "x4"], "symbols": ["$|C|^2$", "$A$", "$t$", "$h$"], "symbols_descs": ["Probability", "Energy", "Time", "Planck constant"], "si-derived_units": ["$1$", "$J$", "$s$", "$J \\cdot s$"], "si_units": ["$1$", "$kg \\cdot m^2 \\cdot s^{-2}$", "$s$", "$kg \\cdot m^2 \\cdot s^{-1}$"], "properties": ["V, F, NN", "V, F", "V, F, NN", "C, F, P"]}, "feynman-i.34.27": {"dataset_class_key": "feynman-i.34.27", "sympy_eq_str": "3.313e-34*x1/pi", "sympy_eq_srepr": "Mul(Float('3.3129999999999999e-34', precision=53), Pow(pi, Integer(-1)), Symbol('x1', real=True, finite=True, hermitian=True, imaginary=False, commutative=True, complex=True, infinite=False, extended_real=True))", "dummy_vars": ["x0", "x2", "x3"], "symbols": ["$W$", "$h$", "$\\omega$"], "symbols_descs": ["Energy", "Planck constant", "Frequency of electromagnetic waves"], "si-derived_units": ["$J$", "$J \\cdot s$", "$1/s$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$kg \\cdot m^2 \\cdot s^{-1}$", "$s^{-1}$"], "properties": ["V, F, P", "C, F, P", "V, F, P"]}, "feynman-i.39.11": {"dataset_class_key": "feynman-i.39.11", "sympy_eq_str": "x1*x2/(x0 - 1)", "sympy_eq_srepr": "Mul(Symbol('x1', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Symbol('x2', commutative=True), Pow(Add(Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Integer(-1)), Integer(-1)))", "dummy_vars": ["x3", "x4"], "symbols": ["$U$", "$\\gamma$", "$P$", "$V$"], "symbols_descs": ["Energy", "Heat capacity ratio", "Pressure", "Volume"], "si-derived_units": ["$J$", "$1$", "$Pa$", "$m^3$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$1$", "$kg \\cdot m^{-1} \\cdot s^{-2}$", "$m^3$"], "properties": ["V, F", "V, F, P", "V, F, P", "V, F, P"]}, "feynman-iii.15.14": {"dataset_class_key": "feynman-iii.15.14", "sympy_eq_str": "5.4879845e-68/(pi**2*x0*x2**2)", "sympy_eq_srepr": "Mul(Float('5.4879844999999998e-68', precision=53), Pow(pi, Integer(-2)), Pow(Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Integer(-1)), Pow(Symbol('x2', commutative=True), Integer(-2)))", "dummy_vars": ["x1"], "symbols": ["$m$", "$h$", "$A$", "$b$"], "symbols_descs": ["Effective mass", "Planck constant", "Amplitude", "Lattice constant"], "si-derived_units": ["$kg$", "$J \\cdot s$", "$m/s$", "$m$"], "si_units": ["$kg$", "$kg \\cdot m^2 \\cdot s^{-1}$", "$m \\cdot s^{-1}$", "$m$"], "properties": ["V, F, P", "C, F, P", "V, F, P", "V, F, P"]}, "feynman-iii.19.51": {"dataset_class_key": "feynman-iii.19.51", "sympy_eq_str": "-3.63185176721637e+87*x1*x3**4/x4**2", "sympy_eq_srepr": "Mul(Integer(-1), Float('3.6318517672163677e+87', precision=53), Symbol('x1', real=True, finite=True, hermitian=True, imaginary=False, commutative=True, complex=True, infinite=False, extended_real=True), Pow(Symbol('x3', commutative=True), Integer(4)), Pow(Symbol('x4', commutative=True), Integer(-2)))", "dummy_vars": ["x0", "x2", "x5"], "symbols": ["$E$", "$m$", "$q$", "$\\epsilon$", "$h$", "$n$"], "symbols_descs": ["Energy", "Mass", "Electric charge", "Vacuum permittivity", "Planck constant", "Number of protons"], "si-derived_units": ["$J$", "$kg$", "$C$", "$F/m$", "$J \\cdot s$", "$1$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$kg$", "$s \\cdot A$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$", "$kg \\cdot m^2 \\cdot s^{-1}$", "$1$"], "properties": ["V, F, P", "V, F, P", "V, F", "C, F, P", "C, F, P", "V, I,P"]}, "feynman-iii.4.32": {"dataset_class_key": "feynman-iii.4.32", "sympy_eq_str": "1/(exp(2.39959613196403e-11*x0/(pi*x2)) - 1)", "sympy_eq_srepr": "Pow(Add(exp(Mul(Float('2.3995961319640253e-11', precision=53), Pow(pi, Integer(-1)), Symbol('x0', real=True, infinite=False, complex=True, hermitian=True, extended_real=True, finite=True, imaginary=False, commutative=True), Pow(Symbol('x2', commutative=True), Integer(-1)))), Integer(-1)), Integer(-1))", "dummy_vars": ["x1", "x3"], "symbols": ["$n$", "$h$", "$\\omega$", "$k$", "$T$"], "symbols_descs": ["Average number of photons", "Planck constant", "Frequency", "Boltzmann constant", "Temperature"], "si-derived_units": ["$1$", "$J \\cdot s$", "$rad/s$", "$J/K$", "$K$"], "si_units": ["$1$", "$kg \\cdot m^2 \\cdot s^{-1}$", "$s^{-1}$", "$kg \\cdot m^2 \\cdot s^{-2} \\cdot K^{-1}$", "$K$"], "properties": ["V, F, P", "C, F, P", "V, F, P", "C, F, P", "V, F, P"]}, "feynman-ii.8.7": {"dataset_class_key": "feynman-ii.8.7", "sympy_eq_str": "16941495369.3246*x3**2/(pi*x4)", "sympy_eq_srepr": "Mul(Float('16941495369.3246', precision=53), Pow(pi, Integer(-1)), Pow(Symbol('x3', commutative=True), Integer(2)), Pow(Symbol('x4', commutative=True), Integer(-1)))", "dummy_vars": ["x0", "x1", "x2"], "symbols": ["$U$", "$Q$", "$\\epsilon$", "$a$"], "symbols_descs": ["Energy", "Electric charge", "Vacuum permittivity", "Radius"], "si-derived_units": ["$J$", "$C$", "$F/m$", "$m$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$s \\cdot A$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$", "$m$"], "properties": ["V, F", "V, F", "C, F, P", "V, F, P"]}}