Update README.md
Browse files
README.md
CHANGED
@@ -34,4 +34,25 @@ This app requires an OpenAI API key to function.
|
|
34 |
|
35 |
## Credits
|
36 |
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
## Credits
|
36 |
|
37 |
+
References and citations below. Credits to the code base in ```https://github.com/knowsuchagency/pdf-to-podcast```.
|
38 |
+
|
39 |
+
```bibtex
|
40 |
+
@article{ghafarollahi2024sciagentsautomatingscientificdiscovery,
|
41 |
+
title={SciAgents: Automating scientific discovery through multi-agent intelligent graph reasoning},
|
42 |
+
author={Alireza Ghafarollahi and Markus J. Buehler},
|
43 |
+
year={2024},
|
44 |
+
eprint={2409.05556},
|
45 |
+
archivePrefix={arXiv},
|
46 |
+
primaryClass={cs.AI},
|
47 |
+
url={https://arxiv.org/abs/2409.05556},
|
48 |
+
}
|
49 |
+
|
50 |
+
@article{buehler2024graphreasoning,
|
51 |
+
author={Markus J. Buehler},
|
52 |
+
title={Accelerating Scientific Discovery with Generative Knowledge Extraction, Graph-Based Representation, and Multimodal Intelligent Graph Reasoning},
|
53 |
+
journal={Machine Learning: Science and Technology},
|
54 |
+
year={2024},
|
55 |
+
url={http://iopscience.iop.org/article/10.1088/2632-2153/ad7228},
|
56 |
+
}
|
57 |
+
```
|
58 |
+
|