Tijmen2 commited on
Commit
53294de
1 Parent(s): 9916791

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -28,6 +28,8 @@ answer in response to a single question.
28
 
29
  The code used to generate cosmosage is available at https://github.com/tijmen/cosmosage
30
 
 
 
31
  ## Usage
32
 
33
  cosmosage-v3 uses the Llama-3 prompt template.
@@ -73,4 +75,20 @@ thanks goes out to Yuan-Seng Ting for providing these resources.
73
  **Assistant:**
74
  > The time of matter-radiation equality is when the energy densities of matter and radiation were equal. This has an impact on the Cosmic Microwave Background (CMB) damping tail because it determines the amount of photon diffusion that occurs before decoupling. A later time of matter-radiation equality results in more photon diffusion, leading to a smaller amplitude in the damping tail.
75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
 
28
 
29
  The code used to generate cosmosage is available at https://github.com/tijmen/cosmosage
30
 
31
+ A paper was prepared and a preprint is available at https://arxiv.org/abs/2407.04420
32
+
33
  ## Usage
34
 
35
  cosmosage-v3 uses the Llama-3 prompt template.
 
75
  **Assistant:**
76
  > The time of matter-radiation equality is when the energy densities of matter and radiation were equal. This has an impact on the Cosmic Microwave Background (CMB) damping tail because it determines the amount of photon diffusion that occurs before decoupling. A later time of matter-radiation equality results in more photon diffusion, leading to a smaller amplitude in the damping tail.
77
 
78
+ ## Citation
79
+
80
+ ```@article{de_haan_cosmosage_2024,
81
+ title = {cosmosage: {A} {Natural}-{Language} {Assistant} for {Cosmologists}},
82
+ shorttitle = {cosmosage},
83
+ url = {http://arxiv.org/abs/2407.04420},
84
+ abstract = {cosmosage is a natural-language assistant intended for a wide audience, from laypersons interested in cosmology to students, teachers, and professional cosmologists. cosmosage provides a novel way to access knowledge and reason about cosmology. Leveraging the power of advanced large language models (LLMs), cosmosage has learned from a vast corpus of open-access source texts, including textbooks and papers. cosmosage is found to be state-of-the-art on the narrow task of answering questions about cosmology, outperforming all general-purpose models. The model parameters and code are publicly available.},
85
+ urldate = {2024-07-08},
86
+ publisher = {arXiv},
87
+ author = {de Haan, Tijmen},
88
+ month = jul,
89
+ year = {2024},
90
+ note = {arXiv:2407.04420 [astro-ph]},
91
+ keywords = {Astrophysics - Cosmology and Nongalactic Astrophysics, Astrophysics - Instrumentation and Methods for Astrophysics},
92
+ }```
93
+
94
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)