Update README.md
Browse files
README.md
CHANGED
@@ -117,16 +117,24 @@ for line in result[:20]:
|
|
117 |
|
118 |
## 引用 Citation
|
119 |
|
120 |
-
如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/abs/
|
121 |
|
122 |
-
If you are using the resource for your work, please cite the our [paper](https://arxiv.org/abs/
|
123 |
|
124 |
```text
|
125 |
-
@article{
|
126 |
-
author = {
|
127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
journal = {CoRR},
|
129 |
-
volume = {abs/
|
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 |
```
|