paper-with-me

Papers

Chinese Medical Question Answer Matching Based on Interactive Sentence Representation Learning

2020-11-27 · Xiongtao Cui, Jungang Han

Chinese medical question-answer matching is more challenging than the open-domain question answer matching in English. Even though the deep learning method has performed well in improving the performance of question answer matching, these methods only focus on the semantic information inside sentences, while ignoring the semantic association between questions and answers, thus resulting in performance deficits. In this paper, we design a series of interactive sentence representation learning models to tackle this problem. To better adapt to Chinese medical question-answer matching and take the advantages of different neural network structures, we propose the Crossed BERT network to extract the deep semantic information inside the sentence and the semantic association between question and answer, and then combine with the multi-scale CNNs network or BiGRU network to take the advantage of different structure of neural networks to learn more semantic features into the sentence representation. The experiments on the cMedQA V2.0 and cMedQA V1.0 dataset show that our model significantly outperforms all the existing state-of-the-art models of Chinese medical question answer matching.

📄 PDF Abstract BibTeX arXiv:2011.13573

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Residual Connection 설명 없음
Attention 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

T-Know: a Knowledge Graph-based Question Answering and Infor-mation Retrieval System for Traditional Chinese Medicine

2018-08-01 · COLING 2018 8 · Ziqing Liu, Enwei Peng, Shixing Yan, Guozheng Li 외

T-Know is a knowledge service system based on the constructed knowledge graph of Traditional Chinese Medicine (TCM). Using authorized and anonymized clinical records, medicine clinical guidelines, teaching materials, cla…

Information RetrievalQuestion AnsweringRetrieval

Lattice CNNs for Matching Based Chinese Question Answering

2019-02-25 · Yuxuan Lai, Yansong Feng, Xiaohan Yu, Zheng Wang 외

Short text matching often faces the challenges that there are great word mismatch and expression diversity between the two texts, which would be further aggravated in languages like Chinese where there is no natural spac…

DiversityQuestion AnsweringText Matching

Interactive Mongolian Question Answer Matching Model Based on Attention Mechanism in the Law Domain

2022-10-01 · CCL 2022 10 · Peng Yutao, Wang Weihua, Bao Feilong

“Mongolian question answer matching task is challenging, since Mongolian is a kind of lowresource language and its complex morphological structures lead to data sparsity. In this work, we propose an Interactive Mongolian…

Question Answering

IvyGPT: InteractiVe Chinese pathwaY language model in medical domain

2023-07-20 · Rongsheng Wang, Yaofei Duan, ChanTong Lam, Jiexi Chen 외

General large language models (LLMs) such as ChatGPT have shown remarkable success. However, such LLMs have not been widely adopted for medical purposes, due to poor accuracy and inability to provide medical advice. We p…

Language ModelingLanguage Modelling

Summarizing Chinese Medical Answer with Graph Convolution Networks and Question-focused Dual Attention

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Ningyu Zhang, Shumin Deng, Juan Li, Xi Chen 외

Online search engines are a popular source of medical information for users, where users can enter questions and obtain relevant answers. It is desirable to generate answer summaries for online search engines, particular…