This repo contains:
- The public web page sources for the GermEval2024 GerMS-Detect Shared Task
- Code and other information related to the shared task
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/
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.