Prompt Clipboard

AML Context-Graph Bench test prompts. Copy and paste into Gemini / LLM. back to lab

Download Data Files

FILES
HI-Small FS — Batch Run Data
system prompt + 500 user prompts + ground truth manifest
File Size Description
system_prompt.txt 122 KB Preamble + 12 few-shot examples (8 fraud + 4 legit) Download
16 user_prompt files (250 cases each, click to expand)
user_prompts_00.jsonl 19.8 MB Cases 1–250 DL
user_prompts_01.jsonl 17.4 MB Cases 251–500 DL
user_prompts_02.jsonl 17.3 MB Cases 501–750 DL
user_prompts_03.jsonl 17.8 MB Cases 751–1000 DL
user_prompts_04.jsonl 16.4 MB Cases 1001–1250 DL
user_prompts_05.jsonl 18.8 MB Cases 1251–1500 DL
user_prompts_06.jsonl 22.5 MB Cases 1501–1750 DL
user_prompts_07.jsonl 17.0 MB Cases 1751–2000 DL
user_prompts_08.jsonl 17.2 MB Cases 2001–2250 DL
user_prompts_09.jsonl 16.5 MB Cases 2251–2500 DL
user_prompts_10.jsonl 16.7 MB Cases 2501–2750 DL
user_prompts_11.jsonl 14.4 MB Cases 2751–3000 DL
user_prompts_12.jsonl 19.5 MB Cases 3001–3250 DL
user_prompts_13.jsonl 17.3 MB Cases 3251–3500 DL
user_prompts_14.jsonl 15.3 MB Cases 3501–3750 DL
user_prompts_15.jsonl 0.6 MB Cases 3751–3753 DL
manifest.json 425 KB Ground truth: case_id → label + typology (all 3,753 cases) Download
system_prompt_ZS.txt 0.2 KB Zero-shot preamble (no few-shot examples) Download
task_suffix_ZS.txt 0.5 KB ZS task instructions + JSON output schema (appended after graph) Download
run_gemini_enterprise_py.txt 7 KB Vertex AI runner — loads JSONL, calls Gemini, saves results Download
compute_metrics_py.txt 7 KB Parse responses → Det-F1, Typ-F1, etc. Download

3,753 cases in 16 files (under 23 MB each, Cloudflare Pages safe). Full V2 pool = ~$680 on Gemini 2.5 Pro (FS). Start with just _00 (250 cases, ~$45) and scale up.

Copy-Paste Test Prompts (ICL-AML Base, No Few-Shot)

suspicious
v2_02992 — fan-in, 5 txns
ground truth: illicit | 2,369 chars
legitimate
v2_01197 — 2 txns
ground truth: not suspicious | 1,832 chars
suspicious
v2_00903 — 7 txns
ground truth: illicit | medium size

Batch Run Data (download at work)

DATA
HI-Small FS — 3,753 cases (16 files)
system_prompt + 16 user_prompt files + manifest | ~264 MB total

Pre-processed prompts for enterprise Gemini 2.5 Pro. Download these files to your work machine, then run the loop below.

Usage on work machine (Vertex AI notebook):