Add library_name and paper link to model card
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- uzw/PlainFact
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
pipeline_tag: text-classification
|
|
|
|
| 10 |
tags:
|
| 11 |
- biology
|
| 12 |
- medical
|
| 13 |
- classification
|
| 14 |
---
|
| 15 |
|
| 16 |
-
> This plain language summary classification model is a part of the [PlainQAFact](https://github.com/zhiwenyou103/PlainQAFact) factuality evaluation framework
|
| 17 |
-
|
| 18 |
|
| 19 |
## Classify the Input into Either Elaborative Explanation or Simplification
|
| 20 |
We fine-tuned [microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext](https://huggingface.co/microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext) model using our curated sentence-level [PlainFact](https://huggingface.co/datasets/uzw/PlainFact) dataset.
|
|
@@ -68,7 +68,7 @@ print(f"Confidence scores: {predictions}")
|
|
| 68 |
|
| 69 |
|
| 70 |
## Citation
|
| 71 |
-
If you use this
|
| 72 |
```
|
| 73 |
@misc{you2025plainqafactretrievalaugmentedfactualconsistency,
|
| 74 |
title={PlainQAFact: Retrieval-augmented Factual Consistency Evaluation Metric for Biomedical Plain Language Summarization},
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
- uzw/PlainFact
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
license: apache-2.0
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
+
library_name: transformers
|
| 11 |
tags:
|
| 12 |
- biology
|
| 13 |
- medical
|
| 14 |
- classification
|
| 15 |
---
|
| 16 |
|
| 17 |
+
> This plain language summary classification model is a part of the [PlainQAFact](https://github.com/zhiwenyou103/PlainQAFact) factuality evaluation framework, introduced in the paper [PlainQAFact: Retrieval-augmented Factual Consistency Evaluation Metric for Biomedical Plain Language Summarization](https://huggingface.co/papers/2503.08890).
|
|
|
|
| 18 |
|
| 19 |
## Classify the Input into Either Elaborative Explanation or Simplification
|
| 20 |
We fine-tuned [microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext](https://huggingface.co/microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext) model using our curated sentence-level [PlainFact](https://huggingface.co/datasets/uzw/PlainFact) dataset.
|
|
|
|
| 68 |
|
| 69 |
|
| 70 |
## Citation
|
| 71 |
+
If you use this model in your research, please cite with the following BibTex entry:
|
| 72 |
```
|
| 73 |
@misc{you2025plainqafactretrievalaugmentedfactualconsistency,
|
| 74 |
title={PlainQAFact: Retrieval-augmented Factual Consistency Evaluation Metric for Biomedical Plain Language Summarization},
|