Chenyan Xiong commited on
Commit ·
fcdd551
1
Parent(s): 681110d
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# Pretraining Text Encoders with Adversarial Mixture of Training Signal Generators
|
| 6 |
+
|
| 7 |
+
This model card contains the AMOS model (**base++** version) proposed in [this paper](). The official GitHub repository can be found [here](https://github.com/microsoft/AMOS).
|
| 8 |
+
|
| 9 |
+
# Citation
|
| 10 |
+
If you find this model card useful for your research, please cite the following paper:
|
| 11 |
+
```
|
| 12 |
+
@inproceedings{meng2022amos,
|
| 13 |
+
title={Pretraining Text Encoders with Adversarial Mixture of Training Signal Generators},
|
| 14 |
+
author={Meng, Yu and Xiong, Chenyan and Bajaj, Payal and Tiwary, Saurabh and Bennett, Paul and Han, Jiawei and Song, Xia},
|
| 15 |
+
booktitle={ICLR},
|
| 16 |
+
year={2022}
|
| 17 |
+
}
|
| 18 |
+
```
|