diff options
| author | blackhao <13851610112@163.com> | 2025-03-30 04:45:17 -0500 |
|---|---|---|
| committer | blackhao <13851610112@163.com> | 2025-03-30 04:45:17 -0500 |
| commit | c05152751ff3d984ed05983381460b414f5c6cdb (patch) | |
| tree | d210bdb52b08830f324bff1f3025f7a6487a8f59 /scripts | |
| parent | 747b7d60c0e747b52d4fea0ff12ac7809453ed8e (diff) | |
change keywords2
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/fetch_papers.py | 45 |
1 files changed, 21 insertions, 24 deletions
diff --git a/scripts/fetch_papers.py b/scripts/fetch_papers.py index 8432854..f6fe21b 100644 --- a/scripts/fetch_papers.py +++ b/scripts/fetch_papers.py @@ -12,11 +12,7 @@ ALLOWED_CATEGORIES = [ "cs.LG", # Machine Learning "cs.NE", # Neural and Evolutionary Computing "cs.RO", # Robotics - "cs.CY", # Computers and Society - "cs.HC", # Human-Computer Interaction "cs.IR", # Information Retrieval - "cs.GL", # General Literature - "cs.SI", # Social and Information Networks "stat.ML" # Stat.ML ] @@ -151,26 +147,27 @@ def main(): # 1) 抓取过去3天, 关键词=["bias","fairness"] days = 1 keywords = [ - "LLM bias", - "language model bias", - "debiasing", - "bias mitigation", - "fairness LLM", - "bias reduction", - "algorithmic fairness", - "model fairness", - "bias detection", - "ethical LLM", - "responsible AI", - "bias evaluation", - "fairness evaluation", - "bias correction", - "ethical AI", - "fairness metrics", - "unbiased LLM", - "bias measurement", - "alignment bias", - "bias assessment" + "bias", + "LLM bias", + "language model bias", + "debiasing", + "bias mitigation", + "fairness LLM", + "bias reduction", + "algorithmic fairness", + "model fairness", + "bias detection", + "ethical LLM", + "responsible AI", + "bias evaluation", + "fairness evaluation", + "bias correction", + "ethical AI", + "fairness metrics", + "unbiased LLM", + "bias measurement", + "alignment bias", + "bias assessment" ] papers = fetch_papers_wide_then_filter(days=days, keywords=keywords) |
