Conceptarium
paulbricman.com
Conceptarium
1–10 of 10 posts
Re: Conceptarium
#2Re: Conceptarium
#3A big challenge I have is when I add a new tag, I'll want to apply it to relevant content I already have. But this takes a long time and until it happens the relevant data can't be retrieved by the tag.
I am curious how the semantic hash is implemented in a conceptarium. If I could focus on adding content and it can drive relationships automatically, that is awesome.
Re: Conceptarium
#4I feel like ultimately you want both. Explicit links are a useful navigation affordance with nice properties that spatial embeddings won't give you (e.g. you can explicitly establish a link between things that are not similar according to the embedding space).
More important than that though, explicit links let you train the embedding model to understand the dataset the way the user does. All of these embedding models are trained on graphs (word or sentence cooccurence graphs, parent/child comment graphs on social media, etc.). The graph structure in something like Roam can provide training data for updating and adapting the embedding space to the specific knowledge context in which it's used.
Conversely, if you have an embedding representation of your knowledge base, you can use that to suggest explicit links. The embedding space is the dense dual to the sparse graph of explicit links in something like Roam. It's a fully connected weighted graph rather than a sparse unweighted graph.
Maybe this system is meant to only focus on the spatial embedding representation. That makes a lot of sense. A fully-fledged version of this vision though IMO should include a bridge between these two dual representations.
Re: Conceptarium
#5Re: Conceptarium
#6Great write up! Using learned representations for content in personal knowledge bases seems like a huge missing piece of tools like Roam. This appears to go all the way to the other side of the spectrum, not supporting any explicit graph links, IIUC. I feel like ultimately you want both. Explicit links are a useful navigation affordance with nice properties that spatial embeddings won't give you (e.g. you can explici…
Re: Conceptarium
#7I have been working on a knowledge base for things I'm leaning about bike parts. Notes on compatibility, part weights, bookmarks to helpful links, etc A big challenge I have is when I add a new tag, I'll want to apply it to relevant content I already have. But this takes a long time and until it happens the relevant data can't be retrieved by the tag. I am curious how the semantic hash is implemented in a conceptariu…
And oh man a dream of mine as an expat in the Netherlands is to learn how to take my bike apart and put it back together to better understand how it works and how to fix it myself. Though this idea never made it too high in my priorities list.
Re: Conceptarium
#8I plan on releasing something soon, this is super interesting!
Re: Conceptarium
#9Also, I appreciate the heavy use of Greg Egan novels at the end!
Re: Conceptarium
#10I would be very interested to see how the distances between documents that arises out of Conceptarium compares to some user(s) other knowledge graphs they have painstakingly made by hand. Also, I appreciate the heavy use of Greg Egan novels at the end!
1. Randomly pick 2 notes 2. Compute semantic distance and minimum traversal distance through the graph (Linkedin 3rd degree connection style) 3. Get a scatter plot and compute the correlation
If you're one of these knowledge power users ping me by email if you want to collaborate on this!