Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
AugQ-CC is an unsupervised augmented dataset for training retrievers used in `AugTriever: Unsupervised Dense Retrieval by Scalable Data Augmentation`.
|
5 |
+
It consists of 52.4M pseudo query-document pairs based on [Pile-CommonCrawl](https://pile.eleuther.ai/paper.pdf).
|
6 |
+
|
7 |
+
```
|
8 |
+
@article{meng2022augtriever,
|
9 |
+
title={AugTriever: Unsupervised Dense Retrieval by Scalable Data
|
10 |
+
Augmentation},
|
11 |
+
author={Meng, Rui and Liu, Ye and Yavuz, Semih and Agarwal, Divyansh and Tu, Lifu and Yu, Ning and Zhang, Jianguo and Bhat, Meghana and Zhou, Yingbo},
|
12 |
+
journal={arXiv preprint arXiv:2212.08841},
|
13 |
+
year={2022}
|
14 |
+
}
|
15 |
+
```
|