suolyer commited on
Commit
da27676
1 Parent(s): 02e89bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -83,16 +83,24 @@ result = model.predict(test_data)
83
 
84
  ## 引用 Citation
85
 
86
- 如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/abs/2209.02970):
87
 
88
- If you are using the resource for your work, please cite the our [paper](https://arxiv.org/abs/2209.02970):
89
 
90
  ```text
91
- @article{fengshenbang,
92
- 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},
93
- title = {Fengshenbang 1.0: Being the Foundation of Chinese Cognitive Intelligence},
 
 
 
 
 
 
 
 
94
  journal = {CoRR},
95
- volume = {abs/2209.02970},
96
  year = {2022}
97
  }
98
  ```
 
83
 
84
  ## 引用 Citation
85
 
86
+ 如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/abs/2210.08590):
87
 
88
+ If you are using the resource for your work, please cite the our [paper](https://arxiv.org/abs/2210.08590):
89
 
90
  ```text
91
+ @article{unimc,
92
+ author = {Ping Yang and
93
+ Junjie Wang and
94
+ Ruyi Gan and
95
+ Xinyu Zhu and
96
+ Lin Zhang and
97
+ Ziwei Wu and
98
+ Xinyu Gao and
99
+ Jiaxing Zhang and
100
+ Tetsuya Sakai},
101
+ title = {Zero-Shot Learners for Natural Language Understanding via a Unified Multiple Choice Perspective},
102
  journal = {CoRR},
103
+ volume = {abs/2210.08590},
104
  year = {2022}
105
  }
106
  ```