Skip to content

The code for calculating accuracy may contain a bug.#14

Description

@Eyict

The accuracy matching code in evaluate.py is as follows: agent_match = actual_agent in pred["predicted_agent"]; step_match = actual_step in pred["predicted_step"]. If the diagnosed step is 1 and the golden step is 10, it will still be determined as a match. Is this a bug?

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