TAR Integration with Epiq Discovery
1. Collection Types & Logic
We have introduced a specialized collection type designed to streamline how Epiq Discovery handles Active Learning (TAR).Integration Strategy
To maintain simplicity, users should upload documents to a single collection per project based on their maximum required utility:- TAR Only: Use
tar_only. - TAR + Chat: Use
discovery. - Any other model type: Upgrade the collection to
review.
Note: Do not create separate collections to categorize documents for the same project. If a user needs to Chat over a specific subset of documents within a collection, they should use Datasets as the filtering mechanism rather than collection boundaries.
2. Predictive Coding Model
A newmodel_type has been introduced specifically for the TAR (Technology Assisted Review) use case.
Model Specification: predictive_coding
- Purpose: TAR model for document ranking and continuous active learning.
- Constraints: Unlike standard LLM models,
predictive_codingmodels do not have access toinstructionsorexamplesparameters. They are used strictly for the TAR scoring engine.
3. Billing Model
Billing is calculated based on three distinct tiers of usage:- Basic Storage: A flat rate for all documents stored within any collection type.
- Chat Enablement: Billed if the collection type allows Chat (e.g.,
review, ordiscovery). Chat has access to all documents except documents in thetar_onlycollection. - Workflow & Models: Billed on a per-document basis. This applies to any document processed through a workflow or a non-TAR model (e.g., text classification).