From dbd3d284a2278243a41cfbda0663b58df3cf656a Mon Sep 17 00:00:00 2001 From: Johann Petrak Date: Wed, 1 May 2024 21:13:36 +0200 Subject: [PATCH] WIP --- README.md | 5 +++++ site/index.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index a4647e6..7eaadc9 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,9 @@ python python/scoring.py --st 1 --reference-dir test/trial/targets/ --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](https://www.apache.org/licenses/LICENSE-2.0) + +All data files in this repo are licensed under a [Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en) license. diff --git a/site/index.md b/site/index.md index 0ef65a5..f827601 100644 --- a/site/index.md +++ b/site/index.md @@ -1,5 +1,8 @@ ## GermEval2024 Shared Task: GerMS-Detect -- Sexism Detection in German Online News Fora +UPDATE 2024-05-01: +* the targets file for the trial task has been added to the [downloads](downloads.html) +* the [source code for the scoring program](https://github.com/OFAI/GermEval2024-GerMS/blob/main/python/scoring.py) is now available. See the [README](https://github.com/OFAI/GermEval2024-GerMS/blob/main/README.md). UPDATE 2024-04-30: please not that we have updated the rules for [open track](open-track.html) and [closed track](closed-track.html) and corresponding paper submissions as well es the [terms and conditions](terms.html)