summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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/