ArvinZhuang commited on
Commit
605f44c
1 Parent(s): ab0818c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -77,5 +77,12 @@ for i, result in enumerate(results):
77
  journal={arXiv preprint arXiv:2206.10128},
78
  year={2022}
79
  }
 
 
 
 
 
 
 
80
  ```
81
 
 
77
  journal={arXiv preprint arXiv:2206.10128},
78
  year={2022}
79
  }
80
+
81
+ @inproceedings{zhuang2023augmenting,
82
+ title={Augmenting Passage Representations with Query Generation for Enhanced Cross-Lingual Dense Retrieval},
83
+ author={Zhuang, Shengyao and Shou, Linjun and Zuccon, Guido},
84
+ booktitle={Proceedings of the 46th international ACM SIGIR conference on research and development in information retrieval},
85
+ year={2023}
86
+ }
87
  ```
88