{
  "submission": "team4_HIPE-2026-v1.0-impresso-test-en_run1.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "team4",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run1",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          102,
          1
        ],
        [
          59,
          0
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 102,
          "pred_FALSE": 1
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 59,
          "pred_FALSE": 0
        }
      ],
      "accuracy": 0.6296,
      "per_label": {
        "TRUE": {
          "precision": 0.6335,
          "recall": 0.9903,
          "f1": 0.7727,
          "support": 103,
          "true_positive": 102,
          "false_positive": 59,
          "false_negative": 1
        },
        "FALSE": {
          "precision": 0.0,
          "recall": 0.0,
          "f1": 0.0,
          "support": 59,
          "true_positive": 0,
          "false_positive": 1,
          "false_negative": 59
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          28,
          37
        ],
        [
          42,
          55
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 28,
          "pred_FALSE": 37
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 42,
          "pred_FALSE": 55
        }
      ],
      "accuracy": 0.5123,
      "per_label": {
        "TRUE": {
          "precision": 0.4,
          "recall": 0.4308,
          "f1": 0.4148,
          "support": 65,
          "true_positive": 28,
          "false_positive": 42,
          "false_negative": 37
        },
        "FALSE": {
          "precision": 0.5978,
          "recall": 0.567,
          "f1": 0.582,
          "support": 97,
          "true_positive": 55,
          "false_positive": 37,
          "false_negative": 42
        }
      }
    }
  }
}
