ARC-AGI Solver
Solver for the Abstraction and Reasoning Corpus (ARC) task
- Period: Mar 2025 — Jun 2025
- Tools: PyTorch
- GitHub:
- Technical Report: arc-agi-solver.pdf
- URL: N/A
- Intro to Deep Learning (senior course in SNU) term project: built an ARC-AGI solver; placed 1st among 35 teams on the hidden evaluation.
- Fine-tuned Qwen3-4B with LoRA, curated data augmentation, and a custom
lm_head; applied two test-time scaling methods (test-time training and grid-wise voting). (Technical report)