suolyer commited on
Commit
555bd5f
1 Parent(s): 01b67a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -118,16 +118,24 @@ for line in result[:20]:
118
 
119
  ## 引用 Citation
120
 
121
- 如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/abs/2209.02970):
122
 
123
- If you are using the resource for your work, please cite the our [paper](https://arxiv.org/abs/2209.02970):
124
 
125
  ```text
126
- @article{fengshenbang,
127
- author = {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 and Ruyi Gan and Jiaxing Zhang},
128
- title = {Fengshenbang 1.0: Being the Foundation of Chinese Cognitive Intelligence},
 
 
 
 
 
 
 
 
129
  journal = {CoRR},
130
- volume = {abs/2209.02970},
131
  year = {2022}
132
  }
133
  ```
 
118
 
119
  ## 引用 Citation
120
 
121
+ 如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/abs/2210.08590):
122
 
123
+ If you are using the resource for your work, please cite the our [paper](https://arxiv.org/abs/2210.08590):
124
 
125
  ```text
126
+ @article{unimc,
127
+ author = {Ping Yang and
128
+ Junjie Wang and
129
+ Ruyi Gan and
130
+ Xinyu Zhu and
131
+ Lin Zhang and
132
+ Ziwei Wu and
133
+ Xinyu Gao and
134
+ Jiaxing Zhang and
135
+ Tetsuya Sakai},
136
+ title = {Zero-Shot Learners for Natural Language Understanding via a Unified Multiple Choice Perspective},
137
  journal = {CoRR},
138
+ volume = {abs/2210.08590},
139
  year = {2022}
140
  }
141
  ```