This repository contains the source code and supplementary materials for our paper 'Graph Contrastive Learning for Truth Inference,' which has been accepted for publication at ICDE 2024.
# Clone the repository
git clone https://github.com/liiuhaao/GOVERN.git
# Go to the project directory
cd GOVERN
# Create and activate the conda environment
conda env create -f environment.yml
conda activate govern