Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DelaramRajaei authored Jul 30, 2024
1 parent 7b55e2b commit 507075f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,18 @@ The final structure of the output will look like the below:

```bash
├── output
│ └── dataset_name
│ └── refined_queries_files
│ │ └── ranker.metric [such as bm25.map]
│ │ └── [This is where all the results from the search, eval, and aggregate]
│ └── dataset_name [such as robust04]
│ │ └── refined_queries_files [such as refiner.bt_bing_persian]
│ │ └── ranker.metric [such as bm25.map]
│ │ │ └── ranker_files [such as refiner.bt_bing_persian.bm25]
│ │ │ └── metric_files [such as refiner.bt_bing_persian.bm25.map]
│ │ │ └── agg [such as refiner.bt_bing_persian.bm25]
│ │ │ │ └── agg_files [such as bm25.map.agg.+bt.all.tsv]

```

The results are available in the [./output](./output) file.
You can also access all the results through this [link](https://uwin365.sharepoint.com/:f:/s/cshfrg-QueryRefinement/Elx37qFuAb5FoI4wapL3Bo4B6wmroVrKqC3W-8wpe8ACQw?e=C4P6IR).

## 4. Acknowledgment
We benefit from [``trec_eval``](https://github.com/usnistgov/trec_eval), [``pyserini``](https://github.com/castorini/pyserini), [``ir-dataset``](https://ir-datasets.com/), and other libraries. We would like to thank the authors of these libraries and helpful resources.
Expand Down

0 comments on commit 507075f

Please sign in to comment.