paper-with-me

Papers

Conceptualized Representation Learning for Chinese Biomedical Text Mining

2020-08-25 · Ningyu Zhang, Qianghuai Jia, Kangping Yin, Liang Dong, Feng Gao, Nengwei Hua

Biomedical text mining is becoming increasingly important as the number of biomedical documents and web data rapidly grows. Recently, word representation models such as BERT has gained popularity among researchers. However, it is difficult to estimate their performance on datasets containing biomedical texts as the word distributions of general and biomedical corpora are quite different. Moreover, the medical domain has long-tail concepts and terminologies that are difficult to be learned via language models. For the Chinese biomedical text, it is more difficult due to its complex structure and the variety of phrase combinations. In this paper, we investigate how the recently introduced pre-trained language model BERT can be adapted for Chinese biomedical corpora and propose a novel conceptualized representation learning approach. We also release a new Chinese Biomedical Language Understanding Evaluation benchmark (\textbf{ChineseBLUE}). We examine the effectiveness of Chinese pre-trained models: BERT, BERT-wwm, RoBERTa, and our approach. Experimental results on the benchmark show that our approach could bring significant gain. We release the pre-trained model on GitHub: https://github.com/alibaba-research/ChineseBLUE.

📄 PDF Abstract BibTeX arXiv:2008.10813

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingRepresentation Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
WordPiece 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Advancing Chinese biomedical text mining with community challenges

2024-03-07 · Hui Zong, Rongrong Wu, Jiaxue Cha, Weizhe Feng 외

Objective: This study aims to review the recent advances in community challenges for biomedical text mining in China. Methods: We collected information of evaluation tasks released in community challenges of biomedical t…

AttributeAttribute ExtractionEvent Extractiongraph construction+11

BioBERT: a pre-trained biomedical language representation model for biomedical text mining

2019-01-25 · Jinhyuk Lee, Wonjin Yoon, Sungdong Kim, Donghyeon Kim 외

Biomedical text mining is becoming increasingly important as the number of biomedical documents rapidly grows. With the progress in natural language processing (NLP), extracting valuable information from biomedical liter…

Drug–drug Interaction ExtractionFew-Shot LearningLanguage ModellingMedical Named Entity Recognition+8

Named Entity Recognition for Chinese biomedical patents

2020-12-01 · COLING 2020 8 · Yuting Hu, Suzan Verberne

There is a large body of work on Biomedical Entity Recognition (Bio-NER) for English but there have only been a few attempts addressing NER for Chinese biomedical texts. Because of the growing amount of Chinese biomedica…

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

Multi-granularity Argument Mining in Legal Texts

2022-10-17 · Huihui Xu, Kevin Ashley

In this paper, we explore legal argument mining using multiple levels of granularity. Argument mining has usually been conceptualized as a sentence classification problem. In this work, we conceptualize argument mining a…

Argument MiningClassificationSentenceSentence Classification+2

BERT-based Ranking for Biomedical Entity Normalization

2019-08-09 · Zongcheng Ji, Qiang Wei, Hua Xu

Developing high-performance entity normalization algorithms that can alleviate the term variation problem is of great interest to the biomedical community. Although deep learning-based methods have been successfully appl…

Word Embeddings