4 comments

  • ChadNauseam12 minutes ago
    Does marginalia_nu not use embedding models as part of search? I guess I assumed it would. If you have embeddings anyway, decision trees on the embedding vector (e.g. catboost) tend to work pretty well. Fine-tuning modernbert works even better but probably won't meet the criteria of "really fast and run well on CPUs". That said, the approach described in the article seems to work well enough and obviously provides extremely cheap inference
  • marginalia_nu1 hour ago
    This was a very meandering project, and trying to corral it into some sort of coherent narrative was a bit of an undertaking on its own. Hopefully it makes <i>some</i> sense.
    • BrunoBernardino1 hour ago
      Hi Viktor! Really cool write-up, thanks! Uruky is already using the `nsfw` param, but set to `0` or `1`, and I see in your example this looks like a new value option (`2`) that&#x27;s &quot;better&quot; than `1`? How &quot;safe&quot; is it to implement it as the value to send when someone wants SFW results?
      • marginalia_nu1 hour ago
        0 disables all filtering<p>1 filters &#x27;harmful&#x27; sites per the UT1 blacklists<p>2 is 1 + the new NSFW filter.<p>The new filter works pretty good in my assessment. It&#x27;s not infallible, but it gives significantly cleaner results.<p>And if you do find queries it fails to sanitize, I&#x27;d love to hear about them.
        • IncreasePosts9 minutes ago
          Can you add 3, which <i>only</i> returns content flagged as NSFW?<p>So I can make sure I know what sites to stay away from, of course
        • BrunoBernardino45 minutes ago
          Thanks, already implemented and tested a couple of queries and it does look good!
  • 8organicbits1 hour ago
    Have you seen many examples of websites labeling themselves, perhaps using rating meta tags (&lt;meta name=&quot;rating&quot; ...&gt;)? Self-labeling seems valuable in some ways, but I don&#x27;t think I&#x27;ve seen it catch on.
    • marginalia_nu1 hour ago
      Meta tags are almost universally garbage, but the presence of &#x27;18 USC 2257&#x27; (or U.S.C.) is a very strong NSFW signal.
      • Wingy55 minutes ago
        Does this comment make this page NSFW on Marginalia?
  • GenericDev51 minutes ago
    [dead]