Papers › From Legal Text to Executable Decision Models: Evaluating Structured Representations...

From Legal Text to Executable Decision Models: Evaluating Structured Representations for Legal Decision Model Generation

18 Apr 2026arXiv:2604.17153added by Syntology

David Graus

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Transforming legal text into executable decision logic is a longstanding challenge in legal informatics. With the rise of LLMs, this task has gained renewed interest, but remains challenging due to requiring extensive manual coding and evaluation. We use a unique real-world dataset that pairs production-grade decision models with legal text from the Dutch Environment and Planning Act. These models power the Omgevingsloket government platform, where citizens check permit requirements for environmental activities. We study whether intermediate structured representations can improve LLM-based generation of executable decision models from legal text. We compare four input conditions: raw legal text, text enriched with semantic role labels, text enriched with input and output constraints, and text enriched with both. We evaluate along two dimensions: structural evaluation, through similarity to gold decision models with graph kernels and graphs' descriptive statistics, and outcome evaluation, through functional equivalence by executing models on pre-configured test scenarios. Our findings show that I/O constraints provide the dominant improvement (+37-54% similarity over baseline), while semantic role labels show modest improvements. Outcome evaluation shows that generated models match the gold standard on 51-53% of test scenarios, even though generated models are typically smaller and simpler. We find LLMs eliminate redundant pass-through logic that comprises up to 45-55% of nodes. Importantly, structural similarity and outcome equivalence are complementary: structural similarity does not guarantee outcome equivalence, and vice versa. To facilitate reproducibility, we publicly release our dataset of 95 production decision models with associated legal text and all experimental code.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.17153")

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

opengov-lab/legal-text-to-decision-model found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 0 ran; 0 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from opengov-lab/legal-text-to-decision-model. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

dmn_to_graph opengov-lab/legal-text-to-decision-model/metrics/utils.py found in paper text by Syntology unverified licence not identified · pointer only · 8daaa187ebe10c1d · report
eval_condition opengov-lab/legal-text-to-decision-model/metrics/dmn_executor.py found in paper text by Syntology unverified licence not identified · pointer only · 932c5af2633ccfe1 · report
eval_table opengov-lab/legal-text-to-decision-model/metrics/dmn_executor.py found in paper text by Syntology unverified licence not identified · pointer only · 2cc8040cfe5c4ac3 · report
extract_activity_to_wids opengov-lab/legal-text-to-decision-model/preprocessing/_extract_activities.py found in paper text by Syntology unverified licence not identified · pointer only · 86fa8d511599f90f · report
extract_edges opengov-lab/legal-text-to-decision-model/preprocessing/reduce_dmn.py found in paper text by Syntology unverified licence not identified · pointer only · bba395c43a501068 · report
extract_inputs opengov-lab/legal-text-to-decision-model/preprocessing/reduce_dmn.py found in paper text by Syntology unverified licence not identified · pointer only · c6d742d0e56c383a · report
extract_legal_articles_with_recital opengov-lab/legal-text-to-decision-model/preprocessing/_extract_articles.py found in paper text by Syntology unverified licence not identified · pointer only · bcb701255445a1cd · report
find_gold_model opengov-lab/legal-text-to-decision-model/evaluation/run_evaluation.py found in paper text by Syntology unverified licence not identified · pointer only · 65804c961a09a7f9 · report
get_dmn_stats opengov-lab/legal-text-to-decision-model/metrics/utils.py found in paper text by Syntology unverified licence not identified · pointer only · c37d1c96e286a483 · report
load_dmn opengov-lab/legal-text-to-decision-model/metrics/utils.py found in paper text by Syntology unverified licence not identified · pointer only · 6f2e7fbfbef6c747 · report
markdown_table_to_text opengov-lab/legal-text-to-decision-model/preprocessing/_text_to_csv.py found in paper text by Syntology unverified licence not identified · pointer only · cb8fcd4db6969662 · report
markdown_to_blocks opengov-lab/legal-text-to-decision-model/preprocessing/_text_to_csv.py found in paper text by Syntology unverified licence not identified · pointer only · a746973038b9f0ba · report
match_rule opengov-lab/legal-text-to-decision-model/metrics/dmn_executor.py found in paper text by Syntology unverified licence not identified · pointer only · f522c81700e46da6 · report
parse_feel_cell opengov-lab/legal-text-to-decision-model/preprocessing/reduce_dmn.py found in paper text by Syntology unverified licence not identified · pointer only · c200315c6d91efca · report
parse_generated_filename opengov-lab/legal-text-to-decision-model/evaluation/run_evaluation.py found in paper text by Syntology unverified licence not identified · pointer only · 9643b4b8b2c0c3dc · report
prepare_graph_for_grakel opengov-lab/legal-text-to-decision-model/metrics/graph_similarity.py found in paper text by Syntology unverified licence not identified · pointer only · f23c8817047ee1e3 · report
tags_to_segments opengov-lab/legal-text-to-decision-model/preprocessing/parse_srl.py found in paper text by Syntology unverified licence not identified · pointer only · dd57992e2acbd00c · report
wordpieces_to_words opengov-lab/legal-text-to-decision-model/preprocessing/parse_srl.py found in paper text by Syntology unverified licence not identified · pointer only · 7a0bd1c5c6f0cb01 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.17153, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections