method
active
method:cycle-k-nn

Cycle k-NN

Alternative alignment metric; measures whether nearest neighbor in one domain also considers original sample as nearest neighbor in other domain

Neighborhood — ranked by edge-count

Related by similarity (8)

cosine ≥ 0.65 · no typed edge

Entities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.

  • LCS k-NNmethod0.790
    Calculates the longest common subsequence of nearest neighbors normalized by sequence length
  • Edit k-NNmethod0.789
    Computes edit distance required to match nearest neighbors between two datasets, normalized by maximum edit distance
  • Alternative alignment metric compared in appendix; calculates longest common subsequence of nearest neighbor lists
  • Alternative alignment metric compared in appendix; computes edit distance between nearest neighbor lists
  • K-Compositionconcept0.706
    A form of attention head composition where W_K reads from a subspace affected by a previous head; central to how induction heads are implemented
  • An iterated design process: 1) observe current configuration, 2) identify latent centers, 3) decide where to build to strengthen a latent center, 4) construct, take the whole to a new plateau.
  • Llama's discovered algorithm: first compute integer sum via base-10 addition, then map the sum back to cyclic concept space
  • Cyclic Geometryconcept0.675
    One of the geometric structures used to characterize reasoning task representations in language models, used as a test case for manifold steering