ir_datasets icon indicating copy to clipboard operation
ir_datasets copied to clipboard

Add msmarco v2.1 trec rag

Open mam10eks opened this issue 1 year ago • 4 comments

Dear all,

with a focus on the current TREC Rag task, this is an initial implementation for accessing documents via the corpus_iter and the document store for the document and the segmented document datasets of MS MARCO v2.1.

This is not completely finished (i.e., mainly documentation todos in the corresponding tickets are open), but as the deadline is soon, this might be useful for others even when the documentation is not yet completed.

mam10eks avatar Aug 05 '24 17:08 mam10eks

Hey- can you try out the revision? I was getting errors running the tests before, so I refactored a bit. Now it's using the classes from v2 where possible.

seanmacavaney avatar Aug 11 '24 20:08 seanmacavaney

Perfect, nice that we could re-use more code from v2 classes, thanks!

The changes look good, I started the tests, I think they will run for a while, and will report back when they still work. (but I think everything should work)

mam10eks avatar Aug 12 '24 15:08 mam10eks

Hi, an update from the tests, they still run on my machine and also the other scripts that I had still work, so everything seems to be fine from my side.

mam10eks avatar Aug 13 '24 06:08 mam10eks

Digging into this...

seanmacavaney avatar May 09 '25 14:05 seanmacavaney