2.9 · Lesson

Parsing with an LLM

In the previous lessons, you built rule-based parsers and explored what ML models can do. An Go to glossary for large language model (opens in a new tab)A model trained on text to predict the next token, and so to generate language. takes a fundamentally different approach — it reads the text and returns structured fields based on comprehension rather than Full definition for pattern (opens in a new tab)A graph structure written in Cypher, such as a node joined to another node by a relationship..

Open 2.6_parsing_with_llm.ipynb in your Codespace to follow along.