{
  "version": "2.0-compiled",
  "drillId": "claim_preclusion_epa_bonus_v2",
  "buildHash": "sha256:9b8c5a55b0f5088e2d3d7c52c10ea2cf5d1dd8a1f89c2a760c44b7ec9d0f3abc",
  "analysisPolicy": {
    "liveDebounceMs": 300,
    "idleLlmDebounceMs": 1500,
    "downgradeHoldMs": 750,
    "lexicalCandidateMinDistinctSlots": 1,
    "denseCandidateMinSimilarity": 0.62,
    "llmMaxCallsPerSession": 2
  },
  "entityRegistry": [
    {
      "id": "party.jordan",
      "type": "person",
      "display": "Jordan",
      "aliases": [
        "Jordan",
        "employee",
        "plaintiff",
        "she"
      ],
      "roles": [
        "plaintiff",
        "employee"
      ]
    },
    {
      "id": "party.brightfield",
      "type": "organization",
      "display": "Brightfield",
      "aliases": [
        "Brightfield",
        "employer",
        "defendant",
        "company"
      ],
      "roles": [
        "defendant",
        "employer"
      ]
    },
    {
      "id": "proceeding.prior_state_action",
      "type": "proceeding",
      "display": "prior state action",
      "aliases": [
        "first case",
        "first action",
        "prior state action",
        "earlier lawsuit",
        "state court action"
      ],
      "attributes": {
        "forum": "state_court",
        "sequence": "prior"
      }
    },
    {
      "id": "proceeding.later_federal_action",
      "type": "proceeding",
      "display": "later federal action",
      "aliases": [
        "later suit",
        "later action",
        "federal case",
        "subsequent lawsuit"
      ],
      "attributes": {
        "forum": "federal_court",
        "sequence": "later"
      }
    },
    {
      "id": "amount.bonus_40000",
      "type": "amount",
      "display": "$40,000 bonus",
      "aliases": [
        "$40,000 bonus",
        "40000 bonus",
        "forty-thousand-dollar bonus",
        "bonus"
      ],
      "attributes": {
        "amount": 40000,
        "currency": "USD"
      }
    }
  ],
  "compiledAliases": [
    {
      "conceptId": "claim.equal_pay_act",
      "aliasText": "Equal Pay Act",
      "normalized": "equal pay act",
      "tokenCount": 3,
      "weight": 1.0,
      "source": "alias",
      "clientSafe": true
    },
    {
      "conceptId": "claim.equal_pay_act",
      "aliasText": "EPA claim",
      "normalized": "epa claim",
      "tokenCount": 2,
      "weight": 0.9,
      "source": "alias",
      "clientSafe": true
    },
    {
      "conceptId": "state.not_raised_in_prior_action",
      "aliasText": "never brought",
      "normalized": "never bring",
      "tokenCount": 2,
      "weight": 0.95,
      "source": "alias",
      "clientSafe": false
    },
    {
      "conceptId": "state.not_raised_in_prior_action",
      "aliasText": "omitted from the first case",
      "normalized": "omit from the first case",
      "tokenCount": 5,
      "weight": 0.95,
      "source": "alias",
      "clientSafe": false
    },
    {
      "conceptId": "outcome.summary_judgment",
      "aliasText": "summary judgment",
      "normalized": "summary judgment",
      "tokenCount": 2,
      "weight": 1.0,
      "source": "alias",
      "clientSafe": true
    },
    {
      "conceptId": "relation.same_bonus_dispute",
      "aliasText": "same compensation dispute",
      "normalized": "same compensation dispute",
      "tokenCount": 3,
      "weight": 0.95,
      "source": "alias",
      "clientSafe": false
    },
    {
      "conceptId": "relation.same_bonus_dispute",
      "aliasText": "different transaction",
      "normalized": "different transaction",
      "tokenCount": 2,
      "weight": 1.0,
      "source": "negative",
      "clientSafe": false
    }
  ],
  "propositions": [
    {
      "id": "prop.summary_judgment_for_brightfield",
      "elementId": "el.final_judgment",
      "circleLabel": "summary judgment for Brightfield",
      "canonical": "The prior state action ended in summary judgment for Brightfield.",
      "kind": "fact",
      "requiredSlots": [
        {
          "id": "slot.prior_proceeding",
          "kind": "proceeding",
          "minConfidence": 0.75,
          "weight": 1.0,
          "conceptIds": [],
          "entityIds": [
            "proceeding.prior_state_action"
          ],
          "roleNames": [],
          "disallowAliases": []
        },
        {
          "id": "slot.summary_judgment",
          "kind": "outcome",
          "minConfidence": 0.8,
          "weight": 1.2,
          "conceptIds": [
            "outcome.summary_judgment"
          ],
          "entityIds": [],
          "roleNames": [],
          "disallowAliases": [
            "judgment"
          ]
        },
        {
          "id": "slot.beneficiary_brightfield",
          "kind": "entity",
          "minConfidence": 0.75,
          "weight": 1.0,
          "conceptIds": [],
          "entityIds": [
            "party.brightfield"
          ],
          "roleNames": [],
          "disallowAliases": []
        }
      ],
      "optionalSlots": [],
      "discriminatorAliasTexts": [
        "summary judgment",
        "Brightfield",
        "first case",
        "earlier lawsuit"
      ],
      "densePrototypeTexts": [
        "Brightfield won the first state case on summary judgment.",
        "The prior state action ended in summary judgment for Brightfield.",
        "The earlier lawsuit was resolved on summary disposition for the employer."
      ],
      "negativePrototypeTexts": [
        "The first case settled.",
        "The first action was dismissed without prejudice."
      ],
      "llmEnabled": true
    },
    {
      "id": "prop.same_bonus_dispute",
      "elementId": "el.same_transaction",
      "circleLabel": "same $40,000 bonus dispute",
      "canonical": "The later Equal Pay Act claim arises from the same $40,000 bonus dispute as the prior state action.",
      "kind": "inference",
      "requiredSlots": [
        {
          "id": "slot.same_relation",
          "kind": "relation",
          "minConfidence": 0.8,
          "weight": 1.2,
          "conceptIds": [
            "relation.same_bonus_dispute"
          ],
          "entityIds": [],
          "roleNames": [],
          "disallowAliases": []
        },
        {
          "id": "slot.bonus_amount",
          "kind": "amount",
          "minConfidence": 0.85,
          "weight": 1.0,
          "conceptIds": [],
          "entityIds": [
            "amount.bonus_40000"
          ],
          "roleNames": [],
          "disallowAliases": []
        }
      ],
      "optionalSlots": [],
      "discriminatorAliasTexts": [
        "same compensation dispute",
        "$40,000 bonus",
        "same bonus dispute"
      ],
      "densePrototypeTexts": [
        "Both suits concern the same $40,000 bonus dispute.",
        "The later Equal Pay Act claim grows out of the same compensation dispute.",
        "The bonus issue is the common nucleus of both cases."
      ],
      "negativePrototypeTexts": [
        "The later claim involves a different transaction.",
        "The federal claim concerns unrelated conduct."
      ],
      "llmEnabled": true
    },
    {
      "id": "prop.later_epa_claim",
      "elementId": "el.could_have_been_raised",
      "circleLabel": "later federal Equal Pay Act claim",
      "canonical": "Jordan later filed a federal Equal Pay Act claim.",
      "kind": "fact",
      "requiredSlots": [
        {
          "id": "slot.later_action",
          "kind": "action",
          "minConfidence": 0.7,
          "weight": 0.9,
          "conceptIds": [
            "action.filed_later"
          ],
          "entityIds": [],
          "roleNames": [],
          "disallowAliases": []
        },
        {
          "id": "slot.epa_claim",
          "kind": "legal_claim",
          "minConfidence": 0.85,
          "weight": 1.2,
          "conceptIds": [
            "claim.equal_pay_act"
          ],
          "entityIds": [],
          "roleNames": [],
          "disallowAliases": []
        }
      ],
      "optionalSlots": [],
      "discriminatorAliasTexts": [
        "Equal Pay Act",
        "EPA claim",
        "later filed",
        "subsequently sued"
      ],
      "densePrototypeTexts": [
        "Jordan later filed an Equal Pay Act suit.",
        "A subsequent federal pay-equity claim was brought.",
        "She then asserted an Equal Pay Act action."
      ],
      "negativePrototypeTexts": [
        "Jordan later filed only a contract claim.",
        "The first state case included the wage theory."
      ],
      "llmEnabled": true
    },
    {
      "id": "prop.omitted_epa_claim",
      "elementId": "el.could_have_been_raised",
      "circleLabel": "EPA claim not raised earlier",
      "canonical": "The Equal Pay Act claim was not raised in the prior state action.",
      "kind": "fact",
      "requiredSlots": [
        {
          "id": "slot.omitted_claim_type",
          "kind": "legal_claim",
          "minConfidence": 0.85,
          "weight": 1.1,
          "conceptIds": [
            "claim.equal_pay_act"
          ],
          "entityIds": [],
          "roleNames": [],
          "disallowAliases": []
        },
        {
          "id": "slot.omission_state",
          "kind": "state",
          "minConfidence": 0.85,
          "weight": 1.3,
          "conceptIds": [
            "state.not_raised_in_prior_action"
          ],
          "entityIds": [],
          "roleNames": [],
          "disallowAliases": [
            "claim",
            "raised",
            "action"
          ]
        },
        {
          "id": "slot.omission_prior_case",
          "kind": "proceeding",
          "minConfidence": 0.75,
          "weight": 1.0,
          "conceptIds": [],
          "entityIds": [
            "proceeding.prior_state_action"
          ],
          "roleNames": [],
          "disallowAliases": []
        }
      ],
      "optionalSlots": [],
      "discriminatorAliasTexts": [
        "Equal Pay Act",
        "EPA claim",
        "never brought",
        "omitted from the first case",
        "earlier lawsuit"
      ],
      "densePrototypeTexts": [
        "The Equal Pay Act claim was left out of the first state case.",
        "Jordan never brought the EPA theory in the prior action.",
        "The federal pay-equity count was omitted from the earlier lawsuit."
      ],
      "negativePrototypeTexts": [
        "Jordan raised the Equal Pay Act count in the first case.",
        "The earlier lawsuit already included the EPA theory."
      ],
      "llmEnabled": true
    }
  ],
  "clientRuntime": {
    "propositionHints": [
      {
        "propositionId": "prop.summary_judgment_for_brightfield",
        "aliasTexts": [
          "summary judgment",
          "Brightfield",
          "first case"
        ]
      },
      {
        "propositionId": "prop.same_bonus_dispute",
        "aliasTexts": [
          "$40,000 bonus",
          "same compensation dispute"
        ]
      },
      {
        "propositionId": "prop.later_epa_claim",
        "aliasTexts": [
          "Equal Pay Act",
          "EPA claim",
          "later filed"
        ]
      },
      {
        "propositionId": "prop.omitted_epa_claim",
        "aliasTexts": [
          "Equal Pay Act",
          "EPA claim",
          "omitted from the first case"
        ]
      }
    ]
  }
}
