About the author
Ken Adams is the leading authority on how to say clearly whatever you want to say in a contract. He’s author of A Manual of Style for Contract Drafting, and he offers online and in-person training around the world. He’s also chief content officer of LegalSifter, Inc., a company that combines artificial intelligence and expertise to assist with review of contracts.
Ken:
Applying a large language model to enforce MSCD rules would be a technical problem. LLMs require lots and lots of exemplars. They then predict what text ought to be based on examples. If there were lots and lots of exemplars of dratting according to MSCD rules, you probably would not have written MSCD. Rather, agreements oriented to MSCD are still the exception rather than the rule.
So, in any big set of contracts, you’d need to separate wheat from chaff. The first tule I’d use in doing so is to only keep form agreements, not negotiated agreements. My rationale is that, if 1 out of 100 contract drafter-negotiators would use MSCD, then only 1 out of 10,000 random pairs of counter-parties would both use MSCD as their baseline. With forms, only one side is involved, so you get the 1 out of 100 ratio. But I don’t know where you’d find loads of forms. For final agreements, you can look to EDGAR. But then you are trying to find the 1 in 10,000 that conforms to MSCD’s recommendations.
Maybe you could use some of the structures that MSCD recommends never to use as the signal to exclude a specific agreement or form from the full set. Like “witnesseth” is a dead give-away. And it seems like, if you are creating the logic that would look for good forms, you could just use that as software to make rule-based suggestions directly!
Chris
Hi Chris. This post assumes that one feeds an LLM the text of MSCD. That’s very different from what you’re contemplating, namely training AI on a stash of MSCD-compliant contracts. That might be feasible down the road, but for the foreseeable future, the only way to get MSCD-compliant contracts will be by building them painstakingly from scratch or by using a library of automated templates. And if such a library exists, and it’s comprehensive enough, one wouldn’t need AI.
Ken:
I don’t doubt my own ignorance in the field of AI, but I’ve never experienced an AI mode that would be built that way. Every one that I’ve worked with implicitly derived rules from exemplars. (Yes, for the technical, I know they aren’t really rules; they are vectors and blah blah blah. Work with me here.) LLMs in particular, essentially predict what word should come next. From that perspective the useful part of MCSD is the examples, coded to whether they are recommended or not. The rest of MCSD would mislead the LLM into providing words that analyze words and phrases, refer to grammar, and use key cases as examples.
Chris
Hi Chris. You’re probably right. I was just riffing off of the scenario I was offered. It might be utterly unrealistic. At some point I’ll look into it further.