shmsw25 / FActScore

A package to evaluate factuality of long-form generation. Original implementation of our EMNLP 2023 paper "FActScore: Fine-grained Atomic Evaluation of Factual Precision in Long Form Text Generation"
https://arxiv.org/abs/2305.14251
MIT License
292 stars 43 forks source link

Typo here #27

Closed CiaoHe closed 1 year ago

CiaoHe commented 1 year ago

https://github.com/shmsw25/FActScore/blob/03ff67253028337a7d26a33515aa647d98c7898b/factscore/factscorer.py#L118

should be type(topics)==type(generations)==str:

shmsw25 commented 1 year ago

Thank you for catching this! Fixed now!