Update README.md
Browse files
README.md
CHANGED
@@ -134,20 +134,33 @@ print(output)
|
|
134 |
|
135 |
## 引用 Citation
|
136 |
|
137 |
-
如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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{
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
|
|
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/):
|