Papers › De-identification of Patient Notes with Recurrent Neural Networks

De-identification of Patient Notes with Recurrent Neural Networks

10 Jun 2016arXiv:1606.03475archive 2025-07-28

Franck Dernoncourt, Ji Young Lee, Ozlem Uzuner, Peter Szolovits

Objective: Patient notes in electronic health records (EHRs) may contain critical information for medical investigations. However, the vast majority of medical investigators can only access de-identified notes, in order to protect the confidentiality of patients. In the United States, the Health Insurance Portability and Accountability Act (HIPAA) defines 18 types of protected health information (PHI) that needs to be removed to de-identify patient notes. Manual de-identification is impractical given the size of EHR databases, the limited number of researchers with access to the non-de-identified notes, and the frequent mistakes of human annotators. A reliable automated de-identification system would consequently be of high value. Materials and Methods: We introduce the first de-identification system based on artificial neural networks (ANNs), which requires no handcrafted features or rules, unlike existing systems. We compare the performance of the system with state-of-the-art systems on two datasets: the i2b2 2014 de-identification challenge dataset, which is the largest publicly available de-identification dataset, and the MIMIC de-identification dataset, which we assembled and is twice as large as the i2b2 2014 dataset. Results: Our ANN model outperforms the state-of-the-art systems. It yields an F1-score of 97.85 on the i2b2 2014 dataset, with a recall 97.38 and a precision of 97.32, and an F1-score of 99.23 on the MIMIC de-identification dataset, with a recall 99.25 and a precision of 99.06. Conclusion: Our findings support the use of ANNs for de-identification of patient notes, as they show better performance than previously published systems while requiring no feature engineering.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1606.03475")

Code

Syntology Ran 0 of 11 code samples harvested from 1 repository linked to this paper; 11 have no recorded run.

By repository: community (archive-listed): 11 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Franck-Dernoncourt/NeuroNER mentioned on GitHubtfMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 0 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Franck-Dernoncourt/NeuroNER. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bidirectional_LSTM Franck-Dernoncourt/NeuroNER/neuroner/entity_lstm.py community (archive-listed) unverified MIT (permissive) · c13340f71e587c5b · report
get_sentences_and_tokens_from_spacy Franck-Dernoncourt/NeuroNER/neuroner/brat_to_conll.py community (archive-listed) unverified MIT (permissive) · 571b21d5e0204c30 · report
get_stanford_annotations Franck-Dernoncourt/NeuroNER/neuroner/brat_to_conll.py community (archive-listed) unverified MIT (permissive) · b5925067ab578297 · report
get_start_and_end_offset_of_token_from_spacy Franck-Dernoncourt/NeuroNER/neuroner/brat_to_conll.py community (archive-listed) unverified MIT (permissive) · 0398487181c48d59 · report
is_token_in_pretrained_embeddings Franck-Dernoncourt/NeuroNER/neuroner/utils_nlp.py community (archive-listed) unverified MIT (permissive) · 4ba9c43926a08fce · report
load_pretrained_token_embeddings Franck-Dernoncourt/NeuroNER/neuroner/utils_nlp.py community (archive-listed) unverified MIT (permissive) · 224defd09e8e5ea5 · report
load_tokens_from_pretrained_token_embeddings Franck-Dernoncourt/NeuroNER/neuroner/utils_nlp.py community (archive-listed) unverified MIT (permissive) · 0069795317e6d20f · report
order_dictionary Franck-Dernoncourt/NeuroNER/neuroner/utils.py community (archive-listed) unverified MIT (permissive) · 73fc763bfb1aa699 · report
parse_arguments Franck-Dernoncourt/NeuroNER/neuroner/__main__.py community (archive-listed) unverified MIT (permissive) · 848f9b6b6e76e0bd · report
renamed_load Franck-Dernoncourt/NeuroNER/neuroner/utils.py community (archive-listed) unverified MIT (permissive) · d16e6ce39db7140e · report
reverse_dictionary Franck-Dernoncourt/NeuroNER/neuroner/utils.py community (archive-listed) unverified MIT (permissive) · 9c479c5c207423da · report

Tasks

De-identificationFeature Engineering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections