From c71706d75104273cd310450fc27e91af8b259a20 Mon Sep 17 00:00:00 2001 From: pateldha Date: Sun, 28 Jun 2026 15:09:00 -0400 Subject: [PATCH 1/2] adding competition --- competitions.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/competitions.json b/competitions.json index 338ea78..f4ada3a 100644 --- a/competitions.json +++ b/competitions.json @@ -6891,6 +6891,30 @@ "additional_urls": [ "https://www.kaggle.com/competitions/pokemon-tcg-ai-battle" ] + }, + { + "name": "Benchmark LLMs on Industrial Automation Reasoning", + "url": "https://www.kaggle.com/competitions/industrial-automation-challenge-track-1?ref=mlcontests", + "tags": [ + "llm", + "reasoning", + "benchmarks", + "nlp", + "measurable", + "classification" + ], + "launched": "1 Jun 2026", + "deadline": "1 Aug 2026", + "added": "28 Jun 2026", + "prize": "$500", + "platform": "Kaggle", + "sponsor": "Organizer", + "conference": "IJCAI", + "conference-year": 2026, + "additional_urls": [ + "https://sites.google.com/view/ai-industrial-challenge-ijcai/home", + "https://2026.ijcai.org/competitions/" + ] } ] -} +} \ No newline at end of file From fdc4290fa461aa82f0b4b5040fb650c38d59f569 Mon Sep 17 00:00:00 2001 From: Harald Carlens <7941504+hcarlens@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:12:06 +0100 Subject: [PATCH 2/2] Use IJCAI competition site as primary link --- competitions.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/competitions.json b/competitions.json index f4ada3a..e74676d 100644 --- a/competitions.json +++ b/competitions.json @@ -6894,7 +6894,7 @@ }, { "name": "Benchmark LLMs on Industrial Automation Reasoning", - "url": "https://www.kaggle.com/competitions/industrial-automation-challenge-track-1?ref=mlcontests", + "url": "https://sites.google.com/view/ai-industrial-challenge-ijcai/home?ref=mlcontests", "tags": [ "llm", "reasoning", @@ -6912,9 +6912,9 @@ "conference": "IJCAI", "conference-year": 2026, "additional_urls": [ - "https://sites.google.com/view/ai-industrial-challenge-ijcai/home", - "https://2026.ijcai.org/competitions/" + "https://2026.ijcai.org/competitions/", + "https://www.kaggle.com/competitions/industrial-automation-challenge-track-1?ref=mlcontests" ] } ] -} \ No newline at end of file +}