extend
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-11.)
extend has 15 facts recorded in Dontopedia across 7 references, with 2 live disagreements.
Mostly:rdf:type(6), modifies(1), called on(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (4)
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.
callsCalls(1)
- Extend Call
ex:extend-call
callsMethodCalls Method(1)
- Stratified Sample Function
ex:stratified-sample-function
modifiedByModified by(1)
- Sample Object
ex:sample-object
usesMethodUses Method(1)
- Add All Roles
ex:add-all-roles
Other facts (11)
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 |
|---|---|---|
| Rdf:type | Python Method | [2] |
| Rdf:type | List Method | [3] |
| Rdf:type | Method | [4] |
| Rdf:type | List Method | [5] |
| Rdf:type | Method | [6] |
| Rdf:type | Python List Method | [7] |
| Modifies | sample | [1] |
| Called on | Rewritten Queries | [4] |
| Parameter | Rewritten Batch | [4] |
| Applied to | Closest Synonyms | [5] |
| Adds Elements | Future Result Value | [7] |
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 (7)
ctx:claims/beam/564c61bf-9c5f-440c-bb1d-1b92a0972ab2- full textbeam-chunktext/plain1 KB
doc:beam/564c61bf-9c5f-440c-bb1d-1b92a0972ab2Show excerpt
2. **Weighted Sampling**: Account for the different sizes of documents by weighting the samples based on their sizes. 3. **Confidence Intervals**: Ensure that the confidence intervals reflect the variability in document sizes. ### Improved…
ctx:claims/beam/3b3ce4f4-a1ef-42dc-9a58-b0cd3173579dctx:claims/beam/42508577-7831-486c-a52b-f4e0b2a14a77ctx:claims/beam/cf017e72-dcd5-45e0-a8dc-8ee9d026675dctx:claims/beam/5e1fccc0-109f-4d58-b6c4-6482a168aad7- full textbeam-chunktext/plain1 KB
doc:beam/5e1fccc0-109f-4d58-b6c4-6482a168aad7Show excerpt
for word, synonyms in thesaurus.items(): word_embedding = get_contextual_embeddings(word) similarities = [np.dot(term_embedding, get_contextual_embeddings(syn)) for syn in synonyms] closest_synonyms.extend([synon…
ctx:claims/beam/7194b30d-2610-4c0a-ab28-89f65f718d7c- full textbeam-chunktext/plain1 KB
doc:beam/7194b30d-2610-4c0a-ab28-89f65f718d7cShow excerpt
def __init__(self): self.model = ReformulationModel() def process_queries(self, queries, batch_size=100, max_workers=10): with ThreadPoolExecutor(max_workers=max_workers) as executor: futures = [executor…
ctx:claims/beam/2cbdcf90-9d21-4bed-aea6-acf4a8366428- full textbeam-chunktext/plain1 KB
doc:beam/2cbdcf90-9d21-4bed-aea6-acf4a8366428Show excerpt
futures = [executor.submit(self.model.batch_reformulate, queries[i:i+batch_size]) for i in range(0, len(queries), batch_size)] results = [] for future in as_completed(futures): results.ext…
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.