ConceptSearch: Towards Efficient Program Search Using LLMs for Abstraction and Reasoning Corpus (ARC) (Student Abstract)
Abstract
The Abstraction and Reasoning Corpus (ARC) poses a significant challenge to artificial intelligence, demanding broad generalization and few-shot learning capabilities that remain elusive for current deep learning methods, including large language models (LLMs) (Chollet 2019). While LLMs excel in program synthesis, their direct application to ARC yields limited success. To address this, we introduce ConceptSearch, a novel function-search algorithm that leverages LLMs for program generation and employs a concept-based scoring method to guide the search efficiently. Experimental results demonstrate that ConceptSearch outperforms direct GPT-4 prompting, with our novel scoring function boosting efficiency by ~30% compared to the baseline Hamming distance scoring. Code at https://github.com/kksinghal/concept-search
Cite
Text
Singhal and Shroff. "ConceptSearch: Towards Efficient Program Search Using LLMs for Abstraction and Reasoning Corpus (ARC) (Student Abstract)." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I28.35300Markdown
[Singhal and Shroff. "ConceptSearch: Towards Efficient Program Search Using LLMs for Abstraction and Reasoning Corpus (ARC) (Student Abstract)." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/singhal2025aaai-conceptsearch-a/) doi:10.1609/AAAI.V39I28.35300BibTeX
@inproceedings{singhal2025aaai-conceptsearch-a,
title = {{ConceptSearch: Towards Efficient Program Search Using LLMs for Abstraction and Reasoning Corpus (ARC) (Student Abstract)}},
author = {Singhal, Kartik and Shroff, Gautam},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2025},
pages = {29493-29494},
doi = {10.1609/AAAI.V39I28.35300},
url = {https://mlanthology.org/aaai/2025/singhal2025aaai-conceptsearch-a/}
}