Update README.md
Browse files
README.md
CHANGED
@@ -33,3 +33,17 @@ license: apache-2.0
|
|
33 |
<p>The curated dataset is pivotal for our investigation into language models' forecasting capabilities, aiming to benchmark against or exceed human predictive performance. It enables focused analysis on high-quality, relevant forecasting questions.</p>
|
34 |
|
35 |
<p>Detailed methodologies and insights from our study are available in the linked paper at the beginning of this document. We invite feedback and collaboration to further this field of research.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
<p>The curated dataset is pivotal for our investigation into language models' forecasting capabilities, aiming to benchmark against or exceed human predictive performance. It enables focused analysis on high-quality, relevant forecasting questions.</p>
|
34 |
|
35 |
<p>Detailed methodologies and insights from our study are available in the linked paper at the beginning of this document. We invite feedback and collaboration to further this field of research.</p>
|
36 |
+
|
37 |
+
<h2>How to Cite</h2>
|
38 |
+
<p>If you find our dataset and research useful for your work, please consider citing it using the following BibTeX entry:</p>
|
39 |
+
|
40 |
+
```bibtex
|
41 |
+
@article{Halawi2024Approaching,
|
42 |
+
title={Approaching Human-Level Forecasting with Language Models},
|
43 |
+
author={Halawi, Danny and Zhang, Fred and Yueh-Han, Chen and Steinhardt, Jacob},
|
44 |
+
journal={arXiv preprint arXiv:2402.18563},
|
45 |
+
year={2024},
|
46 |
+
url={https://arxiv.org/abs/2402.18563},
|
47 |
+
institution={UC Berkeley},
|
48 |
+
email={dhalawi@berkeley.edu, z0@eecs.berkeley.edu, john0922ucb@berkeley.edu, jsteinhardt@berkeley.edu}
|
49 |
+
}
|