{"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/toward-a-unified-framework-for-unsupervised","title":"Optimization Techniques for Unsupervised Complex Table Reasoning via Self-Training Framework","arxiv_id":"2212.10097","date":"2022-12-20","proceeding":null,"authors":["Zhenyu Li","Xiuxing Li","Sunqi Fan","Jianyong Wang"],"abstract":"Structured tabular data is a fundamental data type in numerous fields, and the capacity to reason over tables is crucial for answering questions and validating hypotheses. However, constructing labeled data for complex reasoning tasks is labor intensive, and the quantity of annotated data remains insufficient to support the intricate demands of real-world applications. To address the insufficient annotation challenge, we present a self-training framework for unsupervised complex tabular reasoning (UCTR-ST) by generating diverse synthetic data with complex logic. Specifically, UCTR-ST incorporates several essential techniques: we aggregate diverse programs and execute them on tables based on a \"Program-Management\" component, and we bridge the gap between programs and text with a powerful \"Program-Transformation\" module that generates natural language sentences with complex logic. Furthermore, we optimize the procedure using a \"Table-Text Manipulator\" to handle joint table-text reasoning scenarios. The entire framework utilizes self-training techniques to leverage the unlabeled training data, which results in significant performance improvements when tested on real-world data. Experimental results demonstrate that UCTRST achieves above 90% of the supervised model performance on different tasks and domains, reducing the dependence on manual annotation. Additionally, our approach can serve as a data augmentation technique, significantly boosting the performance of supervised models in low-resourced domains.","url_abs":"https://arxiv.org/abs/2212.10097v2","url_pdf":"https://arxiv.org/pdf/2212.10097v2.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":"toward-a-unified-framework-for-unsupervised","repo_url":"https://github.com/leezythu/uctr","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"jax","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"toward-a-unified-framework-for-unsupervised","repo_url":"https://github.com/leezythu/uctr-st","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"jax","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"data-augmentation","task_name":"Data Augmentation"},{"task_slug":"fact-verification","task_name":"Fact Verification"},{"task_slug":"question-answering","task_name":"Question Answering"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2212.10097","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2212.10097"}},"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/leezythu/uctr","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/leezythu/uctr-st","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":20},"by_repo_kind":{"official":{"samples":20,"ran":0,"repositories":2}},"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":"b75be4391719a2b0","entry":"ds_arg","repo":"leezythu/uctr","repo_kind":"official","path":"FEVEROUS/process_program.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/FEVEROUS/process_program.py","link_basis":"harvester_set","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":"b75be4391719a2b0"}},{"code_sha256_prefix":"bb7c3358b37dc877","entry":"execute_all","repo":"leezythu/uctr","repo_kind":"official","path":"FEVEROUS/execution/execute.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/FEVEROUS/execution/execute.py","link_basis":"harvester_set","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":"bb7c3358b37dc877"}},{"code_sha256_prefix":"534cdb9a35bb5f05","entry":"find_index","repo":"leezythu/uctr","repo_kind":"official","path":"FEVEROUS/fill_in_template.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/FEVEROUS/fill_in_template.py","link_basis":"harvester_set","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":"534cdb9a35bb5f05"}},{"code_sha256_prefix":"18e12d28c390eca0","entry":"find_num","repo":"leezythu/uctr","repo_kind":"official","path":"TAT-QA/finqa/collect_data.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/TAT-QA/finqa/collect_data.py","link_basis":"harvester_set","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":"18e12d28c390eca0"}},{"code_sha256_prefix":"4f0aabb25ef5e927","entry":"find_pos","repo":"leezythu/uctr","repo_kind":"official","path":"FEVEROUS/process_program.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/FEVEROUS/process_program.py","link_basis":"harvester_set","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":"4f0aabb25ef5e927"}},{"code_sha256_prefix":"a8deec34bf20a0a4","entry":"find_pos","repo":"leezythu/uctr","repo_kind":"official","path":"FEVEROUS/syn.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/FEVEROUS/syn.py","link_basis":"harvester_set","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":"a8deec34bf20a0a4"}},{"code_sha256_prefix":"9b7f0f8a8a9d658e","entry":"fuzzy_compare_filter","repo":"leezythu/uctr","repo_kind":"official","path":"FEVEROUS/execution/APIs.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/FEVEROUS/execution/APIs.py","link_basis":"harvester_set","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":"9b7f0f8a8a9d658e"}},{"code_sha256_prefix":"bd791c82a8efe829","entry":"fuzzy_match_filter","repo":"leezythu/uctr","repo_kind":"official","path":"FEVEROUS/execution/APIs.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/FEVEROUS/execution/APIs.py","link_basis":"harvester_set","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":"bd791c82a8efe829"}},{"code_sha256_prefix":"59e65dbe081b83ae","entry":"gen_feed","repo":"leezythu/uctr","repo_kind":"official","path":"FEVEROUS/syn.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/FEVEROUS/syn.py","link_basis":"harvester_set","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":"59e65dbe081b83ae"}},{"code_sha256_prefix":"0f626cad0a001441","entry":"gen_feed","repo":"leezythu/uctr","repo_kind":"official","path":"SEM-TAB-FACTS/syn.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/SEM-TAB-FACTS/syn.py","link_basis":"harvester_set","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":"0f626cad0a001441"}},{"code_sha256_prefix":"e625b89f3bb8669a","entry":"get_description","repo":"leezythu/uctr","repo_kind":"official","path":"TAT-QA/finqa/collect_data.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/TAT-QA/finqa/collect_data.py","link_basis":"harvester_set","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":"e625b89f3bb8669a"}},{"code_sha256_prefix":"b3ccf463e4486dce","entry":"get_evidence","repo":"leezythu/uctr","repo_kind":"official","path":"FEVEROUS/fill_in_template.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/FEVEROUS/fill_in_template.py","link_basis":"harvester_set","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":"b3ccf463e4486dce"}},{"code_sha256_prefix":"defe43aaba4c6447","entry":"get_mapping","repo":"leezythu/uctr-st","repo_kind":"official","path":"TAT-QA/generate_pseudo.py","file_url":"https://github.com/leezythu/uctr-st/blob/HEAD/TAT-QA/generate_pseudo.py","link_basis":"harvester_set","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":"defe43aaba4c6447"}},{"code_sha256_prefix":"a4ec9baf2fc7a4f5","entry":"get_para_mapping","repo":"leezythu/uctr-st","repo_kind":"official","path":"TAT-QA/generate_pseudo.py","file_url":"https://github.com/leezythu/uctr-st/blob/HEAD/TAT-QA/generate_pseudo.py","link_basis":"harvester_set","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":"a4ec9baf2fc7a4f5"}},{"code_sha256_prefix":"ce5896bb3ae606e2","entry":"get_table_mapping","repo":"leezythu/uctr-st","repo_kind":"official","path":"TAT-QA/generate_pseudo.py","file_url":"https://github.com/leezythu/uctr-st/blob/HEAD/TAT-QA/generate_pseudo.py","link_basis":"harvester_set","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":"ce5896bb3ae606e2"}},{"code_sha256_prefix":"a79f0ace7e53331c","entry":"locate_num","repo":"leezythu/uctr","repo_kind":"official","path":"TAT-QA/finqa/collect_data.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/TAT-QA/finqa/collect_data.py","link_basis":"harvester_set","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":"a79f0ace7e53331c"}},{"code_sha256_prefix":"c4ae14071abdbcdf","entry":"normalize","repo":"leezythu/uctr","repo_kind":"official","path":"FEVEROUS/syn.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/FEVEROUS/syn.py","link_basis":"harvester_set","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":"c4ae14071abdbcdf"}},{"code_sha256_prefix":"cfb7267da4dc4f92","entry":"normalize","repo":"leezythu/uctr-st","repo_kind":"official","path":"SEM-TAB-FACTS/syn.py","file_url":"https://github.com/leezythu/uctr-st/blob/HEAD/SEM-TAB-FACTS/syn.py","link_basis":"harvester_set","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":"cfb7267da4dc4f92"}},{"code_sha256_prefix":"f36c3eba21146e55","entry":"obj_compare","repo":"leezythu/uctr","repo_kind":"official","path":"FEVEROUS/execution/APIs.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/FEVEROUS/execution/APIs.py","link_basis":"harvester_set","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":"f36c3eba21146e55"}},{"code_sha256_prefix":"3941e0c5c9a3493d","entry":"paraphrase","repo":"leezythu/uctr","repo_kind":"official","path":"FEVEROUS/process_program.py","file_url":"https://github.com/leezythu/uctr/blob/HEAD/FEVEROUS/process_program.py","link_basis":"harvester_set","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":"3941e0c5c9a3493d"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}