YCZhou commited on
Commit
5a49de1
·
1 Parent(s): 9f8e064

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -23,10 +23,25 @@ with torch.no_grad():
23
 
24
  ## Citation
25
  ```
26
- @article{zhou2022towards,
27
- title={Towards robust ranker for text retrieval},
28
- author={Zhou, Yucheng and Shen, Tao and Geng, Xiubo and Tao, Chongyang and Xu, Can and Long, Guodong and Jiao, Binxing and Jiang, Daxin},
29
- journal={arXiv preprint arXiv:2206.08063},
30
- year={2022}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  }
32
  ```
 
23
 
24
  ## Citation
25
  ```
26
+ @inproceedings{DBLP:conf/acl/Zhou0GTXLJJ23,
27
+ author = {Yucheng Zhou and
28
+ Tao Shen and
29
+ Xiubo Geng and
30
+ Chongyang Tao and
31
+ Can Xu and
32
+ Guodong Long and
33
+ Binxing Jiao and
34
+ Daxin Jiang},
35
+ title = {Towards Robust Ranker for Text Retrieval},
36
+ booktitle = {Findings of the Association for Computational Linguistics: {ACL} 2023,
37
+ Toronto, Canada, July 9-14, 2023},
38
+ pages = {5387--5401},
39
+ publisher = {Association for Computational Linguistics},
40
+ year = {2023},
41
+ url = {https://doi.org/10.18653/v1/2023.findings-acl.332},
42
+ doi = {10.18653/V1/2023.FINDINGS-ACL.332},
43
+ timestamp = {Sat, 30 Sep 2023 09:33:34 +0200},
44
+ biburl = {https://dblp.org/rec/conf/acl/Zhou0GTXLJJ23.bib},
45
+ bibsource = {dblp computer science bibliography, https://dblp.org}
46
  }
47
  ```