wangcunxiang / QA-Eval

The repository for paper <Evaluating Open-QA Evaluation>
Apache License 2.0
21 stars 0 forks source link

Question: What model does BERT-score uses? #2

Closed luckysusanto closed 2 months ago

luckysusanto commented 2 months ago

The paper mentioned the use of BERT-score. Does it use the base pre-trained BERT? Or is it further fine-tuned?

wangcunxiang commented 2 months ago

It is a base pretrained BERT. You can check it in https://arxiv.org/pdf/1904.09675 and https://github.com/Tiiiger/bert_score

luckysusanto commented 2 months ago

Thanks! Solved.