xuhaike commited on
Commit
92c8bf7
·
verified ·
1 Parent(s): f26af26

Create README.md

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