Prompt engineering, OpenAI, 2024 - Provides practical guidelines and strategies for designing effective prompts, covering techniques to optimize large language model outputs and interaction patterns.
Function calling, OpenAI, 2024 - Explains how to integrate large language models with external tools and APIs, detailing the process of defining callable functions and parsing structured arguments for models.
Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks, Donghao Xu, Zhezhang Ding, Xu He, Huijing Zhao, Mathieu Moze, François Aioun, Franck Guillemard, 2020arXiv preprint arXiv:2005.11470DOI: 10.48550/arXiv.2005.11470 - Introduces the Retrieval-Augmented Generation (RAG) framework, demonstrating how to enhance large language models by incorporating external knowledge bases to improve factual consistency and reduce hallucinations.