openSUSE / cavil

The legal review and SBOM system used by SUSE and openSUSE
GNU General Public License v2.0
34 stars 6 forks source link

UI for reviewing ML classification #98

Open kraih opened 9 months ago

kraih commented 9 months ago

Currently we have to look at PostgreSQL directly to review ML classification results. This has become rather tedious with an increasing number of classification failures. We are going to need a proper UI for reviewing results that can also be used to create new training data to reduce the number of failures again.

What i'd like to see is a long list of license snippets with ML assessment results and two buttons for a human to press, green and red.

kraih commented 7 months ago

A proper Vue.js UI now exists for reviewing snippets. But there's quite a few metrics in the system we are not yet using to their full potential. Ideally Cavil could make suggestions for which snippets look like licenses, but are the least similar to existing license patterns, and should therefore be added as patterns to the system.

ai-approval