{"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-2605-18567","title":"GUT-IS: A Data-Driven Approach to Integrating Constructs and Their Relations in Information Systems","arxiv_id":"2605.18567","date":"2026-05-18","proceeding":null,"authors":["Maximilian Reinhardt","Jonas Scharfenberger","Burkhardt Funk"],"abstract":"Structural equation modeling is widely used in IS research. However, inconsistent construct definitions impede the cumulative development of knowledge. In this work, we present an approach that aims at the integration of structural equation models into a unified model: We use a combination of task-adapted text embeddings and clustering to produce a candidate set of construct groupings. Subsequently, we select the optimal solution using a loss function that explicitly trades off semantic purity and parsimony in the number of clusters. By making this trade-off explicit, our approach allows to analyze how construct groupings and their relations change as one shifts the priority from purity to parsimony. Empirically, we evaluate and explore the proposed methodology on two datasets from the IS domain.","url_abs":"https://arxiv.org/abs/2605.18567","url_pdf":"https://arxiv.org/pdf/2605.18567","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=2605.18567","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2605.18567"}},"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/MaxHReinhardt/gut-is","reach":null}],"summary":{"ran":10,"unverified":1},"by_repo_kind":{"found_in_text":{"samples":11,"ran":10,"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":11,"samples":[{"code_sha256_prefix":"794a88bc3cd1bfdb","entry":"apply_threshold_to_similarity_matrix","repo":"MaxHReinhardt/gut-is","repo_kind":"found_in_text","path":"src/clustering.py","file_url":"https://github.com/MaxHReinhardt/gut-is/blob/HEAD/src/clustering.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"794a88bc3cd1bfdb"}},{"code_sha256_prefix":"b90a5a76922358a9","entry":"calculate_cluster_to_construct_ratio","repo":"MaxHReinhardt/gut-is","repo_kind":"found_in_text","path":"src/parsimony_purity_trade_off.py","file_url":"https://github.com/MaxHReinhardt/gut-is/blob/HEAD/src/parsimony_purity_trade_off.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b90a5a76922358a9"}},{"code_sha256_prefix":"6035d202e0ffc0cd","entry":"calculate_intra_cluster_dissimilarity","repo":"MaxHReinhardt/gut-is","repo_kind":"found_in_text","path":"src/parsimony_purity_trade_off.py","file_url":"https://github.com/MaxHReinhardt/gut-is/blob/HEAD/src/parsimony_purity_trade_off.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6035d202e0ffc0cd"}},{"code_sha256_prefix":"de90d821f057b9c9","entry":"construct_string_for_text_embedding","repo":"MaxHReinhardt/gut-is","repo_kind":"found_in_text","path":"src/pretrained_text_embeddings.py","file_url":"https://github.com/MaxHReinhardt/gut-is/blob/HEAD/src/pretrained_text_embeddings.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"de90d821f057b9c9"}},{"code_sha256_prefix":"39f2abf466c33ff6","entry":"evaluate_auc","repo":"MaxHReinhardt/gut-is","repo_kind":"found_in_text","path":"src/projection_model.py","file_url":"https://github.com/MaxHReinhardt/gut-is/blob/HEAD/src/projection_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"39f2abf466c33ff6"}},{"code_sha256_prefix":"0795d76948d28770","entry":"evaluate_relation_entropy","repo":"MaxHReinhardt/gut-is","repo_kind":"found_in_text","path":"src/parsimony_purity_trade_off.py","file_url":"https://github.com/MaxHReinhardt/gut-is/blob/HEAD/src/parsimony_purity_trade_off.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0795d76948d28770"}},{"code_sha256_prefix":"629db8b8c145bba3","entry":"get_similarity_matrix_from_embeddings","repo":"MaxHReinhardt/gut-is","repo_kind":"found_in_text","path":"src/clustering.py","file_url":"https://github.com/MaxHReinhardt/gut-is/blob/HEAD/src/clustering.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"629db8b8c145bba3"}},{"code_sha256_prefix":"e59cbae4c28dab04","entry":"get_text_and_tables_from_xml","repo":"MaxHReinhardt/gut-is","repo_kind":"found_in_text","path":"src/llm_based_data_cleaning.py","file_url":"https://github.com/MaxHReinhardt/gut-is/blob/HEAD/src/llm_based_data_cleaning.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e59cbae4c28dab04"}},{"code_sha256_prefix":"f03de1034ee44249","entry":"get_text_from_txt","repo":"MaxHReinhardt/gut-is","repo_kind":"found_in_text","path":"src/llm_based_data_cleaning.py","file_url":"https://github.com/MaxHReinhardt/gut-is/blob/HEAD/src/llm_based_data_cleaning.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f03de1034ee44249"}},{"code_sha256_prefix":"82d8ff42e7ab45ed","entry":"train_projection_head","repo":"MaxHReinhardt/gut-is","repo_kind":"found_in_text","path":"src/projection_model.py","file_url":"https://github.com/MaxHReinhardt/gut-is/blob/HEAD/src/projection_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"82d8ff42e7ab45ed"}},{"code_sha256_prefix":"ff175a198369a614","entry":"plot_global_model","repo":"MaxHReinhardt/gut-is","repo_kind":"found_in_text","path":"DISKNET_analysis/analysis_helpers.py","file_url":"https://github.com/MaxHReinhardt/gut-is/blob/HEAD/DISKNET_analysis/analysis_helpers.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ff175a198369a614"}}]},"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_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}