6cf commited on
Commit
5afe083
·
verified ·
1 Parent(s): 36c8ce9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -40,10 +40,26 @@ Comming Soon
40
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
41
 
42
 
43
- ## Citation
44
 
45
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
46
 
47
- **BibTeX:**
48
 
 
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
41
 
42
 
43
+ # 🤖💡 LiveIdeaBench: Evaluating LLMs' Scientific Creativity and Idea Generation with Minimal Context
44
 
 
45
 
46
+ ### Dataset
47
 
48
+ [![Hugging Face Models](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Dataset-yellow)](https://huggingface.co/datasets/6cf/liveideabench)
49
 
50
+ ### Paper
51
+
52
+ [![arXiv](https://img.shields.io/badge/arXiv-2412.17596-b31b1b.svg)](https://arxiv.org/abs/2412.17596)
53
+
54
+
55
+
56
+ **Bibtex**
57
+
58
+ ```
59
+ @article{ruan2024liveideabench,
60
+ title={LiveIdeaBench: Evaluating LLMs' Scientific Creativity and Idea Generation with Minimal Context},
61
+ author={Ruan, Kai and Wang, Xuan and Hong, Jixiang and Sun, Hao},
62
+ journal={arXiv preprint arXiv:2412.17596},
63
+ year={2024}
64
+ }
65
+ ```