{"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/discovering-symbolic-expressions-with","title":"Discovering symbolic expressions with parallelized tree search","arxiv_id":"2407.04405","date":"2024-07-05","proceeding":null,"authors":["Kai Ruan","Ze-Feng Gao","Yike Guo","Hao Sun","Ji-Rong Wen","Yang Liu"],"abstract":"Symbolic regression plays a crucial role in modern scientific research thanks to its capability of discovering concise and interpretable mathematical expressions from data. A grand challenge lies in the arduous search for parsimonious and generalizable mathematical formulas, in an infinite search space, while intending to fit the training data. Existing algorithms have faced a critical bottleneck of accuracy and efficiency over a decade when handling problems of complexity, which essentially hinders the pace of applying symbolic regression for scientific exploration across interdisciplinary domains. To this end, we introduce a parallelized tree search (PTS) model to efficiently distill generic mathematical expressions from limited data. Through a series of extensive experiments, we demonstrate the superior accuracy and efficiency of PTS for equation discovery, which greatly outperforms the state-of-the-art baseline models on over 80 synthetic and experimental datasets (e.g., lifting its performance by up to 99% accuracy improvement and one-order of magnitude speed up). PTS represents a key advance in accurate and efficient data-driven discovery of symbolic, interpretable models (e.g., underlying physical laws) and marks a pivotal transition towards scalable symbolic learning.","url_abs":"https://arxiv.org/abs/2407.04405v1","url_pdf":"https://arxiv.org/pdf/2407.04405v1.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":"discovering-symbolic-expressions-with","repo_url":"https://github.com/intell-sci-comput/pts","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"equation-discovery","task_name":"Equation Discovery"},{"task_slug":"symbolic-regression","task_name":"Symbolic Regression"},{"task_slug":"regression-1","task_name":"regression"}],"methods":[{"method_slug":"speed","method_name":"SPEED"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2407.04405","atlas_url":"https://app.syntology.ai/?focus=2407.04405","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2407.04405"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/intell-sci-comput/pts","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":8,"unverified":2},"by_repo_kind":{"official":{"samples":10,"ran":8,"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":"a12ba8299b72219f","entry":"compute_lcm","repo":"intell-sci-comput/pts","repo_kind":"official","path":"model/functions.py","file_url":"https://github.com/intell-sci-comput/pts/blob/HEAD/model/functions.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":"a12ba8299b72219f"}},{"code_sha256_prefix":"d7110ab0bcc85f71","entry":"compute_lcm_batched","repo":"intell-sci-comput/pts","repo_kind":"official","path":"model/functions.py","file_url":"https://github.com/intell-sci-comput/pts/blob/HEAD/model/functions.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":"d7110ab0bcc85f71"}},{"code_sha256_prefix":"36b9e29872a5d07c","entry":"compute_lcm_cartesian","repo":"intell-sci-comput/pts","repo_kind":"official","path":"model/functions.py","file_url":"https://github.com/intell-sci-comput/pts/blob/HEAD/model/functions.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":"36b9e29872a5d07c"}},{"code_sha256_prefix":"f4f4fe93c57181f3","entry":"densify","repo":"intell-sci-comput/pts","repo_kind":"official","path":"model/regressor.py","file_url":"https://github.com/intell-sci-comput/pts/blob/HEAD/model/regressor.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":"f4f4fe93c57181f3"}},{"code_sha256_prefix":"617ae7880b57eb8f","entry":"densify","repo":"intell-sci-comput/pts","repo_kind":"official","path":"result_analyze_chaotic.py","file_url":"https://github.com/intell-sci-comput/pts/blob/HEAD/result_analyze_chaotic.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":"617ae7880b57eb8f"}},{"code_sha256_prefix":"0e79e24d7998726a","entry":"if_is_exist","repo":"intell-sci-comput/pts","repo_kind":"official","path":"run_benchmark_all.py","file_url":"https://github.com/intell-sci-comput/pts/blob/HEAD/run_benchmark_all.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":"0e79e24d7998726a"}},{"code_sha256_prefix":"3bb6258085cf43d0","entry":"insert_B_on_Add","repo":"intell-sci-comput/pts","repo_kind":"official","path":"model/regressor.py","file_url":"https://github.com/intell-sci-comput/pts/blob/HEAD/model/regressor.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":"3bb6258085cf43d0"}},{"code_sha256_prefix":"0fc1b4f7def536a3","entry":"insert_B_on_Add","repo":"intell-sci-comput/pts","repo_kind":"official","path":"result_analyze_chaotic.py","file_url":"https://github.com/intell-sci-comput/pts/blob/HEAD/result_analyze_chaotic.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":"0fc1b4f7def536a3"}},{"code_sha256_prefix":"5a4f02271f2d9e3c","entry":"condense","repo":"intell-sci-comput/pts","repo_kind":"official","path":"model/regressor.py","file_url":"https://github.com/intell-sci-comput/pts/blob/HEAD/model/regressor.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":"5a4f02271f2d9e3c"}},{"code_sha256_prefix":"f80baa01571282bd","entry":"condense","repo":"intell-sci-comput/pts","repo_kind":"official","path":"result_analyze_chaotic.py","file_url":"https://github.com/intell-sci-comput/pts/blob/HEAD/result_analyze_chaotic.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":"f80baa01571282bd"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}