Alignment Classifier

Hello there.

For using attention data from model, we need in some classifier for get alignment text block from source to destination languages.

Can someone advise whitepapers o link for some near solution of this task.

thx.

Hi,

The attention vector returned by the model is a probability distribution, so you can just take the highest value to find the target->source alignment.