The AI was clearly faster, which is no surprise. But since the "correct" answers for the test were assigned by one group of humans, and the correct answers in real practice are also determined by (a different group of, compared to either those running the test or those taking the test) humans, I'm not sure that result that the AI was more correct can be in any sense meaningful.
Stanford, USC, Duke study shows AI can read contracts better than lawyers
41–50 of 72 posts
Re: Stanford, USC, Duke study shows AI can read contracts better than lawyers
#42Re: Stanford, USC, Duke study shows AI can read contracts better than lawyers
#43Re: Stanford, USC, Duke study shows AI can read contracts better than lawyers
#44Earlier quoted context omitted.
cat contract.txt | grep -i "indemnify" | wc There's your MVP right there. Seriously, over time I've come to the conclusion that a lot of the most egregious things put in contracts are around open-ended liabilities and indemnifications. It seems like it would be straight-forward to create a tool that simply scanned for which party has liabilities, and what limits there are on those liabilities. It is not everything, b…
> cat contract.txt | grep -i "indemnify" | wc I hate to be that guy, but you have a Useless Use of Cat[0] there. [0] http://porkmail.org/era/unix/award.html#cat
Re: Stanford, USC, Duke study shows AI can read contracts better than lawyers
#45Re: Stanford, USC, Duke study shows AI can read contracts better than lawyers
#46The biggest issue we have found is that this type of review does not identify when contracts are missing key terms. For that, we still need someone with experience in the relevant field thinking about the business context of the agreement and the potential risks.
Re: Stanford, USC, Duke study shows AI can read contracts better than lawyers
#47Instead, in dealing with even simple business contracts, I routinely see things that contradict each other, or are open to interpretation.
There needs to be a good validation process for contracts.
Re: Stanford, USC, Duke study shows AI can read contracts better than lawyers
#48I have to be honest, I'm a bit suspicious considering the study was conducted by the company which developed the AI and that the academic auditors are all law professors and not AI professors.
Consider - law language is very frequently very similar, to the point where that's where the phrase "boilerplate" was adopted from for coding. Is it that surprising that AI would be very, very applicable to this kind of problem?
Re: Stanford, USC, Duke study shows AI can read contracts better than lawyers
#49> "I strongly believe that law students and junior lawyers need to understand these AI tools, and other technologies, that will help make them better lawyers and shape future legal practice," Buell told Mashable in an email. I am a law student and that is not what is going through my head. What I see is a tougher job market, justifiably. Understanding, and more importantly, developing legal tech will help me make to…
Re: Stanford, USC, Duke study shows AI can read contracts better than lawyers
#50The article is great for an instant hit of wonder about how great AIs are, but an attorney still needs to review the output of the AI.