Justcode commited on
Commit
666fb5f
1 Parent(s): c2508ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -134,20 +134,33 @@ print(output)
134
 
135
  ## 引用 Citation
136
 
137
- 如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/abs/2210.08590):
 
 
 
 
 
 
 
 
 
 
138
 
 
139
  If you are using the resource for your work, please cite our [paper](https://arxiv.org/abs/2210.08590):
140
 
141
  ```text
142
- @article{fengshenbang,
143
- author = {Jiaxing Zhang and Ruyi Gan and Junjie Wang and Yuxiang Zhang and Lin Zhang and Ping Yang and Xinyu Gao and Ziwei Wu and Xiaoqun Dong and Junqing He and Jianheng Zhuo and Qi Yang and Yongfeng Huang and Xiayu Li and Yanghan Wu and Junyu Lu and Xinyu Zhu and Weifeng Chen and Ting Han and Kunhao Pan and Rui Wang and Hao Wang and Xiaojun Wu and Zhongshen Zeng and Chongpei Chen},
144
- title = {Fengshenbang 1.0: Being the Foundation of Chinese Cognitive Intelligence},
145
- journal = {CoRR},
146
- volume = {abs/2209.02970},
147
- year = {2022}
 
148
  }
149
  ```
150
 
 
151
  You can also cite our [website](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
152
 
153
  欢迎引用我们的[网站](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
 
134
 
135
  ## 引用 Citation
136
 
137
+ 如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/pdf/2311.09198.pdf):
138
+ ```
139
+ @article{ziya-reader,
140
+ title={Never Lost in the Middle: Improving Large Language Models via Attention Strengthening Question Answering},
141
+ author={Junqing He and Kunhao Pan and Xiaoqun Dong and Zhuoyang Song and Yibo Liu and Yuxin Liang and Hao Wang and Qianguo Sun and Songxin Zhang and Zejian Xie and Jiaxing Zhang},
142
+ year={2023},
143
+ eprint={2311.09198},
144
+ archivePrefix={arXiv},
145
+ primaryClass={cs.CL}
146
+ }
147
+
148
 
149
+ ```
150
  If you are using the resource for your work, please cite our [paper](https://arxiv.org/abs/2210.08590):
151
 
152
  ```text
153
+ @article{ziya-reader,
154
+ title={Never Lost in the Middle: Improving Large Language Models via Attention Strengthening Question Answering},
155
+ author={Junqing He and Kunhao Pan and Xiaoqun Dong and Zhuoyang Song and Yibo Liu and Yuxin Liang and Hao Wang and Qianguo Sun and Songxin Zhang and Zejian Xie and Jiaxing Zhang},
156
+ year={2023},
157
+ eprint={2311.09198},
158
+ archivePrefix={arXiv},
159
+ primaryClass={cs.CL}
160
  }
161
  ```
162
 
163
+
164
  You can also cite our [website](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
165
 
166
  欢迎引用我们的[网站](https://github.com/IDEA-CCNL/Fengshenbang-LM/):