From 9fb9735c6e9f49ec84d7051db71c21bad4f6e293 Mon Sep 17 00:00:00 2001 From: robbond Date: Wed, 19 Aug 2026 19:14:46 +0100 Subject: [PATCH] test(experiment): checkpoint semantic relationship inference result --- ...-relationship-borderline-control-live.json | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tests/experimental/results/rto-fragment-relationship-borderline-control-live.json diff --git a/tests/experimental/results/rto-fragment-relationship-borderline-control-live.json b/tests/experimental/results/rto-fragment-relationship-borderline-control-live.json new file mode 100644 index 0000000..59282d8 --- /dev/null +++ b/tests/experimental/results/rto-fragment-relationship-borderline-control-live.json @@ -0,0 +1,28 @@ +{ + "apparatus": "rto-fragment-relationship-borderline-control.mjs", + "experiment": "RTO.23C", + "artifactType": "LIVE RESULT — Semantic relationship inference", + "modelName": "qwen-claude:latest", + "elapsedMs": 40081, + "inputCharacterCount": 2348, + "instructionCharacterCount": 572, + "fragment2CharacterCount": 1818, + "laterContributionCharacterCount": 567, + "fragment2Path": "/Users/robbond/Documents/RdbApps/confidence-engine/tests/experimental/results/rto-granular-fragment-turn2.json", + "knownRelationshipSuppliedToModel": false, + "wholeSituationGraphSupplied": false, + "centralCaseStatementSupplied": false, + "turnHistorySupplied": false, + "proposedRelationship": { + "relationshipFound": true, + "relationship": "Contribution 2 expands on the competitor's public activities at the exact industry conference referenced in Contribution 1, indicating increased visibility and executive-level messaging focused on the same customer problem.", + "evidence": [ + "\"The competitor has presented at an industry conference about the same customer problem.\"", + "\"The competitor sponsored the same industry conference.\"", + "\"Its chief executive gave the opening remarks, speaking about growth in the market and the importance of solving this customer problem.\"" + ], + "qualification": [ + "Contribution 1 explicitly notes no product, launch date, or beta programme has been announced, leaving uncertain whether these conference activities will translate into a tangible offering or primarily reflect market positioning." + ] + } +} \ No newline at end of file