Workflow: Updating Citation Counts for Papers
To keep the citation counts for papers in the section files up to date, follow these guidelines when using the update_citation_counts.py tool.
- The ouput count will be used for updating the citation counts for papers in the section files. the section file is for
best_practices.mdand the sections areRAG Research (Ranked by cite count >=100)andAgent Research (Ranked by cite count >=100). - Run the
fetch_popular_papers.pyscript first to ensure that the section files are populated with the latest papers and their current citation counts. This will provide a baseline for theupdate_citation_counts.pyscript to work with. - Run the
update_citation_counts.pyscript to fetch the latest citation counts from Semantic Scholar for the papers listed in the specified sections ofbest_practices.md. - The script will automatically update the citation counts in the section files based on the latest data retrieved. Ensure that the updated counts are accurate and reflect the current citation status of each paper.
- After updating, review the section files to confirm that the citation counts have been correctly updated and that the papers are still ranked appropriately based on their citation counts. If any discrepancies are found, manually verify the counts and make necessary adjustments.