Skip to content

Potential bug inllm_judge_column #9

Description

@qlan3

Inside function llm_judge_column, it seems that the following code will not be executed, since len(score_list) == len(response) in current implementation.

    if len(score_list) != len(response):
        score_list = [0] * len(response)
        msg_list = ["llm judge failed due to length"] * len(response)

if len(score_list) != len(response):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions