xuhaike commited on
Commit
2797d50
·
verified ·
1 Parent(s): b2b9d89

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
+ # BGE-SparseCL-Arguana
5
+
6
+ This repository contains the SparseCL model based on `BAAI/bge-base-en-v1.5` and trained on the Arguana dataset.
7
+
8
+ SparseCL is designed for contradiction and counterargument retrieval.
9
+
10
+ For implementation and usage details, please see the [SparseCL repository](https://github.com/xuhaike/SparseCL).
11
+
12
+ ## Citation
13
+
14
+ Please cite our paper if you use this model:
15
+
16
+ ```bibtex
17
+ @inproceedings{xu2025contradiction,
18
+ title={Contradiction Retrieval via Contrastive Learning with Sparsity},
19
+ author={Xu, Haike and Lin, Zongyu and Chang, Kai-Wei and Sun, Yizhou and Indyk, Piotr},
20
+ booktitle={International Conference on Machine Learning},
21
+ year={2025}
22
+ }
23
+ ```
24
+
25
+ ## License
26
+
27
+ MIT License.