Test Dataset
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-11.)
Test Dataset has 20 facts recorded in Dontopedia across 6 references, with 3 live disagreements.
Mostly:rdf:type(4), used by(3), instantiated with(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Dataset[4]sourceall time · Befe5288 0889 4495 85bd A24c2feddb5d
- Query Dataset[1]sourceall time · 14cf4eab A053 4cf0 B374 9022e5e69c19
- Query Dataset[2]all time · 974a068f 3f5b 4b96 B53c 9e0c612e3bee
- Test Dataset[5]all time · 2d4011b7 Fd19 414d 88f5 084c1fba93b1
Used byin disputeusedBy
- Evaluation[5]sourceall time · 2d4011b7 Fd19 414d 88f5 084c1fba93b1
- Prediction[5]sourceall time · 2d4011b7 Fd19 414d 88f5 084c1fba93b1
- Trainer[6]sourceall time · 09c69473 903c 475d 98c1 A87aeedbce93
Instantiated Within disputeinstantiatedWith
- Test Df Labels[1]sourceall time · 14cf4eab A053 4cf0 B374 9022e5e69c19
- Test Encodings[1]sourceall time · 14cf4eab A053 4cf0 B374 9022e5e69c19
Inverse ofinverseOf
- Query Dataset Has Test Data[2]all time · 974a068f 3f5b 4b96 B53c 9e0c612e3bee
Input toinputTo
Rdfs:labelrdfs:label
- test dataset[2]all time · 974a068f 3f5b 4b96 B53c 9e0c612e3bee
Is AssignedisAssigned
- Query Dataset Result Test[2]sourceall time · 974a068f 3f5b 4b96 B53c 9e0c612e3bee
Is Test Dataset ofisTestDatasetOf
Is Eval Dataset ofisEvalDatasetOf
Is aisA
- Query Dataset[3]all time · A2b9bcf1 B9d8 4717 B8f8 791ae0341a19
Used in PhaseusedInPhase
- Evaluation Phase[1]all time · 14cf4eab A053 4cf0 B374 9022e5e69c19
Used forusedFor
- Evaluation Process[1]all time · 14cf4eab A053 4cf0 B374 9022e5e69c19
Inbound mentions (8)
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.
calledWithCalled With(1)
- Trainer
ex:Trainer
distinctFromDistinct From(1)
- Train Dataset
ex:train_dataset
hasEvalDatasetHas Eval Dataset(1)
- Trainer
ex:trainer
outputVariableOutput Variable(1)
- Test Dataset Instantiation
ex:test-dataset-instantiation
pairedWithPaired With(1)
- Train Dataset
ex:train_dataset
relatedToRelated to(1)
- Train Dataset
ex:train_dataset
similarToSimilar to(1)
- Train Dataset
ex:train_dataset
takesArgumentTakes Argument(1)
- Trainer.predict
ex:trainer.predict
Other facts (2)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Contains Data From | Test Df | [1] |
| Created by | Query Dataset | [1] |
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 (6)
- custom
ctx:claims/beam/14cf4eab-a053-4cf0-b374-9022e5e69c19- full textbeam-chunktext/plain1 KB
doc:beam/14cf4eab-a053-4cf0-b374-9022e5e69c19Show excerpt
model = AutoModelForSequenceClassification.from_pretrained(model_name, num_labels=len(df['label'].unique())) tokenizer = AutoTokenizer.from_pretrained(model_name) # Tokenize the data train_encodings = tokenizer(train_df['query'].tolist(), …
- custom
ctx:claims/beam/974a068f-3f5b-4b96-b53c-9e0c612e3bee- full textbeam-chunktext/plain1 KB
doc:beam/974a068f-3f5b-4b96-b53c-9e0c612e3beeShow excerpt
test_encodings = tokenize_data(tokenizer, test_df['query']) # Create datasets train_dataset = QueryDataset(train_encodings, train_df['label'].tolist()) test_dataset = QueryDataset(test_encodings, test_df['label'].tolist()) …
- custom
ctx:claims/beam/a2b9bcf1-b9d8-4717-b8f8-791ae0341a19 - custom
ctx:claims/beam/befe5288-0889-4495-85bd-a24c2feddb5d- full textbeam-chunktext/plain1 KB
doc:beam/befe5288-0889-4495-85bd-a24c2feddb5dShow excerpt
# Define training arguments training_args = TrainingArguments( output_dir=f'./results/{model_name}', num_train_epochs=3, per_device_train_batch_size=16, per_device_eval_batch_size=16, warmup_s…
- custom
ctx:claims/beam/2d4011b7-fd19-414d-88f5-084c1fba93b1- full textbeam-chunktext/plain1 KB
doc:beam/2d4011b7-fd19-414d-88f5-084c1fba93b1Show excerpt
training_args = TrainingArguments( output_dir='./results', num_train_epochs=3, per_device_train_batch_size=16, per_device_eval_batch_size=16, warmup_steps=500, weight_decay=0.01, logging_dir='./logs', logging…
- custom
ctx:claims/beam/09c69473-903c-475d-98c1-a87aeedbce93- full textbeam-chunktext/plain1 KB
doc:beam/09c69473-903c-475d-98c1-a87aeedbce93Show excerpt
output_dir='./results', num_train_epochs=3, per_device_train_batch_size=8, per_device_eval_batch_size=8, warmup_steps=500, weight_decay=0.01, logging_dir='./logs', logging_steps=10, evaluation_strategy="s…
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.