{
  "submission": "team1_HIPE-2026-v1.0-impresso-test-en_run2.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "team1",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run2",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          93,
          10
        ],
        [
          51,
          8
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 93,
          "pred_FALSE": 10
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 51,
          "pred_FALSE": 8
        }
      ],
      "accuracy": 0.6235,
      "per_label": {
        "TRUE": {
          "precision": 0.6458,
          "recall": 0.9029,
          "f1": 0.753,
          "support": 103,
          "true_positive": 93,
          "false_positive": 51,
          "false_negative": 10
        },
        "FALSE": {
          "precision": 0.4444,
          "recall": 0.1356,
          "f1": 0.2078,
          "support": 59,
          "true_positive": 8,
          "false_positive": 10,
          "false_negative": 51
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          30,
          35
        ],
        [
          14,
          83
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 30,
          "pred_FALSE": 35
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 14,
          "pred_FALSE": 83
        }
      ],
      "accuracy": 0.6975,
      "per_label": {
        "TRUE": {
          "precision": 0.6818,
          "recall": 0.4615,
          "f1": 0.5504,
          "support": 65,
          "true_positive": 30,
          "false_positive": 14,
          "false_negative": 35
        },
        "FALSE": {
          "precision": 0.7034,
          "recall": 0.8557,
          "f1": 0.7721,
          "support": 97,
          "true_positive": 83,
          "false_positive": 35,
          "false_negative": 14
        }
      }
    }
  }
}
