Papers › Flow of Reasoning:Training LLMs for Divergent Problem Solving with Minimal Examples

Flow of Reasoning:Training LLMs for Divergent Problem Solving with Minimal Examples

9 Jun 2024arXiv:2406.05673archive 2025-07-28

Fangxu Yu, Lai Jiang, Haoqiang Kang, Shibo Hao, Lianhui Qin

The ability to generate diverse solutions to a given problem is a hallmark of human creativity. This divergent reasoning is also crucial for machines, enhancing their robustness and enabling them to assist humans in many applications such as scientific discovery. However, existing approaches to multi-step reasoning with large language models (LLMs) have mostly focused only on reasoning accuracy, without further discovering more diverse valid solutions. For example, supervised fine-tuning can improve LLM reasoning quality, but requires extensive supervised data to capture the full range of possible solutions. Reinforcement learning aims to find limited highest-reward solutions while neglecting the solution diversity. To fill this gap, we propose Flow of Reasoning (FoR), an efficient diversity-seeking LLM finetuning method aimed at improving reasoning quality and diversity with minimal data. FoR formulates multi-step LLM reasoning as a Markovian flow on a DAG-structured reasoning graph. This formulation allows us to incorporate and adapt principled GFlowNet approaches, for finetuning LLMs to sample diverse reasoning paths with probabilities proportional to the (unnormalized) reward of target problems. Extensive experiments show that, with limited training examples (e.g., 15 examples), FoR enables the discovery of diverse, creative, high-quality solutions, greatly outperforming a wide range of existing inference and training methods across five challenging puzzle-solving tasks, including BlocksWorld (embodied reasoning), Game24 (math puzzle solving), Rubik's Cube (spatial reasoning), 1D-ARC (abstraction reasoning), and PrOntoQA (logical reasoning). Code is available at https://github.com/Yu-Fangxu/FoR.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

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

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

yu-fangxu/for officialmentioned in papermentioned on GitHubpytorchMIT 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

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

11ran
4unverified

Licence: 0 of the 15 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 Yu-Fangxu/FoR. “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.

add_time Yu-Fangxu/FoR/BlocksWorld/lightning_module_selection.py official repository ran fingerprinted MIT (permissive) · afcd0eb6a3a4c39a · report
color1_2_1 Yu-Fangxu/FoR/1D-ARC/Models.py official repository ran MIT (permissive) · 815d8e8d214865ea · report
convert_tensors_to_numbers Yu-Fangxu/FoR/1D-ARC/lightning_module_selection.py official repository ran MIT (permissive) · 7226941042e90d9b · report
detectFrontiers Yu-Fangxu/FoR/1D-ARC/Task.py official repository ran MIT (permissive) · e4b13d74df59c1aa · report
extract_last_state Yu-Fangxu/FoR/prontoqa/lightning_module.py official repository ran fingerprinted MIT (permissive) · 2d983246aa9b1200 · report
extract_prompt Yu-Fangxu/FoR/GSM8K/lightning_module_selection.py official repository ran fingerprinted MIT (permissive) · 8398b51b37d44019 · report
get_class Yu-Fangxu/FoR/1D-ARC/Utils.py official repository ran MIT (permissive) · 012c0ca7e3ccba0e · report
is_equal Yu-Fangxu/FoR/GSM8K/lightning_module_selection.py official repository ran MIT (permissive) · 327e54ca69883f06 · report
load_json_data Yu-Fangxu/FoR/1D-ARC/lightning_data.py official repository ran MIT (permissive) · 8f6dea1ad179b459 · report
pixelCorrespondence Yu-Fangxu/FoR/1D-ARC/Models.py official repository ran MIT (permissive) · df242a324791e4b9 · report
transform_to_function Yu-Fangxu/FoR/1D-ARC/Utils.py official repository ran fingerprinted MIT (permissive) · 085c428237ab0869 · report
detectShapes Yu-Fangxu/FoR/1D-ARC/Task.py official repository unverified MIT (permissive) · d22f365bc478b1f9 · report
detectShapesByColor Yu-Fangxu/FoR/1D-ARC/Task.py official repository unverified MIT (permissive) · 958485939c0541e6 · report
extract_last_state Yu-Fangxu/FoR/Game24/lightning_module.py official repository unverified MIT (permissive) · daabe65145c7218d · report
get_tokenizer Yu-Fangxu/FoR/1D-ARC/Utils.py official repository unverified MIT (permissive) · 115cf95e952e04f2 · report

Tasks

ARCDiversityLogical ReasoningMathematical ReasoningRubik's CubeSpatial Reasoningscientific discovery

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Entropy RegularizationPPO

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