Skip to content

irgroup/isearch-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Tutorial of how to use the iSearch datasets with ir_datasets

Obtain the iSearch datasets:

Install the ir-datasets-isearch package (details can be found in the repository).

Place the datasets in the ir_datasets base directory. The directory tree should be as follows:

.
├── iSearch-v1.0_documents.tgz
├── iSearch-v1.0_topics+assessments
│   ├── assessments
│   │   ├── graded-qrels.all-types.txt
│   │   ├── graded-qrels.BK.txt
│   │   ├── graded-qrels.PF.txt
│   │   └── graded-qrels.PN.txt
│   └── topics
│       ├── topics.trecweb
│       ├── topics.xml
│       ├── xml2trec.sh
│       └── xml2trecweb.sh
├── iSearch-v2.0_assessments
│   └── assessments
│       ├── graded-qrels.NN.txt
│       └── graded-qrels.NO.txt
└── iSearch-v2.0_documents.tgz

Execute the code snippets in this notebook.

Note

Here you can find the landing page collecting all resources and materials: https://github.com/irgroup/isearch-pp

Releases

No releases published

Packages

 
 
 

Contributors