File size: 5,027 Bytes
c180bd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
{
  "seed": 42,
  "stress_top_k": 15,
  "sample_per_bin": 10,
  "max_qa_per_doc": 5,
  "input_files": [
    "dataset/processed/docfinqa/docfinqa_unified.jsonl",
    "dataset/processed/lecardv2/lecardv2_unified.jsonl",
    "dataset/processed/loong/loong_unified.jsonl",
    "dataset/processed/narrativeqa/narrativeqa_unified.jsonl",
    "dataset/processed/peerqa/peerqa_unified.jsonl"
  ],
  "total_input_documents": 4800,
  "stress_test_documents": 15,
  "stress_test_total_qa_pairs": 278,
  "main_experiment_documents": 150,
  "main_experiment_total_qa_pairs": 519,
  "datasets": {
    "DocFinQA": {
      "remaining_documents_after_stress_filter": 1081,
      "length_summary": {
        "min": 30966,
        "q33_proxy": 80826,
        "q66_proxy": 104531,
        "max": 356480
      },
      "sampled_documents": {
        "short": 10,
        "medium": 10,
        "long": 10
      },
      "sampled_qa_pairs": {
        "short": 39,
        "medium": 37,
        "long": 36
      }
    },
    "LeCaRDv2": {
      "remaining_documents_after_stress_filter": 800,
      "length_summary": {
        "min": 299,
        "q33_proxy": 726,
        "q66_proxy": 1276,
        "max": 79901
      },
      "sampled_documents": {
        "short": 10,
        "medium": 10,
        "long": 10
      },
      "sampled_qa_pairs": {
        "short": 50,
        "medium": 50,
        "long": 50
      }
    },
    "Loong": {
      "remaining_documents_after_stress_filter": 1190,
      "length_summary": {
        "min": 9072,
        "q33_proxy": 48151,
        "q66_proxy": 91880,
        "max": 324844
      },
      "sampled_documents": {
        "short": 10,
        "medium": 10,
        "long": 10
      },
      "sampled_qa_pairs": {
        "short": 10,
        "medium": 14,
        "long": 17
      }
    },
    "NarrativeQA": {
      "remaining_documents_after_stress_filter": 1572,
      "length_summary": {
        "min": 241,
        "q33_proxy": 601,
        "q66_proxy": 871,
        "max": 1370
      },
      "sampled_documents": {
        "short": 10,
        "medium": 10,
        "long": 10
      },
      "sampled_qa_pairs": {
        "short": 50,
        "medium": 50,
        "long": 50
      }
    },
    "PeerQA": {
      "remaining_documents_after_stress_filter": 142,
      "length_summary": {
        "min": 3517,
        "q33_proxy": 8199,
        "q66_proxy": 15428,
        "max": 64687
      },
      "sampled_documents": {
        "short": 10,
        "medium": 10,
        "long": 10
      },
      "sampled_qa_pairs": {
        "short": 16,
        "medium": 22,
        "long": 28
      }
    }
  },
  "stress_test_doc_ids": [
    {
      "doc_id": "DocFinQA_dev_4c7e3db9957b7299",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 373031,
      "qa_pair_count": 10
    },
    {
      "doc_id": "DocFinQA_test_bba6fb586e3e3850",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 372016,
      "qa_pair_count": 4
    },
    {
      "doc_id": "DocFinQA_train_bba6fb586e3e3850",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 372016,
      "qa_pair_count": 15
    },
    {
      "doc_id": "DocFinQA_dev_f8e4cb2084427b0e",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 371084,
      "qa_pair_count": 4
    },
    {
      "doc_id": "DocFinQA_test_b48c3b4992d2c942",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 370624,
      "qa_pair_count": 10
    },
    {
      "doc_id": "DocFinQA_train_b48c3b4992d2c942",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 370624,
      "qa_pair_count": 70
    },
    {
      "doc_id": "DocFinQA_dev_caeaaf4c740d2e84",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 370332,
      "qa_pair_count": 4
    },
    {
      "doc_id": "DocFinQA_test_f80ba69ba44fd704",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 368221,
      "qa_pair_count": 5
    },
    {
      "doc_id": "DocFinQA_train_f80ba69ba44fd704",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 368221,
      "qa_pair_count": 56
    },
    {
      "doc_id": "DocFinQA_test_f4b396929368aa59",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 361295,
      "qa_pair_count": 4
    },
    {
      "doc_id": "DocFinQA_train_f4b396929368aa59",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 361295,
      "qa_pair_count": 15
    },
    {
      "doc_id": "DocFinQA_dev_9d0b39fff5c76794",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 361007,
      "qa_pair_count": 5
    },
    {
      "doc_id": "DocFinQA_test_9410b46e41279daa",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 357345,
      "qa_pair_count": 5
    },
    {
      "doc_id": "DocFinQA_train_9410b46e41279daa",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 357345,
      "qa_pair_count": 58
    },
    {
      "doc_id": "DocFinQA_train_f3de83587e2df656",
      "dataset_name": "DocFinQA",
      "doc_length_tokens": 357182,
      "qa_pair_count": 13
    }
  ]
}