Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

21 Commits

Repository files navigation

AGI Hackathon 2026

Google DeepMind x Kaggle "Measuring Progress Toward AGI: A Cognitive Framework" Hackathon 2026

Status: 85% Ready for Production

ComponentStatusDetails
Adversarial Datasets✅ Complete2,861 questions across 5 tracks
Notebooks✅ FixedAll 5 notebooks JSON-valid and ready
Kaggle Datasets✅ UploadedAll 5 adversarial datasets on Kaggle
Inference Script✅ CreatedReady to run with API keys
Real Predictions⏳ PendingRequires API keys for model inference
Final Submission⏳ PendingDummy submission created

Overview

This repository contains adversarial datasets and evaluation resources for the AGI Hackathon 2026. We focus on evaluating 5 cognitive tracks from the Trinity Cognitive Probes framework using adversarial questions that test true cognitive capabilities rather than memorization.

5 Cognitive Tracks (Adversarial)

TrackFull NameQuestionsExpected AccuracyKaggle Dataset
THLPTrinity Hierarchical Learning Pattern27425-40%playra/trinity-thlp-adversarial
TTMTrinity Metacognitive19910-25%playra/trinity-ttm-physics-enhanced
TAGPTrinity Attention Grid Pattern85120-35%playra/trinity-tagp-adversarial
TEFBTrinity Executive Function Battery1,51250-70%playra/trinity-tefb-cleaned
TSCPTrinity Social Cognition Protocol2560-80%playra/trinity-tscp-cleaned

Total: 2,861 Adversarial Questions


Quick Start

# Clone repository
git clone https://github.com/gHashTag/agi-hackathon.git
cd agi-hackathon
# Explore adversarial datasets
ls kaggle/data/extra/

Running Inference

Prerequisites

Set your API keys as environment variables:

export ANTHROPIC_API_KEY="your-key-here"# Claudeexport OPENAI_API_KEY="your-key-here"# GPT-4oexport GOOGLE_API_KEY="your-key-here"# Gemini

Run Inference

# Run on all tracks with GPT-4o
python3 scripts/inference.py --model gpt-4o --track all --output inference_results
# Run on single track with Claude
python3 scripts/inference.py --model claude --track thlp --output results
# Test with sample (first 10 questions)
python3 scripts/inference.py --model gpt-4o --track all --sample 10

Available Models

ModelAPICommand
Claude 3.5 SonnetAnthropic--model claude
GPT-4oOpenAI--model gpt-4o
Gemini 1.5 FlashGoogle--model gemini

Kaggle Submission

Current Status

A dummy submission file exists at kaggle/submission.csv with 2,711 predictions (all "A").

For Real Submission

  1. Run inference with valid API keys:

    python3 scripts/inference.py --model gpt-4o --track all --output inference_results
  2. Validate predictions:

    head inference_results/submission.csv
  3. Upload to Kaggle:

    • Go to the AGI Hackathon competition page
    • Click "Submit Predictions"
    • Upload your submission.csv

Datasets

Adversarial Datasets (for evaluation)

FileQuestionsDescription
kaggle/data/extra/thlp_mc_aggressive.csv274Pattern-breaking THLP questions
kaggle/data/extra/ttm_physics_mc.csv199Physics-enhanced TTM questions
kaggle/data/tagp_mc_aggressive.csv851Adversarial TAGP questions
kaggle/data/extra/tefb_mc_cleaned.csv1,512Cleaned TEFB questions
kaggle/data/extra/tscp_mc_cleaned.csv25Cleaned TSCP questions

Original Datasets (for reference)

FileQuestionsStatus
kaggle/data/thlp_mc_fixed.csv19,680Fixed UTF-8 issues
kaggle/data/ttm_mc_fixed.csv2,482Artificial structure (see audit)
kaggle/data/tagp_mc_fixed.csv17,600Fixed encoding
kaggle/data/tefb_mc_fixed.csv21,080Normalized answers
kaggle/data/tscp_mc_fixed.csv2,839Fixed delimiters

Key Findings

TTM Dataset Audit

The original TTM dataset had artificial structure:

  • 816 rows = 33 unique questions × 4 variants
  • Each question appeared 4 times with different correct answers
  • This gave 100% accuracy for pattern-matching models

Solution: Created adversarial physics-enhanced dataset (199 questions) with realistic structure. Expected accuracy: 10-25%.


Documentation

  • kaggle/STATUS.md - Dataset status and quality
  • kaggle/BENCHMARK_MODELS.md - Model benchmarking guide
  • kaggle/KAGGLE_SUBMISSION_GUIDE.md - Submission instructions
  • kaggle/KAGGLE_FIXES_REPORT.md - Dataset fixes applied
  • scripts/inference.py - Main inference script

Notebooks

All notebooks have been fixed and are JSON-valid:

NotebookTrackStatus
notebooks/thlp_mc_benchmark.ipynbTHLP✅ Valid
notebooks/ttm_mc_benchmark.ipynbTTM✅ Valid
notebooks/tagp_mc_benchmark.ipynbTAGP✅ Valid
notebooks/tefb_mc_benchmark.ipynbTEFB✅ Valid
notebooks/tscp_mc_benchmark.ipynbTSCP✅ Valid

Citation

@online{AGI Hackathon 2026}, title={Measuring Progress Toward AGI: A Cognitive Framework Benchmark with Adversarial Datasets}, author={{Vasilev, Dmitrii} and {Zhuang, Jiaming}}, booktitle={Kaggle: The World's AI Proving Ground}, year={2026}, publisher={Google DeepMind}, url={https://github.com/gHashTag/agi-hackathon}}

License

MIT License

About

Evaluation framework for Google DeepMind AGI Hackathon 2026 - Measures cognitive abilities across 5 tracks: Learning, Metacognition, Attention, Executive Functions, Social Cognition. Includes test scripts, Kaggle dataset fixes, and evaluation prompts for LLMs.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages