Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 493 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 493 Bytes

This repository contains course material for the "Advanced Methods in Natural Language Processing" course taught at Tel Aviv University.

It currently contains the following exercises:

  1. Word Sense Disambiguation with Attention: Reviews various details of the attention mechanism using WSD as an example task.
  2. Modifying the Transformer Architecture: Reviews the implementation of encoder-decoder transformers by modifying their architecture.