{
  "model_details": {
    "provider": "openai",
    "model_requested": "gpt-5.4",
    "model_for_requests": "gpt-5.4",
    "api_base_url": "https://api.openai.com/v1",
    "chat_completions_endpoint": "https://api.openai.com/v1/chat/completions"
  },
  "run_config": {
    "task_name": "ADV *-ing* clause",
    "prompt_layout": "standard",
    "task_description": "Classification of adverbial *-ing* clauses as one of: FA (Free Adjunct), AVG (Adverbial Verbal Gerund) or AC (Absolute Construction).",
    "tags": "*-ing*;syntax;adverbial;clause;English"
  },
  "source_input_csv": "",
  "source_output_csv": "data/output/adv-ing__openai__gpt54__2026-03-11-16-26.csv",
  "source_labels_csv": "",
  "cache_padding": {
    "enabled": false,
    "target_shared_prefix_tokens": 0,
    "calibration_shared_prefix_tokens": null,
    "target_prompt_tokens": 0,
    "calibration_prompt_tokens": null,
    "calibration_example_id": null,
    "applied_padding_tokens_estimate": 0,
    "examples_with_padding_applied": 0
  },
  "request_control_summary": {
    "configured": {},
    "attempts_total": 353,
    "attempts_with_control_telemetry": 353,
    "per_control": {
      "reasoning_effort": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "thinking_level": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "effort": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "verbosity": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "prompt_cache_key": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "gemini_cached_content": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "requesty_auto_cache": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      }
    }
  },
  "usage_metadata_summary": {
    "attempts_total": 353,
    "attempts_with_usage_metadata": 353,
    "attempts_with_cached_token_signals": 353,
    "cached_tokens_total_estimate": 0,
    "cache_read_tokens_total": 0,
    "cache_write_tokens_total": 0,
    "cache_token_fields_totals": {
      "usage.prompt_tokens_details.cached_tokens": 0
    },
    "attempts_with_gemini_cached_content_token_signals": 0,
    "gemini_cached_content_token_count_total": 0,
    "gemini_cached_content_token_fields_totals": {}
  },
  "token_usage_totals": {
    "attempts_total": 353,
    "attempts_with_token_usage": 318,
    "attempts_with_output_tokens": 318,
    "attempts_with_cached_input_tokens": 0,
    "attempts_with_thinking_tokens": 0,
    "input_tokens_total": 288883,
    "cached_input_tokens_total": 0,
    "non_cached_input_tokens_total": 288883,
    "output_tokens_total": 56526,
    "thinking_tokens_total": 0,
    "output_tokens_definition": "total_tokens - prompt_tokens (or completion_tokens + thinking_tokens fallback)"
  },
  "mode": "metrics_only",
  "truth_label_count": 318,
  "prediction_count": 318,
  "evaluated_example_count": 318,
  "calibration_metrics": {
    "available": true,
    "sample_count": 318,
    "bin_count": 10,
    "ece": 0.023962264150944407,
    "mce": 0.66,
    "brier_score": 0.06323836477987418
  },
  "first_prompt_timestamp": "2026-03-11T15:26:11.802357Z",
  "last_prompt_timestamp": "2026-03-11T23:12:45.547522Z",
  "overall_time_seconds": 27993.745165,
  "overall_time_human": "7h 46m 34s",
  "truth_source": "output_csv_truth_column",
  "accuracy": 0.9182389937106918,
  "macro_precision": 0.6992338768760598,
  "macro_recall": 0.7083333333333334,
  "macro_f1": 0.703186705480771,
  "per_label": {
    "AC": {
      "precision": 0.9545454545454546,
      "recall": 1.0,
      "f1": 0.9767441860465117,
      "support": 21
    },
    "AVG": {
      "precision": 0.872093023255814,
      "recall": 0.9259259259259259,
      "f1": 0.8982035928143713,
      "support": 81
    },
    "FA": {
      "precision": 0.9702970297029703,
      "recall": 0.9074074074074074,
      "f1": 0.937799043062201,
      "support": 216
    },
    "unclassified": {
      "precision": 0.0,
      "recall": 0.0,
      "f1": 0.0,
      "support": 0
    }
  },
  "labels": [
    "AC",
    "AVG",
    "FA",
    "unclassified"
  ],
  "label_count": 4,
  "total_examples": 318,
  "confusion_matrix": {
    "AC": {
      "AC": 21,
      "AVG": 0,
      "FA": 0,
      "unclassified": 0
    },
    "AVG": {
      "AC": 0,
      "AVG": 75,
      "FA": 6,
      "unclassified": 0
    },
    "FA": {
      "AC": 1,
      "AVG": 11,
      "FA": 196,
      "unclassified": 8
    },
    "unclassified": {
      "AC": 0,
      "AVG": 0,
      "FA": 0,
      "unclassified": 0
    }
  },
  "label_metrics_available": true
}
