xuhaike commited on
Commit
64f5545
·
verified ·
1 Parent(s): ee17ccf

Create README.md

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