{
  "submission": "team1_HIPE-2026-v1.0-impresso-test-en_run3.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "team1",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run3",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          94,
          9
        ],
        [
          17,
          42
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 94,
          "pred_FALSE": 9
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 17,
          "pred_FALSE": 42
        }
      ],
      "accuracy": 0.8395,
      "per_label": {
        "TRUE": {
          "precision": 0.8468,
          "recall": 0.9126,
          "f1": 0.8785,
          "support": 103,
          "true_positive": 94,
          "false_positive": 17,
          "false_negative": 9
        },
        "FALSE": {
          "precision": 0.8235,
          "recall": 0.7119,
          "f1": 0.7636,
          "support": 59,
          "true_positive": 42,
          "false_positive": 9,
          "false_negative": 17
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          25,
          40
        ],
        [
          2,
          95
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 25,
          "pred_FALSE": 40
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 2,
          "pred_FALSE": 95
        }
      ],
      "accuracy": 0.7407,
      "per_label": {
        "TRUE": {
          "precision": 0.9259,
          "recall": 0.3846,
          "f1": 0.5435,
          "support": 65,
          "true_positive": 25,
          "false_positive": 2,
          "false_negative": 40
        },
        "FALSE": {
          "precision": 0.7037,
          "recall": 0.9794,
          "f1": 0.819,
          "support": 97,
          "true_positive": 95,
          "false_positive": 40,
          "false_negative": 2
        }
      }
    }
  }
}
