From bc8657ff1598f66a8cc5a513ec7a280fd15c1fbd Mon Sep 17 00:00:00 2001 From: allaun Date: Sun, 21 Jun 2026 18:39:52 -0500 Subject: [PATCH] docs(glossary): update Jaccard Matcher with live results 240 candidate citations found for 48 cornfield concepts using pg_trgm GIN indexes and /shm file-based matching against 700k papers. DB state: 358 total concept_citations (96 grounds, 22 extends, 240 candidates) --- 6-Documentation/docs/GLOSSARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-Documentation/docs/GLOSSARY.md b/6-Documentation/docs/GLOSSARY.md index add3bb53..e9e5d263 100644 --- a/6-Documentation/docs/GLOSSARY.md +++ b/6-Documentation/docs/GLOSSARY.md @@ -252,7 +252,7 @@ surface. | **paper_refs** | JSONB column on `math_objects` storing structured citation array. Each entry: `{paper_id, doi, title, authors, year, journal, arxiv_category, relation_type, notes}`. | | **is_novel_claim** | Boolean column on `math_objects`. True = original work with no prior paper covering exactly this. Requires `novelty_statement` explaining the precise delta. | | **novelty_statement** | Text column on `math_objects`. One-sentence description of what is new vs. cited prior art. Hostile reviewer must be able to verify the delta independently. | -| **Jaccard Matcher** | Script (`jaccard_matcher.py`) that finds arxiv papers for cornfield concepts via keyword overlap against 700k arxiv_papers. Computes coverage = |matched_keywords| / |concept_keywords|. | +| **Jaccard Matcher** | Script (`jaccard_matcher.py`) that finds arxiv papers for cornfield concepts via keyword overlap against 700k arxiv_papers. Uses pg_trgm GIN indexes and /shm file-based matching. 240 candidate citations found for 48 concepts. | | **relation_type** | Citation edge type in `concept_citations`: `grounds` (foundational paper), `extends` (builds on), `applies` (application), `cites` (general reference). | ## SilverSight