eitanhaimashiah / multibidaf

Multiple Sentences Bi-directional Attention Flow (Multi-BiDAF) network is a model designed to fit the BiDAF model of Seo et al. (2017) for the Multi-RC dataset. This implementation is built on the AllenNLP library.
9 stars 1 forks source link

no span_end in dataset_readers.util.py #1

Open Jasperty opened 5 years ago

Jasperty commented 5 years ago

how to get span_end for multibidaf?

eitanhaimashiah commented 5 years ago

Hi,

In the MultiRC dataset, the spans are whole sentences. Therefore, span_start is suffice to represent a span.

Jasperty commented 5 years ago

Hi,

In the MultiRC dataset, the spans are whole sentences. Therefore, span_start is suffice to represent a span.

i don not understand what the task is, what i understand is , given a paragraph contain multi-sentences, a question and some answer options, then we should choose the right options. why use bidaf to predict the sentences no predict option?