paper-with-me

Papers

Knowledge-Empowered Representation Learning for Chinese Medical Reading Comprehension: Task, Model and Resources

2020-08-24 · Findings (ACL) 2021 8 · Taolin Zhang, Chengyu Wang, Minghui Qiu, Bite Yang, Xiaofeng He, Jun Huang

Machine Reading Comprehension (MRC) aims to extract answers to questions given a passage. It has been widely studied recently, especially in open domains. However, few efforts have been made on closed-domain MRC, mainly due to the lack of large-scale training data. In this paper, we introduce a multi-target MRC task for the medical domain, whose goal is to predict answers to medical questions and the corresponding support sentences from medical information sources simultaneously, in order to ensure the high reliability of medical knowledge serving. A high-quality dataset is manually constructed for the purpose, named Multi-task Chinese Medical MRC dataset (CMedMRC), with detailed analysis conducted. We further propose the Chinese medical BERT model for the task (CMedBERT), which fuses medical knowledge into pre-trained language models by the dynamic fusion mechanism of heterogeneous features and the multi-task learning strategy. Experiments show that CMedBERT consistently outperforms strong baselines by fusing context-aware and knowledge-aware token representations.

📄 PDF Abstract BibTeX arXiv:2008.10327

Code (1)

matnlp/cmedmrc 공식 구현

Tasks

Machine Reading ComprehensionMulti-Task LearningReading ComprehensionRepresentation 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 제목 키워드 기반

A Chinese Machine Reading Comprehension Dataset Automatic Generated Based on Knowledge Graph

2021-08-01 · CCL 2021 8 · Zhao Hanyu, Yuan Sha, Leng Jiahong, Pan Xiang 외

“Machine reading comprehension (MRC) is a typical natural language processing (NLP)task and has developed rapidly in the last few years. Various reading comprehension datasets have been built to support MRC studies. Howe…

Dataset GenerationMachine Reading ComprehensionReading Comprehension

OpenTCM: A GraphRAG-Empowered LLM-based System for Traditional Chinese Medicine Knowledge Retrieval and Diagnosis

2025-04-28 · Jinglin He, Yunqi Guo, Lai Kwan Lam, Waikei Leung 외

Traditional Chinese Medicine (TCM) represents a rich repository of ancient medical knowledge that continues to play an important role in modern healthcare. Due to the complexity and breadth of the TCM literature, the int…

DiagnosticInformation RetrievalModel SelectionQuestion Answering+2

MRC-based Nested Medical NER with Co-prediction and Adaptive Pre-training

2024-03-23 · Xiaojing Du, Hanjie Zhao, Danyan Xing, Yuxiang Jia 외

In medical information extraction, medical Named Entity Recognition (NER) is indispensable, playing a crucial role in developing medical knowledge graphs, enhancing medical question-answering systems, and analyzing elect…

Knowledge GraphsMachine Reading ComprehensionMedical Named Entity RecognitionMedical Question Answering+6

Applications of BERT Based Sequence Tagging Models on Chinese Medical Text Attributes Extraction

2020-08-22 · Gang Zhao, Teng Zhang, Chenxiao Wang, Ping Lv 외

We convert the Chinese medical text attributes extraction task into a sequence tagging or machine reading comprehension task. Based on BERT pre-trained models, we have not only tried the widely used LSTM-CRF sequence tag…

DiversityMachine Reading ComprehensionReading Comprehension

Cross-Lingual Leveled Reading Based on Language-Invariant Features

2021-11-01 · Findings (EMNLP) 2021 11 · Simin Rao, Hua Zheng, Sujian Li

Leveled reading (LR) aims to automatically classify texts by the cognitive levels of readers, which is fundamental in providing appropriate reading materials regarding different reading capabilities. However, most state-…