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.py [102:111]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                {
                    "question": question,
                    "question_pos": question_pos,
                    "answers": [],
                    "positive_ctxs": [
                        {
                            "text": passage,
                            "title": title,
                            "score": 1000,
                            "title_score": 1,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



