Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.69 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.69 KB

This part is for the details FeB4RAG dataset

Prepare original BEIR collection

First, please download the original BEIR collection for the dataset, to do this, you can use the code below:

python3 BEIR_download.py

You can also refer to BEIR URL for more information about BEIR dataset

Dataset details

Request/Queries

  • queries, or using tsv format, there are overall 790 requests in the dataset
  • rid mapping file is also provided, which maps the request id to the original BEIR dataset id and query id

Engines

  • engines, there are overall 16 engines in the dataset, each paired with name,model,Description,vertical,Description Source,Num_queries_original,Task,Objective (original),Is the task make sense in chatbot (RAG),Need LLM to generate query?,Can select manually?,Devise manually?,Note

Relevance judgdements

Search results

  • search results, the search results for each engine, which is contained in each subfolder, with it's highest performming dense retrievers

Response generated

  • response, the response generated using two mode best-fed or naive fed using gpt4.

Evaluation