paper-with-me

Papers

Reasoning Algorithmically in Graph Neural Networks

2024-02-21 · Danilo Numeroso

The development of artificial intelligence systems with advanced reasoning capabilities represents a persistent and long-standing research question. Traditionally, the primary strategy to address this challenge involved the adoption of symbolic approaches, where knowledge was explicitly represented by means of symbols and explicitly programmed rules. However, with the advent of machine learning, there has been a paradigm shift towards systems that can autonomously learn from data, requiring minimal human guidance. In light of this shift, in latest years, there has been increasing interest and efforts at endowing neural networks with the ability to reason, bridging the gap between data-driven learning and logical reasoning. Within this context, Neural Algorithmic Reasoning (NAR) stands out as a promising research field, aiming to integrate the structured and rule-based reasoning of algorithms with the adaptive learning capabilities of neural networks, typically by tasking neural models to mimic classical algorithms. In this dissertation, we provide theoretical and practical contributions to this area of research. We explore the connections between neural networks and tropical algebra, deriving powerful architectures that are aligned with algorithm execution. Furthermore, we discuss and show the ability of such neural reasoners to learn and manipulate complex algorithmic and combinatorial optimization concepts, such as the principle of strong duality. Finally, in our empirical efforts, we validate the real-world utility of NAR networks across different practical scenarios. This includes tasks as diverse as planning problems, large-scale edge classification tasks and the learning of polynomial-time approximate algorithms for NP-hard combinatorial problems. Through this exploration, we aim to showcase the potential integrating algorithmic reasoning in machine learning models.

📄 PDF Abstract BibTeX arXiv:2402.13744

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationEdge ClassificationLogical Reasoning

Similar Papers 제목 키워드 기반

AlgoSimBench: Identifying Algorithmically Similar Problems for Competitive Programming

2025-07-21 · Jierui Li, Raymond Mooney arxiv

Recent reasoning-enhanced Large Language Models (LLMs) have achieved promising results in solving complex competitive programming problems. However, it remains unclear whether these reasoning abilities generalize to rele…

MedCEG: Reinforcing Verifiable Medical Reasoning with Critical Evidence Graph

2025-12-15 · Linjie Mu, Yannian Gu, Zhongzhen Huang, Yakun Zhu 외 arxiv

Large language models with reasoning capabilities have demonstrated impressive performance across a wide range of domains. In clinical applications, a transparent, step-by-step reasoning process provides physicians with …

Reinforcement Learning

Graph Neural Networks are Dynamic Programmers

2022-03-29 · Andrew Dudzik, Petar Veličković

Recent advances in neural algorithmic reasoning with graph neural networks (GNNs) are propped up by the notion of algorithmic alignment. Broadly, a neural network will be better at learning to execute a reasoning task (i…

Abstract AlgebraLearning to Execute

FinCARE: Financial Causal Analysis with Reasoning and Evidence

2025-10-23 · Alejandro Michel, Abhinav Arun, Bhaskarjit Sarmah, Stefano Pasquali arxiv

Portfolio managers rely on correlation-based analysis and heuristic methods that fail to capture true causal relationships driving performance. We present a hybrid framework that integrates statistical causal discovery a…

EquiMem: Calibrating Shared Memory in Multi-Agent Debate via Game-Theoretic Equilibrium

2026-05-10 · Yuqiao Meng, Sakshi Sunil Narvekar, Luoxi Tang, Rupali Rajendra Vaje 외 arxiv

Multi-agent debate (MAD) systems increasingly rely on shared memory to support long-horizon reasoning, but this convenience opens a critical vulnerability: a single corrupted entry can contaminate the downstream memory-a…