{
  "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": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          34,
          39,
          2
        ],
        [
          8,
          12,
          8
        ],
        [
          13,
          38,
          8
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 34,
          "pred_PROBABLE": 39,
          "pred_FALSE": 2
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 8,
          "pred_PROBABLE": 12,
          "pred_FALSE": 8
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 13,
          "pred_PROBABLE": 38,
          "pred_FALSE": 8
        }
      ],
      "accuracy": 0.3333,
      "per_label": {
        "TRUE": {
          "precision": 0.6182,
          "recall": 0.4533,
          "f1": 0.5231,
          "support": 75,
          "true_positive": 34,
          "false_positive": 21,
          "false_negative": 41
        },
        "PROBABLE": {
          "precision": 0.1348,
          "recall": 0.4286,
          "f1": 0.2051,
          "support": 28,
          "true_positive": 12,
          "false_positive": 77,
          "false_negative": 16
        },
        "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
        }
      }
    }
  }
}
