← 返回
未分类 中文

Paper Impact Analyzer

Analyze academic paper impact using multiple data sources (arXiv, GitHub, OpenAlex, Semantic Scholar). Input an arXiv ID and get a multi-dimensional impact a...
使用多个数据源(arXiv、GitHub、OpenAlex、Semantic Scholar)分析学术论文影响;输入 arXiv ID,获取多维度影响评估。
haataa haataa 来源
未分类 clawhub v1.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 324
下载
💾 0
安装
1
版本
#academic#arxiv#citation#latest#research

概述

Paper Impact Analyzer

Multi-source, fault-tolerant academic paper impact analysis.

When to Use

  • Evaluating a paper's academic influence or community adoption
  • Comparing impact across multiple papers
  • Deciding whether a paper is worth reading based on external signals
  • Checking GitHub stars, citation counts, venue acceptance for a paper
  • Assessing author credibility (h-index) for a paper
  • Batch-analyzing papers in a survey or literature review

How to Use

Single paper

Run the analysis script with an arXiv ID:

python scripts/analyze.py 2603.04948

Multiple papers

Pass multiple arXiv IDs separated by spaces:

python scripts/analyze.py 2603.04948 2602.15922 2603.05488 2602.22661

Output

The script prints a structured Markdown impact report for each paper, including:

DimensionExample
--------------------
Publication date2026-03-05 (20 days ago)
Venue acceptanceICLR 2026
GitHub repo2,263 stars / 214 forks
Citation count12 (OpenAlex) / 15 (S2)
Author h-indexFirst author h=23
AffiliationsUC Berkeley, UT Austin

Plus a synthesized overall rating (S/A/B/C/D) with confidence level and data completeness.

Data Sources (Priority Order)

  1. arXiv API — paper metadata, authors, abstract (always available)
  2. GitHub API — repo stars, forks, issues (most reliable external signal)
  3. OpenAlex API — citation count (free, no API key needed)
  4. Semantic Scholar API — citations, influential citations, author h-index (rate-limited)

Each source fails independently. The script always produces output using whatever data is available.

Design Philosophy

  • Graceful degradation: Every API call is wrapped in try/except with timeouts. If Semantic Scholar returns 429, the report still includes arXiv + GitHub + OpenAlex data.
  • Age-aware scoring: Papers < 3 months old are scored primarily on GitHub + venue + team. Papers > 1 year old are scored primarily on citations.
  • No API keys required: All data sources used are free and keyless.
  • Single file: The entire implementation is in scripts/analyze.py with zero external dependencies (stdlib only).

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-07 06:32 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

Stock Market Pro

kys42
Yahoo Finance (yfinance) 驱动的股票分析技能:行情报价、基本面、ASCII 趋势图、高分辨率图表(RSI/MACD/BB/VWAP/ATR),以及可选的网络...
★ 163 📥 40,244
knowledge-management

Ai Paper Survey

haataa
使用alphaXiv MCP工具进行结构化AI论文调研。从关键词文件读取用户研究兴趣,跨多个维度搜索近期论文。
★ 0 📥 541
professional

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 194 📥 63,370