Compiling...
We know that LSTMs and GRUs fixed the long-term memory problem. However, they still have one major limitation: they process sequential data strictly in one direction (Unidirectional). Just like a human reading a book, they read from left to right.
In natural language, the true meaning of a word often depends entirely on the words that come after it.