• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Two Sigma: A Guide to Large Language Model Abstractions

Joined
5/2/06
Messages
11,767
Points
273
The authors map the landscape of frameworks for abstracting interactions with and between large language models, and suggest two systems of organization for reasoning about the various approaches to, and philosophies of, LLM abstraction.
Insights by Peter Yong Zhong (Carnegie Mellon) , Haoze He (Carnegie Mellon) , Omar Khattab (Stanford) , Christopher Potts (Stanford) , Matei Zaharia (Berkeley) , Heather Miller (Two Sigma, Carnegie Mellon)
 
Last edited:
Thanks Andy. Below are two key tables of the article from my view:

Language Model System Interface Model

1706760868959.png


Families of LM Abstractions

1706760830803.png
 
Back
Top