paper-with-me

Papers

Improving Cause-of-Death Classification from Verbal Autopsy Reports

2022-10-31 · Thokozile Manaka, Terence van Zyl, Deepak Kar

In many lower-and-middle income countries including South Africa, data access in health facilities is restricted due to patient privacy and confidentiality policies. Further, since clinical data is unique to individual institutions and laboratories, there are insufficient data annotation standards and conventions. As a result of the scarcity of textual data, natural language processing (NLP) techniques have fared poorly in the health sector. A cause of death (COD) is often determined by a verbal autopsy (VA) report in places without reliable death registration systems. A non-clinician field worker does a VA report using a set of standardized questions as a guide to uncover symptoms of a COD. This analysis focuses on the textual part of the VA report as a case study to address the challenge of adapting NLP techniques in the health domain. We present a system that relies on two transfer learning paradigms of monolingual learning and multi-source domain adaptation to improve VA narratives for the target task of the COD classification. We use the Bidirectional Encoder Representations from Transformers (BERT) and Embeddings from Language Models (ELMo) models pre-trained on the general English and health domains to extract features from the VA narratives. Our findings suggest that this transfer learning system improves the COD classification tasks and that the narrative text contains valuable information for figuring out a COD. Our results further show that combining binary VA features and narrative text features learned via this framework boosts the classification task of COD.

📄 PDF Abstract BibTeX arXiv:2210.17161

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDomain AdaptationTransfer Learning

Similar Papers 제목 키워드 기반

Can Character Embeddings Improve Cause-of-Death Classification for Verbal Autopsy Narratives?

2019-08-01 · WS 2019 8 · Zhaodong Yan, Serena Jeblee, Graeme Hirst

We present two models for combining word and character embeddings for cause-of-death classification of verbal autopsy reports using the text of the narratives. We find that for smaller datasets (500 to 1000 records), add…

ClassificationGeneral Classification

Using Machine Learning to Fuse Verbal Autopsy Narratives and Binary Features in the Analysis of Deaths from Hyperglycaemia

2022-04-26 · Thokozile Manaka, Terence van Zyl, Alisha N Wade, Deepak Kar

Lower-and-middle income countries are faced with challenges arising from a lack of data on cause of death (COD), which can limit decisions on population health and disease management. A verbal autopsy(VA) can provide inf…

BIG-bench Machine LearningManagement

A Comparative Study of Machine Learning Methods for Verbal Autopsy Text Classification

2014-02-18 · Samuel Danso, Eric Atwell, Owen Johnson

A Verbal Autopsy is the record of an interview about the circumstances of an uncertified death. In developing countries, if a death occurs away from health facilities, a field-worker interviews a relative of the deceased…

BIG-bench Machine LearningClassificationGeneral Classificationtext-classification+1

LAVA: Language Model Assisted Verbal Autopsy for Cause-of-Death Determination

2025-09-11 · Yiqun T. Chen, Tyler H. McCormick, Li Liu, Abhirup Datta arxiv

Verbal autopsy (VA) is a critical tool for estimating causes of death in resource-limited settings where medical certification is unavailable. This study presents LA-VA, a proof-of-concept pipeline that combines Large La…

Multi-task learning for interpretable cause of death classification using key phrase prediction

2018-07-01 · WS 2018 7 · Serena Jeblee, Mireille Gomes, Graeme Hirst

We introduce a multi-task learning model for cause-of-death classification of verbal autopsy narratives that jointly learns to output interpretable key phrases. Adding these key phrases outperforms the baseline model and…

General ClassificationMulti-Task LearningText Classification