dpr_scale/utils/prep_ccnews.py [120:129]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        {
            "question": question,
            "question_pos": question_pos,
            "answers": [],
            "positive_ctxs": [
                {
                    "text": passage,
                    "title": title,
                    "score": 1000,
                    "title_score": 1,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



dpr_scale/utils/prep_wiki_exp.py [173:182]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    {
                        "question": question,
                        "question_pos": question_pos,
                        "answers": [],
                        "positive_ctxs": [
                            {
                                "text": passage,
                                "title": title,
                                "score": 1000,
                                "title_score": 1,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



