DAT255 Course Project
About
Nora Github
Torbjørn Github
Exploration of summarization techniques using machine learning
Categories
All
(5)
analysis
(1)
code
(1)
llm
(3)
Summarization techniques using Large Language Models
llm
This blog post talks about our course project in DAT255 Deep Learning Engineering.
Apr 16, 2024
Nora Kristiansen og Torbjørn Vatnelid
Document Stuffing
The simplest form of summarization, where you simply “stuff” the document into your prompt. Works well for small amounts of text that fit into the model’s context window.
Apr 15, 2024
Nora Kristiansen, Torbjørn Vatnelid
Map Reduction
A good way to work around token limitations. If you are summarizing text that is too long for your chosen model’s context window, Map Reduction can be used.
Apr 14, 2024
Nora Kristiansen, Torjørn Vatnelid
KMeans Clustering
llm
When you reach a certain length of text to summarize, the other methods become too expensive or are not able to summarize well enough. We need to find a way to extract all…
Apr 13, 2024
Nora Kristiansen og Torbjørn Vatnelid
Presentation
code
analysis
llm
This is a post with executable code.
Apr 12, 2024
Nora Kristiansen, Torjørn Vatnelid
No matching items