Skip to content

aic-factcheck/fever-cs-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts to obtain the Czech Wiki & Fever dataset

Building data from scratch

Basic usage:

git clone https://github.com/heruberuto/fever-cs-dataset
cd fever-cs-dataset
pip install -r requirements.txt
/bin/bash build.sh

builds a fresh version of FEVERcs dataset using the latest available cswiki dump and latest stable version of the building scripts

Download pre-built dataset

Embed the latest dataset within a Docker image

Using wget from Dockerfile, unpacking the contents into /local/fever-common/data:

RUN wget "https://raw.githubusercontent.com/heruberuto/fever-cs-dataset/master/download_prebuilt.sh" -O download_prebuilt.sh && /bin/bash download_prebuilt.sh /local/fever-common/data

Using locally

Basic usage:

git clone https://github.com/heruberuto/fever-cs-baseline
/bin/bash fever-cs-baseline/download_prebuilt.sh [TARGET DIRECTORY]

E. g.

git clone https://github.com/heruberuto/fever-cs-baseline
/bin/bash fever-cs-baseline/download_prebuilt.sh /local/fever-common/data

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published