Papers › Case2Code: Learning Inductive Reasoning with Synthetic Data

Case2Code: Learning Inductive Reasoning with Synthetic Data

17 Jul 2024arXiv:2407.12504archive 2025-07-28

Yunfan Shao, Linyang Li, Yichuan Ma, Peiji Li, Demin Song, Qinyuan Cheng, ShiMin Li, Xiaonan Li, Pengyu Wang, Qipeng Guo, Hang Yan, Xipeng Qiu, Xuanjing Huang, Dahua Lin

Complex reasoning is an impressive ability shown by large language models (LLMs). Most LLMs are skilled in deductive reasoning, such as chain-of-thought prompting or iterative tool-using to solve challenging tasks step-by-step. In this paper, we hope to focus on evaluating and teaching LLMs to conduct inductive reasoning, that is, LLMs are supposed to infer underlying rules by observing examples or sequential transformations. However, collecting large-scale and diverse human-generated inductive data is challenging. We focus on data synthesis in the code domain and propose a \textbf{Case2Code} task by exploiting the expressiveness and correctness of programs. Specifically, we collect a diverse set of executable programs, synthesize input-output transformations for each program, and force LLMs to infer the underlying code implementations based on the synthetic I/O cases. We first evaluate representative LLMs on the synthesized Case2Code task and demonstrate that the Case-to-code induction is challenging for LLMs. Then, we synthesize large-scale Case2Code training samples to train LLMs to perform inductive reasoning. Experimental results show that such induction training benefits not only in distribution Case2Code performance but also enhances various coding abilities of trained LLMs, demonstrating the great potential of learning inductive reasoning via synthetic data.

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="2407.12504")

Code

Syntology Ran 9 of 13 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 9 ran with no contract checked.

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

choosewhatulike/case2code officialmentioned on GitHubApache-2.0 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

13 samples harvested; 9 ran; 0 honoured the contract we drafted; 4 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.

9ran
4unverified

Licence: 0 of the 13 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 choosewhatulike/case2code. “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.

execute_code_wrapped choosewhatulike/case2code/exec_utils.py official repository ran Apache-2.0 (permissive) · cbe1465055781766 · report
find_next_matching_parentheses choosewhatulike/case2code/prompt_code_data.py official repository ran Apache-2.0 (permissive) · f77c3ab6fcec0050 · report
get_functions choosewhatulike/case2code/ast_utils.py official repository ran Apache-2.0 (permissive) · f715b02aee57f4cc · report
hinted_tuple_hook choosewhatulike/case2code/exec_utils.py official repository ran Apache-2.0 (permissive) · 4a9ac795913154cf · report
read_json choosewhatulike/case2code/api_call_util.py official repository ran Apache-2.0 (permissive) · ad5f98bba0c21929 · report
read_jsonl choosewhatulike/case2code/api_call_util.py official repository ran Apache-2.0 (permissive) · 65c57366104cbd60 · report
run_code_carefully choosewhatulike/case2code/exec_utils.py official repository ran Apache-2.0 (permissive) · 91900a7213500feb · report
source_to_ast choosewhatulike/case2code/ast_utils.py official repository ran Apache-2.0 (permissive) · 9d97a25d8bf47524 · report
unwrap_code choosewhatulike/case2code/data_process.py official repository ran fingerprinted Apache-2.0 (permissive) · 1d3bfb6057c12f45 · report
get_data_processor choosewhatulike/case2code/data_process.py official repository unverified Apache-2.0 (permissive) · 77994d7607b4f856 · report
process_code choosewhatulike/case2code/mp_exec_code.py official repository unverified Apache-2.0 (permissive) · 7e8e2b21d03cf0aa · report
read_gen_data choosewhatulike/case2code/api_call_util.py official repository unverified Apache-2.0 (permissive) · c8f61b44d28f3ca2 · report
run_worker choosewhatulike/case2code/mp_test_case2code_with_exe.py official repository unverified Apache-2.0 (permissive) · b1f9298be41ff962 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

FocusSET

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