Skip to content

yuhsienchiang/fact-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fact Check

This repository contains the code for the final projct of the subject Natural Language Processing COMP90042 2023

Setup

  1. Project dependencies are managed using poetry, run poetry command bellow to install dependencies:
poetry install
  1. All parameters for the models, training, and predicting are stored in config files at src/config/
  2. You can run the models by:
    • executing src/retriever.py and src/classify.py files
    python src/retriever.py
    python src/classify.py
    • go through the notebooks in notebooks/ (uncompleted)

References