resolve cross-list duplicate citations in edge extraction#1673
resolve cross-list duplicate citations in edge extraction#1673vvivekranjan wants to merge 1 commit into
Conversation
|
I have read the CLA Document and I hereby sign the CLA behalf on myself, e-mail: example@example.com or I have read the CLA Document and I hereby sign the CLA behalf of my company, e-mail: example@example.com Signature is valid for 6 months. This bot will be retriggered when the Contributor License Agreement comment has been provided. Posted by the CLA Assistant Lite bot. |
|
I have read the CLA Document and I hereby sign the CLA behalf on myself, e-mail: vvivekranjan20@gmail.com |
Summary
This PR fixes a bug in
resolve_extracted_edgewhere valid duplicate edge citations identified by the LLM withinexisting_edges(invalidation candidates) were incorrectly discarded by the duplicate-range guard. The duplicate index validation has been expanded to support the entire continuous index space (up tomax_valid_idx), allowing cross-list duplicates to be correctly mapped, resolved, attributed, and saved rather than leaked as new duplicate edges.Type of Change
Objective
N/A - Bug fix
Testing
Breaking Changes
Checklist
make lintpasses)Related Issues
Closes #1672