xuhaike commited on
Commit
07ef73e
·
verified ·
1 Parent(s): de80bfe

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+
6
+ # GTE-SparseCL-hotpotqa
7
+
8
+ This repository contains a SparseCL model based on `Alibaba-NLP/gte-large-en-v1.5` and trained on the HotpotQA dataset.
9
+
10
+ SparseCL is designed for contradiction retrieval.
11
+
12
+ For implementation and usage details, please see the [SparseCL repository](https://github.com/xuhaike/SparseCL).
13
+
14
+ ## Citation
15
+
16
+ Please cite our paper if you use this model:
17
+
18
+ ```bibtex
19
+ @inproceedings{xu2025contradiction,
20
+ title={Contradiction Retrieval via Contrastive Learning with Sparsity},
21
+ author={Xu, Haike and Lin, Zongyu and Chang, Kai-Wei and Sun, Yizhou and Indyk, Piotr},
22
+ booktitle={International Conference on Machine Learning},
23
+ year={2025}
24
+ }
25
+ ```