Tutorials

Here you will find tutorials on using LLMs in the scientific research workflows.

TitleType of ResourceLink to ResourceDate RecordedOpen ScienceUse of LLMResearch Discipline(s)Description of Resource
Techniques for supercharging academic writing with generative AI Documentation, Discussion Article, Use Case Example, Reporting Guidelines, Tutorial w/ Code, Tutorial w/o Code, Application/Tool November 10, 2024 Preprint Describing Results, Science Communication Any Discipline Generalist large language models can elevate the quality and efficiency of academic writing.
LlamaIndex Documentation, Tutorial w/ Code September 23, 2024 Open Source, Open Code Other Other LlamaIndex is the framework for Context-Augmented LLM Applications
OLLAMA Tutorials Tutorial w/ Code September 23, 2024 Open Source, Open Code Other Other Here is a list of ways you can use Ollama with other tools to build interesting applications. Using LangChain with Ollama in JavaScript Using LangChain with Ollama in Python Running Ollama on NVIDIA Jetson Devices Also be sure to check out the examples directory for more ways to use Ollama.
The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery [Github Repo] Research Article, Use Case Example, Tutorial w/ Code, Application/Tool August 15, 2024 Open Source Data Generation, Data Analysis, Science Communication Computer Science One of the grand challenges of artificial intelligence is developing agents capable of conducting scientific research and discovering new knowledge. While frontier models have already been used to aid human scientists, e.g. for brainstorming ideas or writing code, they still require extensive manual supervision or are heavily constrained to a specific task. We're excited to introduce The AI Scientist, the first comprehensive system for fully automatic scientific discovery, enabling Foundation Models such as Large Language Models (LLMs) to perform research independently.
OpenAI Cookbook Documentation, Tutorial w/ Code April 12, 2023 Open Source, Open Code The OpenAI Cookbook shares example code for accomplishing common tasks with the OpenAI API. To run these examples, you'll need an OpenAI account and associated API key (create a free account). Most code examples are written in Python, though the concepts can be applied in any language.
LangChain Cookbook Tutorial w/ Code April 11, 2023 Open Source Goal: Provide an introductory understanding of the components and use cases of LangChain via ELI5 examples and code snippets.