DeepCT
DeepCT copied to clipboard
Why the text of a passage from msmarco is called `title`, and what does the field `position` of a doc mean?
And why training DeepCT should have field query which is not used in code run_deepct.py.
If doctext and term_recall dict are already enough?
Sorry about the confusing field names!
"query" is not used, and "term_recall" is sufficient.
I put document into "title" for some legacy issue from experiments with other datasets.