uzw commited on
Commit
15f4ad9
·
verified ·
1 Parent(s): 84b70f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -9
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
- @misc{you2025plainqafactautomaticfactualityevaluation,
44
- title={PlainQAFact: Retrieval-augmented Factual Consistency Evaluation Metric for Biomedical Plain Language Summarization},
45
- author={Zhiwen You and Yue Guo},
46
- year={2025},
47
- eprint={2503.08890},
48
- archivePrefix={arXiv},
49
- primaryClass={cs.CL},
50
- url={https://arxiv.org/abs/2503.08890},
 
 
 
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
  ```