subconsciousnetwork / subconscious

Apache License 2.0
6 stars 0 forks source link

Experiment: score based routing for NLP classification #1101

Closed bfollington closed 5 months ago

bfollington commented 5 months ago

A fast and loose attempt at splitting the single pass into:

  1. Run each route which scores a note across 6 categories (journal project list link quote heading)
  2. Consolidate those scores (so two rules that suggest "journal" of 0.5 would add to 1.0)
  3. Map consolidated scores to tracery grammars / start text

I implemented a SubtextRoute that can score a note based on how many links or list items etc. it contains.

gordonbrander commented 5 months ago

@bfollington I've put together another riff on this architecture https://github.com/subconsciousnetwork/subconscious/pull/1104