add link
Browse files
README.md
CHANGED
@@ -18,6 +18,10 @@ tags:
|
|
18 |
---
|
19 |
# SOAR-ARC Models: Self-Improving Language Models for Program Synthesis
|
20 |
|
|
|
|
|
|
|
|
|
21 |
This repository contains one of the models fine-tuned using the **SOAR** (**S**elf-improving **O**perators for **A**utomated program **R**efinements) framework, as presented in the paper:
|
22 |
|
23 |
> [**Self-Improving Language Models for Evolutionary Program Synthesis: A Case Study on ARC-AGI**](https://icml.cc/virtual/2025/poster/43499)
|
|
|
18 |
---
|
19 |
# SOAR-ARC Models: Self-Improving Language Models for Program Synthesis
|
20 |
|
21 |
+
<p align="center">
|
22 |
+
🤗 <a href="https://huggingface.co/collections/julien31/soar-arc-6856d27681fce01d9af4c4a3">Hugging Face (data and model)</a>   |    📑 <a href="https://icml.cc/virtual/2025/poster/43499">Paper</a>    |    📑 <a href="https://julienp.netlify.app/posts/soar/">Blog</a>
|
23 |
+
</p>
|
24 |
+
|
25 |
This repository contains one of the models fine-tuned using the **SOAR** (**S**elf-improving **O**perators for **A**utomated program **R**efinements) framework, as presented in the paper:
|
26 |
|
27 |
> [**Self-Improving Language Models for Evolutionary Program Synthesis: A Case Study on ARC-AGI**](https://icml.cc/virtual/2025/poster/43499)
|