paper-with-me

Papers

DISTANT-CTO: A Zero Cost, Distantly Supervised Approach to Improve Low-Resource Entity Extraction Using Clinical Trials Literature

2022-05-01 · BioNLP (ACL) 2022 5 · Anjani Dhrangadhariya, Henning Müller

PICO recognition is an information extraction task for identifying participant, intervention, comparator, and outcome information from clinical literature. Manually identifying PICO information is the most time-consuming step for conducting systematic reviews (SR), which is already labor-intensive. A lack of diversified and large, annotated corpora restricts innovation and adoption of automated PICO recognition systems. The largest-available PICO entity/span corpus is manually annotated which is too expensive for a majority of the scientific community. To break through the bottleneck, we propose DISTANT-CTO, a novel distantly supervised PICO entity extraction approach using the clinical trials literature, to generate a massive weakly-labeled dataset with more than a million ‘Intervention’ and ‘Comparator’ entity annotations. We train distant NER (named-entity recognition) models using this weakly-labeled dataset and demonstrate that it outperforms even the sophisticated models trained on the manually annotated dataset with a 2% F1 improvement over the Intervention entity of the PICO benchmark and more than 5% improvement when combined with the manually annotated dataset. We investigate the generalizability of our approach and gain an impressive F1 score on another domain-specific PICO benchmark. The approach is not only zero-cost but is also scalable for a constant stream of PICO entity annotations.

📄 PDF Abstract BibTeX

Code (1)

anjani-dhrangadhariya/distant-cto 공식 구현 pytorch

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERPICO

Similar Papers 제목 키워드 기반

Improving Supervised Drug-Protein Relation Extraction with Distantly Supervised Models

2022-05-01 · BioNLP (ACL) 2022 5 · Naoki Iinuma, Makoto Miwa, Yutaka Sasaki

This paper proposes novel drug-protein relation extraction models that indirectly utilize distant supervision data. Concretely, instead of adding distant supervision data to the manually annotated training data, our mode…

DrugProtRelationRelation Extraction

Distantly-Supervised Named Entity Recognition with Noise-Robust Learning and Language Model Augmented Self-Training

2021-09-10 · EMNLP 2021 11 · Yu Meng, Yunyi Zhang, Jiaxin Huang, Xuan Wang 외

We study the problem of training named entity recognition (NER) models using only distantly-labeled data, which can be automatically obtained by matching entity mentions in the raw text with entity types in a knowledge b…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+2

Bootstrapping Distantly Supervised IE using Joint Learning and Small Well-structured Corpora

2016-06-10 · Lidong Bing, Bhuwan Dhingra, Kathryn Mazaitis, Jong Hyuk Park 외

We propose a framework to improve performance of distantly-supervised relation extraction, by jointly learning to solve two related tasks: concept-instance extraction and relation extraction. We combine this with a novel…

RelationRelation Extraction

A distantly supervised dataset for automated data extraction from diagnostic studies

2019-08-01 · WS 2019 8 · Christopher Norman, Mariska Leeflang, Ren{\'e} Spijker, Evangelos Kanoulas 외

Systematic reviews are important in evidence based medicine, but are expensive to produce. Automating or semi-automating the data extraction of index test, target condition, and reference standard from articles has the p…

ArticlesDiagnostic

Better Sampling of Negatives for Distantly Supervised Named Entity Recognition

2023-05-22 · Lu Xu, Lidong Bing, Wei Lu

Distantly supervised named entity recognition (DS-NER) has been proposed to exploit the automatically labeled training data instead of human annotations. The distantly annotated datasets are often noisy and contain a con…

named-entity-recognitionNamed Entity RecognitionNER