From 05704d0eb2fa59fe727652465b07db40bcb06c38 Mon Sep 17 00:00:00 2001 From: Yuren Hao Date: Wed, 8 Apr 2026 22:06:05 -0500 Subject: Initial release: GAP framework - Full pipeline: variant generation, multi-judge verification, evaluation - Loaders for OpenAI / Anthropic / Google / xAI / OpenRouter / vLLM - Framework-level mechanism analyses: paired structural overlap, repairability rescue, self-correction probe, cross-model agreement, topic x problem-type interaction - Unicode -> bare-LaTeX cleaner + audit + spot-check - Mirrors https://huggingface.co/datasets/blackhao0426/PutnamGAP --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f97bb38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +__pycache__/ +*.pyc +*.pyo +*.pyd +.Python +*.so +*.egg +*.egg-info/ + +# Local results / outputs +results/ +results_new/ +runs/ +outputs/ +*.log + +# Data caches +.cache/ +huggingface_cache/ + +# Editor / OS +.DS_Store +.idea/ +.vscode/ +*.swp +.ipynb_checkpoints/ + +# Secrets +.env +.env.* +api_keys.txt +secrets.json +*.pem +*.key +.putnam_config.json +.putnam_env -- cgit v1.2.3