Spaces:
Running
Running
MilesCranmer
commited on
Correct citation format
Browse files- CITATION.cff +0 -11
- CITATION.md +32 -0
CITATION.cff
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
cff-version: 1.2.0
|
2 |
-
message: "If you use this software, please cite it using as below."
|
3 |
-
authors:
|
4 |
-
- family-names: "Cranmer"
|
5 |
-
given-names: "Miles"
|
6 |
-
orcid: "https://orcid.org/0000-0002-6458-3423"
|
7 |
-
title: "Interpretable Machine Learning for Science with PySR & SymbolicRegression.jl"
|
8 |
-
version: 1.0.0
|
9 |
-
date-released: 2023-05-02
|
10 |
-
doi: 10.48550/arXiv.2305.01582
|
11 |
-
url: "https://github.com/MilesCranmer/pysr_paper"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CITATION.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Citing
|
2 |
+
|
3 |
+
To cite PySR or SymbolicRegression.jl, please use the following BibTeX entry:
|
4 |
+
|
5 |
+
```bibtex
|
6 |
+
@misc{cranmerInterpretableMachineLearning2023a,
|
7 |
+
title = {Interpretable {Machine} {Learning} for {Science} with {PySR} and {SymbolicRegression}.jl},
|
8 |
+
url = {http://arxiv.org/abs/2305.01582},
|
9 |
+
doi = {10.48550/arXiv.2305.01582},
|
10 |
+
urldate = {2023-07-17},
|
11 |
+
publisher = {arXiv},
|
12 |
+
author = {Cranmer, Miles},
|
13 |
+
month = may,
|
14 |
+
year = {2023},
|
15 |
+
note = {arXiv:2305.01582 [astro-ph, physics:physics]},
|
16 |
+
keywords = {Astrophysics - Instrumentation and Methods for Astrophysics, Computer Science - Machine Learning, Computer Science - Neural and Evolutionary Computing, Computer Science - Symbolic Computation, Physics - Data Analysis, Statistics and Probability},
|
17 |
+
}
|
18 |
+
```
|
19 |
+
|
20 |
+
To cite symbolic distillation of neural networks, the following BibTeX entry can be used:
|
21 |
+
|
22 |
+
```bibtex
|
23 |
+
@article{cranmer2020discovering,
|
24 |
+
title={Discovering Symbolic Models from Deep Learning with Inductive Biases},
|
25 |
+
author={Miles Cranmer and Alvaro Sanchez-Gonzalez and Peter Battaglia and Rui Xu and Kyle Cranmer and David Spergel and Shirley Ho},
|
26 |
+
journal={NeurIPS 2020},
|
27 |
+
year={2020},
|
28 |
+
eprint={2006.11287},
|
29 |
+
archivePrefix={arXiv},
|
30 |
+
primaryClass={cs.LG}
|
31 |
+
}
|
32 |
+
```
|