File size: 619 Bytes
c6a48e0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "description": "Test queries for retrieval evaluation",
  "queries": [
    {
      "id": "q1",
      "query": "Example query about your document content",
      "relevant_chunks": ["document.pdf::0", "document.pdf::1"],
      "keywords": ["expected", "keywords", "in", "answer"]
    }
  ],
  "similarity_pairs": {
    "similar": [
      ["What is the total revenue?", "How much money did we make?"],
      ["Describe the methodology", "What methods were used?"]
    ],
    "dissimilar": [
      ["What is the revenue?", "Who founded the company?"],
      ["Technical specifications", "Company history"]
    ]
  }
}