The whole of this run is a release asset
This site holds 0 of the 19 question directories this run wrote; the archive holds every one:
- archive
- minidev-sqlite-meta-llama-3-8b-instruct-2.tar.gz
- size
- 13,154,426 bytes
- sha256
- 606473169f3dbe0d3f73dd20ddb40ee7085c571d289f2fe20ecd0878a5b7eb29
What it counted
| what | how many |
|---|---|
| questions audited | 51 |
| ERROR | 21 |
| NOT_EQUAL | 19 |
| EQUAL | 11 |
| probes fired | 4 |
the probes
| probe | fired on |
|---|---|
| ordering-over-numeric-text | 0 |
| arbitrary-cut | 2 |
| not-a-function-of-the-data | 2 |
| float-aggregate-order | 0 |
| direction-against-question | 0 |
credited by BIRD's own check and NOT_EQUAL here
| what | how many |
|---|---|
| credited by BIRD and NOT_EQUAL here | 6 |
| multiplicity | 6 |
| type | 0 |
| order | 0 |
| truncation | 0 |
| other | 0 |
| the test-suite check answered 1 | 0 |
| the test-suite check answered 0 | 6 |
What the run was made of
- run
- audit-5cc2ec0f-cd89-4d64-b7f5-90a23137ee39
- summary format
- attestql/audit/summary/2
- question file
- data/questions/mini_dev_sqlite.json sha256:4ba5fa8de55856222f484d380d2ba872b380bf79d825de70478e2120cb0fc43b | https://bird-bench.oss-cn-beijing.aliyuncs.com/minidev.zip (sha256 cc48ba16838204e4e214512030cb572eeb5f7bcdd999bae4b9b6ff12ec13b92f, downloaded 2026-09-07), member minidev/MINIDEV/mini_dev_sqlite.json, 2024-06-19
- questions in the file
- 500
- prediction file
- data/preds-sqlite/predict_mini_dev_meta-llama-3-8b-instruct-2_sqlite.json sha256:e1bd066794d120ff766d010a5cf4e4118e48404c4b0168fce4dfaf362a975301 | https://raw.githubusercontent.com/bird-bench/mini_dev/b3d4bcbbae9a96934ad812551eb400c7a3b23c12/llm/exp_result/sql_output_kg/predict_mini_dev_meta-llama-3-8b-instruct-2_sqlite.json, 2024-06-19
- statements read
- 500
- keyed by
- position
- data file
- data/minidev/dev_databases/european_football_2/european_football_2.sqlite sha256:f72f5c9b990371417288a67b27a02e601ef904d45525c2c9f7931fb01001c536 | minidev.zip (sha256 cc48ba16838204e4e214512030cb572eeb5f7bcdd999bae4b9b6ff12ec13b92f), member minidev/MINIDEV/dev_databases, european_football_2/european_football_2.sqlite, 2024-06-13
- server
- SQLite 3.53.4 | file=/private/tmp/attestql-runs/data/minidev/dev_databases/european_football_2/european_football_2.sqlite | size=597754880
- database role
- file
- engine
- sqlite
- parser
- validator audit:sqlglot-sqlite-parse, sqlglot 30.18.0, dialect sqlite
- serialization
- attestql/audit/2
- statement timeout
- 30 s
- fixture digest depth
- counts
- schema digest
- sha256:954a8a8d6524994d3b40baa9fb2a91c922f170e93b000994be908ae47378e5e7
- data as of
- 2026-09-08T05:04:10.210541+00:00 the instant the run started
- shuffled copies
- prepared
- shuffle seed
- 1
- experimental probe
- off
The session the run was made in
what the engine reported, 9 settings
- sqlite_version
- 3.53.4
- encoding
- UTF-8
- reverse_unordered_selects
- 0
- query_only
- 1
- journal_mode
- delete
- data_version
- 2
- compile_options
- ATOMIC_INTRINSICS=1,COMPILER=clang-21.0.0,DEFAULT_AUTOVACUUM,DEFAULT_CACHE_SIZE=-2000,DEFAULT_FILE_FORMAT=4,DEFAULT_JOURNAL_SIZE_LIMIT=-1,DEFAULT_MMAP_SIZE=0,DEFAULT_PAGE_SIZE=4096,DEFAULT_PCACHE_INITSZ=20,DEFAULT_RECURSIVE_TRIGGERS,DEFAULT_SECTOR_SIZE=4096,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_AUTOCHECKPOINT=1000,DEFAULT_WAL_SYNCHRONOUS=2,DEFAULT_WORKER_THREADS=0,DIRECT_OVERFLOW_READ,ENABLE_API_ARMOR,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS5,ENABLE_GEOPOLY,ENABLE_MATH_FUNCTIONS,ENABLE_MEMORY_MANAGEMENT,ENABLE_PERCENTILE,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE,ENABLE_SESSION,ENABLE_STAT4,ENABLE_UNLOCK_NOTIFY,MALLOC_SOFT_LIMIT=1024,MAX_ATTACHED=10,MAX_COLUMN=2000,MAX_COMPOUND_SELECT=500,MAX_DEFAULT_PAGE_SIZE=8192,MAX_EXPR_DEPTH=1000,MAX_FUNCTION_ARG=1000,MAX_LENGTH=1000000000,MAX_LIKE_PATTERN_LENGTH=50000,MAX_MMAP_SIZE=0x7fff0000,MAX_PAGE_COUNT=0xfffffffe,MAX_PAGE_SIZE=65536,MAX_SQL_LENGTH=1000000000,MAX_TRIGGER_DEPTH=1000,MAX_VARIABLE_NUMBER=250000,MAX_VDBE_OP=250000000,MAX_WORKER_THREADS=8,MUTEX_PTHREADS,SYSTEM_MALLOC,TEMP_STORE=1,THREADSAFE=1,USE_URI
- collation_list
- RTRIM,NOCASE,BINARY
- case_sensitive_like
- 0
What the run states about itself
- ids the question file states twice
- 137, 138
- prediction positions not compared
- 487, 488
The questions
| question | rule | verdict | class | probes | what was asked |
|---|---|---|---|---|---|
| q1025 | ERROR | prediction: statement: the text does not parse: The number of provided arguments (2) is greater than the maximum number of supported arguments (1). Line 5, Col: 48. m ON l.id = m.league_id WHERE m.season = '2015/2016' ORDER BY SUM(m.home_team_goal, m.away_team_goal[4m)[0m DESC LIMIT 1; | |||
| q1029 | ERROR | prediction: execute: execute: no such column: t1.team_short_name | |||
| q1031 | ERROR | prediction: statement: the text does not parse: Expected table name but got <Token token_type: TokenType.SENTINEL, text: SENTINEL, line: 1, col: 1, start: 0, end: 0, comments: []>. Line 108, Col: 24. UNION SELECT away_player_X4 [4mFROM[0m | |||
| q1037 | ERROR | prediction: execute: execute: no such function: MULTIPLY | |||
| q1039 | ERROR | prediction: execute: execute: no such column: player_name | |||
| q1068 | ERROR | prediction: execute: execute: no such column: t2.height | |||
| q1076 | ERROR | prediction: execute: execute: no such column: player_name | |||
| q1078 | ERROR | prediction: statement: the text does not parse: Error tokenizing 'ennon' ORDER BY birthday DESC LIMIT 1; SELECT 'A' | |||
| q1084 | ERROR | prediction: execute: execute: no such column: birthday | |||
| q1091 | ERROR | prediction: execute: execute: no such column: League.name | |||
| q1092 | ERROR | prediction: execute: execute: no such column: season | |||
| q1094 | ERROR | prediction: execute: execute: no such function: SUBTRACT | |||
| q1096 | ERROR | prediction: execute: execute: no such column: T1.player_name | |||
| q1103 | ERROR | prediction: execute: execute: no such column: player_name | |||
| q1105 | ERROR | prediction: execute: execute: no such column: pa.player_name | |||
| q1107 | ERROR | prediction: execute: execute: no such column: player_name | |||
| q1110 | ERROR | prediction: execute: execute: no such column: team_long_name | |||
| q1114 | ERROR | prediction: execute: execute: no such column: player_name | |||
| q1115 | ERROR | prediction: statement: the text does not parse: Expecting ). Line 1, Col: 55. SELECT (player_name = 'Landon Donovan' overall_rating [4m-[0m player_name = 'Jordan Bowery' overall_rating) / player_name = 'Landon Donovan' overall_rating * 100 | |||
| q1116 | ERROR | prediction: execute: execute: no such column: player_id | |||
| q1148 | ERROR | prediction: execute: execute: no such column: pa.height |
A question whose statement could not be run wrote no directory, so it is a row here and has no page: the summary holds the side that stopped, the step it stopped at and the engine's own message.
The JSON this page was rendered from
- summary.json attestql/audit/summary/2