paper-with-me

홈 › Papers

Clinical Document Classification Using Labeled and Unlabeled Data Across Hospitals

2018-12-03 · Hamed Hassanzadeh, Mahnoosh Kholghi, Anthony Nguyen, Kevin Chu

Reviewing radiology reports in emergency departments is an essential but laborious task. Timely follow-up of patients with abnormal cases in their radiology reports may dramatically affect the patient's outcome, especially if they have been discharged with a different initial diagnosis. Machine learning approaches have been devised to expedite the process and detect the cases that demand instant follow up. However, these approaches require a large amount of labeled data to train reliable predictive models. Preparing such a large dataset, which needs to be manually annotated by health professionals, is costly and time-consuming. This paper investigates a semi-supervised learning framework for radiology report classification across three hospitals. The main goal is to leverage clinical unlabeled data in order to augment the learning process where limited labeled data is available. To further improve the classification performance, we also integrate a transfer learning technique into the semi-supervised learning pipeline . Our experimental findings show that (1) convolutional neural networks (CNNs), while being independent of any problem-specific feature engineering, achieve significantly higher effectiveness compared to conventional supervised learning approaches, (2) leveraging unlabeled data in training a CNN-based classifier reduces the dependency on labeled data by more than 50% to reach the same performance of a fully supervised CNN, and (3) transferring the knowledge gained from available labeled data in an external source hospital significantly improves the performance of a semi-supervised CNN model over their fully supervised counterparts in a target hospital.

📄 PDF Abstract BibTeX arXiv:1812.00677

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDocument ClassificationFeature EngineeringGeneral ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Semi-supervised Learning with Weakly-Related Unlabeled Data : Towards Better Text Categorization

2008-12-01 · NeurIPS 2008 12 · Liu Yang, Rong Jin, Rahul Sukthankar

The cluster assumption is exploited by most semi-supervised learning (SSL) methods. However, if the unlabeled data is merely weakly related to the target classes, it becomes questionable whether driving the decision boun…

General ClassificationText Categorization

Text Classification Using Label Names Only: A Language Model Self-Training Approach

2020-10-14 · EMNLP 2020 11 · Yu Meng, Yunyi Zhang, Jiaxin Huang, Chenyan Xiong 외

Current text classification methods typically require a good number of human-labeled documents as training data, which can be costly and difficult to obtain in real applications. Humans can perform classification without…

ClassificationDocument ClassificationGeneral ClassificationLanguage Modeling+7

Few-Shot Text Classification with Edge-Labeling Graph Neural Network-Based Prototypical Network

2020-12-01 · COLING 2020 8 · Chen Lyu, Weijie Liu, Ping Wang

In this paper, we propose a new few-shot text classification method. Compared with supervised learning methods which require a large corpus of labeled documents, our method aims to make it possible to classify unlabeled …

Few-Shot Text ClassificationGraph Neural NetworkLanguage ModelingLanguage Modelling+4

Bootstrap Domain-Specific Sentiment Classifiers from Unlabeled Corpora

2018-01-01 · TACL 2018 1 · Andrius Mudinas, Dell Zhang, Mark Levene

There is often the need to perform sentiment classification in a particular domain where no labeled document is available. Although we could make use of a general-purpose off-the-shelf sentiment classifier or a pre-built…

ClusteringGeneral ClassificationSentiment AnalysisSentiment Classification+2

Semi-supervised Text Categorization Using Recursive K-means Clustering

2017-06-24 · Harsha S. Gowda, Mahamad Suhil, D. S. Guru, Lavanya Narayana Raju

In this paper, we present a semi-supervised learning algorithm for classification of text documents. A method of labeling unlabeled text documents is presented. The presented method is based on the principle of divide an…

ClusteringGeneral ClassificationText Categorization