alpha-research
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAlpha Research CLI
Alpha Research CLI
Use the CLI via bash for all paper research operations.
alpha通过bash使用 CLI完成所有论文研究操作。
alphaCommands
命令
| Command | Description |
|---|---|
| Search papers. Prefer |
| Fetch paper content and any local annotation |
| Get raw full text instead of AI report |
| Ask a question about a paper's PDF |
| Read files from a paper's GitHub repo. Use |
| Save a persistent annotation on a paper |
| Remove an annotation |
| List all annotations |
| 命令 | 说明 |
|---|---|
| 搜索论文。默认优先使用 |
| 获取论文内容及本地注释 |
| 获取原始全文而非AI生成的报告 |
| 针对论文PDF提出问题并获取解答 |
| 读取论文关联GitHub仓库中的文件。使用 |
| 保存论文的持久化注释 |
| 删除注释 |
| 列出所有注释 |
Auth
认证
Run to authenticate with alphaXiv. Check status with , or once your installed version includes it.
alpha loginfeynman alpha statusalpha statusalpha-hub运行以通过alphaXiv进行身份验证。可使用检查状态,若已安装的版本包含该功能,也可直接使用。
alpha loginfeynman alpha statusalpha-hubalpha statusExamples
示例
bash
alpha search "transformer scaling laws"
alpha search --mode agentic "efficient attention mechanisms for long context"
alpha get 2106.09685
alpha ask 2106.09685 "What optimizer did they use?"
alpha code https://github.com/karpathy/nanoGPT src/model.py
alpha annotate 2106.09685 "Key paper on LoRA - revisit for adapter comparison"bash
alpha search "transformer scaling laws"
alpha search --mode agentic "efficient attention mechanisms for long context"
alpha get 2106.09685
alpha ask 2106.09685 "What optimizer did they use?"
alpha code https://github.com/karpathy/nanoGPT src/model.py
alpha annotate 2106.09685 "Key paper on LoRA - revisit for adapter comparison"When to use
使用场景
- Academic paper search, reading, Q&A →
alpha - Current topics (products, releases, docs) → web search tools
- Mixed topics → combine both
- 学术论文搜索、阅读、问答 → 使用
alpha - 当前热点话题(产品、发布、文档) → 使用网页搜索工具
- 混合话题 → 结合两者使用