Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.06 KB

GermEval2024-GerMS

This repo contains:

Scorer

The source code for the scorer used in the shared task is in python/scoring.py

The scorer can be tested with the targets and sample submissions for subtasks 1 and 2:

# run the scorer for the subtask 1 sample submission
python python/scoring.py --st 1 --reference-dir test/trial/targets/ --submission-dir test/trial/submission-st1-01/

# run the scorer for the subtask 2 sample submission
python python/scoring.py --st 2 --reference-dir test/trial/targets/ --submission-dir test/trial/submission-st2-01/

LICENSES

All program code in this repo is licensed under the Apache 2.0 License terms

All data files in this repo are licensed under a Attribution-NonCommercial-ShareAlike 4.0 International license.