🧑‍🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit ...
It is extractive summarization as self-retrieval: build an in-memory inverted index over the sentences, then run the whole document as a ranked query against it, and pick the top sentences by TF-IDF ...