This repository hosts the template project used for the README2KG Shared Task hosted on Condabench.
The contents of this repository include scripts and data files used for the aforementioned competition:
predictor.py.We use poertry to manage our template project by default.
conda create --name readme poetry
poetry install
Or
use pip to install dependencies
pip install -r requirements.txt
You can use the dummy predictor give in the template to generate the prediction
python src/predictor.py
To run the scoring script directly:
python src/scoring.py --reference_dir ./data/train --prediction_dir ./results/prediction
The scoring script is exactly the same as we used in codabench to evaluate the results.
Jupyter Notebook
98.6%
Python
1.1%
This repository hosts the template project used for the README2KG Shared Task hosted on Condabench.
The contents of this repository include scripts and data files used for the aforementioned competition:
predictor.py.We use poertry to manage our template project by default.
conda create --name readme poetry
poetry install
Or
use pip to install dependencies
pip install -r requirements.txt
You can use the dummy predictor give in the template to generate the prediction
python src/predictor.py
To run the scoring script directly:
python src/scoring.py --reference_dir ./data/train --prediction_dir ./results/prediction
The scoring script is exactly the same as we used in codabench to evaluate the results.
Jupyter Notebook
98.6%
Python
1.1%