{"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-2509-22246","title":"ASSESS: A Semantic and Structural Evaluation Framework for Statement Similarity","arxiv_id":"2509.22246","date":"2025-09-26","proceeding":"ICLR","authors":["Xiaoyang Liu","Tao Zhu","Zineng Dong","Yuntian Liu","Qingfeng Guo","Zhaoxuan Liu","Yu Chen","Tao Luo"],"abstract":"Despite significant strides in statement autoformalization, a critical gap remains in the development of automated evaluation metrics capable of assessing formal translation quality. Existing metrics often fail to balance semantic and structural information: string-based methods neglect semantics, whereas proof-based approaches offer no graded similarity when proofs fail. To address these issues, we introduce ASSESS (A Semantic and Structural Evaluation Framework for Statement Similarity), which captures syntactic structure by transforming formal statements into operator trees and computes a real-valued similarity score using our novel TransTED (Transformation Tree Edit Distance) Similarity metric by incorporating semantic transformations. For rigorous validation, we present EPLA (Evaluating Provability and Likeness for Autoformalization), a benchmark comprising 1,247 expert-annotated formal statement pairs derived from miniF2F and ProofNet, distinctively labeled for both semantic provability and structural likeness. Experiments on the EPLA benchmark demonstrate that TransTED Similarity surpasses existing methods, achieving state-of-the-art accuracy and Kappa score. The benchmark dataset, code, and detailed experimental results are available at https://github.com/XiaoyangLiu-sjtu/ASSESS.","url_abs":"https://arxiv.org/abs/2509.22246","url_pdf":"https://arxiv.org/pdf/2509.22246","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=2509.22246","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2509.22246"}},"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/XiaoyangLiu-sjtu/ASSESS","reach":null}],"summary":{"ran_honours":2,"ran_draft_wrong":4,"unverified":9},"by_repo_kind":{"found_in_text":{"samples":15,"ran":6,"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":"8e5eb114cc7b6ca1","entry":"evaluation_function","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8e5eb114cc7b6ca1"}},{"code_sha256_prefix":"12fbd40c87fe1465","entry":"find_eq_children","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"12fbd40c87fe1465"}},{"code_sha256_prefix":"86d8161fcb62b151","entry":"get_interaction_data","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"86d8161fcb62b151"}},{"code_sha256_prefix":"b05fec17a9725d5a","entry":"get_length_after_top_level_colon","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b05fec17a9725d5a"}},{"code_sha256_prefix":"72960384aa72688f","entry":"normalize_formal_stmt","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"72960384aa72688f"}},{"code_sha256_prefix":"2c4061f93a8f015b","entry":"search_node_to_dict","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2c4061f93a8f015b"}},{"code_sha256_prefix":"ee0b639a33f9f34c","entry":"build_opt","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ee0b639a33f9f34c"}},{"code_sha256_prefix":"4af3b2ef79e75d87","entry":"expand_current_node","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4af3b2ef79e75d87"}},{"code_sha256_prefix":"d6e6306094435dfe","entry":"get_rw_suggestion","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d6e6306094435dfe"}},{"code_sha256_prefix":"18cc36be31655c32","entry":"get_updated_statement","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"18cc36be31655c32"}},{"code_sha256_prefix":"5da37ebc70036657","entry":"interact_with_lean","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5da37ebc70036657"}},{"code_sha256_prefix":"d0f918a8323e65aa","entry":"lean4_scheduler","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d0f918a8323e65aa"}},{"code_sha256_prefix":"f3959165af0c0833","entry":"ted_eq_children","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f3959165af0c0833"}},{"code_sha256_prefix":"da00bc6ba0a4d0d2","entry":"tree_lean_codes","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"da00bc6ba0a4d0d2"}},{"code_sha256_prefix":"8867ba0a518af56b","entry":"try_search","repo":"XiaoyangLiu-sjtu/ASSESS","repo_kind":"found_in_text","path":"transted.py","file_url":"https://github.com/XiaoyangLiu-sjtu/ASSESS/blob/HEAD/transted.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8867ba0a518af56b"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_api"},"syntology_extracted_results":null}