参考资料
系统梳理 AI 领域核心论文、技术文档、工具平台与社区资源,是持续学习与工程实践的基础。
核心论文
以下论文涵盖本书各章节的核心理论基础,包括大语言模型、向量检索、智能体、AI 原生架构等多个领域。建议读者根据实际需求选择性深入研究。
大语言模型基础
Language Models are Few-Shot Learners
Brown, T., et al. (2020). “Language Models are Few-Shot Learners.”
arXiv:2005.14165 - arxiv.orgAttention Is All You Need
Vaswani, A., et al. (2017). “Attention Is All You Need.”
arXiv:1706.03762 - arxiv.org
提示词工程
Chain-of-Thought Prompting
Wei, J., et al. (2022). “Chain-of-Thought Prompting Elicits Reasoning in Large Language Models.”
arXiv:2201.11903 - arxiv.orgSelf-Consistency
Wang, X., et al. (2022). “Self-Consistency Improves Chain of Thought Reasoning in Language Models.”
arXiv:2203.11171 - arxiv.orgTree of Thoughts
Yao, S., et al. (2023). “Tree of Thoughts: Deliberate Problem Solving with Large Language Models.”
arXiv:2305.10601 - arxiv.orgAutomatic Prompt Engineering
Zhou, Y., et al. (2022). “Large Language Models Are Human-Level Prompt Engineers.”
arXiv:2211.01910 - arxiv.org
智能体与自主系统
ReAct
Yao, S., et al. (2022). “ReAct: Synergizing Reasoning and Acting in Language Models.”
arXiv:2210.03629 - arxiv.orgReflexion
Shinn, N., et al. (2023). “Reflexion: Language Agents with Verbal Reinforcement Learning.”
arXiv:2303.11366 - arxiv.orgToolformer
Schick, T., et al. (2023). “Toolformer: Language Models Can Teach Themselves to Use Tools.”
arXiv:2302.04761 - arxiv.org
向量数据库与检索增强
Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks
Lewis, P., et al. (2020). “Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks.”
arXiv:2005.11401 - arxiv.orgDense Passage Retrieval
Karpukhin, V., et al. (2020). “Dense Passage Retrieval for Open-Domain Question Answering.”
arXiv:2004.04906 - arxiv.org
AI 原生架构与基础设施
The Berkeley View on Serverless Computing
Jonas, E., et al. (2019). “The Berkeley View on Serverless Computing.”
arXiv:1902.03383 - arxiv.orgBorg, Omega, and Kubernetes
Burns, B., et al. (2016). “Borg, Omega, and Kubernetes.”
ACM Queue, 14(1) - acm.org
技术文档
本节收录主流大模型厂商、开源社区和云服务商发布的各类技术文档,涵盖模型使用、向量数据库、智能体框架、AI 基础设施等多个领域。
大模型服务
- OpenAI GPT 文档 - platform.openai.com
- Anthropic Claude 文档 - docs.anthropic.com
- Google Vertex AI - cloud.google.com
- 阿里云百炼 - help.aliyun.com
智能体框架
- LangChain 文档 - python.langchain.com
- LlamaIndex 文档 - docs.llamaindex.ai
- AutoGen 文档 - microsoft.github.io
向量数据库
- Pinecone 文档 - docs.pinecone.io
- Weaviate 文档 - weaviate.io
- Milvus 文档 - milvus.io
- Chroma 文档 - docs.trychroma.com
AI 基础设施
- Kubernetes 文档 - kubernetes.io
- Docker 文档 - docker.com
- AWS Lambda 文档 - aws.amazon.com
- 阿里云函数计算 - help.aliyun.com
Model Context Protocol
Model Context Protocol(MCP)是新兴的大模型上下文交互标准,便于跨平台集成和上下文管理。
相关研究
本节列举与提示词工程密切相关的研究方向,包括零样本学习、多轮对话等,拓展理论视野。
Zero-shot Learning
Wei, J., et al. (2021). “Finetuned Language Models Are Zero-Shot Learners.”
arXiv:2109.01652 - arxiv.orgBacktracking in Reasoning
Zheng, L., et al. (2022). “Take a Step Back: Evoking Reasoning via Abstraction in Large Language Models.”
arXiv:2310.06117 - arxiv.orgMulti-turn Conversations
Thoppilan, R., et al. (2022). “LaMDA: Language Models for Dialog Applications.”
arXiv:2201.08239 - arxiv.org
实用指南
推荐以下实用指南,帮助快速上手提示词设计与工程实践。
- Prompt Engineering Guide - promptingguide.ai
- Learn Prompting - learnprompting.org
- Lovable Prompt Engineering - docs.lovable.dev
工具和平台
常用工具和平台有助于提示词实验、调优与集成,建议结合实际需求选用。
- LangChain - python.langchain.com
- LlamaIndex - docs.llamaindex.ai
- OpenAI Playground - platform.openai.com
- Anthropic Console - anthropic.com
社区资源
活跃的社区有助于获取最新动态、经验分享与问题解答,建议积极参与。
- r/MachineLearning - reddit.com
- Hugging Face Community - huggingface.co
- AI Alignment Forum - alignmentforum.org
总结
本文系统梳理了本书各章节涉及的核心论文、技术文档、工具平台及社区资源,涵盖 AI 基础、大模型应用、智能体构建、向量数据库、AI 原生架构、基础设施等多个领域,覆盖理论基础、工程实践与生态应用。建议读者根据所读章节选择相关资源,优先阅读核心论文与主流技术文档,积极参与社区交流,不断跟进领域最新进展。随着 AI 技术的快速演进,持续关注原始论文、官方文档和开源社区将有助于把握最佳实践和前沿动态,为 AI 原生应用的开发和部署提供坚实的理论与实践支撑。