File size: 3,089 Bytes
d4ecabf c5f6c8a d4ecabf 24bcff5 7835ee7 24bcff5 2b45033 24bcff5 c5f6c8a 24bcff5 c5f6c8a 24bcff5 4850b30 24bcff5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
---
language:
- vi
- en
- de
- zh
- fr
license: mit
task_categories:
- text-generation
- text-classification
- audio-classification
- automatic-speech-recognition
- audio-text-to-text
tags:
- medical
---
# Sentiment Reasoning for Healthcare
**<div align="center">ACL 2025 Industry Track (Oral)</div>**
<div align="center">Khai-Nguyen Nguyen*, <b>Khai Le-Duc*</b>, Bach Phan Tat, Duy Le, Long Vo-Dang, Truong-Son Hy</div>
<div align="center">*Equal contribution</div>
> Please press ⭐ button and/or cite papers if you feel helpful.
<p align="center">
<img src="sentiment_reasoning_pipeline.png" width="900"/>
</p>
<p align="center"><em>Sentiment Reasoning pipeline</em></p>
* **Paper:** [Sentiment Reasoning for Healthcare](https://huggingface.co/papers/2407.21054)
* **Code:** [https://github.com/leduckhai/Sentiment-Reasoning](https://github.com/leduckhai/Sentiment-Reasoning)
* **Abstract:**
Transparency in AI healthcare decision-making is crucial. By incorporating rationales to explain reason for each predicted label, users could understand Large Language Models (LLMs)’s reasoning to make better decision. In this work, we introduce a new task - **Sentiment Reasoning** - for both speech and text modalities, and our proposed multimodal multitask framework and **the world's largest multimodal sentiment analysis dataset**. Sentiment Reasoning is an auxiliary task in sentiment analysis where the model predicts both the sentiment label and generates the rationale behind it based on the input transcript. Our study conducted on both human transcripts and Automatic Speech Recognition (ASR) transcripts shows that Sentiment Reasoning helps improve model transparency by providing rationale for model prediction with quality semantically comparable to humans while also improving model's classification performance (**+2% increase in both accuracy and macro-F1**) via rationale-augmented fine-tuning. Also, no significant difference in the semantic quality of generated rationales between human and ASR transcripts. All code, data (**five languages - Vietnamese, English, Chinese, German, and French**) and models are published online.
* **Citation:**
Please cite this paper: [https://arxiv.org/abs/2407.21054](https://arxiv.org/abs/2407.21054)
``` bibtex
@misc{Sentiment_Reasoning,
title={Sentiment Reasoning for Healthcare},
author={Khai-Nguyen Nguyen and Khai Le-Duc and Bach Phan Tat and Duy Le and Long Vo-Dang and Truong-Son Hy},
year={2024},
eprint={2407.21054},
url={https://arxiv.org/abs/2407.21054},
}
```
## Dataset and Pre-trained Models:
This repository contains the Hugging Face Dataset for Sentiment Reasoning for Healthcare.
[🤗 HuggingFace Models](https://huggingface.co/leduckhai/Sentiment-Reasoning)
## Contact
Core developers:
**Khai Le-Duc**
```
University of Toronto, Canada
Email: [email protected]
GitHub: https://github.com/leduckhai
```
**Khai-Nguyen Nguyen**
```
College of William and Mary, USA
GitHub: https://github.com/nkn002
Hugging Face: https://huggingface.co/knguyennguyen
``` |