Kira, now from Litera (acquired August, 2021) is software that searches and analyzes contract text. Kira offers pre-built, machine learning models covering due diligence, general commercial, corporate organization, real estate and compliance. Using Kira Quick Study, anyone can train additional models that can identify any desired clause. Kira can be deployed on virtual data rooms and other large repositories of contracts, creating summary analyses.
N/A
Pytorch
Score 9.3 out of 10
N/A
Pytorch is an open source machine learning (ML) framework boasting a rich ecosystem of tools and libraries that extend PyTorch and support development in computer vision, NLP and or that supports other ML goals.
Kira is a great due diligence tool and can be well utilised on both large and small transactions. It also has good application if you are looking to compare multiple documents against a model form document or market standard templates. Kira is less useful if you are looking to review emails (e.g. as part of a disclosure exercise); or if your review involves non-Latin based script languages.
They have created Pytorch Lightening on top of Pytorch to make the life of Data Scientists easy so that they can use complex models they need with just a few lines of code, so it's becoming popular. As compared to TensorFlow(Keras), where we can create custom neural networks by just adding layers, it's slightly complicated in Pytorch.
Inability to relabel smart fields to suit the review process means it is hard to align it to particular projects (e.g. it would be useful to relabel the "Assignment" smart field as "Is the contract assignable?")
Not enough non-English smart fields.
Needs the ability to resell user-trained smart fields in a marketplace.
Output is not customizable enough.
Built-in analysis tools are useful but a little basic.
If our firm had more contracts in English, the usability of Kira would be rated higher. However, since we have to train clauses in Portuguese in order to use Kira, it makes its usability lower. We still are not able to fully use Kira for reading contracts in Portuguese. It takes a long time and many associate hours to make Kira usable in other languages.
The big advantage of PyTorch is how close it is to the algorithm. Oftentimes, it is easier to read Pytorch code than a given paper directly. I particularly like the object-oriented approach in model definition; it makes things very clean and easy to teach to software engineers.
Customer Support is excellent. The online help portal is probably the best I have ever seen. Great videos with content easily found. The HelpLine is staffed by knowledgeable people. The videos have saved us providing a lot of in-house training, which we would struggle to resource. The account managers really know the product and their law firm clients and share best practices and trends.
Kira offers a lot more out of the box than other providers and is also more flexible around integrations. This, plus the clear pricing structure, is why we went for it instead of (or as well as) others. Diligen, RAVN, Leverton, Della, Seal not in list.
Pytorch is very, very simple compared to TensorFlow. Simple to install, less dependency issues, and very small learning curve. TensorFlow is very much optimised for robust deployment but very complicated to train simple models and play around with the loss functions. It needs a lot of juggling around with the documentation. The research community also prefers PyTorch, so it becomes easy to find solutions to most of the problems. Keras is very simple and good for learning ML / DL. But when going deep into research or building some product that requires a lot of tweaks and experimentation, Keras is not suitable for that. May be good for proving some hypotheses but not good for rigorous experimentation with complex models.