MaoXun commited on
Commit
375b3b1
·
verified ·
1 Parent(s): f3100ba

Upload AuthBench dataset export

Browse files
.gitattributes CHANGED
@@ -58,3 +58,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ dev/candidates.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ dev/documents.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ test/candidates.jsonl filter=lfs diff=lfs merge=lfs -text
64
+ test/documents.jsonl filter=lfs diff=lfs merge=lfs -text
65
+ train/candidates.jsonl filter=lfs diff=lfs merge=lfs -text
66
+ train/documents.jsonl filter=lfs diff=lfs merge=lfs -text
67
+ train/ground_truth.jsonl filter=lfs diff=lfs merge=lfs -text
68
+ train/queries.jsonl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: AuthBench
3
+ license: other
4
+ language:
5
+ - ar
6
+ - de
7
+ - en
8
+ - es
9
+ - fr
10
+ - hi
11
+ - ja
12
+ - ko
13
+ - ru
14
+ - zh
15
+ multilinguality: multilingual
16
+ size_categories:
17
+ - 100K<n<1M
18
+ configs:
19
+ - config_name: documents
20
+ default: true
21
+ data_files:
22
+ - split: train
23
+ path: train/documents.jsonl
24
+ - split: dev
25
+ path: dev/documents.jsonl
26
+ - split: test
27
+ path: test/documents.jsonl
28
+ - config_name: queries
29
+ data_files:
30
+ - split: train
31
+ path: train/queries.jsonl
32
+ - split: dev
33
+ path: dev/queries.jsonl
34
+ - split: test
35
+ path: test/queries.jsonl
36
+ - config_name: candidates
37
+ data_files:
38
+ - split: train
39
+ path: train/candidates.jsonl
40
+ - split: dev
41
+ path: dev/candidates.jsonl
42
+ - split: test
43
+ path: test/candidates.jsonl
44
+ - config_name: ground_truth
45
+ data_files:
46
+ - split: train
47
+ path: train/ground_truth.jsonl
48
+ - split: dev
49
+ path: dev/ground_truth.jsonl
50
+ - split: test
51
+ path: test/ground_truth.jsonl
52
+ ---
53
+
54
+ # AuthBench
55
+
56
+ AuthBench is a multilingual benchmark for authorship representation across languages, genres, and document lengths. It supports:
57
+
58
+ - authorship attribution as open-world same-author retrieval
59
+ - authorship verification as same-author binary decision
60
+
61
+ This Hub export contains the full mixed-source AuthBench folder, including sources that the current paper classifies as Tier B / manifest-only from a redistribution standpoint.
62
+
63
+ ## Release Summary
64
+
65
+ - Release mode: `full`
66
+ - Documents: 428,150
67
+ - Authors: 153,825
68
+ - Queries: 198,345
69
+ - Candidates: 229,805
70
+ - Ground-truth rows: 198,345
71
+ - Languages: 10
72
+
73
+ ## Included Sources
74
+
75
+ - `amazon_multi`: 4,924 documents
76
+ - `arabic_poetry`: 2,503 documents
77
+ - `arxiv`: 1,784 documents
78
+ - `babel_briefings`: 73,676 documents (CC BY-NC-SA 4.0)
79
+ - `blog_authorship`: 22,494 documents
80
+ - `douban`: 10,424 documents
81
+ - `exorde`: 94,231 documents (MIT)
82
+ - `french_pd_books`: 8,761 documents (Public domain)
83
+ - `german_pd`: 8,400 documents (Public domain)
84
+ - `hindi_discourse`: 213 documents
85
+ - `project_gutenberg`: 18,739 documents
86
+ - `russian_pd`: 12,728 documents (Public domain)
87
+ - `spanish_pd_books`: 4,961 documents (Public domain)
88
+ - `stackexchange`: 4,651 documents (CC BY-SA (version depends on post date))
89
+ - `wikisource`: 78,984 documents
90
+ - `xiaohongshu`: 8,869 documents
91
+ - `ytcomments`: 71,808 documents
92
+
93
+ ## Excluded Sources
94
+
95
+ - None
96
+
97
+ ## Repository Layout
98
+
99
+ This dataset repository exposes four dataset configurations:
100
+
101
+ - `documents`: union of the query and candidate documents for each split
102
+ - `queries`: query-side records used for retrieval / verification evaluation
103
+ - `candidates`: candidate-side records used for retrieval / verification evaluation
104
+ - `ground_truth`: mapping from `query_id` to its same-author `positive_ids`
105
+
106
+ Each configuration has `train`, `dev`, and `test` splits.
107
+
108
+ ## Load with `datasets`
109
+
110
+ ```python
111
+ from datasets import load_dataset
112
+
113
+ documents = load_dataset("YOUR_HF_NAMESPACE/AuthBench", "documents", split="train")
114
+ queries = load_dataset("YOUR_HF_NAMESPACE/AuthBench", "queries", split="test")
115
+ candidates = load_dataset("YOUR_HF_NAMESPACE/AuthBench", "candidates", split="test")
116
+ ground_truth = load_dataset("YOUR_HF_NAMESPACE/AuthBench", "ground_truth", split="test")
117
+ ```
118
+
119
+ ## Split Sizes
120
+
121
+ | Split | Documents | Queries | Candidates | Ground Truth |
122
+ | --- | ---: | ---: | ---: | ---: |
123
+ | train | 342,519 | 156,335 | 186,184 | 156,335 |
124
+ | dev | 42,821 | 21,008 | 21,813 | 21,008 |
125
+ | test | 42,810 | 21,002 | 21,808 | 21,002 |
126
+
127
+ ## Schema
128
+
129
+ `documents`
130
+
131
+ ```json
132
+ {
133
+ "doc_id": "mix_009328",
134
+ "lang": "ar",
135
+ "genre": "social_media/technology",
136
+ "content": "...",
137
+ "source": "exorde",
138
+ "token_length": 51,
139
+ "author_id": "...",
140
+ "retrieval_role": "candidate",
141
+ "phase": "phase1",
142
+ "input_split": "dev",
143
+ "input_doc_type": "query"
144
+ }
145
+ ```
146
+
147
+ `queries`
148
+
149
+ ```json
150
+ {
151
+ "query_id": "mix_009332",
152
+ "lang": "ar",
153
+ "genre": "social_media/entertainment",
154
+ "content": "...",
155
+ "source": "exorde",
156
+ "token_length": 50,
157
+ "retrieval_role": "query",
158
+ "phase": "phase1",
159
+ "input_split": "dev",
160
+ "input_doc_type": "candidate"
161
+ }
162
+ ```
163
+
164
+ `candidates`
165
+
166
+ ```json
167
+ {
168
+ "candidate_id": "mix_009328",
169
+ "lang": "ar",
170
+ "genre": "social_media/technology",
171
+ "content": "...",
172
+ "source": "exorde",
173
+ "token_length": 51,
174
+ "author_id": "...",
175
+ "retrieval_role": "candidate",
176
+ "phase": "phase1",
177
+ "input_split": "dev",
178
+ "input_doc_type": "query"
179
+ }
180
+ ```
181
+
182
+ `ground_truth`
183
+
184
+ ```json
185
+ {
186
+ "query_id": "mix_009332",
187
+ "positive_ids": ["mix_009328", "mix_009330", "mix_009329"],
188
+ "author_id": "..."
189
+ }
190
+ ```
191
+
192
+ ## Language Coverage
193
+
194
+ - `en`: 97,974 documents
195
+ - `ru`: 66,084 documents
196
+ - `zh`: 55,368 documents
197
+ - `ar`: 42,091 documents
198
+ - `de`: 39,813 documents
199
+ - `ko`: 33,881 documents
200
+ - `es`: 33,395 documents
201
+ - `fr`: 31,225 documents
202
+ - `ja`: 21,494 documents
203
+ - `hi`: 6,825 documents
204
+
205
+ ## Source Distribution
206
+
207
+ | Source | Documents | Share |
208
+ | --- | ---: | ---: |
209
+ | `exorde` | 94,231 | 22.0% |
210
+ | `wikisource` | 78,984 | 18.4% |
211
+ | `babel_briefings` | 73,676 | 17.2% |
212
+ | `ytcomments` | 71,808 | 16.8% |
213
+ | `blog_authorship` | 22,494 | 5.3% |
214
+ | `project_gutenberg` | 18,739 | 4.4% |
215
+ | `russian_pd` | 12,728 | 3.0% |
216
+ | `douban` | 10,424 | 2.4% |
217
+ | `xiaohongshu` | 8,869 | 2.1% |
218
+ | `french_pd_books` | 8,761 | 2.0% |
219
+ | `german_pd` | 8,400 | 2.0% |
220
+ | `spanish_pd_books` | 4,961 | 1.2% |
221
+ | `amazon_multi` | 4,924 | 1.2% |
222
+ | `stackexchange` | 4,651 | 1.1% |
223
+ | `arabic_poetry` | 2,503 | 0.6% |
224
+ | `arxiv` | 1,784 | 0.4% |
225
+ | `hindi_discourse` | 213 | 0.0% |
226
+
227
+ ## Primary Genre Distribution
228
+
229
+ | Primary Genre | Documents | Share |
230
+ | --- | ---: | ---: |
231
+ | `social_media` | 174,908 | 40.9% |
232
+ | `literature` | 128,395 | 30.0% |
233
+ | `news` | 73,676 | 17.2% |
234
+ | `blog` | 22,494 | 5.3% |
235
+ | `media_reviews` | 10,424 | 2.4% |
236
+ | `poetry` | 6,894 | 1.6% |
237
+ | `ecommerce_reviews` | 4,924 | 1.2% |
238
+ | `qna` | 4,651 | 1.1% |
239
+ | `research_paper` | 1,784 | 0.4% |
240
+
241
+ ## Licensing And Redistribution Notes
242
+
243
+ This release mixes upstream licenses and platform terms across both Tier A and Tier B sources. The paper explicitly recommends conservative manifest-only handling for several included sources. Do not treat this repository as a blanket relicensing of all component texts.
244
+
245
+ For the benchmark-wide source inventory and the Tier A / Tier B rationale, see:
246
+
247
+ - `DATASET.md` in the AuthBench repository
248
+ - `paper/colm_latex.tex`, especially the appendix licensing table
249
+
250
+ ## Caveats
251
+
252
+ - `queries` intentionally omit `author_id`; the supervision lives in `ground_truth`.
253
+ - `documents` are a convenience union of query and candidate records, not an additional split.
254
+ - `input_split` and `input_doc_type` refer to the record's origin before the final combined export.
255
+ - Source balance is intentionally skewed; the largest sources dominate the benchmark.
256
+
257
+ ## Citation
258
+
259
+ If you use AuthBench, cite the accompanying manuscript:
260
+
261
+ `AuthBench: A Large-Scale Multilingual Benchmark for Authorship Representation across Genres and Lengths`
dev/candidates.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ebbd64b5088995d8d1a38f8d04f8023c8fadab6ec7d6e7946119adc424f4c0a
3
+ size 12888551
dev/documents.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d137e686abf9579366e1112ddc0be76238b968d6a194eae26920df23a5245f08
3
+ size 24833814
dev/ground_truth.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
dev/queries.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
merge_summary.json ADDED
@@ -0,0 +1,597 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generated_at_utc": "2026-03-20T22:50:36.532355+00:00",
3
+ "runtime_seconds": 389.102,
4
+ "inputs": {
5
+ "phase1_dir": "processing/outputs/pipeline_phase1_official",
6
+ "phase2_dir": "processing/second_phase_web_crawling/outputs/pipeline_phase2_official",
7
+ "output_dir": "processing/outputs/authbench",
8
+ "requested_total_docs": null,
9
+ "effective_total_docs": 428150,
10
+ "min_phase2_share": 0.5,
11
+ "take_all_docs": true,
12
+ "disable_cross_phase_overlap_removal": false,
13
+ "seed": 42,
14
+ "ratios": {
15
+ "train": 0.8,
16
+ "dev": 0.1,
17
+ "test": 0.1
18
+ },
19
+ "preserve_all_selected_docs_in_output": true,
20
+ "write_documents_jsonl": true,
21
+ "author_aware_split": true
22
+ },
23
+ "stage_counts": {
24
+ "phase1_loaded": 253975,
25
+ "phase2_loaded": 174202,
26
+ "phase1_after_internal_dedup": 253972,
27
+ "phase2_after_internal_dedup": 174182,
28
+ "phase1_removed_by_cross_phase_exact": 4,
29
+ "phase1_pool_after_cross_phase_exact": 253968,
30
+ "phase1_target": 253968,
31
+ "phase2_target": 174182,
32
+ "phase1_selected": 253968,
33
+ "phase2_selected": 174182,
34
+ "combined_selected": 428150,
35
+ "phase2_share_final": 0.40682471096578304,
36
+ "combined_exported_documents": 428150,
37
+ "combined_exported_candidates": 229805,
38
+ "combined_exported_queries": 198345
39
+ },
40
+ "phase1_dedup": {
41
+ "input_docs": 253975,
42
+ "after_exact_and_near_doc_dedup": 253975,
43
+ "after_author_dedup": 253972,
44
+ "dropped_total": 3,
45
+ "drop_reasons": {
46
+ "near_author_duplicate": 3
47
+ },
48
+ "authors_before": 96309,
49
+ "authors_after": 96308,
50
+ "authors_dropped": 1,
51
+ "near_similarity_threshold": 0.92,
52
+ "near_hamming_max": 5,
53
+ "near_candidates_checked": 781485,
54
+ "near_pairs_matched": 0,
55
+ "author_similarity_threshold": 0.94,
56
+ "author_pairs_matched": 1,
57
+ "config": {
58
+ "exact_text": true,
59
+ "near_text": true,
60
+ "near_lsh_bands": 4,
61
+ "min_tokens_for_near": 20,
62
+ "near_same_language_only": true,
63
+ "author_similarity": true,
64
+ "author_cross_source_only": true,
65
+ "author_same_language_only": true,
66
+ "author_profile_docs": 3,
67
+ "max_bucket_size": 512
68
+ }
69
+ },
70
+ "phase2_dedup": {
71
+ "input_docs": 174202,
72
+ "after_exact_and_near_doc_dedup": 174202,
73
+ "after_author_dedup": 174182,
74
+ "dropped_total": 20,
75
+ "drop_reasons": {
76
+ "near_author_duplicate": 20
77
+ },
78
+ "authors_before": 57523,
79
+ "authors_after": 57517,
80
+ "authors_dropped": 6,
81
+ "near_similarity_threshold": 0.92,
82
+ "near_hamming_max": 5,
83
+ "near_candidates_checked": 584534,
84
+ "near_pairs_matched": 0,
85
+ "author_similarity_threshold": 0.94,
86
+ "author_pairs_matched": 6,
87
+ "config": {
88
+ "exact_text": true,
89
+ "near_text": true,
90
+ "near_lsh_bands": 4,
91
+ "min_tokens_for_near": 20,
92
+ "near_same_language_only": true,
93
+ "author_similarity": true,
94
+ "author_cross_source_only": true,
95
+ "author_same_language_only": true,
96
+ "author_profile_docs": 3,
97
+ "max_bucket_size": 512
98
+ }
99
+ },
100
+ "phase1_language_audit": {
101
+ "skipped": true
102
+ },
103
+ "phase2_language_audit": {
104
+ "skipped": true
105
+ },
106
+ "phase1_pool_summary": {
107
+ "total": 253968,
108
+ "by_lang": {
109
+ "ar": 30832,
110
+ "de": 22165,
111
+ "en": 63260,
112
+ "es": 20377,
113
+ "fr": 20110,
114
+ "hi": 6485,
115
+ "ja": 7046,
116
+ "ko": 14179,
117
+ "ru": 35745,
118
+ "zh": 33769
119
+ },
120
+ "by_genre": {
121
+ "blog/accounting": 99,
122
+ "blog/advertising": 175,
123
+ "blog/agriculture": 40,
124
+ "blog/architecture": 90,
125
+ "blog/arts": 852,
126
+ "blog/automotive": 48,
127
+ "blog/banking": 109,
128
+ "blog/biotech": 72,
129
+ "blog/businessservices": 169,
130
+ "blog/chemicals": 77,
131
+ "blog/communications-media": 578,
132
+ "blog/construction": 77,
133
+ "blog/consulting": 184,
134
+ "blog/education": 1111,
135
+ "blog/engineering": 418,
136
+ "blog/environment": 30,
137
+ "blog/fashion": 104,
138
+ "blog/government": 252,
139
+ "blog/humanresources": 130,
140
+ "blog/indunk": 7865,
141
+ "blog/internet": 524,
142
+ "blog/investmentbanking": 35,
143
+ "blog/law": 229,
144
+ "blog/lawenforcement-security": 70,
145
+ "blog/manufacturing": 111,
146
+ "blog/maritime": 15,
147
+ "blog/marketing": 200,
148
+ "blog/military": 145,
149
+ "blog/museums-libraries": 69,
150
+ "blog/non-profit": 420,
151
+ "blog/publishing": 167,
152
+ "blog/realestate": 84,
153
+ "blog/religion": 179,
154
+ "blog/science": 228,
155
+ "blog/sports-recreation": 98,
156
+ "blog/student": 5919,
157
+ "blog/technology": 1135,
158
+ "blog/telecommunications": 149,
159
+ "blog/tourism": 126,
160
+ "blog/transportation": 111,
161
+ "ecommerce_reviews": 4924,
162
+ "literature": 35063,
163
+ "media_reviews/douban": 10424,
164
+ "news": 73676,
165
+ "poetry": 2503,
166
+ "research_paper": 1784,
167
+ "social_media/business": 2765,
168
+ "social_media/cryptocurrency": 2751,
169
+ "social_media/economy": 1805,
170
+ "social_media/entertainment": 16488,
171
+ "social_media/environment": 5981,
172
+ "social_media/finance": 1989,
173
+ "social_media/health": 3898,
174
+ "social_media/investing": 1306,
175
+ "social_media/law": 1370,
176
+ "social_media/people": 14681,
177
+ "social_media/politics": 15175,
178
+ "social_media/science": 3778,
179
+ "social_media/social": 4569,
180
+ "social_media/sports": 9637,
181
+ "social_media/technology": 8038,
182
+ "social_media/xiaohongshu": 8869
183
+ },
184
+ "by_source": {
185
+ "amazon_multi": 4924,
186
+ "arabic_poetry": 2503,
187
+ "arxiv": 1784,
188
+ "babel_briefings": 73676,
189
+ "blog_authorship": 22494,
190
+ "douban": 10424,
191
+ "exorde": 94231,
192
+ "french_pd_books": 8761,
193
+ "german_pd": 8400,
194
+ "hindi_discourse": 213,
195
+ "russian_pd": 12728,
196
+ "spanish_pd_books": 4961,
197
+ "xiaohongshu": 8869
198
+ }
199
+ },
200
+ "phase2_pool_summary": {
201
+ "total": 174182,
202
+ "by_lang": {
203
+ "ar": 11259,
204
+ "de": 17648,
205
+ "en": 34714,
206
+ "es": 13018,
207
+ "fr": 11115,
208
+ "hi": 340,
209
+ "ja": 14448,
210
+ "ko": 19702,
211
+ "ru": 30339,
212
+ "zh": 21599
213
+ },
214
+ "by_genre": {
215
+ "literature": 87287,
216
+ "literature/drama": 581,
217
+ "literature/speech_essay": 5464,
218
+ "poetry": 4391,
219
+ "qna/question": 4651,
220
+ "social_media/youtube_comment": 71808
221
+ },
222
+ "by_source": {
223
+ "project_gutenberg": 18739,
224
+ "stackexchange": 4651,
225
+ "wikisource": 78984,
226
+ "ytcomments": 71808
227
+ }
228
+ },
229
+ "phase1_selected_summary": {
230
+ "total": 253968,
231
+ "by_lang": {
232
+ "ar": 30832,
233
+ "de": 22165,
234
+ "en": 63260,
235
+ "es": 20377,
236
+ "fr": 20110,
237
+ "hi": 6485,
238
+ "ja": 7046,
239
+ "ko": 14179,
240
+ "ru": 35745,
241
+ "zh": 33769
242
+ },
243
+ "by_genre": {
244
+ "blog/accounting": 99,
245
+ "blog/advertising": 175,
246
+ "blog/agriculture": 40,
247
+ "blog/architecture": 90,
248
+ "blog/arts": 852,
249
+ "blog/automotive": 48,
250
+ "blog/banking": 109,
251
+ "blog/biotech": 72,
252
+ "blog/businessservices": 169,
253
+ "blog/chemicals": 77,
254
+ "blog/communications-media": 578,
255
+ "blog/construction": 77,
256
+ "blog/consulting": 184,
257
+ "blog/education": 1111,
258
+ "blog/engineering": 418,
259
+ "blog/environment": 30,
260
+ "blog/fashion": 104,
261
+ "blog/government": 252,
262
+ "blog/humanresources": 130,
263
+ "blog/indunk": 7865,
264
+ "blog/internet": 524,
265
+ "blog/investmentbanking": 35,
266
+ "blog/law": 229,
267
+ "blog/lawenforcement-security": 70,
268
+ "blog/manufacturing": 111,
269
+ "blog/maritime": 15,
270
+ "blog/marketing": 200,
271
+ "blog/military": 145,
272
+ "blog/museums-libraries": 69,
273
+ "blog/non-profit": 420,
274
+ "blog/publishing": 167,
275
+ "blog/realestate": 84,
276
+ "blog/religion": 179,
277
+ "blog/science": 228,
278
+ "blog/sports-recreation": 98,
279
+ "blog/student": 5919,
280
+ "blog/technology": 1135,
281
+ "blog/telecommunications": 149,
282
+ "blog/tourism": 126,
283
+ "blog/transportation": 111,
284
+ "ecommerce_reviews": 4924,
285
+ "literature": 35063,
286
+ "media_reviews/douban": 10424,
287
+ "news": 73676,
288
+ "poetry": 2503,
289
+ "research_paper": 1784,
290
+ "social_media/business": 2765,
291
+ "social_media/cryptocurrency": 2751,
292
+ "social_media/economy": 1805,
293
+ "social_media/entertainment": 16488,
294
+ "social_media/environment": 5981,
295
+ "social_media/finance": 1989,
296
+ "social_media/health": 3898,
297
+ "social_media/investing": 1306,
298
+ "social_media/law": 1370,
299
+ "social_media/people": 14681,
300
+ "social_media/politics": 15175,
301
+ "social_media/science": 3778,
302
+ "social_media/social": 4569,
303
+ "social_media/sports": 9637,
304
+ "social_media/technology": 8038,
305
+ "social_media/xiaohongshu": 8869
306
+ },
307
+ "by_source": {
308
+ "amazon_multi": 4924,
309
+ "arabic_poetry": 2503,
310
+ "arxiv": 1784,
311
+ "babel_briefings": 73676,
312
+ "blog_authorship": 22494,
313
+ "douban": 10424,
314
+ "exorde": 94231,
315
+ "french_pd_books": 8761,
316
+ "german_pd": 8400,
317
+ "hindi_discourse": 213,
318
+ "russian_pd": 12728,
319
+ "spanish_pd_books": 4961,
320
+ "xiaohongshu": 8869
321
+ }
322
+ },
323
+ "phase2_selected_summary": {
324
+ "total": 174182,
325
+ "by_lang": {
326
+ "ar": 11259,
327
+ "de": 17648,
328
+ "en": 34714,
329
+ "es": 13018,
330
+ "fr": 11115,
331
+ "hi": 340,
332
+ "ja": 14448,
333
+ "ko": 19702,
334
+ "ru": 30339,
335
+ "zh": 21599
336
+ },
337
+ "by_genre": {
338
+ "literature": 87287,
339
+ "literature/drama": 581,
340
+ "literature/speech_essay": 5464,
341
+ "poetry": 4391,
342
+ "qna/question": 4651,
343
+ "social_media/youtube_comment": 71808
344
+ },
345
+ "by_source": {
346
+ "project_gutenberg": 18739,
347
+ "stackexchange": 4651,
348
+ "wikisource": 78984,
349
+ "ytcomments": 71808
350
+ }
351
+ },
352
+ "combined_summary": {
353
+ "total": 428150,
354
+ "by_lang": {
355
+ "ar": 42091,
356
+ "de": 39813,
357
+ "en": 97974,
358
+ "es": 33395,
359
+ "fr": 31225,
360
+ "hi": 6825,
361
+ "ja": 21494,
362
+ "ko": 33881,
363
+ "ru": 66084,
364
+ "zh": 55368
365
+ },
366
+ "by_genre": {
367
+ "blog/accounting": 99,
368
+ "blog/advertising": 175,
369
+ "blog/agriculture": 40,
370
+ "blog/architecture": 90,
371
+ "blog/arts": 852,
372
+ "blog/automotive": 48,
373
+ "blog/banking": 109,
374
+ "blog/biotech": 72,
375
+ "blog/businessservices": 169,
376
+ "blog/chemicals": 77,
377
+ "blog/communications-media": 578,
378
+ "blog/construction": 77,
379
+ "blog/consulting": 184,
380
+ "blog/education": 1111,
381
+ "blog/engineering": 418,
382
+ "blog/environment": 30,
383
+ "blog/fashion": 104,
384
+ "blog/government": 252,
385
+ "blog/humanresources": 130,
386
+ "blog/indunk": 7865,
387
+ "blog/internet": 524,
388
+ "blog/investmentbanking": 35,
389
+ "blog/law": 229,
390
+ "blog/lawenforcement-security": 70,
391
+ "blog/manufacturing": 111,
392
+ "blog/maritime": 15,
393
+ "blog/marketing": 200,
394
+ "blog/military": 145,
395
+ "blog/museums-libraries": 69,
396
+ "blog/non-profit": 420,
397
+ "blog/publishing": 167,
398
+ "blog/realestate": 84,
399
+ "blog/religion": 179,
400
+ "blog/science": 228,
401
+ "blog/sports-recreation": 98,
402
+ "blog/student": 5919,
403
+ "blog/technology": 1135,
404
+ "blog/telecommunications": 149,
405
+ "blog/tourism": 126,
406
+ "blog/transportation": 111,
407
+ "ecommerce_reviews": 4924,
408
+ "literature": 122350,
409
+ "literature/drama": 581,
410
+ "literature/speech_essay": 5464,
411
+ "media_reviews/douban": 10424,
412
+ "news": 73676,
413
+ "poetry": 6894,
414
+ "qna/question": 4651,
415
+ "research_paper": 1784,
416
+ "social_media/business": 2765,
417
+ "social_media/cryptocurrency": 2751,
418
+ "social_media/economy": 1805,
419
+ "social_media/entertainment": 16488,
420
+ "social_media/environment": 5981,
421
+ "social_media/finance": 1989,
422
+ "social_media/health": 3898,
423
+ "social_media/investing": 1306,
424
+ "social_media/law": 1370,
425
+ "social_media/people": 14681,
426
+ "social_media/politics": 15175,
427
+ "social_media/science": 3778,
428
+ "social_media/social": 4569,
429
+ "social_media/sports": 9637,
430
+ "social_media/technology": 8038,
431
+ "social_media/xiaohongshu": 8869,
432
+ "social_media/youtube_comment": 71808
433
+ },
434
+ "by_source": {
435
+ "amazon_multi": 4924,
436
+ "arabic_poetry": 2503,
437
+ "arxiv": 1784,
438
+ "babel_briefings": 73676,
439
+ "blog_authorship": 22494,
440
+ "douban": 10424,
441
+ "exorde": 94231,
442
+ "french_pd_books": 8761,
443
+ "german_pd": 8400,
444
+ "hindi_discourse": 213,
445
+ "project_gutenberg": 18739,
446
+ "russian_pd": 12728,
447
+ "spanish_pd_books": 4961,
448
+ "stackexchange": 4651,
449
+ "wikisource": 78984,
450
+ "xiaohongshu": 8869,
451
+ "ytcomments": 71808
452
+ }
453
+ },
454
+ "phase1_language_targets": {
455
+ "mode": "take_all_docs",
456
+ "available_total": 253968,
457
+ "selected_total": 253968
458
+ },
459
+ "phase2_language_targets": {
460
+ "mode": "take_all_docs",
461
+ "available_total": 174182,
462
+ "selected_total": 174182
463
+ },
464
+ "phase1_sampling_log": [],
465
+ "phase2_sampling_log": [],
466
+ "splits": {
467
+ "train": {
468
+ "documents": 342519,
469
+ "candidates": 186184,
470
+ "queries": 156335,
471
+ "ground_truth": 156335,
472
+ "documents_by_lang": {
473
+ "ar": 33737,
474
+ "de": 31966,
475
+ "en": 78451,
476
+ "es": 26659,
477
+ "fr": 24892,
478
+ "hi": 5427,
479
+ "ja": 17211,
480
+ "ko": 27185,
481
+ "ru": 52845,
482
+ "zh": 44146
483
+ },
484
+ "candidates_by_lang": {
485
+ "ar": 18402,
486
+ "de": 17617,
487
+ "en": 42752,
488
+ "es": 14447,
489
+ "fr": 13770,
490
+ "hi": 2973,
491
+ "ja": 9419,
492
+ "ko": 14805,
493
+ "ru": 28155,
494
+ "zh": 23844
495
+ },
496
+ "queries_by_lang": {
497
+ "ar": 15335,
498
+ "de": 14349,
499
+ "en": 35699,
500
+ "es": 12212,
501
+ "fr": 11122,
502
+ "hi": 2454,
503
+ "ja": 7792,
504
+ "ko": 12380,
505
+ "ru": 24690,
506
+ "zh": 20302
507
+ },
508
+ "documents_written": true
509
+ },
510
+ "dev": {
511
+ "documents": 42821,
512
+ "candidates": 21813,
513
+ "queries": 21008,
514
+ "ground_truth": 21008,
515
+ "documents_by_lang": {
516
+ "ar": 4175,
517
+ "de": 3932,
518
+ "en": 9758,
519
+ "es": 3356,
520
+ "fr": 3169,
521
+ "hi": 700,
522
+ "ja": 2147,
523
+ "ko": 3346,
524
+ "ru": 6625,
525
+ "zh": 5613
526
+ },
527
+ "candidates_by_lang": {
528
+ "ar": 2090,
529
+ "de": 1969,
530
+ "en": 4876,
531
+ "es": 1667,
532
+ "fr": 1589,
533
+ "hi": 350,
534
+ "ja": 1068,
535
+ "ko": 1672,
536
+ "ru": 3580,
537
+ "zh": 2952
538
+ },
539
+ "queries_by_lang": {
540
+ "ar": 2085,
541
+ "de": 1963,
542
+ "en": 4882,
543
+ "es": 1689,
544
+ "fr": 1580,
545
+ "hi": 350,
546
+ "ja": 1079,
547
+ "ko": 1674,
548
+ "ru": 3045,
549
+ "zh": 2661
550
+ },
551
+ "documents_written": true
552
+ },
553
+ "test": {
554
+ "documents": 42810,
555
+ "candidates": 21808,
556
+ "queries": 21002,
557
+ "ground_truth": 21002,
558
+ "documents_by_lang": {
559
+ "ar": 4179,
560
+ "de": 3915,
561
+ "en": 9765,
562
+ "es": 3380,
563
+ "fr": 3164,
564
+ "hi": 698,
565
+ "ja": 2136,
566
+ "ko": 3350,
567
+ "ru": 6614,
568
+ "zh": 5609
569
+ },
570
+ "candidates_by_lang": {
571
+ "ar": 2091,
572
+ "de": 1957,
573
+ "en": 4903,
574
+ "es": 1677,
575
+ "fr": 1581,
576
+ "hi": 345,
577
+ "ja": 1072,
578
+ "ko": 1672,
579
+ "ru": 3574,
580
+ "zh": 2936
581
+ },
582
+ "queries_by_lang": {
583
+ "ar": 2088,
584
+ "de": 1958,
585
+ "en": 4862,
586
+ "es": 1703,
587
+ "fr": 1583,
588
+ "hi": 353,
589
+ "ja": 1064,
590
+ "ko": 1678,
591
+ "ru": 3040,
592
+ "zh": 2673
593
+ },
594
+ "documents_written": true
595
+ }
596
+ }
597
+ }
test/candidates.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b0c8ee8dd715e6929a4a61a8ebfa4e307df139f9b930ae25091d548e975388
3
+ size 12655682
test/documents.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eefd0a110cb047c696fb4152c4275ea5a49be6b73ad10ec425630dadce48815
3
+ size 24475839
test/ground_truth.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
test/queries.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
train/candidates.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0c20d36d31f3a167966a1f7cf7c20e313706756ba8fc36a0bc165e18db31a7f
3
+ size 126700254
train/documents.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3341fcdd182b94d8a4e62acc659eaf83d66ef876e969abd0689b42609597082a
3
+ size 230620612
train/ground_truth.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:305c72ef170f4ca140818c943ab0e337e802d92425f00d2829e58a98438eddba
3
+ size 23617482
train/queries.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2da0041465f3b3bf0a33c0729214db2858766b771ea7a4a9bd1eb8ea620b249
3
+ size 92686997