Papers › Combining Induction and Transduction for Abstract Reasoning

Combining Induction and Transduction for Abstract Reasoning

4 Nov 2024arXiv:2411.02272archive 2025-07-28

Wen-Ding Li, Keya Hu, Carter Larsen, Yuqing Wu, Simon Alford, Caleb Woo, Spencer M. Dunn, Hao Tang, Michelangelo Naim, Dat Nguyen, Wei-Long Zheng, Zenna Tavares, Yewen Pu, Kevin Ellis

When learning an input-output mapping from very few examples, is it better to first infer a latent function that explains the examples, or is it better to directly predict new test outputs, e.g. using a neural network? We study this question on ARC by training neural models for induction (inferring latent functions) and transduction (directly predicting the test output for a given test input). We train on synthetically generated variations of Python programs that solve ARC training tasks. We find inductive and transductive models solve different kinds of test problems, despite having the same training problems and sharing the same neural architecture: Inductive program synthesis excels at precise computations, and at composing multiple concepts, while transduction succeeds on fuzzier perceptual concepts. Ensembling them approaches human-level performance on ARC.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2411.02272")

Code

Syntology Ran 0 of 19 code samples harvested from 1 repository linked to this paper; 19 have no recorded run.

By repository: official repository: 19 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xu3kev/barc officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 0 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

19unverified

Licence: 19 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from xu3kev/barc. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

check_grid xu3kev/barc/generate_problems.py official repository unverified no licence file found · pointer only · f60ed9b398bb02d7 · report
check_grids_all_equal xu3kev/barc/generate_problems.py official repository unverified no licence file found · pointer only · ce383926d54b465b · report
check_identity xu3kev/barc/generate_problems.py official repository unverified no licence file found · pointer only · f2b5a5387a1e38f0 · report
color_deterministic xu3kev/barc/color_variation.py official repository unverified no licence file found · pointer only · 05eb189e28232ffb · report
color_deterministic xu3kev/barc/gen_aug_dataset.py official repository unverified no licence file found · pointer only · 86465f5ee4424776 · report
color_to_number xu3kev/barc/evaluation.py official repository unverified no licence file found · pointer only · 715d8903f925b507 · report
color_variation xu3kev/barc/color_variation.py official repository unverified no licence file found · pointer only · 6c25536f44893fac · report
compare_grids xu3kev/barc/eval_code_samples.py official repository unverified no licence file found · pointer only · 3b3fa833e3b26cd4 · report
concepts_in_file xu3kev/barc/concepts.py official repository unverified no licence file found · pointer only · e56a04784249e6b6 · report
convert_color_name xu3kev/barc/gen_aug_dataset.py official repository unverified no licence file found · pointer only · 74b9e46678c73f6d · report
description_in_file xu3kev/barc/concepts.py official repository unverified no licence file found · pointer only · 236e88a71bbebcfd · report
ensure_colors_exist xu3kev/barc/generate_code.py official repository unverified no licence file found · pointer only · f216c58912a089d6 · report
execute_transformation xu3kev/barc/execution.py official repository unverified no licence file found · pointer only · e4aaf0dc18a08032 · report
grid_2d_to_tuple xu3kev/barc/evaluation.py official repository unverified no licence file found · pointer only · 61fc7c63b253b738 · report
grid_to_input xu3kev/barc/gen_aug_dataset.py official repository unverified no licence file found · pointer only · 0dfbc8b8fc6c38d1 · report
multi_process_execute xu3kev/barc/execution.py official repository unverified no licence file found · pointer only · 01c435e68ef843e8 · report
multi_process_execute_v2 xu3kev/barc/execution.py official repository unverified no licence file found · pointer only · 464b726f85abe923 · report
trace_calls xu3kev/barc/eval_code_samples.py official repository unverified no licence file found · pointer only · dd3be7e32f87f0de · report
tuple_to_grid_2d xu3kev/barc/evaluation.py official repository unverified no licence file found · pointer only · c834c2c28315b0b0 · report

Tasks

ARCProgram Synthesis

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections