{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2602-03828","title":"AutoFigure: Generating and Refining Publication-Ready Scientific Illustrations","arxiv_id":"2602.03828","date":"2026-02-03","proceeding":null,"authors":["Minjun Zhu","Zhen Lin","Yixuan Weng","Panzhong Lu","Qiujie Xie","Yifan Wei","Sifan Liu","Qiyao Sun","Yue Zhang"],"abstract":"High-quality scientific illustrations are crucial for effectively communicating complex scientific and technical concepts, yet their manual creation remains a well-recognized bottleneck in both academia and industry. We present FigureBench, the first large-scale benchmark for generating scientific illustrations from long-form scientific texts. It contains 3,300 high-quality scientific text-figure pairs, covering diverse text-to-illustration tasks from scientific papers, surveys, blogs, and textbooks. Moreover, we propose AutoFigure, the first agentic framework that automatically generates high-quality scientific illustrations based on long-form scientific text. Specifically, before rendering the final result, AutoFigure engages in extensive thinking, recombination, and validation to produce a layout that is both structurally sound and aesthetically refined, outputting a scientific illustration that achieves both structural completeness and aesthetic appeal. Leveraging the high-quality data from FigureBench, we conduct extensive experiments to test the performance of AutoFigure against various baseline methods. The results demonstrate that AutoFigure consistently surpasses all baseline methods, producing publication-ready scientific illustrations. The code, dataset and huggingface space are released in https://github.com/ResearAI/AutoFigure.","url_abs":"https://arxiv.org/abs/2602.03828","url_pdf":"https://arxiv.org/pdf/2602.03828","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2602.03828","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.03828"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/ResearAI/AutoFigure","reach":null}],"summary":{"unverified":8},"by_repo_kind":{"found_in_text":{"samples":8,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"3277d161986f74fc","entry":"convert_code_to_text2image_prompt","repo":"ResearAI/AutoFigure","repo_kind":"found_in_text","path":"autofigure/enhancer.py","file_url":"https://github.com/ResearAI/AutoFigure/blob/HEAD/autofigure/enhancer.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3277d161986f74fc"}},{"code_sha256_prefix":"a2c059cfadc32f75","entry":"create_client_from_config","repo":"ResearAI/AutoFigure","repo_kind":"found_in_text","path":"autofigure/utils/llm_client.py","file_url":"https://github.com/ResearAI/AutoFigure/blob/HEAD/autofigure/utils/llm_client.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a2c059cfadc32f75"}},{"code_sha256_prefix":"0d56ae34e32af9a7","entry":"ensure_dir","repo":"ResearAI/AutoFigure","repo_kind":"found_in_text","path":"autofigure/utils/file_utils.py","file_url":"https://github.com/ResearAI/AutoFigure/blob/HEAD/autofigure/utils/file_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0d56ae34e32af9a7"}},{"code_sha256_prefix":"473b2d4156fdd030","entry":"extract_methodology","repo":"ResearAI/AutoFigure","repo_kind":"found_in_text","path":"backend/autofigure_routes.py","file_url":"https://github.com/ResearAI/AutoFigure/blob/HEAD/backend/autofigure_routes.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"473b2d4156fdd030"}},{"code_sha256_prefix":"c1809251b1daeee7","entry":"get_reference_figures_for_topic","repo":"ResearAI/AutoFigure","repo_kind":"found_in_text","path":"backend/autofigure_routes.py","file_url":"https://github.com/ResearAI/AutoFigure/blob/HEAD/backend/autofigure_routes.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c1809251b1daeee7"}},{"code_sha256_prefix":"eabd21383c027c2d","entry":"read_paper_content","repo":"ResearAI/AutoFigure","repo_kind":"found_in_text","path":"autofigure/generator.py","file_url":"https://github.com/ResearAI/AutoFigure/blob/HEAD/autofigure/generator.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"eabd21383c027c2d"}},{"code_sha256_prefix":"885a9be17bd669b0","entry":"read_text_file","repo":"ResearAI/AutoFigure","repo_kind":"found_in_text","path":"autofigure/utils/file_utils.py","file_url":"https://github.com/ResearAI/AutoFigure/blob/HEAD/autofigure/utils/file_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"885a9be17bd669b0"}},{"code_sha256_prefix":"4da0f7ddea9350a6","entry":"write_text_file","repo":"ResearAI/AutoFigure","repo_kind":"found_in_text","path":"autofigure/utils/file_utils.py","file_url":"https://github.com/ResearAI/AutoFigure/blob/HEAD/autofigure/utils/file_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4da0f7ddea9350a6"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}