Entity Resolution
Createdu3588064
Identifies whether two sets of data likely originate from the same real-world entity.
About
This tool is an server that compares two sets of data to determine if they represent the same entity, evaluating both exact and semantic equality of their values by normalizing text, comparing values (including lists), traversing JSON objects, and leveraging a language model to assess semantic similarity and provide a final judgment.
Key Features
- Text Normalization: Converts text to lowercase, removes punctuation, and normalizes whitespace.
- Language Model Integration: Uses a generative language model to assess semantic similarity and provide a final judgment.
- Value Comparison: Compares values directly and semantically (ignoring order for lists).
- Model Context Protocol (MCP) Server
- JSON Traversal: Iterates through each key in the JSON objects and compares corresponding values.
- 1 GitHub stars