paper-with-me

홈 › Papers

On the effectiveness of small, discriminatively pre-trained language representation models for biomedical text mining

2020-11-01 · EMNLP (sdp) 2020 11 · Ibrahim Burak Ozyurt

Neural language representation models such as BERT have recently shown state of the art performance in downstream NLP tasks and bio-medical domain adaptation of BERT (Bio-BERT) has shown same behavior on biomedical text mining tasks. However, due to their large model size and resulting increased computational need, practical application of models such as BERT is challenging making smaller models with comparable performance desirable for real word applications. Recently, a new language transformers based language representation model named ELECTRA is introduced, that makes efficient usage of training data in a generative-discriminative neural model setting that shows performance gains over BERT. These gains are especially impressive for smaller models. Here, we introduce two small ELECTRA based model named Bio-ELECTRA and Bio-ELECTRA++ that are eight times smaller than BERT Base and Bio-BERT and achieves comparable or better performance on biomedical question answering, yes/no question answer classification, question answer candidate ranking and relation extraction tasks. Bio-ELECTRA is pre-trained from scratch on PubMed abstracts using a consumer grade GPU with only 8GB memory. Bio-ELECTRA++ is the further pre-trained version of Bio-ELECTRA trained on a corpus of open access full papers from PubMed Central. While, for biomedical named entity recognition, large BERT Base model outperforms Bio-ELECTRA++, Bio-ELECTRA and ELECTRA-Small++, with hyperparameter tuning Bio-ELECTRA++ achieves results comparable to BERT.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationGPUnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Question AnsweringRelation Extraction

Similar Papers 제목 키워드 기반

Discriminatively-Tuned Generative Classifiers for Robust Natural Language Inference

2020-10-08 · EMNLP 2020 11 · Xiaoan Ding, Tianyu Liu, Baobao Chang, Zhifang Sui 외

While discriminative neural network classifiers are generally preferred, recent work has shown advantages of generative classifiers in term of data efficiency and robustness. In this paper, we focus on natural language i…

Natural Language Inference

Improving Language Understanding by Generative Pre-Training

2018-06-11 · Preprint 2018 6 · Alec Radford, Karthik Narasimhan, Tim Salimans, Ilya Sutskever

Natural language understanding comprises a wide range of diverse tasks such as textual entailment, question answering, semantic similarity assessment, and document classification. Although large unlabeled text corpora …

Cloze TestDocument ClassificationLanguage ModelingLanguage Modelling+5

Zero-shot Task Transfer for Invoice Extraction via Class-aware QA Ensemble

2021-08-13 · Prithiviraj Damodaran, Prabhkaran Singh, Josemon Achankuju

We present VESPA, an intentionally simple yet novel zero-shot system for layout, locale, and domain agnostic document extraction. In spite of the availability of large corpora of documents, the lack of labeled and valida…

AvgQuestion Answering

Person Re-Identification With Discriminatively Trained Viewpoint Invariant Dictionaries

2015-12-01 · ICCV 2015 12 · Srikrishna Karanam, Yang Li, Richard J. Radke

This paper introduces a new approach to address the person re-identification problem in cameras with non-overlapping fields of view. Unlike previous approaches that learn Mahalanobis-like distance metrics in some transfo…

Dictionary LearningMetric LearningPerson Re-Identification

Smoothed Gaussian Mixture Models for Video Classification and Recommendation

2020-12-17 · Sirjan Kafle, Aman Gupta, Xue Xia, Ananth Sankar 외

Cluster-and-aggregate techniques such as Vector of Locally Aggregated Descriptors (VLAD), and their end-to-end discriminatively trained equivalents like NetVLAD have recently been popular for video classification and act…

Action RecognitionClassificationGeneral ClassificationVideo Classification