{"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/kgtuner-efficient-hyper-parameter-search-for","title":"KGTuner: Efficient Hyper-parameter Search for Knowledge Graph Learning","arxiv_id":"2205.02460","date":"2022-05-05","proceeding":null,"authors":["Yongqi Zhang","Zhanke Zhou","Quanming Yao","Yong Li"],"abstract":"While hyper-parameters (HPs) are important for knowledge graph (KG) learning, existing methods fail to search them efficiently. To solve this problem, we first analyze the properties of different HPs and measure the transfer ability from small subgraph to the full graph. Based on the analysis, we propose an efficient two-stage search algorithm KGTuner, which efficiently explores HP configurations on small subgraph at the first stage and transfers the top-performed configurations for fine-tuning on the large full graph at the second stage. Experiments show that our method can consistently find better HPs than the baseline algorithms within the same time budget, which achieves {9.1\\%} average relative improvement for four embedding models on the large-scale KGs in open graph benchmark.","url_abs":"https://arxiv.org/abs/2205.02460v1","url_pdf":"https://arxiv.org/pdf/2205.02460v1.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":"kgtuner-efficient-hyper-parameter-search-for","repo_url":"https://github.com/automl-research/kgtuner","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"kgtuner-efficient-hyper-parameter-search-for","repo_url":"https://github.com/tmlr-group/one-shot-subgraph","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"graph-learning","task_name":"Graph Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2205.02460","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2205.02460"}},"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":"deterministic:regex_extraction","url":"https://github.com/automl/SMAC3","reach":{"status":"ok","spdx":"NOASSERTION"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/automl-research/kgtuner","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/ltiao/bore","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/tmlr-group/one-shot-subgraph","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/facebook/Ax","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/hyperopt/hyperopt","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/tadpole/AutoNE","reach":null}],"summary":{"ran":4,"ran_draft_wrong":4,"ran_fixture":1,"unverified":10},"by_repo_kind":{"official":{"samples":2,"ran":1,"repositories":1},"listed":{"samples":1,"ran":0,"repositories":1},"found_in_text":{"samples":16,"ran":8,"repositories":3}},"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":18,"samples":[{"code_sha256_prefix":"9a69b8b03470ab68","entry":"MissingArgument","repo":"hyperopt/hyperopt","repo_kind":"found_in_text","path":"hyperopt/tpe.py","file_url":"https://github.com/hyperopt/hyperopt/blob/HEAD/hyperopt/tpe.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"9a69b8b03470ab68"}},{"code_sha256_prefix":"22f64d16e62ad3f2","entry":"PyllImportError","repo":"hyperopt/hyperopt","repo_kind":"found_in_text","path":"hyperopt/tpe.py","file_url":"https://github.com/hyperopt/hyperopt/blob/HEAD/hyperopt/tpe.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"22f64d16e62ad3f2"}},{"code_sha256_prefix":"4ca53a5906eb2834","entry":"RF_HPO","repo":"automl-research/kgtuner","repo_kind":"official","path":"code/random_forest.py","file_url":"https://github.com/automl-research/kgtuner/blob/HEAD/code/random_forest.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":"4ca53a5906eb2834"}},{"code_sha256_prefix":"47c318d37d87ce83","entry":"SymbolTableEntry","repo":"hyperopt/hyperopt","repo_kind":"found_in_text","path":"hyperopt/tpe.py","file_url":"https://github.com/hyperopt/hyperopt/blob/HEAD/hyperopt/tpe.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"47c318d37d87ce83"}},{"code_sha256_prefix":"5a00ee98b3363e48","entry":"find_b_opt_max","repo":"tadpole/AutoNE","repo_kind":"found_in_text","path":"src/utils.py","file_url":"https://github.com/tadpole/AutoNE/blob/HEAD/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5a00ee98b3363e48"}},{"code_sha256_prefix":"32a98e9dfcac6137","entry":"miscs_to_idxs_vals","repo":"hyperopt/hyperopt","repo_kind":"found_in_text","path":"hyperopt/tpe.py","file_url":"https://github.com/hyperopt/hyperopt/blob/HEAD/hyperopt/tpe.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"32a98e9dfcac6137"}},{"code_sha256_prefix":"c9c378081769a329","entry":"miscs_update_idxs_vals","repo":"hyperopt/hyperopt","repo_kind":"found_in_text","path":"hyperopt/tpe.py","file_url":"https://github.com/hyperopt/hyperopt/blob/HEAD/hyperopt/tpe.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"c9c378081769a329"}},{"code_sha256_prefix":"76f68153db6b0758","entry":"rand","repo":"tadpole/AutoNE","repo_kind":"found_in_text","path":"src/utils.py","file_url":"https://github.com/tadpole/AutoNE/blob/HEAD/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"76f68153db6b0758"}},{"code_sha256_prefix":"f4690f3a9b80924c","entry":"random_with_bound_type","repo":"tadpole/AutoNE","repo_kind":"found_in_text","path":"src/utils.py","file_url":"https://github.com/tadpole/AutoNE/blob/HEAD/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f4690f3a9b80924c"}},{"code_sha256_prefix":"186fd5c4b2feca40","entry":"Literal","repo":"hyperopt/hyperopt","repo_kind":"found_in_text","path":"hyperopt/tpe.py","file_url":"https://github.com/hyperopt/hyperopt/blob/HEAD/hyperopt/tpe.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"186fd5c4b2feca40"}},{"code_sha256_prefix":"f63eb262d0afcb0b","entry":"as_apply","repo":"hyperopt/hyperopt","repo_kind":"found_in_text","path":"hyperopt/tpe.py","file_url":"https://github.com/hyperopt/hyperopt/blob/HEAD/hyperopt/tpe.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"f63eb262d0afcb0b"}},{"code_sha256_prefix":"c4b1d95a982ecf24","entry":"base_HPO","repo":"automl-research/kgtuner","repo_kind":"official","path":"code/random_forest.py","file_url":"https://github.com/automl-research/kgtuner/blob/HEAD/code/random_forest.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":"c4b1d95a982ecf24"}},{"code_sha256_prefix":"f19b819a7c0001d6","entry":"base_HPO","repo":"tmlr-group/one-shot-subgraph","repo_kind":"listed","path":"base_HPO.py","file_url":"https://github.com/tmlr-group/one-shot-subgraph/blob/HEAD/base_HPO.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":"f19b819a7c0001d6"}},{"code_sha256_prefix":"a656923f5be42e13","entry":"build_posterior","repo":"hyperopt/hyperopt","repo_kind":"found_in_text","path":"hyperopt/tpe.py","file_url":"https://github.com/hyperopt/hyperopt/blob/HEAD/hyperopt/tpe.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"a656923f5be42e13"}},{"code_sha256_prefix":"2b77fd5e7d7e3cc4","entry":"build_posterior_wrapper","repo":"hyperopt/hyperopt","repo_kind":"found_in_text","path":"hyperopt/tpe.py","file_url":"https://github.com/hyperopt/hyperopt/blob/HEAD/hyperopt/tpe.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"2b77fd5e7d7e3cc4"}},{"code_sha256_prefix":"a948469a69a3f4ff","entry":"combine_data_rows_favoring_recent","repo":"facebook/Ax","repo_kind":"found_in_text","path":"ax/core/data.py","file_url":"https://github.com/facebook/Ax/blob/HEAD/ax/core/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":false,"mcp_get_code":{"code_sha256":"a948469a69a3f4ff"}},{"code_sha256_prefix":"6eebf93117770027","entry":"combine_dfs_favoring_recent","repo":"facebook/Ax","repo_kind":"found_in_text","path":"ax/core/data.py","file_url":"https://github.com/facebook/Ax/blob/HEAD/ax/core/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":false,"mcp_get_code":{"code_sha256":"6eebf93117770027"}},{"code_sha256_prefix":"054cf5d9d839933b","entry":"pos_args","repo":"hyperopt/hyperopt","repo_kind":"found_in_text","path":"hyperopt/tpe.py","file_url":"https://github.com/hyperopt/hyperopt/blob/HEAD/hyperopt/tpe.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"054cf5d9d839933b"}},{"code_sha256_prefix":"fa899e1d4d723b44","entry":"suggest","repo":"hyperopt/hyperopt","repo_kind":"found_in_text","path":"hyperopt/tpe.py","file_url":"https://github.com/hyperopt/hyperopt/blob/HEAD/hyperopt/tpe.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"fa899e1d4d723b44"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}