Comment on AI Seeks Out Racist Language in Property Deeds for Termination
t3rmit3@beehaw.org 4 weeks agoApart from just a general dislike of LLMs, what specifically do you believe would make this particular use prone to errors?
Comment on AI Seeks Out Racist Language in Property Deeds for Termination
t3rmit3@beehaw.org 4 weeks agoApart from just a general dislike of LLMs, what specifically do you believe would make this particular use prone to errors?
knightly@pawb.social 4 weeks ago
The use of LLMs instead of someone that can actually understand context.
t3rmit3@beehaw.org 4 weeks ago
I think you may have misunderstood the purpose of this tool.
It doesn’t read the deeds, make a decision, and submit them for termination all on its own. It reads them, identifies racial covenants based on patterns of language (which is exactly what LLMs are very good at), and then flags them for a human to review.
This tool is not replacing jobs, because the whole point is that these reviews were never going to get the budget and manpower to be done manually, and instead would have simply remained on the books.
I get being disdainful or even angry about LLMs in our unregulated-capitalism anti-worker hellhole because of the way that most companies are using them, but tools aren’t themselves good or bad, they’re just tools. And using a tool to identify racial covenants in legal documents that otherwise would go un-remediated, seems like a pretty good use to me.
knightly@pawb.social 4 weeks ago
So, what? They’re going to pay a human to OK the output and the whole lot of them never even gets seen?
Say 12 minutes per covenant, that’s 1 million work hours that humans could get paid for. Pay them $50 an hour and it’s $50 million. That’s nothing, less than 36 hours worth of the $12.5 Billion in weapons shipments we’ve sent to Israel in the last year. We could pay for projects like this with the rounding errors on the budget for blowing up foreign kids, and the people we pay to do it could afford to put their kids through college.
Instead, we get a project to train a robotic bigotry filter for real estate legalese and 50 more cruise missiles from the savings.
t3rmit3@beehaw.org 4 weeks ago
I think you are confused about the delineation between local and federal governments. It’s not all one giant pool of tax money.
GetOffMyLan@programming.dev 4 weeks ago
One of LLMs main strengths over traditional text analysis tools is the ability to “understand” context.
They are bad at generating factual responses. They are amazing at analysing text.
knightly@pawb.social 4 weeks ago
LLMs neither understand nor analyze text. They are statistical models of the text they were trained on. A map of language.
And, like any map, they should not be confused for the territory they represent.
If you admit that they have issues with facts, why would you assume that the randomly generated facts their “analysis” produces must be accurate?
GetOffMyLan@programming.dev 4 weeks ago
I mean they literally do analyze text. They’re great at it. Give it some text and it will analyze it really well. I do it with code at work all the time.
Because they are two completely different tasks. Asking them to recall information from their training is a very bad use. Asking them to analyze information passed into them is what they are great at.
Give it a sample of code and it will very accurately analyse and explain it. Ask it to generate code and the results are wildly varied in accuracy.