xuhaike commited on
Commit
47a9481
·
verified ·
1 Parent(s): a610f04

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # BGE-CL-Arguana
6
+
7
+ This repository contains the SparseCL model based on `BAAI/bge-base-en-v1.5` and trained on the Arguana dataset.
8
+
9
+ SparseCL is designed for contradiction and counterargument 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
27
+
28
+ MIT License.