Update README.md
Browse files
README.md
CHANGED
@@ -104,5 +104,15 @@ After training the model, you can evaluate the model by running the following co
|
|
104 |
python src/convert2trec.py output/res.step-20 && python src/msmarco_eval.py data/qrels.retrieval.dev.tsv output/res.step-20.trec && path_to/trec_eval -m ndcg_cut.5 data/qrels.dev.tsv res.step-20.trec
|
105 |
```
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
|
108 |
|
|
|
104 |
python src/convert2trec.py output/res.step-20 && python src/msmarco_eval.py data/qrels.retrieval.dev.tsv output/res.step-20.trec && path_to/trec_eval -m ndcg_cut.5 data/qrels.dev.tsv res.step-20.trec
|
105 |
```
|
106 |
|
107 |
+
## Citation
|
108 |
+
If you use this dataset in your research, please cite our paper:
|
109 |
+
```
|
110 |
+
@inproceedings{t2ranking,
|
111 |
+
title={T2Ranking: A large-scale Chinese Benchmark for Passage Ranking},
|
112 |
+
author={Xiaohui Xie, Qian Dong},
|
113 |
+
booktitle={Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval},
|
114 |
+
year={2023}
|
115 |
+
}
|
116 |
+
```
|
117 |
|
118 |
|