-
Notifications
You must be signed in to change notification settings - Fork 0
Description
This extends the ideas from the original mockups.
#25 would gives us semantic search - i.e. code search within facets via sentence embeddings.
We could build upon these embeddings to do entity linking across all codes. This would ignoring the dimension-property configuration we have currently for each facet - instead the recognised entities would define the set of dimensions involved for a given search.
The UI would start by presenting an open-text search, much like google.
Any entities we're able to recognise (and link to resources in our database) would form columns (like the facets we have now), labelled as per the user's query.
The above shows each column also describing the dimension (i.e. that Germany has been interpreted with the Partner Geography dimension). We've since included the dimension in each cell. In any case we might want to allow the user to see/ customise the interpretation in the edit dialogue.
This would require an advanced natural-language-understanding pipeline, but would obviate the need to curate Q&A forms (#82) or a facet configuration (thus it would automatically work across all families).
