Dontopedia

term disambiguation

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)

term disambiguation has 20 facts recorded in Dontopedia across 3 references, with 3 live disagreements.

20 facts·9 predicates·3 sources·3 in dispute

Mostly:step(5), sequence(5), uses(3)

Maturity scale raw canonical shape-checked rule-derived certified

Other facts (19)

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.

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.

typebeam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
ex:Process
labelbeam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
term disambiguation
stepbeam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
ex:split-query
stepbeam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
ex:generate-embedding
stepbeam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
ex:compare-embeddings
stepbeam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
ex:select-closest-match
stepbeam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
ex:append-match
usesbeam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
ex:bert-system
sequencebeam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
ex:split-query
sequencebeam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
ex:generate-embedding
sequencebeam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
ex:compare-embeddings
sequencebeam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
ex:select-closest-match
sequencebeam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
ex:append-match
comparesEmbeddingsbeam/1adff1c9-94a8-4376-92a8-08bd968e378c
ex:term-vs-candidate
buildsContextStringbeam/1adff1c9-94a8-4376-92a8-08bd968e378c
ex:joined-context
usesbeam/104f47d4-b023-450e-90a1-1989f29e2feb
ex:context
resultbeam/104f47d4-b023-450e-90a1-1989f29e2feb
ex:disambiguated-term
usesbeam/104f47d4-b023-450e-90a1-1989f29e2feb
ex:knowledge-graph
iteratesOverbeam/104f47d4-b023-450e-90a1-1989f29e2feb
ex:individual-terms
usesContextbeam/104f47d4-b023-450e-90a1-1989f29e2feb
ex:query-context

References (3)

3 references
  1. ctx:claims/beam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
    • full textbeam-chunk
      text/plain1 KBdoc:beam/b6b0b011-2ea9-48ce-a85b-83edabc260d3
      Show excerpt
      disambiguated_terms.append(closest_match) else: disambiguated_terms.append(term) # Join the disambiguated terms back into a single string disambiguated_query = " ".join(disambiguated
  2. ctx:claims/beam/1adff1c9-94a8-4376-92a8-08bd968e378c
    • full textbeam-chunk
      text/plain1 KBdoc:beam/1adff1c9-94a8-4376-92a8-08bd968e378c
      Show excerpt
      # Average the embeddings of the term tokens if term_start is not None and term_end is not None: term_embedding = last_hidden_state[:, term_start:term_end, :].mean(dim=1) else: term_embedding = torch.zeros((1
  3. ctx:claims/beam/104f47d4-b023-450e-90a1-1989f29e2feb
    • full textbeam-chunk
      text/plain803 Bdoc:beam/104f47d4-b023-450e-90a1-1989f29e2feb
      Show excerpt
      disambiguated_query = disambiguate_terms(query) print(disambiguated_query) ``` ### Explanation 1. **Entity Linking**: - Define a function `find_entity_linking` to find the most relevant entity for the ambiguous term using a knowledge g

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.