{
  "submission": "team3_HIPE-2026-v1.0-impresso-test-en_run1.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "team3",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run1",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          88,
          15
        ],
        [
          26,
          33
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 88,
          "pred_FALSE": 15
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 26,
          "pred_FALSE": 33
        }
      ],
      "accuracy": 0.7469,
      "per_label": {
        "TRUE": {
          "precision": 0.7719,
          "recall": 0.8544,
          "f1": 0.8111,
          "support": 103,
          "true_positive": 88,
          "false_positive": 26,
          "false_negative": 15
        },
        "FALSE": {
          "precision": 0.6875,
          "recall": 0.5593,
          "f1": 0.6168,
          "support": 59,
          "true_positive": 33,
          "false_positive": 15,
          "false_negative": 26
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          41,
          24
        ],
        [
          32,
          65
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 41,
          "pred_FALSE": 24
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 32,
          "pred_FALSE": 65
        }
      ],
      "accuracy": 0.6543,
      "per_label": {
        "TRUE": {
          "precision": 0.5616,
          "recall": 0.6308,
          "f1": 0.5942,
          "support": 65,
          "true_positive": 41,
          "false_positive": 32,
          "false_negative": 24
        },
        "FALSE": {
          "precision": 0.7303,
          "recall": 0.6701,
          "f1": 0.6989,
          "support": 97,
          "true_positive": 65,
          "false_positive": 24,
          "false_negative": 32
        }
      }
    }
  }
}
