{"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/scalable-learning-of-item-response-theory","title":"Scalable Learning of Item Response Theory Models","arxiv_id":"2403.00680","date":"2024-03-01","proceeding":null,"authors":["Susanne Frick","Amer Krivošija","Alexander Munteanu"],"abstract":"Item Response Theory (IRT) models aim to assess latent abilities of $n$ examinees along with latent difficulty characteristics of $m$ test items from categorical data that indicates the quality of their corresponding answers. Classical psychometric assessments are based on a relatively small number of examinees and items, say a class of $200$ students solving an exam comprising $10$ problems. More recent global large scale assessments such as PISA, or internet studies, may lead to significantly increased numbers of participants. Additionally, in the context of Machine Learning where algorithms take the role of examinees and data analysis problems take the role of items, both $n$ and $m$ may become very large, challenging the efficiency and scalability of computations. To learn the latent variables in IRT models from large data, we leverage the similarity of these models to logistic regression, which can be approximated accurately using small weighted subsets called coresets. We develop coresets for their use in alternating IRT training algorithms, facilitating scalable learning from large data.","url_abs":"https://arxiv.org/abs/2403.00680v2","url_pdf":"https://arxiv.org/pdf/2403.00680v2.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":"scalable-learning-of-item-response-theory","repo_url":"https://github.com/tim907/irt","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok"}}],"tasks":[],"methods":[{"method_slug":"coresets","method_name":"Coresets"},{"method_slug":"pisa","method_name":"PISA"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2403.00680","atlas_url":"https://app.syntology.ai/?focus=2403.00680","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2403.00680"}},"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/tim907/irt","reach":{"status":"ok"}}],"summary":{"ran":13},"by_repo_kind":{"official":{"samples":13,"ran":13,"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":13,"samples":[{"code_sha256_prefix":"0b7f917b04d6bf1c","entry":"calc","repo":"tim907/irt","repo_kind":"official","path":"IRT/optimizer.py","file_url":"https://github.com/tim907/irt/blob/HEAD/IRT/optimizer.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":"0b7f917b04d6bf1c"}},{"code_sha256_prefix":"8bd0f0d1b1b6aef1","entry":"compute_coreset_center_cost","repo":"tim907/irt","repo_kind":"official","path":"IRT/eval_k_means_coresets_main/xrun/calc_cc_costs.py","file_url":"https://github.com/tim907/irt/blob/HEAD/IRT/eval_k_means_coresets_main/xrun/calc_cc_costs.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":"8bd0f0d1b1b6aef1"}},{"code_sha256_prefix":"f48270edfa1bacb3","entry":"fast_QR","repo":"tim907/irt","repo_kind":"official","path":"IRT/experiments.py","file_url":"https://github.com/tim907/irt/blob/HEAD/IRT/experiments.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":"f48270edfa1bacb3"}},{"code_sha256_prefix":"6c8bdc77c82ab28b","entry":"fast_QR","repo":"tim907/irt","repo_kind":"official","path":"IRT/l2s_sampling.py","file_url":"https://github.com/tim907/irt/blob/HEAD/IRT/l2s_sampling.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":"6c8bdc77c82ab28b"}},{"code_sha256_prefix":"c0a23f7fb1b5bfa4","entry":"find_unprocesses_run_files","repo":"tim907/irt","repo_kind":"official","path":"IRT/eval_k_means_coresets_main/xrun/calc_cc_costs.py","file_url":"https://github.com/tim907/irt/blob/HEAD/IRT/eval_k_means_coresets_main/xrun/calc_cc_costs.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":"c0a23f7fb1b5bfa4"}},{"code_sha256_prefix":"2aace89962e78c65","entry":"l2s_sampling","repo":"tim907/irt","repo_kind":"official","path":"IRT/l2s_sampling.py","file_url":"https://github.com/tim907/irt/blob/HEAD/IRT/l2s_sampling.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":"2aace89962e78c65"}},{"code_sha256_prefix":"d2a2e420a3f12964","entry":"logistic_likelihood","repo":"tim907/irt","repo_kind":"official","path":"IRT/optimizer.py","file_url":"https://github.com/tim907/irt/blob/HEAD/IRT/optimizer.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":"d2a2e420a3f12964"}},{"code_sha256_prefix":"f5733b221baae2e6","entry":"make_Z","repo":"tim907/irt","repo_kind":"official","path":"IRT/datasets.py","file_url":"https://github.com/tim907/irt/blob/HEAD/IRT/datasets.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":"f5733b221baae2e6"}},{"code_sha256_prefix":"4f7ce057b4dec05f","entry":"only_keep_k","repo":"tim907/irt","repo_kind":"official","path":"IRT/optimizer.py","file_url":"https://github.com/tim907/irt/blob/HEAD/IRT/optimizer.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":"4f7ce057b4dec05f"}},{"code_sha256_prefix":"78f1872ab2eb722a","entry":"unzip_file","repo":"tim907/irt","repo_kind":"official","path":"IRT/eval_k_means_coresets_main/xrun/calc_costs.py","file_url":"https://github.com/tim907/irt/blob/HEAD/IRT/eval_k_means_coresets_main/xrun/calc_costs.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":"78f1872ab2eb722a"}},{"code_sha256_prefix":"68e69499b706d8a5","entry":"unzip_file","repo":"tim907/irt","repo_kind":"official","path":"IRT/eval_k_means_coresets_main/xrun/eval_benchmark.py","file_url":"https://github.com/tim907/irt/blob/HEAD/IRT/eval_k_means_coresets_main/xrun/eval_benchmark.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":"68e69499b706d8a5"}},{"code_sha256_prefix":"94bcb1646b7a880a","entry":"validate_algorithms","repo":"tim907/irt","repo_kind":"official","path":"IRT/eval_k_means_coresets_main/xrun/gen.py","file_url":"https://github.com/tim907/irt/blob/HEAD/IRT/eval_k_means_coresets_main/xrun/gen.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":"94bcb1646b7a880a"}},{"code_sha256_prefix":"0889a2c52cadc86a","entry":"validate_datasets","repo":"tim907/irt","repo_kind":"official","path":"IRT/eval_k_means_coresets_main/xrun/gen.py","file_url":"https://github.com/tim907/irt/blob/HEAD/IRT/eval_k_means_coresets_main/xrun/gen.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":"0889a2c52cadc86a"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}