nlp:decoding
This is an old revision of the document!
Table of Contents
Decoding
In structured prediction, decoding means predicting the output given the input. Decoding is also known as inference (see note below). The decoding algorithm is the algorithm used to make predictions (such as dynamic programming, beam search, integer linear programming, etc).
Note on Terminology
In NLP and graphical models, inference means making predictions (predicting the output $Y$ given the input $X$), and is another term for decoding. In statistics however, inference means learning (predicting the parameters).
Methods
- MAP inference in graphical models
- Dynamic Programming
Related Pages
nlp/decoding.1617077703.txt.gz · Last modified: 2023/06/15 07:36 (external edit)