Hi @rhowardstone!
I'm a data analyst who's been building a cross-platform analytical reconciliation layer on top of your dataset, epstein-docs, and doc-explorer.
The project is called ECARE (EFTA Cross-Platform Analytical Reconciliation Engine). It produces a unified SQLite database and reproducible Python pipeline that:
- Resolves entities across all three platforms into a single canonical registry (18,800+ entities, using your persons_registry.json as the canonical base)
- Merges relationship graphs with full provenance tracking; every relationship traces back to which source systems asserted it
- Runs cross-source analytics: corroboration scoring, structural gap analysis, document coverage, temporal anomalies, contradiction detection
Some findings that might interest you:
- 3,093 relationships are now confirmed by 2+ independent sources. Your curated knowledge graph + doc-explorer RDF triples + epstein-docs co-occurrence data reinforce each other more than I expected.
- Lesley Groff appears in 177,773 corpus documents but has only 73 graph relationships, which is the single largest document-coverage gap in the dataset.
- Lefkowitz ↔ Acosta communication is confirmed by 3 independent sources, surfacing the plea-deal communication channel.
- Rodriguez ↔ Virginia Giuffre share 17 mutual connections but have no documented direct relationship; a structural gap worth investigating.
What I'd like from you:
- Feedback on the entity resolution approach (I used your registry as the base, exact → alias → fuzzy matching at threshold 90)
- Whether the unified database format would be useful to you or others in the community
- Any known issues with the data I should account for (I documented what I found in methodology.md)
The repo is at [https://github.com/805Burner66/ECARE]. Everything runs with python run_pipeline.py and produces a single ecare.db file anyone can query. MIT licensed.
I deliberately built this as a data product, not a platform. The goal is to plug into existing projects like yours rather than compete with them.
Happy to discuss any of the methodology decisions. Thanks for the foundational work on the EFTA standard and knowledge graph, this project wouldn't exist without it.
Hi @rhowardstone!
I'm a data analyst who's been building a cross-platform analytical reconciliation layer on top of your dataset, epstein-docs, and doc-explorer.
The project is called ECARE (EFTA Cross-Platform Analytical Reconciliation Engine). It produces a unified SQLite database and reproducible Python pipeline that:
Some findings that might interest you:
What I'd like from you:
The repo is at [https://github.com/805Burner66/ECARE]. Everything runs with
python run_pipeline.pyand produces a single ecare.db file anyone can query. MIT licensed.I deliberately built this as a data product, not a platform. The goal is to plug into existing projects like yours rather than compete with them.
Happy to discuss any of the methodology decisions. Thanks for the foundational work on the EFTA standard and knowledge graph, this project wouldn't exist without it.