Dontopedia

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.

15 facts·6 predicates·7 sources·2 in dispute

Mostly:rdf:type(6), modifies(1), called on(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound 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)

callsMethodCalls Method(1)

modifiedByModified by(1)

usesMethodUses Method(1)

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.

11 facts
PredicateValueRef
Rdf:typePython Method[2]
Rdf:typeList Method[3]
Rdf:typeMethod[4]
Rdf:typeList Method[5]
Rdf:typeMethod[6]
Rdf:typePython List Method[7]
Modifiessample[1]
Called onRewritten Queries[4]
ParameterRewritten Batch[4]
Applied toClosest Synonyms[5]
Adds ElementsFuture 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.

modifiesbeam/564c61bf-9c5f-440c-bb1d-1b92a0972ab2
sample
typebeam/3b3ce4f4-a1ef-42dc-9a58-b0cd3173579d
ex:PythonMethod
labelbeam/3b3ce4f4-a1ef-42dc-9a58-b0cd3173579d
extend method
typebeam/42508577-7831-486c-a52b-f4e0b2a14a77
ex:List-Method
typebeam/cf017e72-dcd5-45e0-a8dc-8ee9d026675d
ex:Method
calledOnbeam/cf017e72-dcd5-45e0-a8dc-8ee9d026675d
ex:rewritten-queries
parameterbeam/cf017e72-dcd5-45e0-a8dc-8ee9d026675d
ex:rewritten-batch
typebeam/5e1fccc0-109f-4d58-b6c4-6482a168aad7
ex:ListMethod
labelbeam/5e1fccc0-109f-4d58-b6c4-6482a168aad7
extend
appliedTobeam/5e1fccc0-109f-4d58-b6c4-6482a168aad7
ex:closest-synonyms
typebeam/7194b30d-2610-4c0a-ab28-89f65f718d7c
ex:Method
labelbeam/7194b30d-2610-4c0a-ab28-89f65f718d7c
extend
typebeam/2cbdcf90-9d21-4bed-aea6-acf4a8366428
ex:PythonListMethod
labelbeam/2cbdcf90-9d21-4bed-aea6-acf4a8366428
extend
addsElementsbeam/2cbdcf90-9d21-4bed-aea6-acf4a8366428
ex:future-result-value

References (7)

7 references
  1. ctx:claims/beam/564c61bf-9c5f-440c-bb1d-1b92a0972ab2
    • full textbeam-chunk
      text/plain1 KBdoc:beam/564c61bf-9c5f-440c-bb1d-1b92a0972ab2
      Show 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
  2. ctx:claims/beam/3b3ce4f4-a1ef-42dc-9a58-b0cd3173579d
  3. ctx:claims/beam/42508577-7831-486c-a52b-f4e0b2a14a77
  4. ctx:claims/beam/cf017e72-dcd5-45e0-a8dc-8ee9d026675d
  5. ctx:claims/beam/5e1fccc0-109f-4d58-b6c4-6482a168aad7
    • full textbeam-chunk
      text/plain1 KBdoc:beam/5e1fccc0-109f-4d58-b6c4-6482a168aad7
      Show 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
  6. ctx:claims/beam/7194b30d-2610-4c0a-ab28-89f65f718d7c
    • full textbeam-chunk
      text/plain1 KBdoc:beam/7194b30d-2610-4c0a-ab28-89f65f718d7c
      Show 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
  7. ctx:claims/beam/2cbdcf90-9d21-4bed-aea6-acf4a8366428
    • full textbeam-chunk
      text/plain1 KBdoc:beam/2cbdcf90-9d21-4bed-aea6-acf4a8366428
      Show 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.