top | item 45657898

(no title)

sprremix | 4 months ago

So, your project still uses AI. I'm curious, what did you do while developing this site in order to fight against the bias?

discuss

order

everforward|4 months ago

Vector search isn't full blown AI and should be inherently less prone to bias. It just converts words/phrases into vectors where the distance between the vectors represents semantic similarity.

It doesn't encode value judgements like whether a policy is good or bad, it just enables a sort of full text search ++ where you don't need to precisely match terms. Like a search for "changes to rent" might match a law that mentions changes to "temporary accommodations".

Bias is certainly possible based on which words are considered correlated to others, but it should be much less prone to containing higher-level associations like something being bad policy.

AlecSchueler|4 months ago

Which bias?

advisedwang|4 months ago

Like every other ML system, probably that it reproduces whatever skews exist in the training data.