Y True
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-11.)
Y True has 11 facts recorded in Dontopedia across 4 references, with 2 live disagreements.
Mostly:rdf:type(2), intended for(2), represents(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Numpy Array[2]all time · 7501fc9d 7281 43a4 B568 1aa8ca61725a
- Variable[1]all time · F008f4ce 021d 4be6 B191 62e598ae1493
Intended forin disputeintendedFor
- Precision Score[3]sourceall time · 4cc521bd 2791 4334 88dc F5e3519e2d92
- Recall Score[3]sourceall time · 4cc521bd 2791 4334 88dc F5e3519e2d92
Representsrepresents
- ground truth labels[3]sourceall time · 4cc521bd 2791 4334 88dc F5e3519e2d92
Is Extended byisExtendedBy
- True Vector[4]sourceall time · Ca2653b8 C25f 4a54 Bdfa Ff6ea71f5472
Extended byextendedBy
- True Vector[1]sourceall time · F008f4ce 021d 4be6 B191 62e598ae1493
Accumulatesaccumulates
- True Vector[1]sourceall time · F008f4ce 021d 4be6 B191 62e598ae1493
Extended WithextendedWith
- true_vector[1]sourceall time · F008f4ce 021d 4be6 B191 62e598ae1493
Numpy ArraynumpyArray
- [1, 0, 1, 0][2]all time · 7501fc9d 7281 43a4 B568 1aa8ca61725a
Example ValueexampleValue
- [1, 0, 1, 0][2]all time · 7501fc9d 7281 43a4 B568 1aa8ca61725a
Inbound mentions (6)
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.
hasVariableHas Variable(1)
- Code Snippet
ex:code-snippet
parameterParameter(1)
- Log Metrics
ex:log_metrics
usedForUsed for(1)
- Ground Truth Documents
ex:ground_truth_documents
usedInUsed in(1)
- Np
ex:np
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/f008f4ce-021d-4be6-b191-62e598ae1493- full textbeam-chunktext/plain1 KB
doc:beam/f008f4ce-021d-4be6-b191-62e598ae1493Show excerpt
dataset = pd.read_csv('queries_dataset.csv') # Split the dataset into training and testing sets train_data, test_data = train_test_split(dataset, test_size=0.2) # Train the RAG system (if needed) # ... # Evaluate the system on the test d…
- custom
ctx:claims/beam/7501fc9d-7281-43a4-b568-1aa8ca61725a - custom
ctx:claims/beam/4cc521bd-2791-4334-88dc-f5e3519e2d92- full textbeam-chunktext/plain1 KB
doc:beam/4cc521bd-2791-4334-88dc-f5e3519e2d92Show excerpt
2. **Split the Dataset**: Divide the dataset into training and testing sets. 3. **Evaluate Precision and Recall**: Use precision and recall to evaluate the relevance of the retrieved documents. 4. **User Feedback**: Optionally, collect user…
- custom
ctx:claims/beam/ca2653b8-c25f-4a54-bdfa-ff6ea71f5472- full textbeam-chunktext/plain1 KB
doc:beam/ca2653b8-c25f-4a54-bdfa-ff6ea71f5472Show excerpt
true_vector = [doc in ground_truth_documents for doc in retrieved_documents] pred_vector = [True] * len(retrieved_documents) y_true.extend(true_vector) y_pred.extend(pred_vector) # Calculate precision and recall precision …
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.