allenai / document-qa

Apache License 2.0
434 stars 122 forks source link

About multiple sentences in a passage #46

Closed erikchwang closed 6 years ago

erikchwang commented 6 years ago

In SQuAD, each passage contains multiple sentences. When using ELMo, is it better to treat each sentence as a separate sequence of words (so that the passage is a batch of sentences)? Or treat the whole passage as a single sequence of words?