Papers › Reactivating Test-Time Scaling for Plane Geometry Problem Solving

Reactivating Test-Time Scaling for Plane Geometry Problem Solving

31 Aug 2026arXiv:2608.30156added by Syntology

Xiaoqiang Kang, Shengen Wu, Maizhen Ning, Xiaobo Jin, Kaizhu Huang, Yutao Yue, Xiaowei Huang, Qiufeng Wang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Plane geometry problem (PGP) solving has become a critical benchmark for multimodal reasoning because it requires accurate visual perception and precise multi-step symbolic deduction. Although test-time scaling (TTS) has demonstrated remarkable success in general mathematical reasoning, it fails to scale effectively under the symbolic-program paradigm for plane geometry. We identify two key obstacles: limited reasoning diversity induced by rigid symbolic programs and insufficient explicit visual grounding before symbolic deduction. To address these issues, we propose Multi-Trace Synthesis (MTS), which converts each symbolic program into heterogeneous reasoning traces, including executable Python scripts and CoT-augmented variants. We further propose Perception-Augmented (PA) training, which parses diagrams into structured semantic clauses before deduction, and Consensus-Guided Multi-Trace Ensemble (CG-MTE) for efficient self-adaptive inference. Experiments on three geometry benchmarks show that our method consistently improves PGP-solving across model scales and achieves strong performance against both general-purpose MLLMs and specialized geometry solvers. Under test-time scaling, CG-MTE achieves comparable accuracy to high-budget self-consistency while reducing sampling cost by up to 8x. Code and data are publicly available at https://github.com/Jason8Kang/ReTTS-PGPS.

PaperPDFCode 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="2608.30156")

Code

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

By repository: found in paper text by Syntology: 18 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.

Jason8Kang/ReTTS-PGPS found in paper text by SyntologyNOASSERTION report

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

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

18unverified

Licence: 18 of the 18 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 Jason8Kang/ReTTS-PGPS. “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.

build_messages Jason8Kang/ReTTS-PGPS/src/retts_pgp/eval/evaluate.py found in paper text by Syntology unverified licence not identified · pointer only · a3a6cfa2487b4ab6 · report
choose_result Jason8Kang/ReTTS-PGPS/src/retts_pgp/utils/operators.py found in paper text by Syntology unverified licence not identified · pointer only · d8d8a36c24a61e3d · report
compute_sc_accuracy Jason8Kang/ReTTS-PGPS/src/retts_pgp/eval/postprocess_sc.py found in paper text by Syntology unverified licence not identified · pointer only · 10d64783ce7601fa · report
detect_model_family Jason8Kang/ReTTS-PGPS/src/retts_pgp/modeling.py found in paper text by Syntology unverified licence not identified · pointer only · e5a45d6cead6e629 · report
execute_code_in_worker Jason8Kang/ReTTS-PGPS/src/retts_pgp/utils/verifier_v1.py found in paper text by Syntology unverified licence not identified · pointer only · bd8f2b632998a2d7 · report
extract_final_answer Jason8Kang/ReTTS-PGPS/src/retts_pgp/utils/verifier_v1.py found in paper text by Syntology unverified licence not identified · pointer only · 02852f1cf8dd3d3b · report
find_parquet_files Jason8Kang/ReTTS-PGPS/src/retts_pgp/train/sft.py found in paper text by Syntology unverified licence not identified · pointer only · 06fd2c49fa543a7f · report
get_priority Jason8Kang/ReTTS-PGPS/src/retts_pgp/utils/operators.py found in paper text by Syntology unverified licence not identified · pointer only · e786f043a68dd608 · report
get_top_k_answers Jason8Kang/ReTTS-PGPS/src/retts_pgp/eval/cg_mte.py found in paper text by Syntology unverified licence not identified · pointer only · 0d76d7169f88af7d · report
is_close Jason8Kang/ReTTS-PGPS/src/retts_pgp/eval/cg_mte.py found in paper text by Syntology unverified licence not identified · pointer only · 95d05b3c76435e2c · report
is_close Jason8Kang/ReTTS-PGPS/src/retts_pgp/eval/postprocess_sc.py found in paper text by Syntology unverified licence not identified · pointer only · 9f6d599de8913c7e · report
is_exist_operator Jason8Kang/ReTTS-PGPS/src/retts_pgp/utils/operators.py found in paper text by Syntology unverified licence not identified · pointer only · 566a716ce0f20ea4 · report
load_json Jason8Kang/ReTTS-PGPS/src/retts_pgp/eval/cg_mte.py found in paper text by Syntology unverified licence not identified · pointer only · 81fcd61c6366767c · report
load_jsonl Jason8Kang/ReTTS-PGPS/src/retts_pgp/eval/evaluate.py found in paper text by Syntology unverified licence not identified · pointer only · 5782d82a3417e0a7 · report
load_one_dataset Jason8Kang/ReTTS-PGPS/src/retts_pgp/train/sft.py found in paper text by Syntology unverified licence not identified · pointer only · 6fde537e4bdbf1d7 · report
merge_dataset_dicts Jason8Kang/ReTTS-PGPS/src/retts_pgp/train/sft.py found in paper text by Syntology unverified licence not identified · pointer only · 207128f9741180ec · report
parse_topks Jason8Kang/ReTTS-PGPS/src/retts_pgp/eval/postprocess_sc.py found in paper text by Syntology unverified licence not identified · pointer only · 95b868bb4153f248 · report
resolve_image_path Jason8Kang/ReTTS-PGPS/src/retts_pgp/eval/evaluate.py found in paper text by Syntology unverified licence not identified · pointer only · a51a8d178afd191f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.30156, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 3 leaderboards for this paper and placed the paper on none of them: 2 rejected by the independent check; 1 refused by a rule. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

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