Open HarbingerOfHell opened 5 years ago
We had a description in the README file.
text1
, text2
and text3
correspond to the passage (or more specifically the sentence containing the answer), the target question and the answer, respectively.
Thanks for your prompt reply! I was actually wondering what your actual data source is or how you created it. How are you changing from the GloVe file to the vectors you are currently using?
@HarbingerOfHell Hi, We follow previous work to use the SQuAD dataset for evaluation, and our embeddings are filtered according to our dataset. Those steps are standard.
Hi, I'm trying to understand how text1, text2 and text3 are being derived in your experiment as there is no understanding of that in the paper. What is your logic for creating text1 and text3? Also what are the minimum requirements of text2?