minliii davidlvxin commited on
Commit
0362141
·
verified ·
0 Parent(s):

Duplicate from zai-org/LongBench

Browse files

Co-authored-by: Xin Lv <davidlvxin@users.noreply.huggingface.co>

Files changed (4) hide show
  1. .gitattributes +55 -0
  2. LongBench.py +127 -0
  3. README.md +169 -0
  4. data.zip +3 -0
.gitattributes ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
LongBench.py ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright 2020 The HuggingFace Datasets Authors and the current dataset script contributor.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+ import os
15
+
16
+ import datasets
17
+ import json
18
+
19
+
20
+ _DESCRIPTION = """\
21
+ LongBench is a comprehensive benchmark for multilingual and multi-task purposes, with the goal to fully measure and evaluate the ability of pre-trained language models to understand long text. This dataset consists of twenty different tasks, covering key long-text application scenarios such as multi-document QA, single-document QA, summarization, few-shot learning, synthetic tasks, and code completion.
22
+ """
23
+
24
+ _HOMEPAGE = "https://github.com/THUDM/LongBench"
25
+
26
+
27
+ _URL = r"https://huggingface.co/datasets/THUDM/LongBench/resolve/main/data.zip"
28
+
29
+ task_list = [
30
+ "narrativeqa",
31
+ "qasper",
32
+ "multifieldqa_en",
33
+ "multifieldqa_zh",
34
+ "hotpotqa",
35
+ "2wikimqa",
36
+ "musique",
37
+ "dureader",
38
+ "gov_report",
39
+ "qmsum",
40
+ "multi_news",
41
+ "vcsum",
42
+ "trec",
43
+ "triviaqa",
44
+ "samsum",
45
+ "lsht",
46
+ "passage_count",
47
+ "passage_retrieval_en",
48
+ "passage_retrieval_zh",
49
+ "lcc",
50
+ "repobench-p",
51
+ "qasper_e",
52
+ "multifieldqa_en_e",
53
+ "hotpotqa_e",
54
+ "2wikimqa_e",
55
+ "gov_report_e",
56
+ "multi_news_e",
57
+ "trec_e",
58
+ "triviaqa_e",
59
+ "samsum_e",
60
+ "passage_count_e",
61
+ "passage_retrieval_en_e",
62
+ "lcc_e",
63
+ "repobench-p_e"
64
+ ]
65
+
66
+
67
+ class LongBenchConfig(datasets.BuilderConfig):
68
+ def __init__(self, **kwargs):
69
+ super().__init__(version=datasets.Version("1.0.0"), **kwargs)
70
+
71
+
72
+ class LongBench(datasets.GeneratorBasedBuilder):
73
+ BUILDER_CONFIGS = [
74
+ LongBenchConfig(
75
+ name=task_name,
76
+ )
77
+ for task_name in task_list
78
+ ]
79
+
80
+ def _info(self):
81
+ features = datasets.Features(
82
+ {
83
+ "input": datasets.Value("string"),
84
+ "context": datasets.Value("string"),
85
+ "answers": [datasets.Value("string")],
86
+ "length": datasets.Value("int32"),
87
+ "dataset": datasets.Value("string"),
88
+ "language": datasets.Value("string"),
89
+ "all_classes": [datasets.Value("string")],
90
+ "_id": datasets.Value("string"),
91
+ }
92
+ )
93
+ return datasets.DatasetInfo(
94
+ description=_DESCRIPTION,
95
+ features=features,
96
+ homepage=_HOMEPAGE,
97
+ )
98
+
99
+ def _split_generators(self, dl_manager):
100
+ data_dir = dl_manager.download_and_extract(_URL)
101
+ task_name = self.config.name
102
+ return [
103
+ datasets.SplitGenerator(
104
+ name=datasets.Split.TEST,
105
+ gen_kwargs={
106
+ "filepath": os.path.join(
107
+ data_dir, "data", f"{task_name}.jsonl"
108
+ ),
109
+ },
110
+ )
111
+ ]
112
+
113
+ def _generate_examples(self, filepath):
114
+ with open(filepath, encoding="utf-8") as f:
115
+ for idx, line in enumerate(f):
116
+ key = f"{self.config.name}-{idx}"
117
+ item = json.loads(line)
118
+ yield key, {
119
+ "input": item["input"],
120
+ "context": item["context"],
121
+ "answers": item["answers"],
122
+ "length": item["length"],
123
+ "dataset": item["dataset"],
124
+ "language": item["language"],
125
+ "_id": item["_id"],
126
+ "all_classes": item["all_classes"],
127
+ }
README.md ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - question-answering
4
+ - text-generation
5
+ - summarization
6
+ - text-classification
7
+ language:
8
+ - en
9
+ - zh
10
+ tags:
11
+ - Long Context
12
+ size_categories:
13
+ - 1K<n<10K
14
+ ---
15
+
16
+ # Introduction
17
+
18
+ **LongBench** is the first benchmark for bilingual, multitask, and comprehensive assessment of **long context understanding** capabilities of large language models. LongBench includes different languages (Chinese and English) to provide a more comprehensive evaluation of the large models' multilingual capabilities on long contexts. In addition, LongBench is composed of six major categories and twenty one different tasks, covering key long-text application scenarios such as single-document QA, multi-document QA, summarization, few-shot learning, synthetic tasks and code completion.
19
+
20
+ We are fully aware of the potentially high costs involved in the model evaluation process, especially in the context of long context scenarios (such as manual annotation costs or API call costs). Therefore, we adopt a fully automated evaluation method, aimed at measuring and evaluating the model's ability to understand long contexts at the lowest cost.
21
+
22
+ LongBench includes 14 English tasks, 5 Chinese tasks, and 2 code tasks, with the average length of most tasks ranging from 5k to 15k, and a total of 4,750 test data. For detailed statistics and construction methods of LongBench tasks, please refer [here](task.md). In addition, we provide LongBench-E, a test set with a more uniform length distribution constructed by uniform sampling, with comparable amounts of data in the 0-4k, 4k-8k, and 8k+ length intervals to provide an analysis of the model's performance variations at different input lengths.
23
+
24
+ Github Repo for LongBench: https://github.com/THUDM/LongBench
25
+ Arxiv Paper for LongBench: https://arxiv.org/pdf/2308.14508.pdf
26
+
27
+ # How to use it?
28
+
29
+ #### Loading Data
30
+
31
+ ```python
32
+ from datasets import load_dataset
33
+
34
+ datasets = ["narrativeqa", "qasper", "multifieldqa_en", "multifieldqa_zh", "hotpotqa", "2wikimqa", "musique", \
35
+ "dureader", "gov_report", "qmsum", "multi_news", "vcsum", "trec", "triviaqa", "samsum", "lsht", \
36
+ "passage_count", "passage_retrieval_en", "passage_retrieval_zh", "lcc", "repobench-p"]
37
+
38
+ for dataset in datasets:
39
+ data = load_dataset('THUDM/LongBench', dataset, split='test')
40
+ ```
41
+ Similarly, you can load the **LongBench-E** data
42
+ ```python
43
+ from datasets import load_dataset
44
+
45
+ datasets = ["qasper", "multifieldqa_en", "hotpotqa", "2wikimqa", "gov_report", "multi_news", "trec", \
46
+ "triviaqa", "samsum", "passage_count", "passage_retrieval_en", "lcc", "repobench-p"]
47
+
48
+ for dataset in datasets:
49
+ data = load_dataset('THUDM/LongBench', f"{dataset}_e", split='test')
50
+ ```
51
+ Alternatively, you can download the folder from [this link](https://huggingface.co/datasets/THUDM/LongBench/resolve/main/data.zip) to load the data.
52
+
53
+ #### Data Format
54
+
55
+ All data in **LongBench** (LongBench-E) are standardized to the following format:
56
+
57
+ ```json
58
+ {
59
+ "input": "The input/command for the task, usually short, such as questions in QA, queries in Few-shot tasks, etc",
60
+ "context": "The long context required for the task, such as documents, cross-file code, few-shot examples in Few-shot tasks",
61
+ "answers": "A List of all true answers",
62
+ "length": "Total length of the first three items (counted in characters for Chinese and words for English)",
63
+ "dataset": "The name of the dataset to which this piece of data belongs",
64
+ "language": "The language of this piece of data",
65
+ "all_classes": "All categories in classification tasks, null for non-classification tasks",
66
+ "_id": "Random id for each piece of data"
67
+ }
68
+ ```
69
+
70
+ #### Evaluation
71
+
72
+ This repository provides data download for LongBench. If you wish to use this dataset for automated evaluation, please refer to our [github](https://github.com/THUDM/LongBench).
73
+
74
+ # Task statistics
75
+
76
+ | Task | Task Type | Eval metric | Avg len |Language | \#Sample |
77
+ | :-------- | :-----------:| :-----------: |:-------: | :-----------: |:--------: |
78
+ | HotpotQA | Multi-doc QA | F1 |9,151 |EN |200 |
79
+ | 2WikiMultihopQA| Multi-doc QA | F1 |4,887 |EN |200 |
80
+ | MuSiQue| Multi-doc QA | F1 |11,214 |EN |200 |
81
+ | DuReader| Multi-doc QA | Rouge-L |15,768 |ZH |200 |
82
+ | MultiFieldQA-en| Single-doc QA | F1 |4,559 |EN |150 |
83
+ | MultiFieldQA-zh| Single-doc QA | F1 |6,701 |ZH |200 |
84
+ | NarrativeQA| Single-doc QA | F1 |18,409 |EN |200 |
85
+ | Qasper| Single-doc QA | F1 |3,619 |EN |200 |
86
+ | GovReport| Summarization | Rouge-L |8,734 |EN |200 |
87
+ | QMSum| Summarization | Rouge-L |10,614 |EN |200 |
88
+ | MultiNews| Summarization | Rouge-L |2,113 |EN |200 |
89
+ | VCSUM| Summarization | Rouge-L |15,380 |ZH |200 |
90
+ | TriviaQA| Few shot | F1 |8,209 |EN |200 |
91
+ | SAMSum| Few shot | Rouge-L |6,258 |EN |200 |
92
+ | TREC| Few shot | Accuracy |5,177 |EN |200 |
93
+ | LSHT| Few shot | Accuracy |22,337 |ZH |200 |
94
+ | PassageRetrieval-en| Synthetic | Accuracy |9,289 |EN |200 |
95
+ | PassageCount| Synthetic | Accuracy |11,141 |EN |200 |
96
+ | PassageRetrieval-zh | Synthetic | Accuracy |6,745 |ZH |200 |
97
+ | LCC| Code | Edit Sim |1,235 |Python/C#/Java |500 |
98
+ | RepoBench-P| Code | Edit Sim |4,206 |Python/Java |500 |
99
+
100
+ > Note: In order to avoid discrepancies caused by different tokenizers, we use the word count (using Python's split function) to calculate the average length of English datasets and code datasets, and use the character count to calculate the average length of Chinese datasets.
101
+
102
+ # Task description
103
+ | Task | Task Description |
104
+ | :---------------- | :----------------------------------------------------------- |
105
+ | HotpotQA | Answer related questions based on multiple given documents |
106
+ | 2WikiMultihopQA | Answer related questions based on multiple given documents |
107
+ | MuSiQue | Answer related questions based on multiple given documents |
108
+ | DuReader | Answer related Chinese questions based on multiple retrieved documents |
109
+ | MultiFieldQA-en | Answer English questions based on a long article, which comes from a relatively diverse field |
110
+ | MultiFieldQA-zh | Answer Chinese questions based on a long article, which comes from a relatively diverse field |
111
+ | NarrativeQA | Answer questions based on stories or scripts, including understanding of important elements such as characters, plots, themes, etc. |
112
+ | Qasper | Answer questions based on a NLP research paper, questions proposed and answered by NLP practitioners |
113
+ | GovReport | A summarization task that requires summarizing government work reports |
114
+ | MultiNews | A multi-doc summarization that requires summarizing over multiple news |
115
+ | QMSum | A summarization task that requires summarizing meeting records based on user queries |
116
+ | VCSUM | A summarization task that requires summarizing Chinese meeting records |
117
+ | SAMSum | A dialogue summarization task, providing several few-shot examples |
118
+ | TriviaQA | Single document question answering task, providing several few-shot examples |
119
+ | NQ | Single document question answering task, providing several few-shot examples |
120
+ | TREC | A classification task that requires categorizing questions, includes 50 categories in total |
121
+ | LSHT | A Chinese classification task that requires categorizing news, includes 24 categories in total |
122
+ | PassageRetrieval-en | Given 30 English Wikipedia paragraphs, determine which paragraph the given summary corresponds to |
123
+ | PassageCount | Determine the total number of different paragraphs in a given repetitive article |
124
+ | PassageRetrieval-zh | Given several Chinese paragraphs from the C4 data set, determine which paragraph the given abstract corresponds to |
125
+ | LCC | Given a long piece of code, predict the next line of code |
126
+ | RepoBench-P | Given code in multiple files within a GitHub repository (including cross-file dependencies), predict the next line of code |
127
+
128
+ # Task construction
129
+ > Note: For all tasks constructed from existing datasets, we use data from the validation or test set of the existing dataset (except for VCSUM).
130
+
131
+ - The tasks of [HotpotQA](https://hotpotqa.github.io/), [2WikiMultihopQA](https://aclanthology.org/2020.coling-main.580/), [MuSiQue](https://arxiv.org/abs/2108.00573), and [DuReader](https://github.com/baidu/DuReader) are built based on the original datasets and processed to be suitable for long context evaluation. Specifically, for questions in the validation set, we select the evidence passage that contains the answer and several distracting articles. These articles together with the original question constitute the input of the tasks.
132
+ - The tasks of MultiFiedQA-zh and MultiFieldQA-en consist of long artical data from about 10 sources, including Latex papers, judicial documents, government work reports, and PDF documents indexed by Google. For each long artical, we invite several PhD and master students to annotate, i.e., to ask questions based on the long artical and give the correct answers. To better automate evaluation, we ask the annotators to propose questions with definitive answers as much as possible.
133
+ - The tasks of [NarrativeQA](https://arxiv.org/pdf/1712.07040.pdf), [Qasper](https://arxiv.org/pdf/2105.03011.pdf), [GovReport](https://arxiv.org/pdf/2104.02112.pdf), [QMSum](https://arxiv.org/pdf/2104.05938.pdf) and [MultiNews](https://aclanthology.org/P19-1102.pdf) directly use the data provided by the original papers. In the specific construction, we use the template provided by [ZeroSCROLLS](https://www.zero.scrolls-benchmark.com/) to convert the corresponding data into pure text input.
134
+ - The [VCSUM](https://arxiv.org/abs/2305.05280) task is built based on the original dataset, and we design a corresponding template to convert the corresponding data into pure text input.
135
+ - The [TriviaQA](https://nlp.cs.washington.edu/triviaqa/) task is constructed in the manner of [CoLT5](https://arxiv.org/abs/2303.09752), which provides several examples of question and answering based on documents, and requires the language model to answer related questions based on new documents.
136
+ - The tasks of [SAMSum](https://aclanthology.org/D19-5409.pdf), [TREC](https://aclanthology.org/C02-1150.pdf) and [LSHT](http://tcci.ccf.org.cn/conference/2014/dldoc/evatask6.pdf) are built based on the original datasets. For each question in the validation set, we sample several data from the training set to form few-shot examples. These examples together with the questions in the validation set constitute the input for this task.
137
+ - The PassageRetrieval-en task is constructed based on English Wikipedia. For each piece of data, we randomly sample 30 paragraphs from English Wikipedia and select one for summarization (using GPT-3.5-Turbo). This task requires the model to give the original paragraph name to which the summary corresponds.
138
+ - The PassageCount task is constructed based on the English wiki. For each piece of data, we randomly sample several passages from English Wikipedia, repeat each paragraph at random several times, and finally shuffle the paragraphs. This task requires the model to determine the total number of different paragraphs in the given context.
139
+ - The PasskeyRetrieval-zh task is constructed based on [C4](https://arxiv.org/abs/1910.10683). For each piece of data, we randomly sample several Chinese paragraphs from C4 and select one of them for summarization (using GPT-3.5-Turbo). This task requires the model to give the original paragraph name to which the summary corresponds.
140
+ - For the [LCC](https://arxiv.org/abs/2306.14893) task, we sample from the original code completion dataset. In the [RepoBench-P](https://arxiv.org/abs/2306.03091) task, we select the most challenging XF-F (Cross-File-First) setting from the original dataset and refer to the Oracle-Filled scenario in the paper. For each original piece of data, we randomly extract multiple cross-file code snippets, including the gold cross-file code snippet, and concatenate them as input, requiring the model to effectively use cross-file code for completion.
141
+
142
+ # LongBench-E statistics
143
+ | Task | Task Type | \#data in 0-4k | \#data in 4-8k | \#data in 8k+|
144
+ | :--------- | :-----------:| :-----------: |:---------: | :-------------: |
145
+ | HotpotQA | Multi-doc QA | 100 |100 |100 |
146
+ | 2WikiMultihopQA| Multi-doc QA | 100 |100 |100 |
147
+ | MultiFieldQA-en| Single-doc QA | 67 |70 |13 |
148
+ | Qasper| Single-doc QA | 100 |100 |24 |
149
+ | GovReport| Summarization | 100 |100 |100 |
150
+ | MultiNews| Summarization | 100 |100 |94 |
151
+ | TriviaQA| Few shot | 100 |100 |100 |
152
+ | SAMSum| Few shot | 100 |100 |100 |
153
+ | TREC| Few shot | 100 |100 |100 |
154
+ | PassageRetrieval-en| Synthetic | 100 |100 |100 |
155
+ | PassageCount| Synthetic | 100 |100 |100 |
156
+ | LCC| Code | 100 |100 |100 |
157
+ | RepoBench-P| Code | 100 |100 |100 |
158
+
159
+ # Citation
160
+ ```
161
+ @misc{bai2023longbench,
162
+ title={LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding},
163
+ author={Yushi Bai and Xin Lv and Jiajie Zhang and Hongchang Lyu and Jiankai Tang and Zhidian Huang and Zhengxiao Du and Xiao Liu and Aohan Zeng and Lei Hou and Yuxiao Dong and Jie Tang and Juanzi Li},
164
+ year={2023},
165
+ eprint={2308.14508},
166
+ archivePrefix={arXiv},
167
+ primaryClass={cs.CL}
168
+ }
169
+ ```
data.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb45b11a4133c6bc1d6a44b0f8e701335ff1e543195db1103472e575857f7f64
3
+ size 113932529