Distributed Biographical Constraint Validation | Skills Pool
技能檔案
Distributed Biographical Constraint Validation
Ensures accurate identification of a primary entity by verifying that all distinct biographical and temporal constraints are precisely met by each of its associated sub-entities.
Description: Ensures accurate identification of a primary entity by verifying that all distinct biographical and temporal constraints are precisely met by each of its associated sub-entities.
Layer 2: Guidelines
General Guidelines
Disaggregate complex queries into constraints for the main entity and its distinct related entities.
Ensure every constraint is correctly assigned to its specific target entity.
Prioritize the verification of unique, non-overlapping constraints for each associated entity.
Reject any primary entity candidate if even one of its associated sub-entities fails to meet its specific criteria.
Do not assume satisfaction of one sub-entity's constraint implies satisfaction for another.
Specific Guidelines
For each specified associated entity, confirm all biographical details (e.g., debut year, career-defining event) precisely match the query.
相關技能
Verify that the identified associated entities indeed hold the specified relationship (e.g., lead roles) to the primary entity.
Systematically cross-reference each associated entity's specific attributes against the query's requirements.
Ensure that distinct constraints for different associated entities are met by different individuals, not conflated or partially satisfied by one.
Layer 3: Context
Problem Pattern: Failure to accurately verify distinct biographical and temporal constraints across multiple, related sub-entities (e.g., actors) associated with a primary entity (e.g., a series).
State Signature: Candidate primary entities are selected based on satisfying their direct attributes, but fail to meet specific, distinct, and complex biographical or event-based conditions tied to each of their associated sub-entities.
Bypass Strategy:
Explicitly identify the primary entity and all distinct associated sub-entities mentioned in the query.
Map each specific constraint to its corresponding primary or sub-entity.
Independently verify that each associated sub-entity fully satisfies all its mapped constraints.
Confirm that the primary entity itself satisfies its direct constraints.
Only accept the primary entity if all conditions for all identified entities (primary and sub-entities) are met.