Which pioneering research in Generative AI specifically emphasized the generation of text sequences?
Answer options
A
"Sequence to Sequence Learning with Neural Networks"
B
"Understanding Machine Learning: From Theory to Algorithms"
C
"Visualizing and Understanding Convolutional Networks"
D
"A Neural Algorithm of Artistic Style"
E
"DeepFace: Closing the Gap to Human-Level Performance in
F
Face Recognition"
Correct answer: "Sequence to Sequence Learning with Neural Networks"
Explanation
"Sequence to Sequence Learning with Neural Networks" (Sutskever, Vinyals & Le, 2014) is the pioneering paper that specifically addressed generation of text sequences using encoder-decoder RNNs for tasks like machine translation. The other options cover computer vision (DeepFace, ConvNets, Neural Style) or general ML theory.