Home
Softono

Quin

Open source MIT Python
67
Stars
7
Forks
7
Issues
8
Watchers
3 years
Last Commit

 About Quin

An easy to use framework for large-scale fact-checking and question answering

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Quin?

We provide expert installation service for this software. Our team will install, configure, and secure Quin on your server. plans start at just $30.

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.