Contextualized Word Representations For Reading Comprehension · The Large Language Model Bible Contribute to LLM-Bible

Contextualized Word Representations For Reading Comprehension

Salant Shimi, Berant Jonathan. Arxiv 2017

[Paper]    
Attention Mechanism Model Architecture Uncategorized

Reading a document and extracting an answer to a question about its content has attracted substantial attention recently. While most work has focused on the interaction between the question and the document, in this work we evaluate the importance of context when the question and document are processed independently. We take a standard neural architecture for this task, and show that by providing rich contextualized word representations from a large pre-trained language model as well as allowing the model to choose between context-dependent and context-independent word representations, we can obtain dramatic improvements and reach performance comparable to state-of-the-art on the competitive SQuAD dataset.

Similar Work