Skip to content

algoprog/Quin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quin

GitHub

An easy to use framework for large-scale fact-checking and question answering. [Demo]

Usage

The project was tested with Python 3.7. For the setup and execution:

  1. Download the model weights and extract them into the models/weights folder:
  1. Install the required packages:
pip3 install -r requirements.txt
  1. Index a list of documents:
python quin.py --index example_docs.jsonl
  1. Serve a Flask API:
python quin.py --port 1234

Datasets

References

@inproceedings{samarinas2021improving,
  title={Improving Evidence Retrieval for Automated Explainable Fact-Checking},
  author={Samarinas, Chris and Hsu, Wynne and Lee, Mong Li},
  booktitle={Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies: Demonstrations},
  pages={84--91},
  year={2021}
}

@inproceedings{samarinas2020latent,
  title={Latent Retrieval for Large-Scale Fact-Checking and Question Answering with NLI training},
  author={Samarinas, Chris and Hsu, Wynne and Lee, Mong Li},
  booktitle={2020 IEEE 32nd International Conference on Tools with Artificial Intelligence (ICTAI)},
  pages={941--948},
  year={2020},
  organization={IEEE}
}

License

Quin is licensed under MIT License, and the Factual-NLI dataset under Attribution 4.0 International (CC BY 4.0) license.

Releases

No releases published

Packages

No packages published

Languages