Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,6 @@ language:
|
|
6 |
- en
|
7 |
base_model:
|
8 |
- 6cf/QwQ-32B-Preview-IdeaWhiz-v1
|
9 |
-
pipeline_tag: text2text-generation
|
10 |
tags:
|
11 |
- chemistry
|
12 |
- biology
|
@@ -45,17 +44,24 @@ ollama run 6cf/QwQ-32B-Preview-IdeaWhiz-v1
|
|
45 |
|
46 |
# Example Outputs
|
47 |
|
|
|
48 |
```
|
49 |
-
Alright,
|
|
|
|
|
|
|
50 |
|
51 |
...
|
52 |
|
53 |
-
**Final Idea:**
|
54 |
-
|
|
|
|
|
|
|
|
|
55 |
```
|
56 |
|
57 |
|
58 |
-
|
59 |
# Traning Dataset
|
60 |
|
61 |
## 🤖💡 LiveIdeaBench: Evaluating LLMs' Scientific Creativity and Idea Generation with Minimal Context
|
@@ -80,4 +86,4 @@ author={Ruan, Kai and Wang, Xuan and Hong, Jixiang and Sun, Hao},
|
|
80 |
journal={arXiv preprint arXiv:2412.17596},
|
81 |
year={2024}
|
82 |
}
|
83 |
-
```
|
|
|
6 |
- en
|
7 |
base_model:
|
8 |
- 6cf/QwQ-32B-Preview-IdeaWhiz-v1
|
|
|
9 |
tags:
|
10 |
- chemistry
|
11 |
- biology
|
|
|
44 |
|
45 |
# Example Outputs
|
46 |
|
47 |
+
|
48 |
```
|
49 |
+
Alright, so I have this task to come up with a good scientific idea related to cancer,
|
50 |
+
and it has to be novel, verifiable, practically valuable, and able to advance the field.
|
51 |
+
Plus, it needs to be within 100 words, including any background information.
|
52 |
+
That's a pretty tight constraint, but I think I can manage. First, ...
|
53 |
|
54 |
...
|
55 |
|
56 |
+
**Final Idea:** propose a novel approach to cancer treatment by developing personalized
|
57 |
+
cancer vaccines tailored to each patient's unique tumor mutations. By integrating machine
|
58 |
+
learning algorithms with comprehensive omics data, including genomics, epigenetics,
|
59 |
+
transcriptomics, and proteomics, this method aims to identify and prioritize the most
|
60 |
+
immunogenic tumor-specific antigens. This integrated strategy could enhance vaccine
|
61 |
+
efficacy and represents an advancement in precision medicine for cancer treatment.
|
62 |
```
|
63 |
|
64 |
|
|
|
65 |
# Traning Dataset
|
66 |
|
67 |
## 🤖💡 LiveIdeaBench: Evaluating LLMs' Scientific Creativity and Idea Generation with Minimal Context
|
|
|
86 |
journal={arXiv preprint arXiv:2412.17596},
|
87 |
year={2024}
|
88 |
}
|
89 |
+
```
|