Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Tags:
DOI:
License:
yoshitomo-matsubara commited on
Commit
873ec15
1 Parent(s): db2a8d9

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 (Hard 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 (Hard 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 ***Hard set with dummy variables*** of our SRSD-Feynman datasets, which consists of the following 50 different physics formulas:
62
+
63
+ [![Click here to open a PDF file](problem_table.png)](https://huggingface.co/datasets/yoshitomo-matsubara/srsd-feynman_hard_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.15.3x, I.30.3, II.6.15a, II.11.17, II.11.28, II.13.23, II.13.34, II.24.17, B1, B6, B12, B16, B17
69
+
70
+ **2 dummy variables**: I.6.20, I.6.20b, I.9.18, I.15.3t, I.29.16, I.34.14, I.39.22, I.44.4, II.11.20, II.11.27, II.35.18, III.9.52, III.10.19, III.21.20, B2, B3, B7, B9
71
+
72
+ **3 dummy variables**: I.6.20a, I.32.17, I.37.4, I.40.1, I.41.16, I.50.26, II.6.15b, II.35.21, II.36.38, III.4.33, B4, B5, B10, B11, B13, B14, B15, B19, B20
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 (216 kB). View file
 
problem_table.png ADDED

Git LFS Details

  • SHA256: a9d1467f660f7fac4a294ad08f31e9d38dbfac20cc1b08c0797b70add08e1c4b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
supp_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"feynman-i.34.14": {"dataset_class_key": "feynman-i.34.14", "sympy_eq_str": "x2*(3.33564095198152e-9*x1 + 1)/sqrt(1 - 1.11265005605362e-17*x1**2)", "sympy_eq_srepr": "Mul(Symbol('x2', commutative=True), Pow(Add(Integer(1), Mul(Integer(-1), Float('1.1126500560536185e-17', precision=53), Pow(Symbol('x1', commutative=True), Integer(2)))), Rational(-1, 2)), Add(Mul(Float('3.3356409519815204e-9', precision=53), Symbol('x1', commutative=True)), Integer(1)))", "dummy_vars": ["x0", "x3"], "symbols": ["$\\omega$", "$v$", "$c$", "$\\omega_0$"], "symbols_descs": ["Frequency of electromagnetic waves", "Velocity", "Speed of light", "Frequency of electromagnetic waves"], "si-derived_units": ["$rad/s$", "$m/s$", "$m/s$", "$rad/s$"], "si_units": ["$s^{-1}$", "$m \\cdot s^{-1}$", "$m \\cdot s^{-1}$", "$s^{-1}$"], "properties": ["V, F", "V, F", "C, F, P", "V, F, P"]}, "feynman-bonus.10": {"dataset_class_key": "feynman-bonus.10", "sympy_eq_str": "(-3.33564095198152e-9*x3 + cos(x2))/(-3.33564095198152e-9*x3*cos(x2) + 1)", "sympy_eq_srepr": "Mul(Add(Mul(Integer(-1), Float('3.3356409519815204e-9', precision=53), Symbol('x3', commutative=True)), cos(Symbol('x2', commutative=True))), Pow(Add(Mul(Integer(-1), Float('3.3356409519815204e-9', precision=53), Symbol('x3', commutative=True), cos(Symbol('x2', commutative=True))), Integer(1)), Integer(-1)))", "dummy_vars": ["x0", "x1", "x4"], "symbols": ["$\\cos\\theta_1$", "$\\theta_2$", "$v$", "$c$"], "symbols_descs": ["Value", "Angle", "Velocity", "Speed of light"], "si-derived_units": ["$1$", "$rad$", "$m/s$", "$m/s$"], "si_units": ["$1$", "$1$", "$m \\cdot s^{-1}$", "$m \\cdot s^{-1}$"], "properties": ["V, F", "V, F", "V, F", "C, F, P"]}, "feynman-ii.24.17": {"dataset_class_key": "feynman-ii.24.17", "sympy_eq_str": "sqrt(1.11265005605362e-17*x0**2 - pi**2/x2**2)", "sympy_eq_srepr": "Pow(Add(Mul(Float('1.1126500560536185e-17', precision=53), Pow(Symbol('x0', commutative=True), Integer(2))), Mul(Integer(-1), Pow(pi, Integer(2)), Pow(Symbol('x2', commutative=True), Integer(-2)))), Rational(1, 2))", "dummy_vars": ["x1"], "symbols": ["$k$", "$\\omega$", "$c$", "$a$"], "symbols_descs": ["Wavenumber", "Angular velocity", "Speed of light", "Length"], "si-derived_units": ["$1/m$", "$rad/s$", "$m/s$", "$m$"], "si_units": ["$m^{-1}$", "$s^{-1}$", "$m \\cdot s^{-1}$", "$m$"], "properties": ["V, F, P", "V, F", "C, F, P", "V, F, P"]}, "feynman-bonus.4": {"dataset_class_key": "feynman-bonus.4", "sympy_eq_str": "sqrt(2)*sqrt((x1 - x3 - x4**2/(2*x0*x6**2))/x0)", "sympy_eq_srepr": "Mul(Pow(Integer(2), Rational(1, 2)), Pow(Mul(Pow(Symbol('x0', commutative=True), Integer(-1)), Add(Symbol('x1', commutative=True), Mul(Integer(-1), Symbol('x3', commutative=True)), Mul(Integer(-1), Rational(1, 2), Pow(Symbol('x0', commutative=True), Integer(-1)), Pow(Symbol('x4', commutative=True), Integer(2)), Pow(Symbol('x6', commutative=True), Integer(-2))))), Rational(1, 2)))", "dummy_vars": ["x2", "x5", "x7"], "symbols": ["$v$", "$m$", "$E$", "$U$", "$L$", "$r$"], "symbols_descs": ["Velocity", "Mass (The Earth)", "Energy", "Potential energy", "Angular momentum", "Distance"], "si-derived_units": ["$m/s$", "$kg$", "$J$", "$J$", "$N \\cdot m$", "$m$"], "si_units": ["$m \\cdot s^{-1}$", "$kg$", "$kg \\cdot m^2 \\cdot s^{-2}$", "$kg \\cdot m^2 \\cdot s^{-2}$", "$kg \\cdot m^2 \\cdot s^{-2}$", "$m$"], "properties": ["V, F, P", "V, F, P", "V, F, P", "V, F, P", "V, F", "V, F, P"]}, "feynman-ii.6.15a": {"dataset_class_key": "feynman-ii.6.15a", "sympy_eq_str": "84707476846.623*x0*x2*sqrt(x4**2 + x5**2)/(pi*x3**5)", "sympy_eq_srepr": "Mul(Float('84707476846.623001', precision=53), Pow(pi, Integer(-1)), Symbol('x0', commutative=True), Symbol('x2', commutative=True), Pow(Symbol('x3', commutative=True), Integer(-5)), Pow(Add(Pow(Symbol('x4', commutative=True), Integer(2)), Pow(Symbol('x5', commutative=True), Integer(2))), Rational(1, 2)))", "dummy_vars": ["x1"], "symbols": ["$E$", "$p$", "$\\epsilon$", "$z$", "$r$", "$x$", "$y$"], "symbols_descs": ["Electric field", "Electric dipole moment", "Vacuum permittivity", "Position", "Distance", "Position", "Position"], "si-derived_units": ["$V/m$", "$C \\cdot m$", "$F/m$", "$m$", "$m$", "$m$", "$m$"], "si_units": ["$kg \\cdot m \\cdot s^{-3} \\cdot A^{-1}$", "$m \\cdot s \\cdot A$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$", "$m$", "$m$", "$m$", "$m$"], "properties": ["V, F", "V, F", "C, F, P", "V, F", "V, F, P", "V, F", "V, F"]}, "feynman-bonus.17": {"dataset_class_key": "feynman-bonus.17", "sympy_eq_str": "(x0**2*x2**2*x3**2*(x3*x4/x6 + 1) + x1**2)/(2*x0)", "sympy_eq_srepr": "Mul(Rational(1, 2), Pow(Symbol('x0', commutative=True), Integer(-1)), Add(Mul(Pow(Symbol('x0', commutative=True), Integer(2)), Pow(Symbol('x2', commutative=True), Integer(2)), Pow(Symbol('x3', commutative=True), Integer(2)), Add(Mul(Symbol('x3', commutative=True), Symbol('x4', commutative=True), Pow(Symbol('x6', commutative=True), Integer(-1))), Integer(1))), Pow(Symbol('x1', commutative=True), Integer(2))))", "dummy_vars": ["x5"], "symbols": ["$E$", "$m$", "$p$", "$\\omega$", "$x$", "$\\alpha$", "$y$"], "symbols_descs": ["Energy", "Mass", "Momentum", "Frequency of electromagnetic waves", "Position", "Deviation from the harmonic oscillator", "Distance"], "si-derived_units": ["$J$", "$kg$", "$kg \\cdot m/s$", "$rad/s$", "$m$", "$1$", "$m$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$kg$", "$kg \\cdot m \\cdot s^{-1}$", "$s^{-1}$", "$m$", "$1$", "$m$"], "properties": ["V, F", "V, F, P", "V, F", "V, F, P", "V, F", "V, F", "V, F, P"]}, "feynman-i.44.4": {"dataset_class_key": "feynman-i.44.4", "sympy_eq_str": "1.380649e-23*x0*x1*log(x3/x5)", "sympy_eq_srepr": "Mul(Float('1.3806490000000001e-23', precision=53), Symbol('x0', commutative=True), Symbol('x1', commutative=True), log(Mul(Symbol('x3', commutative=True), Pow(Symbol('x5', commutative=True), Integer(-1)))))", "dummy_vars": ["x2", "x4"], "symbols": ["$Q$", "$n$", "$k$", "$T$", "$V_2$", "$V_1$"], "symbols_descs": ["Energy", "Number of molecules", "Boltzmann constant", "Temperature", "Volume", "Volume"], "si-derived_units": ["$J$", "$1$", "$J/K$", "$K$", "$m^3$", "$m^3$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$1$", "$kg \\cdot m^2 \\cdot s^{-2} \\cdot K^{-1}$", "$K$", "$m^3$", "$m^3$"], "properties": ["V, F", "V, I$\\star$, P", "C, F, P", "V, F, P", "V, F, P", "V, F, P"]}, "feynman-i.50.26": {"dataset_class_key": "feynman-i.50.26", "sympy_eq_str": "x0*(x6*cos(x2*x4)**2 + cos(x2*x4))", "sympy_eq_srepr": "Mul(Symbol('x0', commutative=True), Add(Mul(Symbol('x6', commutative=True), Pow(cos(Mul(Symbol('x2', commutative=True), Symbol('x4', commutative=True))), Integer(2))), cos(Mul(Symbol('x2', commutative=True), Symbol('x4', commutative=True)))))", "dummy_vars": ["x1", "x3", "x5"], "symbols": ["$x$", "$K$", "$\\omega$", "$t$", "$\\epsilon$"], "symbols_descs": ["Amplitude", "Amplitude", "Angular velocity", "Time", "Variable"], "si-derived_units": ["$1$", "$1$", "$rad/s$", "$s$", "$1$"], "si_units": ["$1$", "$1$", "$s^{-1}$", "$s$", "$1$"], "properties": ["V, F", "V, F, P", "V, F", "V, F, NN", "V, F"]}, "feynman-iii.4.33": {"dataset_class_key": "feynman-iii.4.33", "sympy_eq_str": "3.313e-34*x1/(pi*(exp(2.39959613196403e-11*x1/(pi*x2)) - 1))", "sympy_eq_srepr": "Mul(Float('3.3129999999999999e-34', precision=53), Pow(pi, Integer(-1)), Symbol('x1', commutative=True), Pow(Add(exp(Mul(Float('2.3995961319640253e-11', precision=53), Pow(pi, Integer(-1)), Symbol('x1', commutative=True), Pow(Symbol('x2', commutative=True), Integer(-1)))), Integer(-1)), Integer(-1)))", "dummy_vars": ["x0", "x3", "x4"], "symbols": ["$E$", "$h$", "$\\omega$", "$k$", "$T$"], "symbols_descs": ["Energy", "Planck constant", "Frequency", "Boltzmann constant", "Temperature"], "si-derived_units": ["$J$", "$J \\cdot s$", "$rad/s$", "$J/K$", "$K$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$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.36.38": {"dataset_class_key": "feynman-ii.36.38", "sympy_eq_str": "7.24297051603992e+22*x0*x1/x2 + 9.10197825916707e+16*x0*x4*x6/x2", "sympy_eq_srepr": "Add(Mul(Float('7.2429705160399199e+22', precision=53), Symbol('x0', commutative=True), Symbol('x1', commutative=True), Pow(Symbol('x2', commutative=True), Integer(-1))), Mul(Float('91019782591670688.0', precision=53), Symbol('x0', commutative=True), Pow(Symbol('x2', commutative=True), Integer(-1)), Symbol('x4', commutative=True), Symbol('x6', commutative=True)))", "dummy_vars": ["x3", "x5", "x7"], "symbols": ["$x$", "$\\mu$", "$H$", "$k$", "$T$", "$\\lambda$", "$\\epsilon$", "$c$", "$M$"], "symbols_descs": ["Parameter of magnetization", "Magnetic moment", "Magnetic field strength", "Boltzmann constant", "Temperature", "Constant", "Vacuum permittivity", "Speed of light", "Number of magnetized atoms"], "si-derived_units": ["$1$", "$N/A^2$", "$A/m$", "$J/K$", "$K$", "$1$", "$F/m$", "$m/s$", "$1$"], "si_units": ["$1$", "$kg \\cdot m \\cdot s^{-2} \\cdot A^{-2}$", "$m^{-1} \\cdot A$", "$kg \\cdot m^2 \\cdot s^{-2} \\cdot K^{-1}$", "$K$", "$1$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$", "$m \\cdot s^{-1}$", "$1$"], "properties": ["V, F", "V, F", "V, F", "C, F, P", "V, F, P", "V, F, NN", "C, F, P", "C, F, P", "V, I$\\star$, P"]}, "feynman-bonus.3": {"dataset_class_key": "feynman-bonus.3", "sympy_eq_str": "x0*(1 - x1**2)/(x1*cos(x4 - x5) + 1)", "sympy_eq_srepr": "Mul(Symbol('x0', commutative=True), Add(Integer(1), Mul(Integer(-1), Pow(Symbol('x1', commutative=True), Integer(2)))), Pow(Add(Mul(Symbol('x1', commutative=True), cos(Add(Symbol('x4', commutative=True), Mul(Integer(-1), Symbol('x5', commutative=True))))), Integer(1)), Integer(-1)))", "dummy_vars": ["x2", "x3"], "symbols": ["$r$", "$d$", "$\\alpha$", "$\\theta_1$", "$\\theta_2$"], "symbols_descs": ["Distance", "Semimajor axis of elliptical orbit", "Orbital eccentricity", "Angle", "Angle"], "si-derived_units": ["$m$", "$m$", "$1$", "$rad$", "$rad$"], "si_units": ["$m$", "$m$", "$1$", "$1$", "$1$"], "properties": ["V, F, P", "V, F, P", "V, F, P", "V, F, NN", "V, F, NN"]}, "feynman-ii.35.18": {"dataset_class_key": "feynman-ii.35.18", "sympy_eq_str": "x0/(exp(7.24297051603992e+22*x1*x4/x5) + exp(-7.24297051603992e+22*x1*x4/x5))", "sympy_eq_srepr": "Mul(Symbol('x0', commutative=True), Pow(Add(exp(Mul(Float('7.2429705160399199e+22', precision=53), Symbol('x1', commutative=True), Symbol('x4', commutative=True), Pow(Symbol('x5', commutative=True), Integer(-1)))), exp(Mul(Integer(-1), Float('7.2429705160399199e+22', precision=53), Symbol('x1', commutative=True), Symbol('x4', commutative=True), Pow(Symbol('x5', commutative=True), Integer(-1))))), Integer(-1)))", "dummy_vars": ["x2", "x3"], "symbols": ["$a$", "$N$", "$\\mu$", "$B$", "$k$", "$T$"], "symbols_descs": ["Number of atoms with the equivalent magnetic moment", "Number of atoms per unit volume", "Magnetic moment", "Magnetic flux density", "Boltzmann constant", "Temperature"], "si-derived_units": ["$1/m^3$", "$1/m^3$", "$N/A^2$", "$A/m$", "$J/K$", "$K$"], "si_units": ["$m^{-3}$", "$m^{-3}$", "$kg \\cdot m \\cdot s^{-2} \\cdot A^{-2}$", "$m^{-1} \\cdot A$", "$kg \\cdot m^2 \\cdot s^{-2} \\cdot K^{-1}$", "$K$"], "properties": ["V, I$\\star$, P", "V, I$\\star$, P", "V, F, P", "V, F, P", "C, F, P", "V, F, P"]}, "feynman-i.9.18": {"dataset_class_key": "feynman-i.9.18", "sympy_eq_str": "6.6743e-11*x1*x2/((x3 - x4)**2 + (x6 - x7)**2 + (x8 - x9)**2)", "sympy_eq_srepr": "Mul(Float('6.6742999999999994e-11', precision=53), Symbol('x1', commutative=True), Symbol('x2', commutative=True), Pow(Add(Pow(Add(Symbol('x3', commutative=True), Mul(Integer(-1), Symbol('x4', commutative=True))), Integer(2)), Pow(Add(Symbol('x6', commutative=True), Mul(Integer(-1), Symbol('x7', commutative=True))), Integer(2)), Pow(Add(Symbol('x8', commutative=True), Mul(Integer(-1), Symbol('x9', commutative=True))), Integer(2))), Integer(-1)))", "dummy_vars": ["x0", "x5"], "symbols": ["$F$", "$G$", "$m_1$", "$m_2$", "$x_2$", "$x_1$", "$y_2$", "$y_1$", "$z_2$", "$z_1$"], "symbols_descs": ["Force of gravity", "Gravitational constant", "Mass", "Mass", "Position", "Position", "Position", "Position", "Position", "Position"], "si-derived_units": ["$N$", "$m^3 \\cdot kg^{-1} \\cdot s^{-2}$", "$kg$", "$kg$", "$m$", "$m$", "$m$", "$m$", "$m$", "$m$"], "si_units": ["$kg \\cdot m \\cdot s^{-2}$", "$kg^{-1} \\cdot m^3 \\cdot s^{-2}$", "$kg$", "$kg$", "$m$", "$m$", "$m$", "$m$", "$m$", "$m$"], "properties": ["V, F", "C, F, P", "V, F, P", "V, F, P", "V, F", "V, F", "V, F", "V, F", "V, F", "V, F"]}, "feynman-iii.9.52": {"dataset_class_key": "feynman-iii.9.52", "sympy_eq_str": "1.2073649260489e+34*pi*x1*x2*sin(x3*(x4 - x6)/2)**2/(x3*(x4 - x6)**2)", "sympy_eq_srepr": "Mul(Float('1.2073649260488984e+34', precision=53), pi, Symbol('x1', commutative=True), Symbol('x2', commutative=True), Pow(Symbol('x3', commutative=True), Integer(-1)), Pow(Add(Symbol('x4', commutative=True), Mul(Integer(-1), Symbol('x6', commutative=True))), Integer(-2)), Pow(sin(Mul(Rational(1, 2), Symbol('x3', commutative=True), Add(Symbol('x4', commutative=True), Mul(Integer(-1), Symbol('x6', commutative=True))))), Integer(2)))", "dummy_vars": ["x0", "x5"], "symbols": ["$P_{\\text{I} \\rightarrow \\text{II}}$", "$\\mu$", "$E$", "$t$", "$h$", "$\\omega$", "$\\omega_0$"], "symbols_descs": ["Probability", "Electric dipole moment", "Magnitude of electric field", "Time", "Planck constant", "Frequency", "Resonant frequency"], "si-derived_units": ["$1$", "$C \\cdot m$", "$V/m$", "$s$", "$J \\cdot s$", "$rad/s$", "$rad/s$"], "si_units": ["$1$", "$m \\cdot s \\cdot A$", "$kg \\cdot m \\cdot s^{-3} \\cdot A^{-1}$", "$s$", "$kg \\cdot m^2 \\cdot s^{-1}$", "$s^{-1}$", "$s^{-1}$"], "properties": ["V, F, NN", "V, F", "V, F", "V, F, NN", "C, F, P", "V, F, P", "V, F, P"]}, "feynman-ii.11.17": {"dataset_class_key": "feynman-ii.11.17", "sympy_eq_str": "x0*(7.24297051603992e+22*x2*x3*cos(x4)/x5 + 1)", "sympy_eq_srepr": "Mul(Symbol('x0', commutative=True), Add(Mul(Float('7.2429705160399199e+22', precision=53), Symbol('x2', commutative=True), Symbol('x3', commutative=True), Pow(Symbol('x5', commutative=True), Integer(-1)), cos(Symbol('x4', commutative=True))), Integer(1)))", "dummy_vars": ["x1"], "symbols": ["$n$", "$n_0$", "$p_0$", "$E$", "$\\theta$", "$k$", "$T$"], "symbols_descs": ["Number of polar molecules per angle per unit volume", "Number of molecules per unit volume", "Electric dipole moment", "Magnitude of electric field", "Angle", "Boltzmann constant", "Temperature"], "si-derived_units": ["$1/(m^3 \\cdot rad \\cdot sr)$", "$1/(m^3 \\cdot sr)$", "$C \\cdot m$", "$V/m$", "$rad$", "$J/K$", "$K$"], "si_units": ["$m^{-3}$", "$m^{-3}$", "$m \\cdot s \\cdot A$", "$kg \\cdot m \\cdot s^{-3} \\cdot A^{-1}$", "$1$", "$kg \\cdot m^2 \\cdot s^{-2} \\cdot K^{-1}$", "$K$"], "properties": ["V, F", "V, F, P", "V, F", "V, F", "V, F, NN", "C, F, P", "V, F, P"]}, "feynman-i.15.3x": {"dataset_class_key": "feynman-i.15.3x", "sympy_eq_str": "(x0 - x1*x2)/sqrt(1 - 1.11265005605362e-17*x1**2)", "sympy_eq_srepr": "Mul(Pow(Add(Integer(1), Mul(Integer(-1), Float('1.1126500560536185e-17', precision=53), Pow(Symbol('x1', commutative=True), Integer(2)))), Rational(-1, 2)), Add(Symbol('x0', commutative=True), Mul(Integer(-1), Symbol('x1', commutative=True), Symbol('x2', commutative=True))))", "dummy_vars": ["x3"], "symbols": ["$x_1$", "$x$", "$u$", "$t$", "$c$"], "symbols_descs": ["Position", "Position", "Velocity", "Time", "Speed of light"], "si-derived_units": ["$m$", "$m$", "$m/s$", "$s$", "$m/s$"], "si_units": ["$m$", "$m$", "$m \\cdot s^{-1}$", "$s$", "$m \\cdot s^{-1}$"], "properties": ["V, F", "V, F", "V, F", "V, F", "C, F, P"]}, "feynman-bonus.15": {"dataset_class_key": "feynman-bonus.15", "sympy_eq_str": "x2*sqrt(1 - 1.11265005605362e-17*x1**2)/(3.33564095198152e-9*x1*cos(x3) + 1)", "sympy_eq_srepr": "Mul(Symbol('x2', commutative=True), Pow(Add(Integer(1), Mul(Integer(-1), Float('1.1126500560536185e-17', precision=53), Pow(Symbol('x1', commutative=True), Integer(2)))), Rational(1, 2)), Pow(Add(Mul(Float('3.3356409519815204e-9', precision=53), Symbol('x1', commutative=True), cos(Symbol('x3', commutative=True))), Integer(1)), Integer(-1)))", "dummy_vars": ["x0", "x4", "x5"], "symbols": ["$\\omega_0$", "$v$", "$c$", "$\\omega$", "$\\theta$"], "symbols_descs": ["Frequency of electromagnetic waves", "Velocity", "Speed of light", "Frequency of electromagnetic waves", "Angle"], "si-derived_units": ["$rad/s$", "$m/s$", "$m/s$", "$rad/s$", "$rad$"], "si_units": ["$s^{-1}$", "$m \\cdot s^{-1}$", "$m \\cdot s^{-1}$", "$s^{-1}$", "$1$"], "properties": ["V, F", "V, F, P", "C, F, P", "V, F, P", "V, F"]}, "feynman-ii.13.23": {"dataset_class_key": "feynman-ii.13.23", "sympy_eq_str": "x0/sqrt(1 - 1.11265005605362e-17*x2**2)", "sympy_eq_srepr": "Mul(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"], "symbols": ["$\\rho$", "$\\rho_0$", "$v$", "$c$"], "symbols_descs": ["Electric charge density", "Electric charge density", "Velocity", "Speed of light"], "si-derived_units": ["$C/m^3$", "$C/m^3$", "$m/s$", "$m/s$"], "si_units": ["$m^{-3} \\cdot s \\cdot A$", "$m^{-3} \\cdot s \\cdot A$", "$m \\cdot s^{-1}$", "$m \\cdot s^{-1}$"], "properties": ["V, F, P", "V, F, P", "V, F, P", "C, F, P"]}, "feynman-iii.21.20": {"dataset_class_key": "feynman-iii.21.20", "sympy_eq_str": "-x1*x2*x4/x5", "sympy_eq_srepr": "Mul(Integer(-1), Symbol('x1', commutative=True), Symbol('x2', commutative=True), Symbol('x4', commutative=True), Pow(Symbol('x5', commutative=True), Integer(-1)))", "dummy_vars": ["x0", "x3"], "symbols": ["$J$", "$\\rho$", "$q$", "$A$", "$m$"], "symbols_descs": ["Electric Current", "Electric charge density", "Electric charge", "Magnetic vector potential", "Mass"], "si-derived_units": ["$A$", "$C/m^3$", "$C$", "$V \\cdot s/m$", "$kg$"], "si_units": ["$A$", "$m^{-3} \\cdot s \\cdot A$", "$s \\cdot A$", "$kg \\cdot m \\cdot s^{-2} \\cdot A \\cdot {-1}$", "$kg$"], "properties": ["V, F", "V, F, N", "V, F, N", "V, F", "V, F, P"]}, "feynman-ii.6.15b": {"dataset_class_key": "feynman-ii.6.15b", "sympy_eq_str": "84707476846.623*x0*sin(x2)*cos(x2)/(pi*x4**3)", "sympy_eq_srepr": "Mul(Float('84707476846.623001', precision=53), Pow(pi, Integer(-1)), Symbol('x0', commutative=True), Pow(Symbol('x4', commutative=True), Integer(-3)), sin(Symbol('x2', commutative=True)), cos(Symbol('x2', commutative=True)))", "dummy_vars": ["x1", "x3", "x5"], "symbols": ["$E$", "$p$", "$\\epsilon$", "$\\theta$", "$r$"], "symbols_descs": ["Electric field", "Electric dipole moment", "Vacuum permittivity", "Angle", "Distance"], "si-derived_units": ["$V/m$", "$C \\cdot m$", "$F/m$", "$rad$", "$m$"], "si_units": ["$kg \\cdot m \\cdot s^{-3} \\cdot A^{-1}$", "$m \\cdot s \\cdot A$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$", "$1$", "$m$"], "properties": ["V, F", "V, F", "C, F, P", "V, F", "V, F, P"]}, "feynman-i.30.3": {"dataset_class_key": "feynman-i.30.3", "sympy_eq_str": "x0*sin(x1*x3/2)**2/sin(x3/2)**2", "sympy_eq_srepr": "Mul(Symbol('x0', commutative=True), Pow(sin(Mul(Rational(1, 2), Symbol('x3', commutative=True))), Integer(-2)), Pow(sin(Mul(Rational(1, 2), Symbol('x1', commutative=True), Symbol('x3', commutative=True))), Integer(2)))", "dummy_vars": ["x2"], "symbols": ["$I$", "$I_0$", "$n$", "$\\theta$"], "symbols_descs": ["Amplitude of combined wave", "Amplitude of wave", "The number of waves", "Phase difference"], "si-derived_units": ["$1$", "$1$", "$1$", "$rad$"], "si_units": ["$1$", "$1$", "$1$", "$1$"], "properties": ["V, F", "V, F, P", "V, I,P", "V, F"]}, "feynman-i.6.20b": {"dataset_class_key": "feynman-i.6.20b", "sympy_eq_str": "sqrt(2)*exp(-(x0 - x2)**2/(2*x3**2))/(2*sqrt(pi))", "sympy_eq_srepr": "Mul(Rational(1, 2), Pow(Integer(2), Rational(1, 2)), Pow(pi, Rational(-1, 2)), exp(Mul(Integer(-1), Rational(1, 2), Pow(Symbol('x3', commutative=True), Integer(-2)), Pow(Add(Symbol('x0', commutative=True), Mul(Integer(-1), Symbol('x2', commutative=True))), Integer(2)))))", "dummy_vars": ["x1", "x4"], "symbols": ["$f$", "$\\theta$", "$\\theta_1$", "$\\sigma$"], "symbols_descs": ["Probability density function", "Position", "Position", "Standard deviation"], "si-derived_units": ["$1$", "$1$", "$1$", "$1$"], "si_units": ["$1$", "$1$", "$1$", "$1$"], "properties": ["V, F", "V, F", "V, F", "V, F, P"]}, "feynman-bonus.12": {"dataset_class_key": "feynman-bonus.12", "sympy_eq_str": "x1*(-x1*x3**3*x5/(x3**2 - x5**2)**2 + 4*pi*x2*x4*x5)/(4*pi*x2*x3**2)", "sympy_eq_srepr": "Mul(Rational(1, 4), Pow(pi, Integer(-1)), Symbol('x1', commutative=True), Pow(Symbol('x2', commutative=True), Integer(-1)), Pow(Symbol('x3', commutative=True), Integer(-2)), Add(Mul(Integer(-1), Symbol('x1', commutative=True), Pow(Symbol('x3', commutative=True), Integer(3)), Symbol('x5', commutative=True), Pow(Add(Pow(Symbol('x3', commutative=True), Integer(2)), Mul(Integer(-1), Pow(Symbol('x5', commutative=True), Integer(2)))), Integer(-2))), Mul(Integer(4), pi, Symbol('x2', commutative=True), Symbol('x4', commutative=True), Symbol('x5', commutative=True))))", "dummy_vars": ["x0"], "symbols": ["$F$", "$q$", "$\\epsilon$", "$y$", "$V_\\text{e}$", "$d$"], "symbols_descs": ["Force", "Electric charge", "Vacuum permittivity", "Distance", "Voltage", "Distance"], "si-derived_units": ["$N$", "$C$", "$F/m$", "$m$", "$V$", "$m$"], "si_units": ["$kg \\cdot m \\cdot s^{-2}$", "$s \\cdot A$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$", "$m$", "$kg \\cdot m^2 \\cdot s^{-3} \\cdot A^{-1}$", "$m$"], "properties": ["V, F", "V, F", "C, F, P", "V, F, P", "V, F", "V, F, P"]}, "feynman-bonus.11": {"dataset_class_key": "feynman-bonus.11", "sympy_eq_str": "4*x0*sin(x2/2)**2*sin(x4*x5/2)**2/(x2**2*sin(x5/2)**2)", "sympy_eq_srepr": "Mul(Integer(4), Symbol('x0', commutative=True), Pow(Symbol('x2', commutative=True), Integer(-2)), Pow(sin(Mul(Rational(1, 2), Symbol('x2', commutative=True))), Integer(2)), Pow(sin(Mul(Rational(1, 2), Symbol('x5', commutative=True))), Integer(-2)), Pow(sin(Mul(Rational(1, 2), Symbol('x4', commutative=True), Symbol('x5', commutative=True))), Integer(2)))", "dummy_vars": ["x1", "x3", "x6"], "symbols": ["$I$", "$I_0$", "$\\alpha$", "$N$", "$\\delta$"], "symbols_descs": ["Wave intensity", "Amplitude of wave", "Wavelength of X-ray", "Number of phase difference", "Wavelength of X-ray"], "si-derived_units": ["$1$", "$1$", "$m$", "$1$", "$m$"], "si_units": ["$1$", "$1$", "$m$", "$1$", "$m$"], "properties": ["V, F, P", "V, F, P", "V, F, P", "V, I,P", "V, F, P"]}, "feynman-ii.35.21": {"dataset_class_key": "feynman-ii.35.21", "sympy_eq_str": "x1*x3*tanh(7.24297051603992e+22*x3*x5/x6)", "sympy_eq_srepr": "Mul(Symbol('x1', commutative=True), Symbol('x3', commutative=True), tanh(Mul(Float('7.2429705160399199e+22', precision=53), Symbol('x3', commutative=True), Symbol('x5', commutative=True), Pow(Symbol('x6', commutative=True), Integer(-1)))))", "dummy_vars": ["x0", "x2", "x4"], "symbols": ["$M$", "$N$", "$\\mu$", "$B$", "$k$", "$T$"], "symbols_descs": ["Number of magnetized atoms", "Number of atom", "Magnetic moment", "Magnetic flux density", "Boltzmann constant", "Temperature"], "si-derived_units": ["$1$", "$1$", "$N/A^2$", "$A/m$", "$J/K$", "$K$"], "si_units": ["$1$", "$1$", "$kg \\cdot m \\cdot s^{-2} \\cdot A^{-2}$", "$m^{-1} \\cdot A$", "$kg \\cdot m^2 \\cdot s^{-2} \\cdot K^{-1}$", "$K$"], "properties": ["V, I$\\star$, P", "V, I$\\star$, P", "V, F, P", "V, F, P", "C, F, P", "V, F, P"]}, "feynman-i.39.22": {"dataset_class_key": "feynman-i.39.22", "sympy_eq_str": "1.380649e-23*x1*x3/x4", "sympy_eq_srepr": "Mul(Float('1.3806490000000001e-23', precision=53), Symbol('x1', commutative=True), Symbol('x3', commutative=True), Pow(Symbol('x4', commutative=True), Integer(-1)))", "dummy_vars": ["x0", "x2"], "symbols": ["$P$", "$n$", "$k$", "$T$", "$V$"], "symbols_descs": ["Pressure", "Number of molecules", "Boltzmann constant", "Temperature", "Volume"], "si-derived_units": ["$Pa$", "$1$", "$J/K$", "$K$", "$m^3$"], "si_units": ["$kg \\cdot m^{-1} \\cdot s^{-2}$", "$1$", "$kg \\cdot m^2 \\cdot s^{-2} \\cdot K^{-1}$", "$K$", "$m^3$"], "properties": ["V, F, P", "V, I$\\star$, P", "C, F, P", "V, F, P", "V, F, P"]}, "feynman-i.29.16": {"dataset_class_key": "feynman-i.29.16", "sympy_eq_str": "sqrt(x1**2 + 2*x1*x2*cos(x4 - x5) + x2**2)", "sympy_eq_srepr": "Pow(Add(Pow(Symbol('x1', commutative=True), Integer(2)), Mul(Integer(2), Symbol('x1', commutative=True), Symbol('x2', commutative=True), cos(Add(Symbol('x4', commutative=True), Mul(Integer(-1), Symbol('x5', commutative=True))))), Pow(Symbol('x2', commutative=True), Integer(2))), Rational(1, 2))", "dummy_vars": ["x0", "x3"], "symbols": ["$x$", "$x_1$", "$x_2$", "$\\theta_1$", "$\\theta_2$"], "symbols_descs": ["Wavelength", "Wavelength", "Wavelength", "Angle", "Angle"], "si-derived_units": ["$m$", "$m$", "$m$", "$rad$", "$rad$"], "si_units": ["$m$", "$m$", "$m$", "$1$", "$1$"], "properties": ["V, F, P", "V, F, P", "V, F, P", "V, F, NN", "V, F, NN"]}, "feynman-ii.11.20": {"dataset_class_key": "feynman-ii.11.20", "sympy_eq_str": "2.41432350534664e+22*x0*x2**2*x3/x5", "sympy_eq_srepr": "Mul(Float('2.4143235053466398e+22', precision=53), Symbol('x0', commutative=True), Pow(Symbol('x2', commutative=True), Integer(2)), Symbol('x3', commutative=True), Pow(Symbol('x5', commutative=True), Integer(-1)))", "dummy_vars": ["x1", "x4"], "symbols": ["$P$", "$n_0$", "$p_0$", "$E$", "$k$", "$T$"], "symbols_descs": ["Polarizability", "Number of atom", "Electric dipole moment", "Magnitude of electric field", "Boltzmann constant", "Temperature"], "si-derived_units": ["$C/m^2$", "$1$", "$C \\cdot m$", "$V/m$", "$J/K$", "$K$"], "si_units": ["$m^{-2} \\cdot s \\cdot A$", "$1$", "$m \\cdot s \\cdot A$", "$kg \\cdot m \\cdot s^{-3} \\cdot A^{-1}$", "$kg \\cdot m^2 \\cdot s^{-2} \\cdot K^{-1}$", "$K$"], "properties": ["V, F", "V, I$\\star$, P", "V, F", "V, F", "C, F, P", "V, F, P"]}, "feynman-bonus.16": {"dataset_class_key": "feynman-bonus.16", "sympy_eq_str": "x1*x4 + 8.98755178736818e+16*sqrt(x3**2 + 1.11265005605362e-17*(x0 - x1*x2)**2)", "sympy_eq_srepr": "Add(Mul(Symbol('x1', commutative=True), Symbol('x4', commutative=True)), Mul(Float('89875517873681760.0', precision=53), Pow(Add(Pow(Symbol('x3', commutative=True), Integer(2)), Mul(Float('1.1126500560536183e-17', precision=53), Pow(Add(Symbol('x0', commutative=True), Mul(Integer(-1), Symbol('x1', commutative=True), Symbol('x2', commutative=True))), Integer(2)))), Rational(1, 2))))", "dummy_vars": ["x5"], "symbols": ["$E$", "$p$", "$q$", "$A$", "$c$", "$m$", "$V_\\text{e}$"], "symbols_descs": ["Energy", "Momentum", "Electric charge", "Vector potential", "Speed of light", "Mass", "Voltage"], "si-derived_units": ["$J$", "$kg \\cdot m/s$", "$C$", "$V \\cdot s/m$", "$m/s$", "$kg$", "$V$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$kg \\cdot m \\cdot s^{-1}$", "$s \\cdot A$", "$kg \\cdot m \\cdot s^{-2} \\cdot A \\cdot {-1}$", "$m \\cdot s^{-1}$", "$kg$", "$kg \\cdot m^2 \\cdot s^{-3} \\cdot A^{-1}$"], "properties": ["V, F", "V, F", "V, F", "V, F", "C, F, P", "V, F, P", "V, F"]}, "feynman-ii.11.28": {"dataset_class_key": "feynman-ii.11.28", "sympy_eq_str": "x1*x2/(-x1*x2/3 + 1) + 1", "sympy_eq_srepr": "Add(Mul(Symbol('x1', commutative=True), Symbol('x2', commutative=True), Pow(Add(Mul(Integer(-1), Rational(1, 3), Symbol('x1', commutative=True), Symbol('x2', commutative=True)), Integer(1)), Integer(-1))), Integer(1))", "dummy_vars": ["x0"], "symbols": ["$\\kappa$", "$N$", "$\\alpha$"], "symbols_descs": ["Electric dipole moment per unit volume", "Number of electric dipoles", "Molecular polarizability"], "si-derived_units": ["$1$", "$1$", "$1$"], "si_units": ["$1$", "$1$", "$1$"], "properties": ["V, F", "V, I$\\star$, P", "V, F, P"]}, "feynman-i.41.16": {"dataset_class_key": "feynman-i.41.16", "sympy_eq_str": "3.68620963570564e-51*x2**3/(pi**3*(exp(2.39959613196403e-11*x2/(pi*x4)) - 1))", "sympy_eq_srepr": "Mul(Float('3.6862096357056378e-51', precision=53), Pow(pi, Integer(-3)), Pow(Symbol('x2', commutative=True), Integer(3)), Pow(Add(exp(Mul(Float('2.3995961319640253e-11', precision=53), Pow(pi, Integer(-1)), Symbol('x2', commutative=True), Pow(Symbol('x4', commutative=True), Integer(-1)))), Integer(-1)), Integer(-1)))", "dummy_vars": ["x0", "x1", "x3"], "symbols": ["$L_\\text{rad}$", "$h$", "$\\omega$", "$c$", "$k$", "$T$"], "symbols_descs": ["Radiation per frequency", "Planck constant", "Frequency of electromagnetic wave", "Speed of light", "Boltzmann constant", "Temperature"], "si-derived_units": ["$J/m^2$", "$J \\cdot s$", "$1/s$", "$m/s$", "$J/K$", "$K$"], "si_units": ["$kg \\cdot s^{-2}$", "$kg \\cdot m^2 \\cdot s^{-1}$", "$s^{-1}$", "$m \\cdot 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", "C, F, P", "V, F, P"]}, "feynman-bonus.19": {"dataset_class_key": "feynman-bonus.19", "sympy_eq_str": "-1872855580.36049*(8.07760871306249e+33*x2/x4**2 + 8.98755178736818e+16*x5**2*(1 - 2*x6))/pi", "sympy_eq_srepr": "Mul(Integer(-1), Float('1872855580.3604875', precision=53), Pow(pi, Integer(-1)), Add(Mul(Float('8.07760871306249e+33', precision=53), Symbol('x2', commutative=True), Pow(Symbol('x4', commutative=True), Integer(-2))), Mul(Float('89875517873681760.0', precision=53), Pow(Symbol('x5', commutative=True), Integer(2)), Add(Integer(1), Mul(Integer(-1), Integer(2), Symbol('x6', commutative=True))))))", "dummy_vars": ["x0", "x1", "x3"], "symbols": ["$p_\\text{f}$", "$G$", "$c$", "$k_\\text{f}$", "$a_\\text{f}$", "$H$", "$\\alpha$"], "symbols_descs": ["Pressure", "Gravitational constant", "Speed of light", "Variable", "Distance", "Hubble's Constant", "Variable"], "si-derived_units": ["$Pa$", "$m^3 \\cdot kg^{-1} \\cdot s^{-2}$", "$m/s$", "$1$", "$m$", "$1/s$", "$1$"], "si_units": ["$kg \\cdot m^{-1} \\cdot s^{-2}$", "$kg^{-1} \\cdot m^3 \\cdot s^{-2}$", "$m \\cdot s^{-1}$", "$1$", "$m$", "$s^{-1}$", "$1$"], "properties": ["V, F", "C, F, P", "C, F, P", "V, F", "V, F, P", "V, F, P", "V, F"]}, "feynman-bonus.2": {"dataset_class_key": "feynman-bonus.2", "sympy_eq_str": "x0*x2*(sqrt(1 + 2*x3**2*x4/(x0*x2**2))*cos(x5 - x7) + 1)/x3**2", "sympy_eq_srepr": "Mul(Symbol('x0', commutative=True), Symbol('x2', commutative=True), Pow(Symbol('x3', commutative=True), Integer(-2)), Add(Mul(Pow(Add(Integer(1), Mul(Integer(2), Pow(Symbol('x0', commutative=True), Integer(-1)), Pow(Symbol('x2', commutative=True), Integer(-2)), Pow(Symbol('x3', commutative=True), Integer(2)), Symbol('x4', commutative=True))), Rational(1, 2)), cos(Add(Symbol('x5', commutative=True), Mul(Integer(-1), Symbol('x7', commutative=True))))), Integer(1)))", "dummy_vars": ["x1", "x6"], "symbols": ["$k$", "$m$", "$k_G$", "$L$", "$E$", "$\\theta_1$", "$\\theta_2$"], "symbols_descs": ["Inverse Radius", "Mass (The Earth)", "Variable", "Angular Momentum", "Energy", "Angle", "Angle"], "si-derived_units": ["$1/m$", "$kg$", "$J \\cdot m$", "$N \\cdot m$", "$J$", "$rad$", "$rad$"], "si_units": ["$m^{-1}$", "$kg$", "$kg \\cdot m^3 \\cdot s^{-2}$", "$kg \\cdot m^2 \\cdot s^{-2}$", "$kg \\cdot m^2 \\cdot s^{-2}$", "$1$", "$1$"], "properties": ["V, F", "V, F, P", "V, F, P", "V, F, P", "V, F, P", "V, F, NN", "V, F, NN"]}, "feynman-i.6.20a": {"dataset_class_key": "feynman-i.6.20a", "sympy_eq_str": "sqrt(2)*exp(-x2**2/2)/(2*sqrt(pi))", "sympy_eq_srepr": "Mul(Rational(1, 2), Pow(Integer(2), Rational(1, 2)), Pow(pi, Rational(-1, 2)), exp(Mul(Integer(-1), Rational(1, 2), Pow(Symbol('x2', commutative=True), Integer(2)))))", "dummy_vars": ["x0", "x1", "x3"], "symbols": ["$f$", "$\\theta$"], "symbols_descs": ["Probability density function", "Position"], "si-derived_units": ["$1$", "$1$"], "si_units": ["$1$", "$1$"], "properties": ["V, F", "V, F"]}, "feynman-bonus.14": {"dataset_class_key": "feynman-bonus.14", "sympy_eq_str": "x0*(-x3 + x5**3*(x6 - 1)/(x3**2*(x6 + 2)))*cos(x2)", "sympy_eq_srepr": "Mul(Symbol('x0', commutative=True), Add(Mul(Integer(-1), Symbol('x3', commutative=True)), Mul(Pow(Symbol('x3', commutative=True), Integer(-2)), Pow(Symbol('x5', commutative=True), Integer(3)), Add(Symbol('x6', commutative=True), Integer(-1)), Pow(Add(Symbol('x6', commutative=True), Integer(2)), Integer(-1)))), cos(Symbol('x2', commutative=True)))", "dummy_vars": ["x1", "x4", "x7"], "symbols": ["$V_\\text{e}$", "$E_\\text{f}$", "$\\theta$", "$r$", "$d$", "$\\alpha$"], "symbols_descs": ["Potential (out)", "Magnitude of electric field", "Angle", "Distance", "Radius of dielectric sphere", "Polarizability"], "si-derived_units": ["$V$", "$V/m$", "$rad$", "$m$", "$m$", "$1$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-3} \\cdot A^{-1}$", "$kg \\cdot m \\cdot s^{-3} \\cdot A^{-1}$", "$1$", "$m$", "$m$", "$1$"], "properties": ["V, F", "V, F", "V, F", "V, F, P", "V, F, P", "V, F"]}, "feynman-bonus.1": {"dataset_class_key": "feynman-bonus.1", "sympy_eq_str": "3.32662926626791e-57*x0**2*x2**2/(x3**2*sin(x4/2)**4)", "sympy_eq_srepr": "Mul(Float('3.3266292662679094e-57', precision=53), Pow(Symbol('x0', commutative=True), Integer(2)), Pow(Symbol('x2', commutative=True), Integer(2)), Pow(Symbol('x3', commutative=True), Integer(-2)), Pow(sin(Mul(Rational(1, 2), Symbol('x4', commutative=True))), Integer(-4)))", "dummy_vars": ["x1"], "symbols": ["$A$", "$Z_1$", "$Z_2$", "$\\alpha$", "$h$", "$c$", "$E$", "$\\theta$"], "symbols_descs": ["Differential scattering cross section", "Atomic number", "Atomic number", "Fine structure constant", "Dirac's constant", "Speed of light", "Non-relativistic kinetic energy", "Scattering angle"], "si-derived_units": ["$m^2/sr$", "$1$", "$1$", "$1$", "$J \\cdot s$", "$m/s$", "$J$", "$rad$"], "si_units": ["$m^2$", "$1$", "$1$", "$1$", "$kg \\cdot m^2 \\cdot s^{-1}$", "$m \\cdot s^{-1}$", "$kg \\cdot m^2 \\cdot s^{-2}$", "$1$"], "properties": ["V, F", "V, I,P", "V, I,P", "C, F, P", "C, F, P", "C, F, P", "V, F, P", "V, F, NN"]}, "feynman-ii.13.34": {"dataset_class_key": "feynman-ii.13.34", "sympy_eq_str": "x0*x2/sqrt(1 - 1.11265005605362e-17*x2**2)", "sympy_eq_srepr": "Mul(Symbol('x0', commutative=True), Symbol('x2', 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"], "symbols": ["$j$", "$\\rho_0$", "$v$", "$c$"], "symbols_descs": ["Electric current", "Electric charge density", "Velocity", "Speed of light"], "si-derived_units": ["$A$", "$C/m^3$", "$m/s$", "$m/s$"], "si_units": ["$A$", "$m^{-3} \\cdot s \\cdot A$", "$m \\cdot s^{-1}$", "$m \\cdot s^{-1}$"], "properties": ["V, F", "V, F, P", "V, F, P", "C, F, P"]}, "feynman-i.37.4": {"dataset_class_key": "feynman-i.37.4", "sympy_eq_str": "x2 + x3 + 2*sqrt(x2*x3)*cos(x5)", "sympy_eq_srepr": "Add(Symbol('x2', commutative=True), Symbol('x3', commutative=True), Mul(Integer(2), Pow(Mul(Symbol('x2', commutative=True), Symbol('x3', commutative=True)), Rational(1, 2)), cos(Symbol('x5', commutative=True))))", "dummy_vars": ["x0", "x1", "x4"], "symbols": ["$I_{12}$", "$I_1$", "$I_2$", "$\\delta$"], "symbols_descs": ["Amplitude of wave", "Amplitude of wave", "Amplitude of wave", "Phase difference"], "si-derived_units": ["$m$", "$m$", "$m$", "$rad$"], "si_units": ["$m$", "$m$", "$m$", "$1$"], "properties": ["V, F, P", "V, F, P", "V, F, P", "V, F"]}, "feynman-bonus.20": {"dataset_class_key": "feynman-bonus.20", "sympy_eq_str": "7.83707760458308e-29*x2**2*(x2/x3 - sin(x5)**2 + x3/x2)/(pi*x3**2)", "sympy_eq_srepr": "Mul(Float('7.8370776045830812e-29', precision=53), Pow(pi, Integer(-1)), Pow(Symbol('x2', commutative=True), Integer(2)), Pow(Symbol('x3', commutative=True), Integer(-2)), Add(Mul(Symbol('x2', commutative=True), Pow(Symbol('x3', commutative=True), Integer(-1))), Mul(Integer(-1), Pow(sin(Symbol('x5', commutative=True)), Integer(2))), Mul(Pow(Symbol('x2', commutative=True), Integer(-1)), Symbol('x3', commutative=True))))", "dummy_vars": ["x0", "x1", "x4"], "symbols": ["$A$", "$\\alpha$", "$h$", "$m$", "$c$", "$\\omega_0$", "$\\omega$", "$\\theta$"], "symbols_descs": ["Differential cross section", "Fine structure constant", "Planck constant", "Electron mass", "Speed of light", "Frequency", "Frequency", "Scattering angle"], "si-derived_units": ["$m^2/sr$", "$1$", "$J \\cdot s$", "$kg$", "$m/s$", "$rad/s$", "$rad/s$", "$rad$"], "si_units": ["$m^2$", "$1$", "$kg \\cdot m^2 \\cdot s^{-1}$", "$kg$", "$m \\cdot s^{-1}$", "$s^{-1}$", "$s^{-1}$", "$1$"], "properties": ["V, F", "C, F, P", "C, F, P", "C, F, P", "C, F, P", "V, F, P", "V, F, P", "V, F"]}, "feynman-i.40.1": {"dataset_class_key": "feynman-i.40.1", "sympy_eq_str": "x0*exp(-7.10292768111229e+23*x2*x4/x6)", "sympy_eq_srepr": "Mul(Symbol('x0', commutative=True), exp(Mul(Integer(-1), Float('7.1029276811122876e+23', precision=53), Symbol('x2', commutative=True), Symbol('x4', commutative=True), Pow(Symbol('x6', commutative=True), Integer(-1)))))", "dummy_vars": ["x1", "x3", "x5"], "symbols": ["$n$", "$n_0$", "$m$", "$g$", "$x$", "$k$", "$T$"], "symbols_descs": ["Molecular density", "Molecular density", "Mass", "Gravitational acceleration", "Height", "Boltzmann constant", "Temperature"], "si-derived_units": ["$1/m^3$", "$1/m^3$", "$kg$", "$m/s^2$", "$m$", "$J/K$", "$K$"], "si_units": ["$m^{-3}$", "$m^{-3}$", "$kg$", "$m \\cdot s^{-2}$", "$m$", "$kg \\cdot m^2 \\cdot s^{-2} \\cdot K^{-1}$", "$K$"], "properties": ["V, F, P", "V, F, P", "V, F, P", "C, F, P", "V, F, P", "C, F, P", "V, F, P"]}, "feynman-ii.11.27": {"dataset_class_key": "feynman-ii.11.27", "sympy_eq_str": "8.854e-12*x1*x2*x3/(-x1*x2/3 + 1)", "sympy_eq_srepr": "Mul(Float('8.8539999999999992e-12', precision=53), Symbol('x1', commutative=True), Symbol('x2', commutative=True), Symbol('x3', commutative=True), Pow(Add(Mul(Integer(-1), Rational(1, 3), Symbol('x1', commutative=True), Symbol('x2', commutative=True)), Integer(1)), Integer(-1)))", "dummy_vars": ["x0", "x4"], "symbols": ["$P$", "$N$", "$\\alpha$", "$\\epsilon$", "$E$"], "symbols_descs": ["Polarizability", "Number of atom", "Molecular polarizability", "Vacuum permittivity", "Magnitude of electric field"], "si-derived_units": ["$C/m^2$", "$1$", "$1$", "$F/m$", "$V/m$"], "si_units": ["$m^{-2} \\cdot s \\cdot A$", "$1$", "$1$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$", "$kg \\cdot m \\cdot s^{-3} \\cdot A^{-1}$"], "properties": ["V, F", "V, I$\\star$, P", "V, F, P", "C, F, P", "V, F, P"]}, "feynman-i.32.17": {"dataset_class_key": "feynman-i.32.17", "sympy_eq_str": "0.00353914989750933*pi*x0**2*x2**2*x4**4/(x4**2 - x5**2)**2", "sympy_eq_srepr": "Mul(Float('0.003539149897509333', precision=53), pi, Pow(Symbol('x0', commutative=True), Integer(2)), Pow(Symbol('x2', commutative=True), Integer(2)), Pow(Symbol('x4', commutative=True), Integer(4)), Pow(Add(Pow(Symbol('x4', commutative=True), Integer(2)), Mul(Integer(-1), Pow(Symbol('x5', commutative=True), Integer(2)))), Integer(-2)))", "dummy_vars": ["x1", "x3", "x6"], "symbols": ["$P$", "$\\epsilon$", "$c$", "$E$", "$r$", "$\\omega$", "$\\omega_0$"], "symbols_descs": ["Energy", "Vacuum permittivity", "Speed of light", "Magnitude of electric field", "Radius", "Frequency of electromagnetic waves", "Frequency of electromagnetic waves"], "si-derived_units": ["$J$", "$F/m$", "$m/s$", "$m$", "$m$", "$rad/s$", "$rad/s$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$", "$m \\cdot s^{-1}$", "$m$", "$m$", "$s^{-1}$", "$s^{-1}$"], "properties": ["V, F, P", "C, F, P", "C, F, P", "V, F, P", "V, F, P", "V, F", "V, F"]}, "feynman-bonus.6": {"dataset_class_key": "feynman-bonus.6", "sympy_eq_str": "sqrt(2*x0*x1*x2**2/(x3*x5**2*x6**2*x7**4) + 1)", "sympy_eq_srepr": "Pow(Add(Mul(Integer(2), Symbol('x0', commutative=True), Symbol('x1', commutative=True), Pow(Symbol('x2', commutative=True), Integer(2)), Pow(Symbol('x3', commutative=True), Integer(-1)), Pow(Symbol('x5', commutative=True), Integer(-2)), Pow(Symbol('x6', commutative=True), Integer(-2)), Pow(Symbol('x7', commutative=True), Integer(-4))), Integer(1)), Rational(1, 2))", "dummy_vars": ["x4"], "symbols": ["$\\alpha$", "$\\epsilon$", "$E$", "$L$", "$m$", "$Z_1$", "$Z_2$", "$q$"], "symbols_descs": ["Orbital eccentricity", "Energy", "Energy", "Distance", "Mass", "Atomic number", "Atomic number", "Electric charge"], "si-derived_units": ["$1$", "$J$", "$J$", "$m$", "$kg$", "$1$", "$1$", "$C$"], "si_units": ["$1$", "$kg \\cdot m^2 \\cdot s^{-2}$", "$kg \\cdot m^2 \\cdot s^{-2}$", "$m$", "$kg$", "$1$", "$1$", "$s \\cdot A$"], "properties": ["V, F, P", "V, F", "V, F, P", "V, F, P", "V, F, P", "V, I,P", "V, I,P", "V, F"]}, "feynman-i.15.3t": {"dataset_class_key": "feynman-i.15.3t", "sympy_eq_str": "(x1 - 1.11265005605362e-17*x3*x4)/sqrt(1 - 1.11265005605362e-17*x3**2)", "sympy_eq_srepr": "Mul(Pow(Add(Integer(1), Mul(Integer(-1), Float('1.1126500560536185e-17', precision=53), Pow(Symbol('x3', commutative=True), Integer(2)))), Rational(-1, 2)), Add(Symbol('x1', commutative=True), Mul(Integer(-1), Float('1.1126500560536185e-17', precision=53), Symbol('x3', commutative=True), Symbol('x4', commutative=True))))", "dummy_vars": ["x0", "x2"], "symbols": ["$t_1$", "$t$", "$u$", "$x$", "$c$"], "symbols_descs": ["Time", "Time", "Velocity", "Position", "Speed of light"], "si-derived_units": ["$s$", "$s$", "$m/s$", "$m$", "$m/s$"], "si_units": ["$s$", "$s$", "$m \\cdot s^{-1}$", "$m$", "$m \\cdot s^{-1}$"], "properties": ["V, F", "V, F, NN", "V, F", "V, F", "C, F, P"]}, "feynman-i.6.20": {"dataset_class_key": "feynman-i.6.20", "sympy_eq_str": "sqrt(2)*exp(-x1**2/(2*x3**2))/(2*sqrt(pi)*x3)", "sympy_eq_srepr": "Mul(Rational(1, 2), Pow(Integer(2), Rational(1, 2)), Pow(pi, Rational(-1, 2)), Pow(Symbol('x3', commutative=True), Integer(-1)), exp(Mul(Integer(-1), Rational(1, 2), Pow(Symbol('x1', commutative=True), Integer(2)), Pow(Symbol('x3', commutative=True), Integer(-2)))))", "dummy_vars": ["x0", "x2"], "symbols": ["$f$", "$\\theta$", "$\\sigma$"], "symbols_descs": ["Probability density function", "Position", "Standard deviation"], "si-derived_units": ["$1$", "$1$", "$1$"], "si_units": ["$1$", "$1$", "$1$"], "properties": ["V, F", "V, F", "V, F, P"]}, "feynman-bonus.5": {"dataset_class_key": "feynman-bonus.5", "sympy_eq_str": "244808.861301089*pi*x0**1.5/sqrt(x2 + x4)", "sympy_eq_srepr": "Mul(Float('244808.86130108853', precision=53), pi, Pow(Symbol('x0', commutative=True), Float('1.5', precision=53)), Pow(Add(Symbol('x2', commutative=True), Symbol('x4', commutative=True)), Rational(-1, 2)))", "dummy_vars": ["x1", "x3", "x5"], "symbols": ["$t$", "$d$", "$G$", "$m_1$", "$m_2$"], "symbols_descs": ["Orbital period", "Semimajor axis of elliptical orbit", "Gravitational constant", "Mass (The Earth)", "Mass (The Earth)"], "si-derived_units": ["$s$", "$m$", "$m^3 \\cdot kg^{-1} \\cdot s^{-2}$", "$kg$", "$kg$"], "si_units": ["$s$", "$m$", "$kg^{-1} \\cdot m^3 \\cdot s^{-2}$", "$kg$", "$kg$"], "properties": ["V, F, P", "V, F, P", "C, F, P", "V, F, P", "V, F, P"]}, "feynman-bonus.13": {"dataset_class_key": "feynman-bonus.13", "sympy_eq_str": "x3/(4*pi*x1*sqrt(x5**2 - 2*x5*x6*cos(x7) + x6**2))", "sympy_eq_srepr": "Mul(Rational(1, 4), Pow(pi, Integer(-1)), Pow(Symbol('x1', commutative=True), Integer(-1)), Symbol('x3', commutative=True), Pow(Add(Pow(Symbol('x5', commutative=True), Integer(2)), Mul(Integer(-1), Integer(2), Symbol('x5', commutative=True), Symbol('x6', commutative=True), cos(Symbol('x7', commutative=True))), Pow(Symbol('x6', commutative=True), Integer(2))), Rational(-1, 2)))", "dummy_vars": ["x0", "x2", "x4"], "symbols": ["$V_\\text{e}$", "$\\epsilon$", "$q$", "$r$", "$d$", "$\\alpha$"], "symbols_descs": ["Potential", "permittivity", "Electric charge", "Distance", "Distance between dipoles", "Angle"], "si-derived_units": ["$V$", "$F/m$", "$C$", "$m$", "$m$", "$rad$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-3} \\cdot A^{-1}$", "$kg^{-1} \\cdot m^{-3} \\cdot s^4 \\cdot A^2$", "$s \\cdot A$", "$m$", "$m$", "$1$"], "properties": ["V, F", "V, F, P", "V, F", "V, F, P", "V, F, P", "V, F"]}, "feynman-iii.10.19": {"dataset_class_key": "feynman-iii.10.19", "sympy_eq_str": "x2*sqrt(x3**2 + x4**2 + x5**2)", "sympy_eq_srepr": "Mul(Symbol('x2', commutative=True), Pow(Add(Pow(Symbol('x3', commutative=True), Integer(2)), Pow(Symbol('x4', commutative=True), Integer(2)), Pow(Symbol('x5', commutative=True), Integer(2))), Rational(1, 2)))", "dummy_vars": ["x0", "x1"], "symbols": ["$E$", "$\\mu$", "$B_x$", "$B_y$", "$B_z$"], "symbols_descs": ["Energy", "Magnetic moment", "Element of magnetic field", "Element of magnetic field", "Element of magnetic field"], "si-derived_units": ["$J$", "$N/A^2$", "$A/m$", "$A/m$", "$A/m$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$kg \\cdot m \\cdot s^{-2} \\cdot A^{-2}$", "$m^{-1} \\cdot A$", "$m^{-1} \\cdot A$", "$m^{-1} \\cdot A$"], "properties": ["V, F", "V, F", "V, F", "V, F", "V, F"]}, "feynman-bonus.9": {"dataset_class_key": "feynman-bonus.9", "sympy_eq_str": "-5.24444281156413e-83*x1**2*x3**2*(x1 + x3)/x4**5", "sympy_eq_srepr": "Mul(Integer(-1), Float('5.244442811564131e-83', precision=53), Pow(Symbol('x1', commutative=True), Integer(2)), Pow(Symbol('x3', commutative=True), Integer(2)), Pow(Symbol('x4', commutative=True), Integer(-5)), Add(Symbol('x1', commutative=True), Symbol('x3', commutative=True)))", "dummy_vars": ["x0", "x2"], "symbols": ["$P$", "$G$", "$c$", "$m_1$", "$m_2$", "$r$"], "symbols_descs": ["Gravitational wave energy", "Gravitational constant", "Speed of light", "Mass", "Mass", "Distance"], "si-derived_units": ["$J$", "$m^3 \\cdot kg^{-1} \\cdot s^{-2}$", "$m/s$", "$kg$", "$kg$", "$m$"], "si_units": ["$kg \\cdot m^2 \\cdot s^{-2}$", "$kg^{-1} \\cdot m^3 \\cdot s^{-2}$", "$m \\cdot s^{-1}$", "$kg$", "$kg$", "$m$"], "properties": ["V, F", "C, F, P", "C, F, P", "V, F, P", "V, F, P", "V, F, P"]}, "feynman-bonus.7": {"dataset_class_key": "feynman-bonus.7", "sympy_eq_str": "299792458.0*sqrt(1.98030940509831e-27*pi*x0 - x1/x2**2)", "sympy_eq_srepr": "Mul(Float('299792458.0', precision=53), Pow(Add(Mul(Float('1.9803094050983106e-27', precision=53), pi, Symbol('x0', commutative=True)), Mul(Integer(-1), Symbol('x1', commutative=True), Pow(Symbol('x2', commutative=True), Integer(-2)))), Rational(1, 2)))", "dummy_vars": ["x3", "x4"], "symbols": ["$H$", "$G$", "$\\rho$", "$k_\\text{f}$", "$c$", "$a_\\text{f}$"], "symbols_descs": ["Hubble's constant", "Gravitational constant", "Density of the Universe", "Spacetime curvature", "Speed of light", "Radius"], "si-derived_units": ["$1/s$", "$m^3 \\cdot kg^{-1} \\cdot s^{-2}$", "$kg/s^3$", "$1/m^2$", "$m/s$", "$m$"], "si_units": ["$s^{-1}$", "$kg^{-1} \\cdot m^3 \\cdot s^{-2}$", "$kg \\cdot s^{-3}$", "$m^{-2}$", "$m \\cdot s^{-1}$", "$m$"], "properties": ["V, F, P", "C, F, P", "V, F, P", "V, I", "C, F, P", "V, F, P"]}}