ganqu commited on
Commit
b1c61e4
1 Parent(s): 6cfb05f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: apache-2.0
3
  datasets:
4
- - openbmb/UltraInteract
5
  - stingning/ultrachat
6
  - openchat/openchat_sharegpt4_dataset
7
  - Open-Orca/OpenOrca
@@ -10,6 +10,20 @@ tags:
10
  pipeline_tag: text-generation
11
  ---
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  # Links
15
 
@@ -58,6 +72,8 @@ Simplify your answer as much as possible.
58
  title={Advancing LLM Reasoning Generalists with Preference Trees},
59
  author={Lifan Yuan and Ganqu Cui and Hanbin Wang and Ning Ding and Xingyao Wang and Jia Deng and Boji Shan and Huimin Chen and Ruobing Xie and Yankai Lin and Zhenghao Liu and Bowen Zhou and Hao Peng and Zhiyuan Liu and Maosong Sun},
60
  year={2024},
61
- primaryClass={cs.CL}
 
 
62
  }
63
  ```
 
1
  ---
2
  license: apache-2.0
3
  datasets:
4
+ - openbmb/UltraInteract_sft
5
  - stingning/ultrachat
6
  - openchat/openchat_sharegpt4_dataset
7
  - Open-Orca/OpenOrca
 
10
  pipeline_tag: text-generation
11
  ---
12
 
13
+ <div align="center">
14
+
15
+ <img src="./figures/Eurus-logo.png" width="200px">
16
+
17
+ **Eurus: A suit of open-source LLMs optimized for reasoning**
18
+
19
+ <p align="center">
20
+ <a href="#introduction"> Introduction</a> •
21
+ <a href="#evaluation">Evaluation</a>
22
+ </p>
23
+
24
+
25
+ </div>
26
+
27
 
28
  # Links
29
 
 
72
  title={Advancing LLM Reasoning Generalists with Preference Trees},
73
  author={Lifan Yuan and Ganqu Cui and Hanbin Wang and Ning Ding and Xingyao Wang and Jia Deng and Boji Shan and Huimin Chen and Ruobing Xie and Yankai Lin and Zhenghao Liu and Bowen Zhou and Hao Peng and Zhiyuan Liu and Maosong Sun},
74
  year={2024},
75
+ eprint={2404.02078},
76
+ archivePrefix={arXiv},
77
+ primaryClass={cs.AI}
78
  }
79
  ```