diff options
| author | haoyuren <13851610112@163.com> | 2025-06-29 17:42:40 -0700 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2025-06-29 17:42:40 -0700 |
| commit | 49e1516fdb238b4d9a9181b641e344593aeedefc (patch) | |
| tree | 3eb9c98017adb58791955d2ce20a22a0850ded51 /README.md | |
| parent | 5f9e75d58d3f2090f58132128f0b73152741d700 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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/ |
