{"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/automated-conjecturing-in-mathematics-with","title":"Automated conjecturing in mathematics with \\emph{TxGraffiti}","arxiv_id":"2409.19379","date":"2024-09-28","proceeding":null,"authors":["Randy Davila"],"abstract":"\\emph{TxGraffiti} is a data-driven, heuristic-based computer program developed to automate the process of generating conjectures across various mathematical domains. Since its creation in 2017, \\emph{TxGraffiti} has contributed to numerous mathematical publications, particularly in graph theory. In this paper, we present the design and core principles of \\emph{TxGraffiti}, including its roots in the original \\emph{Graffiti} program, which pioneered the automation of mathematical conjecturing. We describe the data collection process, the generation of plausible conjectures, and methods such as the \\emph{Dalmatian} heuristic for filtering out redundant or transitive conjectures. Additionally, we highlight its contributions to the mathematical literature and introduce a new web-based interface that allows users to explore conjectures interactively. While we focus on graph theory, the techniques demonstrated extend to other areas of mathematics.","url_abs":"https://arxiv.org/abs/2409.19379v1","url_pdf":"https://arxiv.org/pdf/2409.19379v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"automated-conjecturing-in-mathematics-with","repo_url":"https://github.com/RandyRDavila/TxGraffiti_APP","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[],"methods":[{"method_slug":"focus","method_name":"Focus"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2409.19379","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2409.19379"}},"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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/RandyRDavila/TxGraffiti_APP","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":9,"unverified":1},"by_repo_kind":{"official":{"samples":10,"ran":9,"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":"04f9d2145f6783ae","entry":"conjecture_to_dict","repo":"RandyRDavila/TxGraffiti_APP","repo_kind":"official","path":"txgraffiti_app.py","file_url":"https://github.com/RandyRDavila/TxGraffiti_APP/blob/HEAD/txgraffiti_app.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"04f9d2145f6783ae"}},{"code_sha256_prefix":"8709b32a9a3226e1","entry":"filter_by_inequalities","repo":"RandyRDavila/TxGraffiti_APP","repo_kind":"official","path":"functions/filters.py","file_url":"https://github.com/RandyRDavila/TxGraffiti_APP/blob/HEAD/functions/filters.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8709b32a9a3226e1"}},{"code_sha256_prefix":"5988414f428b4a7c","entry":"filter_false_conjectures","repo":"RandyRDavila/TxGraffiti_APP","repo_kind":"official","path":"functions/filters.py","file_url":"https://github.com/RandyRDavila/TxGraffiti_APP/blob/HEAD/functions/filters.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5988414f428b4a7c"}},{"code_sha256_prefix":"bdb963e670bbc9e2","entry":"fraction_to_str","repo":"RandyRDavila/TxGraffiti_APP","repo_kind":"official","path":"txgraffiti_app.py","file_url":"https://github.com/RandyRDavila/TxGraffiti_APP/blob/HEAD/txgraffiti_app.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bdb963e670bbc9e2"}},{"code_sha256_prefix":"87a71d935a00fb9a","entry":"read_invariants","repo":"RandyRDavila/TxGraffiti_APP","repo_kind":"official","path":"make_edgelists.py","file_url":"https://github.com/RandyRDavila/TxGraffiti_APP/blob/HEAD/make_edgelists.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"87a71d935a00fb9a"}},{"code_sha256_prefix":"aefbe03d3525b220","entry":"sort_conjectures","repo":"RandyRDavila/TxGraffiti_APP","repo_kind":"official","path":"functions/heuristics.py","file_url":"https://github.com/RandyRDavila/TxGraffiti_APP/blob/HEAD/functions/heuristics.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aefbe03d3525b220"}},{"code_sha256_prefix":"250892d68763ca68","entry":"str_to_fraction","repo":"RandyRDavila/TxGraffiti_APP","repo_kind":"official","path":"txgraffiti_app.py","file_url":"https://github.com/RandyRDavila/TxGraffiti_APP/blob/HEAD/txgraffiti_app.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"250892d68763ca68"}},{"code_sha256_prefix":"87e58d671609060c","entry":"theo","repo":"RandyRDavila/TxGraffiti_APP","repo_kind":"official","path":"functions/heuristics.py","file_url":"https://github.com/RandyRDavila/TxGraffiti_APP/blob/HEAD/functions/heuristics.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"87e58d671609060c"}},{"code_sha256_prefix":"5b99d3e7a8615b04","entry":"weak_dalmatian","repo":"RandyRDavila/TxGraffiti_APP","repo_kind":"official","path":"functions/heuristics.py","file_url":"https://github.com/RandyRDavila/TxGraffiti_APP/blob/HEAD/functions/heuristics.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5b99d3e7a8615b04"}},{"code_sha256_prefix":"2d6bbb99133e1f97","entry":"get_user_input","repo":"RandyRDavila/TxGraffiti_APP","repo_kind":"official","path":"functions/ui_functions.py","file_url":"https://github.com/RandyRDavila/TxGraffiti_APP/blob/HEAD/functions/ui_functions.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":"2d6bbb99133e1f97"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}