Sean MacAvaney

Results 223 comments of Sean MacAvaney

Re-visit pyterrier examples (#73) when this change is made. Should it always use `text` instead of specifying individual fields? Should this be the new default setting in pyterrier itself?

Chatting with @eugene-yang -- having this as a method called `.default_text()` may be better. 1. It shows the user that it may involve some compute (as a method instead of...

Hi, thanks for the suggestion. Can you provide more information about the dataset you are requesting? I'm having trouble finding information about it. For instance, is there a paper published...

@GollapudiBhanu bump

Hi Bhanu, Can you clarify your particular needs? If it's a standard benchmark (which task? which year?), we're happy to add it to the official library, see (a). If it's...

Hi @GollapudiBhanu, Did the above help?

Should add/confirm support for `3.10` while we're at this.

`warc3-wet` doesn't support python 3.10. See https://github.com/Willian-Zhang/warc3/pull/1 The repository looks a little dead (last commit in 2017). If I end up having trouble getting the maintainers to accept the PR...

What do you suppose is the best way to expose these alternate definitions? Maybe: ```python dataset.qrels_defs(field="relevance") # default to relevance field, but can provide an alternate field name here too...

Yup, you can give the format a name and move them under `ir_datasets/formats/`