Reformulated Outputs
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-11.)
Reformulated Outputs has 8 facts recorded in Dontopedia across 4 references, with 2 live disagreements.
Mostly:rdf:type(3), rdfs:label(2), is produced by(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Collection[4]sourceall time · Ce6011fb B975 4536 B5f8 67ee2d0d6c7a
- Processed Data[3]all time · B1c43907 80fa 4804 9f16 0edd887a0129
- Variable[1]all time · 67650a9a A8c9 4ad5 94a0 9080d151ac84
Rdfs:labelin disputerdfs:label
Is Produced byisProducedBy
- Transformation Chain[2]all time · 7a6d20d2 0f32 4ba7 B3bb 8b64e897ee99
Is ListisList
- true[1]all time · 67650a9a A8c9 4ad5 94a0 9080d151ac84
Derivesderives
- Hypotheses[1]all time · 67650a9a A8c9 4ad5 94a0 9080d151ac84
Inbound mentions (16)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
comparesCompares(2)
- Accuracy Comparison
ex:accuracy-comparison - Accuracy Comparison Method
ex:accuracy-comparison-method
derivedFromDerived From(2)
- Hypotheses
ex:hypotheses - Hypotheses
ex:hypotheses
appendsToAppends to(1)
- Reformulation Function
ex:reformulation-function
assignsValueAssigns Value(1)
- Assignment 4
ex:assignment-4
calledOnCalled on(1)
- Append 1
ex:append-1
comparesWithCompares With(1)
- Accuracy Score Function
ex:accuracy-score-function
endsWithEnds With(1)
- Data Flow
ex:data-flow
hasInputHas Input(1)
- Accuracy Calculation
ex:accuracy-calculation
hasOutputHas Output(1)
- Reformulation Evaluation
ex:reformulation-evaluation
hasParameterHas Parameter(1)
- Accuracy Score Function
ex:accuracy-score-function
initializesInitializes(1)
- Reformulated Outputs Init
ex:reformulated-outputs-init
isComparedWithIs Compared With(1)
- Ground Truth
ex:ground-truth
producesOutputProduces Output(1)
- Transformation Chain
ex:transformation-chain
requiresRequires(1)
- Accuracy Score Function
ex:accuracy-score-function
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (4)
- custom
ctx:claims/beam/67650a9a-a8c9-4ad5-94a0-9080d151ac84 - custom
ctx:claims/beam/7a6d20d2-0f32-4ba7-b3bb-8b64e897ee99- full textbeam-chunktext/plain1 KB
doc:beam/7a6d20d2-0f32-4ba7-b3bb-8b64e897ee99Show excerpt
logging.error(f'Error in PostProcessor for text "{text}": {e}') return text # Define the evaluation function def evaluate_reformulation(stages, inputs, outputs): # Apply the reformulation stages to the inputs …
- custom
ctx:claims/beam/b1c43907-80fa-4804-9f16-0edd887a0129- full textbeam-chunktext/plain1 KB
doc:beam/b1c43907-80fa-4804-9f16-0edd887a0129Show excerpt
# Calculate the BLEU score references = outputs.tolist() hypotheses = reformulated_outputs bleu_scores = [] for ref, hyp in zip(references, hypotheses): bleu_scores.append(sentence_bleu([ref.split()], hyp.split())) bleu_score = sum(b…
- custom
ctx:claims/beam/ce6011fb-b975-4536-b5f8-67ee2d0d6c7a- full textbeam-chunktext/plain1 KB
doc:beam/ce6011fb-b975-4536-b5f8-67ee2d0d6c7aShow excerpt
reformulated_outputs = [] for input_ in inputs: output = input_ for stage in stages: output = stage(output) reformulated_outputs.append(output) # Calculate the accuracy of the reformulation …
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.