CLOct 11, 2022

Alzheimer's Diagnosis and Generation-Based Chatbot Using Hierarchical Attention and Transformer

arXiv:2211.07703v12 citationsh-index: 2
Originality Synthesis-oriented
AI Analysis

This work addresses early diagnosis and treatment planning for Alzheimer's patients by integrating diagnostic classification and chatbot functionality, though it appears incremental as it combines existing attention and transformer methods.

The paper tackles Alzheimer's diagnosis and chatbot generation by proposing a single model that analyzes patient language patterns for classification and generates chatbot responses, achieving significant reduction and convergence in loss function values on the DmentiaBank corpus.

In this paper, we propose a natural language processing architecture that can handle tasks that previously required two models as one model. With a single model, we analyze the language patterns and conversational context of Alzheimer's patients and derive answers from two results: patient classification and chatbot. If the patient's language characteristics are identified by chatbots in daily life, doctors can plan more precise diagnosis and treatment for early diagnosis. The proposed model is used to develop chatbots that replace questionnaires that required experts. There are two natural language processing tasks performed by the model. The first is a 'natural language classification' that indicates with probability whether the patient has an illness, and the second is to generate the next 'answer' of the chatbot to the patient's answer. In the first half, a context vector, which is a characteristic of patient utterance, is extracted through a self-attention neural network. This context vector and chatbot (expert, moderator) questions are entered together into the encoder to obtain a matrix containing the characteristics of the interaction between the questioner and the patient. The vectorized matrix becomes a probability value for classification of patients. Enter the matrix into the decoder with the next answer from the chatbot (the moderator) to generate the next utterance. As a result of learning this structure with DmentiaBank's cookie theft description corpus, it was confirmed that the value of the loss function of the encoder and decoder was significantly reduced and converged. This shows that capturing the speech language pattern of Alzheimer's disease patients can contribute to early diagnosis and longitudinal studies of the disease in the future.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes