CLDec 20, 2024

NeSyCoCo: A Neuro-Symbolic Concept Composer for Compositional Generalization

arXiv:2412.15588v112 citationsh-index: 9
Originality Incremental advance
AI Analysis

This addresses the challenge of compositional generalization for AI agents in complex vision-language tasks, representing an incremental improvement over existing neuro-symbolic methods.

The paper tackled the problem of compositional generalization in vision-language reasoning by proposing NeSyCoCo, a neuro-symbolic framework that uses LLMs to generate symbolic representations and map them to differentiable neural computations, achieving state-of-the-art results on benchmarks like ReaSCAN and CLEVR-CoGenT.

Compositional generalization is crucial for artificial intelligence agents to solve complex vision-language reasoning tasks. Neuro-symbolic approaches have demonstrated promise in capturing compositional structures, but they face critical challenges: (a) reliance on predefined predicates for symbolic representations that limit adaptability, (b) difficulty in extracting predicates from raw data, and (c) using non-differentiable operations for combining primitive concepts. To address these issues, we propose NeSyCoCo, a neuro-symbolic framework that leverages large language models (LLMs) to generate symbolic representations and map them to differentiable neural computations. NeSyCoCo introduces three innovations: (a) augmenting natural language inputs with dependency structures to enhance the alignment with symbolic representations, (b) employing distributed word representations to link diverse, linguistically motivated logical predicates to neural modules, and (c) using the soft composition of normalized predicate scores to align symbolic and differentiable reasoning. Our framework achieves state-of-the-art results on the ReaSCAN and CLEVR-CoGenT compositional generalization benchmarks and demonstrates robust performance with novel concepts in the CLEVR-SYN benchmark.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes