Update README.md
Browse files
README.md
CHANGED
|
@@ -38,15 +38,18 @@ plainfact = load_dataset("uzw/PlainFact")
|
|
| 38 |
For detailed information regarding the dataset or factuality evaluation framework, please refer to our [Github repo](https://github.com/zhiwenyou103/PlainQAFact) and paper at https://huggingface.co/papers/2503.08890.
|
| 39 |
|
| 40 |
Citation
|
| 41 |
-
If you use data from PlainFact or PlainFact-summary, please cite with the following BibTex entry:
|
| 42 |
```
|
| 43 |
-
@
|
| 44 |
-
title={PlainQAFact: Retrieval-augmented
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
|
|
|
|
|
|
|
|
|
| 51 |
}
|
| 52 |
```
|
|
|
|
| 38 |
For detailed information regarding the dataset or factuality evaluation framework, please refer to our [Github repo](https://github.com/zhiwenyou103/PlainQAFact) and paper at https://huggingface.co/papers/2503.08890.
|
| 39 |
|
| 40 |
Citation
|
| 41 |
+
If you intend to use the data from PlainFact or PlainFact-summary, please kindly cite our work with the following BibTex entry:
|
| 42 |
```
|
| 43 |
+
@article{YOU2026105019,
|
| 44 |
+
title = {PlainQAFact: Retrieval-augmented factual consistency evaluation metric for biomedical plain language summarization},
|
| 45 |
+
journal = {Journal of Biomedical Informatics},
|
| 46 |
+
volume = {178},
|
| 47 |
+
pages = {105019},
|
| 48 |
+
year = {2026},
|
| 49 |
+
issn = {1532-0464},
|
| 50 |
+
doi = {https://doi.org/10.1016/j.jbi.2026.105019},
|
| 51 |
+
url = {https://www.sciencedirect.com/science/article/pii/S1532046426000432},
|
| 52 |
+
author = {Zhiwen You and Yue Guo},
|
| 53 |
+
keywords = {Plain language summarization, Factual consistency evaluation, Retrieval-augmented generation, Hallucination, Large language models}
|
| 54 |
}
|
| 55 |
```
|