Update README.md
Browse files
README.md
CHANGED
@@ -83,16 +83,24 @@ result = model.predict(test_data)
|
|
83 |
|
84 |
## 引用 Citation
|
85 |
|
86 |
-
如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/abs/
|
87 |
|
88 |
-
If you are using the resource for your work, please cite the our [paper](https://arxiv.org/abs/
|
89 |
|
90 |
```text
|
91 |
-
@article{
|
92 |
-
author = {
|
93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
journal = {CoRR},
|
95 |
-
volume = {abs/
|
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 |
```
|