Anonymous

Property talk:P2: Difference between revisions

From geokb
 
Line 31: Line 31:
In the GeoKB, the concepts built with subclass of claims extending to "[[Item:Q2|origin]]" are the collection of major descriptors about things that we link to as subject matters associated with other actors in the graph. In some of the processing work we are doing to better align disconnected data, information, and knowledge systems as linked open data, we are running experiments on vector similarity analyses to turn "label-only objects" into identified objects in the graph. We are doing this using different open-source embedding models, placing both our linkable concepts (subclasses within the graph) and "mystery objects" into a vector store where we can run different kinds of similarity analyses (nearest neighbor, cosine similarity, Euclidian distance, etc.) to determine where we have a reasonable enough relationship to create a link with qualifiers indicating embedding model used and any other details.
In the GeoKB, the concepts built with subclass of claims extending to "[[Item:Q2|origin]]" are the collection of major descriptors about things that we link to as subject matters associated with other actors in the graph. In some of the processing work we are doing to better align disconnected data, information, and knowledge systems as linked open data, we are running experiments on vector similarity analyses to turn "label-only objects" into identified objects in the graph. We are doing this using different open-source embedding models, placing both our linkable concepts (subclasses within the graph) and "mystery objects" into a vector store where we can run different kinds of similarity analyses (nearest neighbor, cosine similarity, Euclidian distance, etc.) to determine where we have a reasonable enough relationship to create a link with qualifiers indicating embedding model used and any other details.


The following query can be used to pull together relevant items for embedding as potential target objects in vector space.
The following query can be used to pull together relevant items for embedding as potential target objects in vector space. This approach simply uses the basic descriptive elements of a concept, which can include some indication of its relationships with other concepts. We're also experimenting with more graph-specific models that embed the full relationship structure of the GeoKB ontology.


<sparql tryit="1">
<sparql tryit="1">