Files
nexus/wiki/concepts/Paper-Abstract-Batch-Fetching.md

25 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Paper Abstract Batch Fetching"
type: concept
tags: []
sources: [arxiv-paper-reader]
last_updated: 2026-04-17
---
## Concept Definition
**论文摘要批量获取Paper Abstract Batch Fetching** 是指在一次操作中同时从多个 arXiv 论文获取摘要,并生成结构化对比表格以支持快速筛选和优先级排序的工作模式。
## How It Works
1. 输入:多个 arXiv ID 列表(如 `["2301.00001", "2301.04088", "2302.07789"]`
2. 调用:批量 `arxiv_abstract` 工具并行/串行获取摘要
3. 输出结构化表格ID | 标题 | 作者 | 摘要摘要 | 相关性评分)
4. 用户筛选:确认阅读优先级后触发全文获取
## Use Cases
- [[arXiv-Paper-Reader]] 的核心工作流之一——快速 triage 阅读列表
- 研究选题初期对多条候选论文进行对比评估
## Comparison with Related
- [[Semantic-Memory-Search]] 侧重对已有内容的检索;本概念侧重对新内容的发现和筛选
- 与 [[Agent-Driven Market Research]] 同属批量情报收集,但本概念聚焦学术论文