File size: 621 Bytes
bb1d34b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
license: cc-by-4.0
datasets:
- NaughtyConstrictor/fact-check-bureau
language:
- en
- fr
tags:
- information-retrieval
- fact-checking
---
# 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.

---