From 49e1516fdb238b4d9a9181b641e344593aeedefc Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Sun, 29 Jun 2025 17:42:40 -0700 Subject: fix prompt --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ec465b1..83ad644 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,11 @@ Test the unlimited historical mode: python scripts/test_unlimited_historical.py ``` +Test the enhanced social good filtering: +```bash +python scripts/test_social_good_filtering.py +``` + ### Debugging If the system completes too quickly or you suspect no papers are being fetched, use the debug script: @@ -255,6 +260,7 @@ PaperFetcher/ │ ├── test_social_good_prompt.py # Social Good prompt testing │ ├── test_reverse_chronological.py # Reverse chronological order testing │ ├── test_unlimited_historical.py # Unlimited historical mode testing +│ ├── test_social_good_filtering.py # Enhanced social good filtering test │ └── debug_fetch.py # Debug and troubleshooting script ├── .github/ │ └── workflows/ -- cgit v1.2.3