summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhaoyuren <13851610112@163.com>2025-06-29 17:42:40 -0700
committerhaoyuren <13851610112@163.com>2025-06-29 17:42:40 -0700
commit49e1516fdb238b4d9a9181b641e344593aeedefc (patch)
tree3eb9c98017adb58791955d2ce20a22a0850ded51 /README.md
parent5f9e75d58d3f2090f58132128f0b73152741d700 (diff)
fix promptHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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/