| Literature DB >> 29888043 |
Mehedi Hasan1, Alexander Kotov1, April Idalski Carcone2, Ming Dong1, Sylvie Naar2.
Abstract
The problem of analyzing temporally ordered sequences of observations generated by molecular, physiological or psychological processes to make predictions about the outcome of these processes arises in many domains of clinical informatics. In this paper, we focus on predicting the outcome of patient-provider communication sequences in the context of the clinical dialog. Specifically, we consider prediction of the motivational interview success (i.e. eliciting a particular type of patient behavioral response) based on an observed sequence of coded patient-provider communication exchanges as a sequence classification problem. We propose two solutions to this problem, one that is based on Recurrent Neural Networks (RNNs) and another that is based on Markov Chain (MC) and Hidden Markov Model (HMM), and compare the accuracy of these solutions using communication sequences annotated with behavior codes from the real-life motivational interviews. Our experiments indicate that the deep learning-based approach is significantly more accurate than the approach based on probabilistic models in predicting the success of motivational interviews (0.8677 versus 0.7038 and 0.6067 F1-score by RNN, MC and HMM, respectively, when using undersampling to correct for class imbalance, and 0.8381 versus 0.7775 and 0.7520 F1-score by RNN, MC and HMM, respectively, when using over-sampling). These results indicate that the proposed method can be used for real-time monitoring of progression of clinical interviews and more efficient identification of effective provider communication strategies, which in turn can significantly decrease the effort required to develop behavioral interventions and increase their effectiveness.Entities:
Year: 2018 PMID: 29888043 PMCID: PMC5961827
Source DB: PubMed Journal: AMIA Jt Summits Transl Sci Proc
Fragment of the annotated transcript of a dialogue between a counselor and an adolescent. MYSCOPE codes assigned to the utterances and their meaning are shown in the first two columns.
| Code | Behavior | Speaker | Utterance |
|---|---|---|---|
| SS | Structure Session | Counselor | Okay. Can I meet with Xxxx alone for a few minutes? |
| OQO | Open-ended question, other | Counselor | So, Xxxx, how you doing? |
| HUPO | High uptake, other | Adolescent | Fine |
| OQTBN | Open-ended question, target behavior neutral | Counselor | That’s good. So, tell me how do you feel about your weight? |
| CHT+ | Change talk positive | Adolescent | It’s not the best. |
| CQECHT+ | Closed question, elicit change talk positive | Counselor | It’s not the best? |
| CHT+ | Change talk positive | Adolescent | Yeah |
| CQTBN | Closed question, target behavior neutral | Counselor | Okay, so have you tried to lose weight before? |
| HUPW | High uptake, weight | Adolescent | Yes |
Figure 1:2-D representation of behavior code embeddings.
Figure 2:Proposed RNN model with target replication (TR).
Performance of MC, HMM, LSTM and GRU with and without target replication (TR) for predicting the success of patient-provider communication sequences when under- and over-sampling were used to balance the dataset. The highest value for each performance metric is highlighted in bold.
| Method | Under-sampling | Over-sampling | ||||
|---|---|---|---|---|---|---|
| Precision | Recall | F1-Score | Precision | Recall | F1-Score | |
| Markov Chain 1 | 0.7060 | 0.7044 | 0.7038 | 0.7932 | 0.7799 | 0.7775 |
| Markov Chain 2 | 0.6395 | 0.6385 | 0.6379 | 0.7111 | 0.7029 | 0.7000 |
| Hidden Markov Model | 0.6244 | 0.6143 | 0.6067 | 0.7775 | 0.7567 | 0.7520 |
| LSTM | 0.8672 | 0.8626 | 0.8622 | 0.8411 | 0.8372 | 0.8368 |
| LSTM-TR | ||||||
| GRU | 0.8674 | 0.8648 | 0.8646 | 0.8379 | 0.8342 | 0.8337 |
| GRU-TR | 0.8705 | 0.8676 | 0.8673 | 0.8412 | 0.8377 | 0.8373 |
Most likely communication sequences in successful and unsuccessful motivational interviews.
| Type | Most likely communication sequences |
|---|---|
| successful | GINFO+: General information, positive → LUP+: Low uptake, positive → OQTBN: Open-ended question, target behavior neutral |
| successful | SS: Structure session → GINFO+: General information, positive → CQECHT+: Closed-ended question, elicit change talk positive |
| successful | SO: Statement, other → LUP+: Low uptake, positive → AF: Affirm → HUPW: High uptake, weight → OQECML+: Open-ended question, elicit commitment language positive. |
| unsuccessful | ADV+: Advise, positive → AMB-: Ambivalence negative → OQECHT-: Open-ended question, elicit change talk negative |
| unsuccessful | CQECHT+: Open-ended question, elicit change talk positive → RCHT-S: Reflect, change talk negative → OQECHT-: Open-ended question, elicit change talk negative |
| unsuccessful | SUP: Support → AF: Affirm → CQTBN: Closed-ended question, target behavior neutral → OQECHT-: Open-ended question, elicit change talk negative → AMB-: Ambivalence negative |