Search Results for author: Timothy Miller

Found 51 papers, 7 papers with code

Summarizing Patients’ Problems from Hospital Progress Notes Using Pre-trained Sequence-to-Sequence Models

no code implementations COLING 2022 Yanjun Gao, Dmitriy Dligach, Timothy Miller, Dongfang Xu, Matthew M. M. Churpek, Majid Afshar

In this work, we propose a new NLP task that aims to generate a list of problems in a patient’s daily care plan using input from the provider’s progress notes during hospitalization.

Data Augmentation Domain Adaptation +3

Domain adaptation in practice: Lessons from a real-world information extraction pipeline

no code implementations EACL (AdaptNLP) 2021 Timothy Miller, Egoitz Laparra, Steven Bethard

Advances in transfer learning and domain adaptation have raised hopes that once-challenging NLP tasks are ready to be put to use for sophisticated information extraction needs.

Domain Adaptation Link Prediction +5

Depth-Bounded Statistical PCFG Induction as a Model of Human Grammar Acquisition

no code implementations CL (ACL) 2021 Lifeng Jin, Lane Schwartz, Finale Doshi-Velez, Timothy Miller, William Schuler

Abstract This article describes a simple PCFG induction model with a fixed category domain that predicts a large majority of attested constituent boundaries, and predicts labels consistent with nearly half of attested constituent labels on a standard evaluation data set of child-directed speech.

Exploring Text Representations for Generative Temporal Relation Extraction

no code implementations NAACL (ClinicalNLP) 2022 Dmitriy Dligach, Steven Bethard, Timothy Miller, Guergana Savova

Sequence-to-sequence models are appealing because they allow both encoder and decoder to be shared across many tasks by formulating those tasks as text-to-text problems.

Relation Temporal Relation Extraction

Ensemble-based Fine-Tuning Strategy for Temporal Relation Extraction from the Clinical Narrative

no code implementations NAACL (ClinicalNLP) 2022 Lijing Wang, Timothy Miller, Steven Bethard, Guergana Savova

In this paper, we investigate ensemble methods for fine-tuning transformer-based pretrained models for clinical natural language processing tasks, specifically temporal relation extraction from the clinical narrative.

Relation Temporal Relation Extraction

EntityBERT: Entity-centric Masking Strategy for Model Pretraining for the Clinical Domain

no code implementations NAACL (BioNLP) 2021 Chen Lin, Timothy Miller, Dmitriy Dligach, Steven Bethard, Guergana Savova

We propose a methodology to produce a model focused on the clinical domain: continued pretraining of a model with a broad representation of biomedical terminology (PubMedBERT) on a clinical corpus along with a novel entity-centric masking strategy to infuse domain knowledge in the learning process.

Negation Negation Detection +2

Leveraging A Medical Knowledge Graph into Large Language Models for Diagnosis Prediction

no code implementations28 Aug 2023 Yanjun Gao, Ruizhe Li, John Caskey, Dmitriy Dligach, Timothy Miller, Matthew M. Churpek, Majid Afshar

In this paper, we outline an innovative approach for augmenting the proficiency of LLMs in the realm of automated diagnosis generation, achieved through the incorporation of a medical knowledge graph (KG) and a novel graph model: Dr. Knows, inspired by the clinical diagnostic reasoning process.

Multi-Task Training with In-Domain Language Models for Diagnostic Reasoning

no code implementations7 Jun 2023 Brihat Sharma, Yanjun Gao, Timothy Miller, Matthew M. Churpek, Majid Afshar, Dmitriy Dligach

Generative artificial intelligence (AI) is a promising direction for augmenting clinical diagnostic decision support and reducing diagnostic errors, a leading contributor to medical errors.

Language Modelling

Progress Note Understanding -- Assessment and Plan Reasoning: Overview of the 2022 N2C2 Track 3 Shared Task

no code implementations14 Mar 2023 Yanjun Gao, Dmitriy Dligach, Timothy Miller, Matthew M Churpek, Ozlem Uzuner, Majid Afshar

The goal of the task was to identify and prioritize diagnoses as the first steps in diagnostic decision support to find the most relevant information in long documents like daily progress notes.

DR.BENCH: Diagnostic Reasoning Benchmark for Clinical Natural Language Processing

no code implementations29 Sep 2022 Yanjun Gao, Dmitriy Dligach, Timothy Miller, John Caskey, Brihat Sharma, Matthew M Churpek, Majid Afshar

The potential for clinical natural language processing (cNLP) to model diagnostic reasoning in humans with forward reasoning from data to diagnosis and potentially reduce the cognitive burden and medical error has not been investigated.

Named Entity Recognition Named Entity Recognition (NER) +1

Summarizing Patients Problems from Hospital Progress Notes Using Pre-trained Sequence-to-Sequence Models

no code implementations17 Aug 2022 Yanjun Gao, Dmitriy Dligach, Timothy Miller, Dongfang Xu, Matthew M. Churpek, Majid Afshar

In this work, we propose a new NLP task that aims to generate a list of problems in a patient's daily care plan using input from the provider's progress notes during hospitalization.

Data Augmentation Domain Adaptation +3

A Scoping Review of Publicly Available Language Tasks in Clinical Natural Language Processing

no code implementations7 Dec 2021 Yanjun Gao, Dmitriy Dligach, Leslie Christensen, Samuel Tesch, Ryan Laffin, Dongfang Xu, Timothy Miller, Ozlem Uzuner, Matthew M Churpek, Majid Afshar

Conclusions: The existing clinical NLP tasks cover a wide range of topics and the field will continue to grow and attract more attention from both general domain NLP and clinical informatics community.

BCH-NLP at BioCreative VII Track 3: medications detection in tweets using transformer networks and multi-task learning

1 code implementation26 Nov 2021 Dongfang Xu, Shan Chen, Timothy Miller

In this paper, we present our work participating in the BioCreative VII Track 3 - automatic extraction of medication names in tweets, where we implemented a multi-task learning model that is jointly trained on text classification and sequence labelling.

Data Augmentation Multi-Task Learning +2

Classifying Long Clinical Documents with Pre-trained Transformers

no code implementations14 May 2021 Xin Su, Timothy Miller, Xiyu Ding, Majid Afshar, Dmitriy Dligach

Automatic phenotyping is a task of identifying cohorts of patients that match a predefined set of criteria.

Sentence

Methods for Extracting Information from Messages from Primary Care Providers to Specialists

no code implementations WS 2020 Xiyu Ding, Michael Barnett, Ateev Mehrotra, Timothy Miller

Electronic consult (eConsult) systems allow specialists more flexibility to respond to referrals more efficiently, thereby increasing access in under-resourced healthcare settings like safety net systems.

Cross-document coreference: An approach to capturing coreference without context

no code implementations WS 2019 Kristin Wright-Bettner, Martha Palmer, Guergana Savova, Piet de Groen, Timothy Miller

This paper discusses a cross-document coreference annotation schema that was developed to further automatic extraction of timelines in the clinical domain.

Unsupervised Learning of PCFGs with Normalizing Flow

no code implementations ACL 2019 Lifeng Jin, Finale Doshi-Velez, Timothy Miller, Lane Schwartz, William Schuler

This paper describes a neural PCFG inducer which employs context embeddings (Peters et al., 2018) in a normalizing flow model (Dinh et al., 2015) to extend PCFG induction to use semantic and morphological information.

Language Acquisition

Simplified Neural Unsupervised Domain Adaptation

no code implementations NAACL 2019 Timothy Miller

Unsupervised domain adaptation (UDA) is the task of training a statistical model on labeled data from a source domain to achieve better performance on data from a target domain, with access to only unlabeled data in the target domain.

Unsupervised Domain Adaptation

Extracting Adverse Drug Event Information with Minimal Engineering

no code implementations WS 2019 Timothy Miller, Alon Geva, Dmitriy Dligach

In this paper we describe an evaluation of the potential of classical information extraction methods to extract drug-related attributes, including adverse drug events, and compare to more recently developed neural methods.

Attribute Relation +1

FADL:Federated-Autonomous Deep Learning for Distributed Electronic Health Record

no code implementations28 Nov 2018 Dianbo Liu, Timothy Miller, Raheel Sayeed, Kenneth D. Mandl

Electronic health record (EHR) data is collected by individual institutions and often stored across locations in silos.

BIG-bench Machine Learning Federated Learning

Depth-bounding is effective: Improvements and evaluation of unsupervised PCFG induction

1 code implementation EMNLP 2018 Lifeng Jin, Finale Doshi-Velez, Timothy Miller, William Schuler, Lane Schwartz

There have been several recent attempts to improve the accuracy of grammar induction systems by bounding the recursive complexity of the induction model (Ponvert et al., 2011; Noji and Johnson, 2016; Shain et al., 2016; Jin et al., 2018).

Spotting Spurious Data with Neural Networks

no code implementations NAACL 2018 Hadi Amiri, Timothy Miller, Guergana Savova

Automatic identification of spurious instances (those with potentially wrong labels in datasets) can improve the quality of existing language resources, especially when annotations are obtained through crowdsourcing or automatically generated based on coded rankings.

Learning Patient Representations from Text

1 code implementation SEMEVAL 2018 Dmitriy Dligach, Timothy Miller

Mining electronic health records for patients who satisfy a set of predefined criteria is known in medical informatics as phenotyping.

BIG-bench Machine Learning

Unsupervised Grammar Induction with Depth-bounded PCFG

1 code implementation TACL 2018 Lifeng Jin, Finale Doshi-Velez, Timothy Miller, William Schuler, Lane Schwartz

There has been recent interest in applying cognitively or empirically motivated bounds on recursion depth to limit the search space of grammar induction models (Ponvert et al., 2011; Noji and Johnson, 2016; Shain et al., 2016).

Neural Temporal Relation Extraction

no code implementations EACL 2017 Dmitriy Dligach, Timothy Miller, Chen Lin, Steven Bethard, Guergana Savova

We experiment with neural architectures for temporal relation extraction and establish a new state-of-the-art for several scenarios.

Position Relation +3

Memory-Bounded Left-Corner Unsupervised Grammar Induction on Child-Directed Input

no code implementations COLING 2016 Cory Shain, William Bryce, Lifeng Jin, Victoria Krakovna, Finale Doshi-Velez, Timothy Miller, William Schuler, Lane Schwartz

This paper presents a new memory-bounded left-corner parsing model for unsupervised raw-text syntax induction, using unsupervised hierarchical hidden Markov models (UHHMM).

Language Acquisition Sentence

Cannot find the paper you are looking for? You can Submit a new open access paper.