Understanding the whole from all the parts.

Entity-centric Learning vs. Record Matching Methods in Entity Resolution Systems

Jeff Jonas

--

Most entity resolution algorithms rely on record matching — a method whereby each record is compared to other records for similarity. Record matching does not learn which ultimately results in missed matches.

More advanced entity resolution uses entity-centric learning — a method that treats resolved records as a single holistic entity. Entity-centric learning gets smarter over time, improves accuracy, and can detect non-obvious relationships that humans can easily miss.

Record Matching

Can you match the record on the left to any of the records on the right?

The Sue Jones record on the left doesn’t match record 1, 2 or 3.

Nope. Record 1 shares only a name, Record 2 only an address, and Record 3 only a phone. No single record contains enough information to match.

As a result, record matching systems will incorrectly create a new entity for Sue Jones (Record 4):

Record matching fails to realize Sue Jones is Sue Smith … thus a new entity is created in error.

Record matching works well when every record is rich with features, has reasonable data quality, and no one is trying to evade detection. But the moment some records don’t have many features, the data quality is poor, or the data contains intentionally fabricated lies, record matching misses good matches (aka creates false negatives).

Entity-centric Learning

When entity resolution uses the entity-centric learning method, Record 4 is compared to “everything we know about Sue” (all the features across all the records) — resulting in a more accurate outcome:

Entity-centric learning is not fooled — Sue Jones is Sue Smith.

Entity-centric learning is especially important as dozens of attributes, if not a hundred, can be used to describe an entity (from name and address to Twitter and Instagram handles). These attributes are scattered and disconnected across countless data sources. Entity-centric learning builds holistic entity views which retains all information known about an entity. Over time and with more data, entity-centric learning improves the accuracy of entity resolution.

Furthermore, when it comes to catching fraudsters or other bad actors, entity-centric learning is mandatory. This is because bad actors never use the same name, date of birth, address and/or passport number every time they submit a credit card application or apply for a loan. Only the idiots would do that! Clever bad actors do their best to prevent organizations from figuring out who is who. For more about this read: Channel Separation: The Primary Tradecraft of Clever Bad Guys.

[If you would like to get your hands on synthetic data which includes entity-centric learning examples, download the Senzing Synthetic Truth Set.]

Reference Links:

To Know Entity Resolution is to Love Entity Resolution

Slow Motion Entity Resolution Video (entity-centric learning @ record 10)

Uniquely Senzing White Paper

Channel Separation: The Primary Tradecraft of Clever Bad Guys

--

--

Jeff Jonas

Jeff Jonas is founder and CEO of Senzing. Prior to Senzing, Jonas served as IBM Fellow and Chief Scientist of Context Computing.