Extract structured claims from 30 papers that currently lack claim extraction. For each paper with fulltext available: identify key scientific claims (gene-disease associations, mechanism statements, therapeutic targets), structure them as {claim_text, target_gene, disease_context, evidence_strength, primary_pmid}, and store in paper_claims or equivalent table.
Verification:
- 30 papers gain structured claim records
- Each claim has target_gene, disease_context, and evidence_strength
- No duplicate claims (uniqueness check on claim_text + primary_pmid)
Completion Notes
Auto-completed by supervisor after successful deploy to main