NaughtyConstrictor commited on
Commit
bb1d34b
1 Parent(s): 3b7258b

Create README.md

Browse files

# BM25 Models for Fact-Check Retrieval

This repository contains pre-trained BM25 models designed for use with the [FactCheckBureau](https://gitlab.inria.fr/cedar/factcheckbureau) application and the fact-checking dataset [NaughtyConstrictor/fact-check-bureau](https://huggingface.co/datasets/NaughtyConstrictor/fact-check-bureau).

These models can be easily integrated into your retrieval pipeline using the [rank-bm25](https://github.com/dorianbrown/rank_bm25) library.

Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ datasets:
4
+ - NaughtyConstrictor/fact-check-bureau
5
+ language:
6
+ - en
7
+ - fr
8
+ tags:
9
+ - information-retrieval
10
+ - fact-checking
11
+ ---
12
+ # BM25 Models for Fact-Check Retrieval
13
+
14
+ This repository contains pre-trained BM25 models designed for use with the [FactCheckBureau](https://gitlab.inria.fr/cedar/factcheckbureau) application and the fact-checking dataset [NaughtyConstrictor/fact-check-bureau](https://huggingface.co/datasets/NaughtyConstrictor/fact-check-bureau).
15
+
16
+ These models can be easily integrated into your retrieval pipeline using the [rank-bm25](https://github.com/dorianbrown/rank_bm25) library.
17
+
18
+ ---