The Contracts Definition Extraction model will automatically extract each definition in a contract and store it in a Contracts Definition object.
This object has fields for the definition name and text.
For example, let's say that in a contract there is the following definition:
Loan rate means the domestic rate or the Eurodollar rate.
If you run the definition extraction model and go to the Contracts Definition tab, you'll find a row for that definition. For example:
Name: Loan Rate
Text: the Domestic Rate or the Eurodollar Rate
If you add the Definitions field to a view on the Contracts Definition object, the document control number is stored in the document containing the definition.
To run Contracts definition extraction:
-
Go to the Contracts Analysis Profiles tab.
-
Click New Contracts Analysis Profile.
-
Name your analysis profile.
-
Add a description.
-
Add the Definition Extraction model.
-
Click Save.
To run the new analysis set:
-
Go to the Analysis Set tab.
-
Click New Contracts Analysis Set.
-
Name your analysis set.
-
Choose the analysis profile you created.
-
Select a saved search to run the analysis on.
- Click Save.
-
Click Analyze.
The status of the analysis will appear under the Status section. Once complete, click the Refresh button to refresh the page and view results.
Fields auto-populated by Contracts
Name, Text, and Definitions fields are automatically populated by Contracts. Following are descriptions of each field.
Field |
Field Type |
Field Auto population |
|
Name |
Fixed-length text |
Auto-populated with the name of the definition, extracted directly from text in the contract.
|
Text |
Long text |
Auto-populated with the text of the definition, extracted directly from the text in the contract. |
Definitions |
Multiple object |
Auto-populated with the control number of the document containing the definition.
Note: To add the Contracts Definition object to a coding layout in the Contracts Viewer, add this Definitions multiple object field to a layout.
|
If Contracts definition extraction is not performing well on your data set, you can extract definitions based on your own custom regular expression.
If your regular expression does not have a capture group, Contracts will populate the Name field as the Definition Extraction model would have. If your regular expression does have a capture group, Contracts will use it for the Name field.
To run regular expression definition extraction:
- Navigate to the Contracts Models tab.
- Click New Contracts Model.
- Enter a Name. For Model Type, select Regular Expression Definition Extraction.
- Select a Regular Expression.
- Save the Model.
- Go to the Contracts Analysis Profiles tab.
- Whether creating a new analysis profile or editing an existing one, navigate to the Definition Extraction tab in the layout group and select the model you created.
- Click Save.
Next, run the new analysis set:
- Go to the Contracts Analysis Sets tab.
- Click New Contracts Analysis Set.
- Name your analysis set.
- Choose the analysis profile.
- Select a saved search to run the analysis on.
- Click Save.
- Click the Analyze button.
The status of the analysis will appear under the Status section. Once complete, click the Refresh button to refresh the page and view results.