|
--- |
|
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. |
|
|
|
--- |
|
|