File size: 2,439 Bytes
db343a4
25eb958
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
db343a4
0a19fbd
db343a4
25eb958
 
 
 
 
 
db343a4
 
 
25eb958
693234e
25eb958
 
 
 
693234e
25eb958
 
d3cee00
 
25eb958
 
 
 
d3cee00
 
 
25eb958
 
 
 
 
 
 
 
 
 
 
f40571b
 
25eb958
 
 
 
f40571b
 
 
8cb84e4
 
25eb958
 
 
 
8cb84e4
 
 
25eb958
 
 
 
 
 
 
 
 
 
 
 
db343a4
25eb958
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
---
configs:
- config_name: corpus
  data_files:
  - path: corpus/corpus-*
    split: corpus
- config_name: queries
  data_files:
  - path: queries/queries-*
    split: queries
- config_name: instruction
  data_files:
  - path: instruction/instruction-*
    split: instruction
- config_name: default
  data_files:
  - path: data/default-*
    split: test
- config_name: qrel_diff
  data_files:
  - path: qrel_diff/qrel_diff-*
    split: qrel_diff
- config_name: top_ranked
  data_files:
  - path: top_ranked/top_ranked-*
    split: top_ranked
dataset_info:
- config_name: corpus
  features:
  - dtype: string
    name: _id
  - dtype: string
    name: title
  - dtype: string
    name: text
  splits:
  - name: corpus
    num_examples: 30921
- config_name: queries
  features:
  - dtype: string
    name: _id
  - dtype: string
    name: text
  splits:
  - name: queries
    num_examples: 64
- config_name: instruction
  features:
  - dtype: string
    name: query-id
  - dtype: string
    name: instruction
  splits:
  - name: instruction
    num_examples: 64
- config_name: default
  features:
  - dtype: string
    name: query-id
  - dtype: string
    name: corpus-id
  - dtype: float64
    name: score
  splits:
  - name: test
    num_examples: 8554
- config_name: qrel_diff
  features:
  - dtype: string
    name: query-id
  - list: string
    name: corpus-ids
  splits:
  - name: qrel_diff
    num_examples: 32
- config_name: top_ranked
  features:
  - dtype: string
    name: query-id
  - list: string
    name: corpus-ids
  splits:
  - name: top_ranked
    num_examples: 64
language:
- en
multilinguality:
- monolingual
tags:
- text-retrieval
- instruction-retrieval
task_categories:
- text-retrieval
task_ids:
- document-retrieval

---

# news21-instructions-mteb

This is a new version of the news21-instructions dataset modified to fit the new MTEB format.

1. Restructured queries to include both original and changed versions
2. Separated instructions into a dedicated configuration
3. Reorganized qrels into default (original) and qrel_diff configurations

## Dataset Structure

The dataset contains the following configurations:


- corpus: Original corpus documents
- queries: Queries with both original and changed versions
- instruction: Instructions for both original and changed queries
- default: Original relevance judgments
- qrel_diff: Changes in relevance judgments
- top_ranked: Top ranked documents for each query