Skip to content

Bug in InfoLM metric #9

@stancld

Description

@stancld

Hello,

when you call

info_dic = self.compute_infolm(sum_distribution_hypothesis, sum_distribution_refs)

in evaluate_batch method, you pass the arguments in the incorrect order as the signature of compute_infolm is

def compute_infolm(self, ref_distribution, hyp_distribution):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions