{"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/deep-contextual-clinical-prediction-with","title":"Deep Contextual Clinical Prediction with Reverse Distillation","arxiv_id":"2007.05611","date":"2020-07-10","proceeding":null,"authors":["Rohan S. Kodialam","Rebecca Boiarsky","Justin Lim","Neil Dixit","Aditya Sai","David Sontag"],"abstract":"Healthcare providers are increasingly using machine learning to predict patient outcomes to make meaningful interventions. However, despite innovations in this area, deep learning models often struggle to match performance of shallow linear models in predicting these outcomes, making it difficult to leverage such techniques in practice. In this work, motivated by the task of clinical prediction from insurance claims, we present a new technique called Reverse Distillation which pretrains deep models by using high-performing linear models for initialization. We make use of the longitudinal structure of insurance claims datasets to develop Self Attention with Reverse Distillation, or SARD, an architecture that utilizes a combination of contextual embedding, temporal embedding and self-attention mechanisms and most critically is trained via reverse distillation. SARD outperforms state-of-the-art methods on multiple clinical prediction outcomes, with ablation studies revealing that reverse distillation is a primary driver of these improvements. Code is available at https://github.com/clinicalml/omop-learn.","url_abs":"https://arxiv.org/abs/2007.05611v2","url_pdf":"https://arxiv.org/pdf/2007.05611v2.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":"deep-contextual-clinical-prediction-with","repo_url":"https://github.com/clinicalml/omop-learn","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"prediction","task_name":"Prediction"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2007.05611","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2007.05611"}},"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/clinicalml/omop-learn","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_draft_wrong":2,"unverified":5},"by_repo_kind":{"official":{"samples":7,"ran":2,"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":"8d23fbe2b99b840b","entry":"gelu","repo":"clinicalml/omop-learn","repo_kind":"official","path":"src/omop_learn/models/transformer.py","file_url":"https://github.com/clinicalml/omop-learn/blob/HEAD/src/omop_learn/models/transformer.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8d23fbe2b99b840b"}},{"code_sha256_prefix":"d9dcfb510a5e2690","entry":"gelu","repo":"clinicalml/omop-learn","repo_kind":"official","path":"src/omop_learn/models/visit_transformer.py","file_url":"https://github.com/clinicalml/omop-learn/blob/HEAD/src/omop_learn/models/visit_transformer.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d9dcfb510a5e2690"}},{"code_sha256_prefix":"1a504fe4467c5142","entry":"encode","repo":"clinicalml/omop-learn","repo_kind":"official","path":"src/omop_learn/hf/utils.py","file_url":"https://github.com/clinicalml/omop-learn/blob/HEAD/src/omop_learn/hf/utils.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":"1a504fe4467c5142"}},{"code_sha256_prefix":"a34355a19adb365b","entry":"load_person_data","repo":"clinicalml/omop-learn","repo_kind":"official","path":"src/omop_learn/backends/postgres.py","file_url":"https://github.com/clinicalml/omop-learn/blob/HEAD/src/omop_learn/backends/postgres.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":"a34355a19adb365b"}},{"code_sha256_prefix":"ed29b188c6ffb3ba","entry":"preprocess_person_dict","repo":"clinicalml/omop-learn","repo_kind":"official","path":"src/omop_learn/backends/bigquery.py","file_url":"https://github.com/clinicalml/omop-learn/blob/HEAD/src/omop_learn/backends/bigquery.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":"ed29b188c6ffb3ba"}},{"code_sha256_prefix":"bf9adbfc0d9ff3dc","entry":"preprocess_visit_list","repo":"clinicalml/omop-learn","repo_kind":"official","path":"src/omop_learn/backends/bigquery.py","file_url":"https://github.com/clinicalml/omop-learn/blob/HEAD/src/omop_learn/backends/bigquery.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":"bf9adbfc0d9ff3dc"}},{"code_sha256_prefix":"ccfef531214009bb","entry":"visit_encode","repo":"clinicalml/omop-learn","repo_kind":"official","path":"src/omop_learn/hf/utils.py","file_url":"https://github.com/clinicalml/omop-learn/blob/HEAD/src/omop_learn/hf/utils.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":"ccfef531214009bb"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}