Add observed-case summary-policy consumer-receipt fixtures (supersedes #99) - #208
Open
leesharks000 wants to merge 1 commit into
Open
Add observed-case summary-policy consumer-receipt fixtures (supersedes #99)#208leesharks000 wants to merge 1 commit into
leesharks000 wants to merge 1 commit into
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Author
|
@googlebot I signed it! |
Three observed-case conformance fixtures per the four-file contract agreed on GoogleCloudPlatform#53 (concept.md / good-summary.md / bad-summary.md / expected.yaml), with stable assertion/compression IDs declared in concept.md and referenced by expected.yaml. Each case is mapped from a documented public observation of machine summarization, cited by identifier and canonical URL with its observation boundary stated. Supersedes the synthetic fixtures of GoogleCloudPlatform#99 at the request of @caioribeiroclw-pixel.
leesharks000
force-pushed
the
okf-observed-fixtures
branch
from
July 17, 2026 18:08
8f195f3 to
3f7b7f8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
okf/samples/summary-policy-consumer-receipts/, per the fixture contractagreed on Proposal: optional summarization-governance fields — provenance_kernel, disambiguation, summary_policy #53:
semantic-inversion/,entity-substitution/,provenance-erasure/.concept.md,good-summary.md,bad-summary.md,expected.yaml) with stable assertion/compression IDsdeclared in
concept.mdand referenced byexpected.yaml.summarization rather than a constructed example;
concept.mdcitesthe specific observation record by identifier and canonical URL and
states the observation boundary. The fixture inputs and expected
receipts are fixed and reproducible: the observed record supplies
provenance, while conformance is evaluated against the declared IDs.
Observed cases add public provenance, observation boundaries, and
documented failure modes from live systems.
compression failure is the stripping of attribution from a
provenance-measurement instrument itself, and its recovery in the
documented battery was author-dependent — which is precisely the
condition that declared IDs and consumer receipts exist to remove.
battery rather than from the deletion-event measurement discussed on
the thread; the deletion-event data remains the empirical base of Deletion semantics: §5.3 makes removed knowledge indistinguishable from not-yet-written knowledge #207,
where its mechanism (host-side removal rather than summarizer
compression) properly belongs.
Relationship to #99
This PR supersedes #99 at the request of @caioribeiroclw-pixel (see #53,
2026-07-17). The three observed cases instantiate the same three failure
classes exercised by #99's synthetic fixtures — semantic inversion,
entity substitution, provenance erasure — with observed objects in place
of constructed ones. @caioribeiroclw-pixel can close #99 once this is
open, per their comment.
Identifier practice
Canonical public sources in these fixtures are cited by their
source-declared identifiers and canonical URLs. For these observed
cases, AXN is the live canonical identifier. Related DOIs are included
where available as historical provenance; DOI presence is not itself a
conformance requirement.
Scope constraints honored
expected.yamljudges preservation against declared policy, not truthin the world.
boundaries stated in each
concept.md; no private traces or unpublisheddata.
in
provenance-erasure/concept.md; the deterministic test checks thedeclared attribution fields only.
substrate,derived_from,completeness, and deletion semantics areexcluded (separate spec surfaces; see Proposal: optional summarization-governance fields — provenance_kernel, disambiguation, summary_policy #53 comment of 2026-07-17 and
issue Deletion semantics: §5.3 makes removed knowledge indistinguishable from not-yet-written knowledge #207).
Validation
expected.yamlwith PyYAML.concept.mdhas OKF frontmatter withsummary_policy.expected.yamlresolves to a declared ID in itsconcept.md.good and bad summaries. They define the conformance cases and expected
pass/fail outputs; evaluator implementation is outside the scope of
this PR.
git diff --checkclean.