Skip to content

how to interpret evaluation result #6

@yxuansu

Description

@yxuansu

hey! thanks for releasing the code. i tried to run a demo test and get the following results in accuracy.json

{
    "overall": {
        "accuracy": 0.6212443095599393,
        "correct": 2047,
        "total": 3295
    },
    "by_dimension": {
        "conditional": {
            "accuracy": 0.4105263157894737,
            "correct": 78,
            "total": 190
        },
        "unconditional": {
            "accuracy": 0.6466489714664897,
            "correct": 1949,
            "total": 3014
        },
        "example_driven": {
            "accuracy": 0.21978021978021978,
            "correct": 20,
            "total": 91
        }
    }
}

would like to check how to interpret the numbers corresponding to the metrics proposed in the paper.

ty!

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