tetherless-world / mowgli-etl

DARPA Machine Common Sense (MCS) Multi-modal Open World Grounded Learning and Inference (MOWGLI) Extract-Transform-Load sub-project
MIT License
6 stars 1 forks source link

Idea: CSKG browsing interface #52

Closed gordom6 closed 4 years ago

gordom6 commented 4 years ago

The ConceptNet web app is a Flask app that's in their GitHub repository. It shouldn't be too much work to get that running on the CSKG. Appropriate for a student project.

There are a few things missing, like full-text search (it only matches on exact node labels) and filtering by e.g., source. And of course there's no support for the additional data added by CSKG (edge weights, new edge types like sameAs, other metadata).

This occurred to me after our deep-dive, when there were questions around what the RelatedTo edges contain and their provenance.