{
  "submission": "team11_HIPE-2026-v1.0-impresso-test-en_run1.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "team11",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run1",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          78,
          25
        ],
        [
          19,
          40
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 78,
          "pred_FALSE": 25
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 19,
          "pred_FALSE": 40
        }
      ],
      "accuracy": 0.7284,
      "per_label": {
        "TRUE": {
          "precision": 0.8041,
          "recall": 0.7573,
          "f1": 0.78,
          "support": 103,
          "true_positive": 78,
          "false_positive": 19,
          "false_negative": 25
        },
        "FALSE": {
          "precision": 0.6154,
          "recall": 0.678,
          "f1": 0.6452,
          "support": 59,
          "true_positive": 40,
          "false_positive": 25,
          "false_negative": 19
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          24,
          41
        ],
        [
          2,
          95
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 24,
          "pred_FALSE": 41
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 2,
          "pred_FALSE": 95
        }
      ],
      "accuracy": 0.7346,
      "per_label": {
        "TRUE": {
          "precision": 0.9231,
          "recall": 0.3692,
          "f1": 0.5274,
          "support": 65,
          "true_positive": 24,
          "false_positive": 2,
          "false_negative": 41
        },
        "FALSE": {
          "precision": 0.6985,
          "recall": 0.9794,
          "f1": 0.8154,
          "support": 97,
          "true_positive": 95,
          "false_positive": 41,
          "false_negative": 2
        }
      }
    }
  }
}
