You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eliminate the citation_quotes PostgreSQL table by migrating all its data and functionality into the claims + claim_sources + claim_page_references architecture. This removes the dual-system complexity where citation verification data and claim verification data are stored separately, requiring backward propagation and manual linking.
Current State
4,935 citation_quotes records, only 16% linked to claims
Each phase is independently shippable and verifiable.
2026-02-27
Drop extractionModel and claimContext fields
Low value, rarely populated. Not worth adding to claims schema.
2026-02-27
Map verification fields to existing sourceVerdict* columns
Natural fit — avoids adding more columns.
Open Questions
How to handle the ~4,135 orphaned citation_quotes (no linked claim)? Backfill creates claims, but some are plain citations (not factual claims). Need a classification step.
Should page_citations (for rc- footnotes) remain as a separate table, or merge into claim_page_references?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Objective
Eliminate the
citation_quotesPostgreSQL table by migrating all its data and functionality into theclaims+claim_sources+claim_page_referencesarchitecture. This removes the dual-system complexity where citation verification data and claim verification data are stored separately, requiring backward propagation and manual linking.Current State
crux claims integratecommand exists (feat: add crux claims integrate command #1288)Task List
Decision Log
extractionModelandclaimContextfieldssourceVerdict*columnsOpen Questions
page_citations(forrc-footnotes) remain as a separate table, or merge intoclaim_page_references?Related Issues
Beta Was this translation helpful? Give feedback.
All reactions