Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,13 @@
|
|
2 |
license: mit
|
3 |
datasets:
|
4 |
- leduckhai/Sentiment-Reasoning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# Sentiment Reasoning for Healthcare
|
@@ -15,7 +22,7 @@ datasets:
|
|
15 |
> Please press ⭐ button and/or cite papers if you feel helpful.
|
16 |
|
17 |
<p align="center">
|
18 |
-
<img src="
|
19 |
</p>
|
20 |
<p align="center"><em>Sentiment Reasoning pipeline</em></p>
|
21 |
|
@@ -54,7 +61,7 @@ This repository contains scripts for automatic speech recognition (ASR) and sent
|
|
54 |
**Paperswithcodes** to be released soon!
|
55 |
|
56 |
<p align="center">
|
57 |
-
<img src="
|
58 |
</p>
|
59 |
<p align="center"><em>Sample data format used in Sentiment Reasoning dataset</em></p>
|
60 |
|
@@ -78,4 +85,4 @@ College of William and Mary, USA
|
|
78 |
GitHub: https://github.com/nkn002
|
79 |
Hugging Face: https://huggingface.co/knguyennguyen
|
80 |
Homepage: https://nkn002.github.io/
|
81 |
-
```
|
|
|
2 |
license: mit
|
3 |
datasets:
|
4 |
- leduckhai/Sentiment-Reasoning
|
5 |
+
language:
|
6 |
+
- vi
|
7 |
+
- en
|
8 |
+
- zh
|
9 |
+
- de
|
10 |
+
- fr
|
11 |
+
pipeline_tag: text-generation
|
12 |
---
|
13 |
|
14 |
# Sentiment Reasoning for Healthcare
|
|
|
22 |
> Please press ⭐ button and/or cite papers if you feel helpful.
|
23 |
|
24 |
<p align="center">
|
25 |
+
<img src="sentiment_reasoning_pipeline.png" width="900"/>
|
26 |
</p>
|
27 |
<p align="center"><em>Sentiment Reasoning pipeline</em></p>
|
28 |
|
|
|
61 |
**Paperswithcodes** to be released soon!
|
62 |
|
63 |
<p align="center">
|
64 |
+
<img src="sentiment_reasoning_datasample.png" width="1000"/>
|
65 |
</p>
|
66 |
<p align="center"><em>Sample data format used in Sentiment Reasoning dataset</em></p>
|
67 |
|
|
|
85 |
GitHub: https://github.com/nkn002
|
86 |
Hugging Face: https://huggingface.co/knguyennguyen
|
87 |
Homepage: https://nkn002.github.io/
|
88 |
+
```
|