← 返回
数据分析 中文

Arxiv Batch Reporter

Generates a batch arXiv report by combining model-written templates with brief conclusions and abs URLs extracted from per-paper summary.md files.
生成批量 arXiv 报告,模型模板结合每篇论文 summary.md 中的简要结论和摘要链接。
xukp20
数据分析 clawhub v0.1.1 1 版本 99854.9 Key: 无需
★ 0
Stars
📥 1,376
下载
💾 52
安装
1
版本
#latest

概述

ArXiv Batch Reporter

Use this skill after per-paper summary.md files exist.

Core Principle

The model writes report structure; scripts inject per-paper conclusion text.

Constraint

  • Per-paper text in final report must come directly from each paper's summary.md section ## 10. Brief Conclusion.
  • Do not paraphrase or manually rewrite this per-paper conclusion text in final report.

Commands

Step 1: build model context bundle.

python3 scripts/collect_summaries_bundle.py \
  --base-dir /path/to/run-dir \
  --language English

Step 2: model writes collection_report_template.md under base-dir using placeholder lines for papers.

Step 3: render final report from template.

python3 scripts/render_collection_report.py \
  --base-dir /path/to/run-dir \
  --template-file collection_report_template.md \
  --output-file collection_report.md \
  --language English

Language Parameter

  • --language controls scaffold/inserted-label language.
  • Set this parameter manually for each run.
  • Default is English when omitted.
  • Chinese aliases supported: Chinese, zh, zh-cn, 中文.
  • When non-English is selected (for example Chinese), generated labels/prompts are localized.

Placeholder Syntax in Template

In each paper leaf entry, add one placeholder line containing arXiv id.

Only supported syntax (standalone line):

{{ARXIV_BRIEF:2602.12276}}

render_collection_report.py replaces that one placeholder line with:

  • brief conclusion text extracted from summary section 10
  • generated abs URL: https://arxiv.org/abs/

Fallback rule: if section 10 heading is missing, use content under the last ## heading.

Output

  • /summaries_bundle.md
  • /collection_report_template.md (model-authored)
  • /collection_report.md (rendered final output)

Use references/report-format.md for the expected report structure.

Use references/report-example-lean4-en.md, references/report-example-llm-math-en.md, and references/report-example-multimodal-en.md for tree-structure examples with lint-friendly spacing.

Related Skills

This skill is a sub-skill of arxiv-summarizer-orchestrator.

It is intended to run after:

  1. arxiv-search-collector (selected paper directories + metadata)
  2. arxiv-paper-processor (per-paper summary.md)

This skill consumes the summary outputs from Step 2 and should be used together with Steps 1 and 2 to produce the final collection report.

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-03-29 05:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Arxiv Paper Processor

xukp20
用于手动逐篇处理ArXiv论文的工具:批量下载源代码/PDF,然后进行模型驱动的全文阅读并用选定语言撰写summary.md。
★ 1 📥 2,815
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 367 📥 140,025
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,892