{
  "submission": "team11_HIPE-2026-v1.0-impresso-test-en_run3.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "team11",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run3",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          21,
          33,
          21
        ],
        [
          3,
          12,
          13
        ],
        [
          1,
          23,
          35
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 21,
          "pred_PROBABLE": 33,
          "pred_FALSE": 21
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 3,
          "pred_PROBABLE": 12,
          "pred_FALSE": 13
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 1,
          "pred_PROBABLE": 23,
          "pred_FALSE": 35
        }
      ],
      "accuracy": 0.4198,
      "per_label": {
        "TRUE": {
          "precision": 0.84,
          "recall": 0.28,
          "f1": 0.42,
          "support": 75,
          "true_positive": 21,
          "false_positive": 4,
          "false_negative": 54
        },
        "PROBABLE": {
          "precision": 0.1765,
          "recall": 0.4286,
          "f1": 0.25,
          "support": 28,
          "true_positive": 12,
          "false_positive": 56,
          "false_negative": 16
        },
        "FALSE": {
          "precision": 0.5072,
          "recall": 0.5932,
          "f1": 0.5468,
          "support": 59,
          "true_positive": 35,
          "false_positive": 34,
          "false_negative": 24
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          15,
          50
        ],
        [
          1,
          96
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 15,
          "pred_FALSE": 50
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 1,
          "pred_FALSE": 96
        }
      ],
      "accuracy": 0.6852,
      "per_label": {
        "TRUE": {
          "precision": 0.9375,
          "recall": 0.2308,
          "f1": 0.3704,
          "support": 65,
          "true_positive": 15,
          "false_positive": 1,
          "false_negative": 50
        },
        "FALSE": {
          "precision": 0.6575,
          "recall": 0.9897,
          "f1": 0.7901,
          "support": 97,
          "true_positive": 96,
          "false_positive": 50,
          "false_negative": 1
        }
      }
    }
  }
}
