Toggle Mobile Menu
Public

Sergio Correia on Unlocking Economic Data with LLM

With introductions by Markus Brunnermeier
March 28, 2024
1:30 pm
Markus' Academy

More from this series
Online: Zoom

Video & Timestamps

On Thursday, March 28, Sergio Correia joined Markus’ Academy for a conversation on, “Unlocking Economic Data with LLM.” Sergio Correia is an economist at the Board of Governors of the Federal Reserve System in the Division of Financial Stability.

Watch the full presentation below. You can watch all Markus’ Academy webinars on our Markus’ Academy YouTube Channel.

Timestamps:
[
0:00] Introduction and poll questions
[
3:55] Why should we use AI to create data?
[
25:50] The basics of embeddings
[
47:02] LLMs and GPT
[
58:15] Designing a good RAG is difficult

Executive Summary

  • A summary in four bullets
    • Although barriers to entry of using Large Language Models (LLMs) appear high, in reality using these tools only requires a few lines of Python, and one need not be a professional coder to do so.
    • The talk covered simple examples that leverage LLMs to summarize publicly available text, extract historical data, or merge datasets. It also covered the basics of embeddings, and showed how these can be useful even without LLMs to classify text or run regressions (for example to predict Amazon product scores based on user reviews)
    • Lastly, the talk covered the nuances around designing a good Retrieval-Augmented Generation (RAG) pipeline to generate data with LLMs
    • All of the code from the talk’s examples can be reviewed here and here
  • Click here to download the full summary