mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-30 18:56:16 +00:00
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)
This commit is contained in:
parent
965ef8113e
commit
bc8657ff15
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue