File size: 1,593 Bytes
cc8211b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
license: other
language:
- en
task_categories:
- question-answering
pretty_name: CybersecJSONSchemaBench CloudTrail Objective Natural Hard v5
size_categories:
- n<1K
configs:
- config_name: default
  data_files:
  - split: test
    path: test.jsonl
---

# CybersecJSONSchemaBench CloudTrail Objective Natural Hard v5

This is a 100-problem natural-prompt long-context cybersecurity reasoning subset built from the full flAWS CloudTrail corpus.

Each row contains a natural analyst-style question, a large CloudTrail JSONL context, and the JSON schema the answer must match. Gold answers are deterministic hidden-oracle results over the serialized slice and are not included in this public export.

## Families

- `actor_recon_to_change`: 22
- `apigateway_mapping_chain`: 8
- `credential_consequence_chain`: 16
- `cross_service_value_bridge`: 4
- `ec2_unsuccessful_expansion`: 30
- `s3_asset_pressure`: 4
- `shared_client_divergence`: 16

## Columns

- `instance_id`: Stable problem identifier.
- `prompt`: Natural benchmark-style analyst question.
- `answer_schema`: JSON schema for the expected answer.
- `input_jsonl`: Serialized CloudTrail records for the problem context.
- `evaluation`: Scoring metadata.
- `reasoning_family`: Hidden-oracle family name.
- `difficulty_tags`: Intended reasoning requirements.
- `candidate_count`: Number of competing candidates under the hidden oracle.
- `distractor_count`: Candidate-related records not in the gold answer.
- `primary_margin_over_runner_up`: Dominance margin used to control ambiguity.
- `input_jsonl_bytes`: Serialized context size.