{
  "submission": "team2_HIPE-2026-v1.0-impresso-test-en_run2.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "team2",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run2",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          60,
          43
        ],
        [
          28,
          31
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 60,
          "pred_FALSE": 43
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 28,
          "pred_FALSE": 31
        }
      ],
      "accuracy": 0.5617,
      "per_label": {
        "TRUE": {
          "precision": 0.6818,
          "recall": 0.5825,
          "f1": 0.6283,
          "support": 103,
          "true_positive": 60,
          "false_positive": 28,
          "false_negative": 43
        },
        "FALSE": {
          "precision": 0.4189,
          "recall": 0.5254,
          "f1": 0.4661,
          "support": 59,
          "true_positive": 31,
          "false_positive": 43,
          "false_negative": 28
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          20,
          45
        ],
        [
          28,
          69
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 20,
          "pred_FALSE": 45
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 28,
          "pred_FALSE": 69
        }
      ],
      "accuracy": 0.5494,
      "per_label": {
        "TRUE": {
          "precision": 0.4167,
          "recall": 0.3077,
          "f1": 0.354,
          "support": 65,
          "true_positive": 20,
          "false_positive": 28,
          "false_negative": 45
        },
        "FALSE": {
          "precision": 0.6053,
          "recall": 0.7113,
          "f1": 0.654,
          "support": 97,
          "true_positive": 69,
          "false_positive": 45,
          "false_negative": 28
        }
      }
    }
  }
}
