Commit
·
8815944
1
Parent(s):
65cc93c
update data
Browse files
README.md
CHANGED
@@ -42,10 +42,22 @@ bash rag-bench/scripts/run_exp.sh
|
|
42 |
|
43 |
Benchmark results of retrieval augmentation generations based on ReCOP, where the LLMs take [Llama-2-7B-chat](https://huggingface.co/meta-llama/Llama-2-7b-chat), [Mistral-7B-instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2), [Phi-3-7B-instruct](https://huggingface.co/microsoft/Phi-3-small-8k-instruct), [Gemmma-1.1-7B-it](https://huggingface.co/google/gemma-1.1-7b-it), and [Qwen-2-7B-Instruct](https://huggingface.co/Qwen/Qwen2-7B-Instruct).
|
44 |
|
45 |
-
<img width="200" height="200" src="https://anonymous.4open.science/r/redis-bench-EBE2/figures/radar_Mistral-7B-v0.2.png"
|
|
|
|
|
|
|
46 |
|
47 |
## Citation Information
|
48 |
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
|
|
|
42 |
|
43 |
Benchmark results of retrieval augmentation generations based on ReCOP, where the LLMs take [Llama-2-7B-chat](https://huggingface.co/meta-llama/Llama-2-7b-chat), [Mistral-7B-instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2), [Phi-3-7B-instruct](https://huggingface.co/microsoft/Phi-3-small-8k-instruct), [Gemmma-1.1-7B-it](https://huggingface.co/google/gemma-1.1-7b-it), and [Qwen-2-7B-Instruct](https://huggingface.co/Qwen/Qwen2-7B-Instruct).
|
44 |
|
45 |
+
<img width="200" height="200" src="https://anonymous.4open.science/r/redis-bench-EBE2/figures/radar_Mistral-7B-v0.2.png">
|
46 |
+
<img width="200" height="200" src="https://anonymous.4open.science/r/redis-bench-EBE2/figures/radar_Gemma-1.1-7B.png">
|
47 |
+
<img width="200" height="200" src="https://anonymous.4open.science/r/redis-bench-EBE2/figures/radar_Phi-3-7B.png">
|
48 |
+
<img width="200" height="200" src="https://anonymous.4open.science/r/redis-bench-EBE2/figures/radar_Qwen-2-7B.png">
|
49 |
|
50 |
## Citation Information
|
51 |
|
52 |
+
If you find this corpus useful to your project, we appreciate you citing this work:
|
53 |
+
|
54 |
+
````
|
55 |
+
@article{wang2024assessing,
|
56 |
+
title={Assessing and Enhancing Large Language Models in Rare Disease Question-answering},
|
57 |
+
author={Wang, Guanchu and Ran, Junhao and Tang, Ruixiang and Chang, Chia-Yuan and Chuang, Yu-Neng and Liu, Zirui and Braverman, Vladimir and Liu, Zhandong and Hu, Xia},
|
58 |
+
journal={arXiv preprint arXiv:2408.08422},
|
59 |
+
year={2024}
|
60 |
+
}
|
61 |
+
````
|
62 |
|
63 |
|