Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PyTerrier_ChatNoir to the plugin section #452

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

mam10eks
Copy link
Contributor

Dear all,

we have a PyTerrier plugin for ChatNoir (cf. the paper, respectively an example query to allow retrieval/re-ranking against large datasets (e.g., ClueWeb09, ClueWeb12, ClueWeb22, the recent MS MARCO V2.1 inclusion is in progress for TREC RAG) that we would like to add to the documentation of available plugins. With this plugin, users can re-rank the results without having to index the corpora themselves.

The covered parts of the REST API allows for retrieval and for random-document access (but this random document access is much slower compared to a locally available ir_dataset, but is still valuable I think, for example when users do not want to download the complete datasets but still apply re-ranking pipelines).

In the next weeks, I would like to add more of the public ir_datasets to ChatNoir, which could make this plugin really cool I think.

@seanmacavaney
Copy link
Collaborator

Looks awesome, thanks Maik!

A quick note: the README says that the API documentation tells you how to get an API key, but I can't find it there.

@seanmacavaney seanmacavaney merged commit 776fe2e into terrier-org:master Aug 12, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants