diff options
| author | blackhao <13851610112@163.com> | 2025-03-30 04:36:51 -0500 |
|---|---|---|
| committer | blackhao <13851610112@163.com> | 2025-03-30 04:36:51 -0500 |
| commit | 747b7d60c0e747b52d4fea0ff12ac7809453ed8e (patch) | |
| tree | 4e95c66fac95845d6a7c0b6628d0fb87d14435dc /scripts/fetch_papers.py | |
| parent | f64820f164a1c727e499c8f1353a63e5a04ce158 (diff) | |
change keywords
Diffstat (limited to 'scripts/fetch_papers.py')
| -rw-r--r-- | scripts/fetch_papers.py | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/scripts/fetch_papers.py b/scripts/fetch_papers.py index 1b86d58..8432854 100644 --- a/scripts/fetch_papers.py +++ b/scripts/fetch_papers.py @@ -149,8 +149,30 @@ def update_readme_in_repo(papers, token, repo_name): def main(): # 1) 抓取过去3天, 关键词=["bias","fairness"] - days = 3 - keywords = ["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" + ] + papers = fetch_papers_wide_then_filter(days=days, keywords=keywords) print(f"\n[RESULT] matched {len(papers)} papers. Will update README if not empty.") |
