Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
type: summarization
|
24 |
name: Summarization
|
25 |
dataset:
|
26 |
-
name: '
|
27 |
type: bigbio/meqsum
|
28 |
split: valid
|
29 |
metrics:
|
@@ -43,7 +43,7 @@ library_name: transformers
|
|
43 |
---
|
44 |
|
45 |
## MedQSum
|
46 |
-
medqsum-bart-large-xsum-meqsum is the best fine-tuned model in the paper [Enhancing Large Language Models' Utility for Medical Question-Answering: A Patient Health Question Summarization Approach](), which introduces a solution to get the most out of LLMs, when answering health-related questions. We address the challenge of crafting accurate prompts by summarizing consumer health questions (CHQs) to generate clear and concise medical questions. Our approach involves fine-tuning Transformer-based models, including Flan-T5 in resource-constrained environments and three medical question summarization datasets.
|
47 |
|
48 |
## Hyperparameters
|
49 |
```json
|
|
|
23 |
type: summarization
|
24 |
name: Summarization
|
25 |
dataset:
|
26 |
+
name: 'Dataset for medical question summarization'
|
27 |
type: bigbio/meqsum
|
28 |
split: valid
|
29 |
metrics:
|
|
|
43 |
---
|
44 |
|
45 |
## MedQSum
|
46 |
+
**`medqsum-bart-large-xsum-meqsum`** is the best fine-tuned model in the paper [Enhancing Large Language Models' Utility for Medical Question-Answering: A Patient Health Question Summarization Approach](), which introduces a solution to get the most out of LLMs, when answering health-related questions. We address the challenge of crafting accurate prompts by summarizing consumer health questions (CHQs) to generate clear and concise medical questions. Our approach involves fine-tuning Transformer-based models, including Flan-T5 in resource-constrained environments and three medical question summarization datasets.
|
47 |
|
48 |
## Hyperparameters
|
49 |
```json
|