Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Clause Detection

Section Extract Method Grooper.GPT

Detects and extracts clauses in natural language documents using semantic similarity.

Remarks

The Clause Detection class enables Grooper to locate and extract sections of a document that match a provided sample clause, even when the wording varies. This is accomplished using semantic similarity, leveraging vector embeddings to compare the sample text to passages in the document.

How It Works

  • The user provides a sample clause and configures semantic matching options using the 'Detection Settings' property.
  • During extraction, the document is split into overlapping segments, and each segment is compared to the sample using a language model's embedding.
  • The most semantically similar segments are selected and extracted as section instances.

This approach is especially useful for:

  • Locating boilerplate or legally significant language (e.g., confidentiality, indemnity, or termination clauses)
  • Comparing contracts or policies for the presence and consistency of required language
  • Extracting policy or regulatory statements that may be phrased differently across documents

Configuration Guidance

  • Use the 'Detection Settings' property to define the sample clause and adjust semantic matching parameters.
  • Select an embedding model that is appropriate for your document language and domain.
  • Test with representative documents to ensure reliable detection, especially if clause wording varies significantly.

LLM Connector Requirement

This extractor requires a properly-configured LLM Connector on the repository Root to communicate with the LLM service. Ensure the connector is set up in your environment.

Notes

  • Clause Detection is best used with documents that contain rich, natural language content.
  • The accuracy of detection depends on the quality of the sample clause and the selected embedding model.
  • For more information, see the documentation for Semantic and Section Extract Method.

Properties

NameTypeDescription

See Also

Used By

Notification