neulab / BARTScore

BARTScore: Evaluating Generated Text as Text Generation
Apache License 2.0
318 stars 37 forks source link

there is no code of bart_score_cnn_src_hypo? #41

Open lunar333 opened 10 months ago

lunar333 commented 10 months ago

in the bart_score.py, there is only reference based method, but no src to hyp

yyy-Apple commented 9 months ago

You can customize your inputs to the scorer, for example,

bart_scorer.score(['my src sentence'], ['my hpy sentence'])