Zhou-Zoey

Results 4 comments of Zhou-Zoey

> The download link can be found in the README file > > https://pan.baidu.com/s/1GKwGDV-0e6dcRR-hVrrKGw?pwd=rev5 or https://drive.google.com/file/d/1jsTyvOz0y_6UIAkaibvvxf6bw0REqAlO/view?usp=sharing thx! But I've noticed that in the paper that proposed this dataset, which is...

> How shall I create the file "test.src" at question generation step? And does it contain? Have you figured out it? When reproducing this work, I was also confused by...

> @mriganktiwari I found that I need to tokenize and binarize `test_w_10ans.txt` instead of original test-tgt split= `test.txt.tgt.tagged` to make up 100 questions per test split sample (that is doc-summary...

My solution to this is to delete the tokenize step in qg_utils(line 135-136), because I assume that the questions in log file are what we need. Wandering whether am I...