Results 4 issues of JieLi

hi,thanks for your opening code. but i can't find this files in the dataset or coda file, where can i find it ?

![image](https://user-images.githubusercontent.com/16307003/227984288-1226fb7d-18d0-41af-8d1f-a3f779e54d5f.png)

the paras of the BertForQuestionAnswering_withIfTriggerEmbedding‘s forward is `def forward(self, input_ids, if_trigger_ids, token_type_ids=None, attention_mask=None, start_positions=None, end_positions=None):` but the code of train in run_args_qa.py at line 556 is ` if not args.add_if_trigger_embedding:...