suolyer commited on
Commit
5752cd1
1 Parent(s): 6c5cd32

Update README.md

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