{
  "submission": "team8_HIPE-2026-v1.0-impresso-test-en_run3.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "team8",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run3",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          50,
          19,
          6
        ],
        [
          6,
          15,
          7
        ],
        [
          3,
          7,
          49
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 50,
          "pred_PROBABLE": 19,
          "pred_FALSE": 6
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 6,
          "pred_PROBABLE": 15,
          "pred_FALSE": 7
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 3,
          "pred_PROBABLE": 7,
          "pred_FALSE": 49
        }
      ],
      "accuracy": 0.7037,
      "per_label": {
        "TRUE": {
          "precision": 0.8475,
          "recall": 0.6667,
          "f1": 0.7463,
          "support": 75,
          "true_positive": 50,
          "false_positive": 9,
          "false_negative": 25
        },
        "PROBABLE": {
          "precision": 0.3659,
          "recall": 0.5357,
          "f1": 0.4348,
          "support": 28,
          "true_positive": 15,
          "false_positive": 26,
          "false_negative": 13
        },
        "FALSE": {
          "precision": 0.7903,
          "recall": 0.8305,
          "f1": 0.8099,
          "support": 59,
          "true_positive": 49,
          "false_positive": 13,
          "false_negative": 10
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          33,
          32
        ],
        [
          6,
          91
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 33,
          "pred_FALSE": 32
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 6,
          "pred_FALSE": 91
        }
      ],
      "accuracy": 0.7654,
      "per_label": {
        "TRUE": {
          "precision": 0.8462,
          "recall": 0.5077,
          "f1": 0.6346,
          "support": 65,
          "true_positive": 33,
          "false_positive": 6,
          "false_negative": 32
        },
        "FALSE": {
          "precision": 0.7398,
          "recall": 0.9381,
          "f1": 0.8272,
          "support": 97,
          "true_positive": 91,
          "false_positive": 32,
          "false_negative": 6
        }
      }
    }
  }
}
