boheumd / A2Summ

The official implementation of 'Align and Attend: Multimodal Summarization with Dual Contrastive Losses' (CVPR 2023)
https://boheumd.github.io/A2Summ/
62 stars 10 forks source link

Question about F-score generation(TVSum and SumMe) #4

Closed dlxdlxdlx closed 1 year ago

dlxdlxdlx commented 1 year ago

For each split (0-4), did you select the highest f-score of all epochs and average score of the 5 splits as result?

boheumd commented 1 year ago

Yes. We follow the GitHub repo of https://github.com/li-plus/DSNet. It selects the highest f-score of all epochs and reports the averaged F-score.