Papers › Beyond Recall: Behavioral Specification as an Interpretive Layer for AI Personalization

Beyond Recall: Behavioral Specification as an Interpretive Layer for AI Personalization

27 May 2026arXiv:2605.28969added by Syntology

Aarik Gulaya

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

If an AI agent makes decisions on a person's behalf, those decisions must align with its user. We introduce representational accuracy to measure how faithfully a system captures a person's interpretation. An interpretive layer is operationalized as a Behavioral Specification. Our reference implementation aggressively compresses a person's data into interpretive patterns, served as context to a language model. We evaluate the Specification on a prototype benchmark of held-out behavioral predictions scored by a calibrated 5-judge LLM panel. We test it independently and in composition with a range of context conditions: full raw corpus, full extracted facts, and four commercial memory systems (Mem0, Letta, Supermemory, Zep). Across 14 public-domain autobiographical corpora, the Specification lifts representational accuracy in aggregate and nearly eliminates model hedging. It recovers most of what the raw corpus delivers, at ~25x less context cost. The Specification lifts subjects toward a common predictive level regardless of pretraining baseline; the lift in absolute points is therefore largest where the baseline is lowest, suggesting the population of relevance is anyone not adequately represented in pretraining. Lift is greatest on interpretation-required questions, where providing an interpretive layer enables model behavior that extracted facts or raw corpus do not. Conversely, on recall-required questions, this layer can interfere rather than help. We conclude that representational accuracy is distinct from recall and that human-AI alignment is dependent on how accurately the user is represented. Representational accuracy makes that alignment testable.

PaperPDFCode Syntology ran

In Syntology 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="2605.28969")

Code

Syntology Ran 10 of 16 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 8 ran with no contract checked.

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

agulaya24/beyond-recall found in paper text by Syntology report
agulaya24/BaseLayer 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

16 samples harvested; 10 ran; 0 honoured the contract we drafted; 6 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.

1ran · our draft was wrong
1ran · fixture could not drive it
8ran
6unverified

Licence: 0 of the 16 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

build_unresolved_cluster agulaya24/beyond-recall/baselayer/src/baselayer/assemble_brief.py found in paper text by Syntology ran Apache-2.0 (permissive) · 6c2ab1f922d82b2e · report
check_prompt_contamination agulaya24/BaseLayer/src/baselayer/author_layers.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 0714eedfcdfd7633 · report
checkpoint_scoring agulaya24/beyond-recall/baselayer/src/baselayer/checkpoint.py found in paper text by Syntology ran Apache-2.0 (permissive) · e72619e081f40e36 · report
embed_texts agulaya24/beyond-recall/baselayer/src/baselayer/api_client.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 3c02cbf791462ca0 · report
generate_data_profile agulaya24/beyond-recall/baselayer/src/baselayer/author_layers.py found in paper text by Syntology ran Apache-2.0 (permissive) · f294874643a761d6 · report
generate_layer agulaya24/BaseLayer/src/baselayer/author_layers.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · a273a061c8f55d95 · report
get_provenance agulaya24/beyond-recall/mcp/tools.py found in paper text by Syntology ran Apache-2.0 (permissive) · 9c38320b28b7bb89 · report
search_study agulaya24/beyond-recall/mcp/tools.py found in paper text by Syntology ran Apache-2.0 (permissive) · 9022e05d8507d3d2 · report
section_uri agulaya24/beyond-recall/mcp/resources.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · bdf8ba9538b149c4 · report
verify_brief_faithfulness agulaya24/beyond-recall/baselayer/src/baselayer/agent_pipeline.py found in paper text by Syntology ran Apache-2.0 (permissive) · a585f0b48eb35aec · report
call_api agulaya24/beyond-recall/baselayer/src/baselayer/api_client.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 06140119a1e1371b · report
checkpoint_classification agulaya24/beyond-recall/baselayer/src/baselayer/checkpoint.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8fb553cecb39ff2a · report
extract_required_terms agulaya24/beyond-recall/baselayer/src/baselayer/agent_pipeline.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 17d0c6971b38f141 · report
get_anthropic_client agulaya24/beyond-recall/baselayer/src/baselayer/api_client.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 77949f71a9434414 · report
get_subject_score agulaya24/beyond-recall/mcp/tools.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 67b924ec5936c2c9 · report
verify_brief_completeness agulaya24/beyond-recall/baselayer/src/baselayer/agent_pipeline.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 22289611a44f770b · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.28969, was issued in May 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