From 24d0a25e9f7edb67dea1c15f5498ed98cc652822 Mon Sep 17 00:00:00 2001 From: naiborhujosua Date: Fri, 17 Apr 2026 22:17:42 +0700 Subject: [PATCH 1/3] Add new AI competition details to competitions.json --- competitions.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/competitions.json b/competitions.json index ecc030f..4833c00 100644 --- a/competitions.json +++ b/competitions.json @@ -6299,6 +6299,23 @@ "sponsor": "Kaggle", "conference": null, "conference_year": null + }, + { + "name": "Identify dangerous or unsafe statements embedded within AI agent conversations", + "url": "https://bitgrit.net/competition/27", + "tags": [ + "nlp", + "classification", + "supervised" + ], + "launched": "1 Apr 2026", + "registration-deadline": "31 May 2026", + "deadline": "31 May 2026", + "prize": "$3,000", + "platform": "Bitgrit", + "sponsor": "Bitgrit", + "conference": null, + "conference_year": null } ] } From 01a76c1b7e557995d5fa363357a7c473a5aea56e Mon Sep 17 00:00:00 2001 From: naiborhujosua Date: Sat, 18 Apr 2026 08:34:05 +0700 Subject: [PATCH 2/3] Update competitions.json --- competitions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/competitions.json b/competitions.json index 4833c00..83eefbc 100644 --- a/competitions.json +++ b/competitions.json @@ -6301,7 +6301,7 @@ "conference_year": null }, { - "name": "Identify dangerous or unsafe statements embedded within AI agent conversations", + "name": "Classify AI Outputs", "url": "https://bitgrit.net/competition/27", "tags": [ "nlp", From e73855c35151b5d8c23cd6d1f9e47654668f1eb6 Mon Sep 17 00:00:00 2001 From: Harald Carlens <7941504+hcarlens@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:42:25 +0100 Subject: [PATCH 3/3] Update competitions.json --- competitions.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/competitions.json b/competitions.json index 83eefbc..90bae87 100644 --- a/competitions.json +++ b/competitions.json @@ -6301,12 +6301,13 @@ "conference_year": null }, { - "name": "Classify AI Outputs", + "name": "Identify Harmful LLM Outputs", "url": "https://bitgrit.net/competition/27", "tags": [ "nlp", "classification", - "supervised" + "supervised", + "measurable" ], "launched": "1 Apr 2026", "registration-deadline": "31 May 2026",