BaoLocTown commited on
Commit
699949f
·
verified ·
1 Parent(s): 17361b4

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +223 -78
README.md CHANGED
@@ -1,78 +1,223 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- - config_name: corpus
5
- features:
6
- - name: id
7
- dtype: string
8
- - name: title
9
- dtype: string
10
- - name: text
11
- dtype: string
12
- splits:
13
- - name: test
14
- num_bytes: 70641120
15
- num_examples: 44678
16
- download_size: 32478180
17
- dataset_size: 70641120
18
- - config_name: default
19
- features:
20
- - name: query-id
21
- dtype: string
22
- - name: corpus-id
23
- dtype: string
24
- - name: score
25
- dtype: float64
26
- splits:
27
- - name: train
28
- num_bytes: 12879540
29
- num_examples: 143106
30
- - name: test
31
- num_bytes: 3221190
32
- num_examples: 35791
33
- - config_name: qrels
34
- features:
35
- - name: query-id
36
- dtype: string
37
- - name: corpus-id
38
- dtype: string
39
- - name: score
40
- dtype: int64
41
- splits:
42
- - name: test
43
- num_bytes: 3221190
44
- num_examples: 35791
45
- download_size: 1667183
46
- dataset_size: 3221190
47
- - config_name: queries
48
- features:
49
- - name: id
50
- dtype: string
51
- - name: text
52
- dtype: string
53
- splits:
54
- - name: test
55
- num_bytes: 5768313
56
- num_examples: 35791
57
- download_size: 2417145
58
- dataset_size: 5768313
59
- configs:
60
- - config_name: corpus
61
- data_files:
62
- - split: test
63
- path: corpus/test-*
64
- - config_name: default
65
- data_files:
66
- - split: test
67
- path: qrels/test.jsonl
68
- - split: train
69
- path: qrels/train.jsonl
70
- - config_name: qrels
71
- data_files:
72
- - split: test
73
- path: qrels/test-*
74
- - config_name: queries
75
- data_files:
76
- - split: test
77
- path: queries/test-*
78
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - human-annotated
4
+ language:
5
+ - vie
6
+ license: mit
7
+ multilinguality: monolingual
8
+ source_datasets:
9
+ - GreenNode/GreenNode-Table-Markdown-Retrieval-VN
10
+ task_categories:
11
+ - text-retrieval
12
+ task_ids:
13
+ - document-retrieval
14
+ dataset_info:
15
+ - config_name: corpus
16
+ features:
17
+ - name: id
18
+ dtype: string
19
+ - name: title
20
+ dtype: string
21
+ - name: text
22
+ dtype: string
23
+ splits:
24
+ - name: test
25
+ num_bytes: 70641120
26
+ num_examples: 44678
27
+ download_size: 32478180
28
+ dataset_size: 70641120
29
+ - config_name: default
30
+ features:
31
+ - name: query-id
32
+ dtype: string
33
+ - name: corpus-id
34
+ dtype: string
35
+ - name: score
36
+ dtype: float64
37
+ splits:
38
+ - name: train
39
+ num_bytes: 12879540
40
+ num_examples: 143106
41
+ - name: test
42
+ num_bytes: 3221190
43
+ num_examples: 35791
44
+ - config_name: qrels
45
+ features:
46
+ - name: query-id
47
+ dtype: string
48
+ - name: corpus-id
49
+ dtype: string
50
+ - name: score
51
+ dtype: int64
52
+ splits:
53
+ - name: test
54
+ num_bytes: 3221190
55
+ num_examples: 35791
56
+ download_size: 1667183
57
+ dataset_size: 3221190
58
+ - config_name: queries
59
+ features:
60
+ - name: id
61
+ dtype: string
62
+ - name: text
63
+ dtype: string
64
+ splits:
65
+ - name: test
66
+ num_bytes: 5768313
67
+ num_examples: 35791
68
+ download_size: 2417145
69
+ dataset_size: 5768313
70
+ configs:
71
+ - config_name: corpus
72
+ data_files:
73
+ - split: test
74
+ path: corpus/test-*
75
+ - config_name: default
76
+ data_files:
77
+ - split: test
78
+ path: qrels/test.jsonl
79
+ - split: train
80
+ path: qrels/train.jsonl
81
+ - config_name: qrels
82
+ data_files:
83
+ - split: test
84
+ path: qrels/test-*
85
+ - config_name: queries
86
+ data_files:
87
+ - split: test
88
+ path: queries/test-*
89
+ tags:
90
+ - mteb
91
+ - text
92
+ ---
93
+ <!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
94
+
95
+ <div align="center" style="padding: 40px 20px; background-color: white; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); max-width: 600px; margin: 0 auto;">
96
+ <h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">GreenNodeTableMarkdownRetrieval</h1>
97
+ <div style="font-size: 1.5rem; color: #4a4a4a; margin-bottom: 5px; font-weight: 300;">An <a href="https://github.com/embeddings-benchmark/mteb" style="color: #2c5282; font-weight: 600; text-decoration: none;" onmouseover="this.style.textDecoration='underline'" onmouseout="this.style.textDecoration='none'">MTEB</a> dataset</div>
98
+ <div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
99
+ </div>
100
+
101
+ GreenNodeTable documents
102
+
103
+ | | |
104
+ |---------------|---------------------------------------------|
105
+ | Task category | t2t |
106
+ | Domains | Financial, Encyclopaedic, Non-fiction |
107
+ | Reference | https://huggingface.co/GreenNode |
108
+
109
+ Source datasets:
110
+ - [GreenNode/GreenNode-Table-Markdown-Retrieval-VN](https://huggingface.co/datasets/GreenNode/GreenNode-Table-Markdown-Retrieval-VN)
111
+
112
+
113
+ ## How to evaluate on this task
114
+
115
+ You can evaluate an embedding model on this dataset using the following code:
116
+
117
+ ```python
118
+ import mteb
119
+
120
+ task = mteb.get_task("GreenNodeTableMarkdownRetrieval")
121
+ evaluator = mteb.MTEB([task])
122
+
123
+ model = mteb.get_model(YOUR_MODEL)
124
+ evaluator.run(model)
125
+ ```
126
+
127
+ <!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
128
+ To learn more about how to run models on `mteb` task check out the [GitHub repository](https://github.com/embeddings-benchmark/mteb).
129
+
130
+ ## Citation
131
+
132
+ If you use this dataset, please cite the dataset as well as [mteb](https://github.com/embeddings-benchmark/mteb), as this dataset likely includes additional processing as a part of the [MMTEB Contribution](https://github.com/embeddings-benchmark/mteb/tree/main/docs/mmteb).
133
+
134
+ ```bibtex
135
+
136
+ @inproceedings{10.1007/978-981-95-1746-6_17,
137
+ abstract = {Information retrieval often comes in plain text, lacking semi-structured text such as HTML and markdown, retrieving data that contains rich format such as table became non-trivial. In this paper, we tackle this challenge by introducing a new dataset, GreenNode Table Retrieval VN (GN-TRVN), which is collected from a massive corpus, a wide range of topics, and a longer context compared to ViQuAD2.0. To evaluate the effectiveness of our proposed dataset, we introduce two versions, M3-GN-VN and M3-GN-VN-Mixed, by fine-tuning the M3-Embedding model on this dataset. Experimental results show that our models consistently outperform the baselines, including the base model, across most evaluation criteria on various datasets such as VieQuADRetrieval, ZacLegalTextRetrieval, and GN-TRVN. In general, we release a more comprehensive dataset and two model versions that improve response performance for Vietnamese Markdown Table Retrieval.},
138
+ address = {Singapore},
139
+ author = {Pham, Bao Loc
140
+ and Hoang, Quoc Viet
141
+ and Luu, Quy Tung
142
+ and Vo, Trong Thu},
143
+ booktitle = {Proceedings of the Fifth International Conference on Intelligent Systems and Networks},
144
+ isbn = {978-981-95-1746-6},
145
+ pages = {153--163},
146
+ publisher = {Springer Nature Singapore},
147
+ title = {GN-TRVN: A Benchmark for Vietnamese Table Markdown Retrieval Task},
148
+ year = {2026},
149
+ }
150
+
151
+
152
+ @article{enevoldsen2025mmtebmassivemultilingualtext,
153
+ title={MMTEB: Massive Multilingual Text Embedding Benchmark},
154
+ author={Kenneth Enevoldsen and Isaac Chung and Imene Kerboua and Márton Kardos and Ashwin Mathur and David Stap and Jay Gala and Wissam Siblini and Dominik Krzemiński and Genta Indra Winata and Saba Sturua and Saiteja Utpala and Mathieu Ciancone and Marion Schaeffer and Gabriel Sequeira and Diganta Misra and Shreeya Dhakal and Jonathan Rystrøm and Roman Solomatin and Ömer Çağatan and Akash Kundu and Martin Bernstorff and Shitao Xiao and Akshita Sukhlecha and Bhavish Pahwa and Rafał Poświata and Kranthi Kiran GV and Shawon Ashraf and Daniel Auras and Björn Plüster and Jan Philipp Harries and Loïc Magne and Isabelle Mohr and Mariya Hendriksen and Dawei Zhu and Hippolyte Gisserot-Boukhlef and Tom Aarsen and Jan Kostkan and Konrad Wojtasik and Taemin Lee and Marek Šuppa and Crystina Zhang and Roberta Rocca and Mohammed Hamdy and Andrianos Michail and John Yang and Manuel Faysse and Aleksei Vatolin and Nandan Thakur and Manan Dey and Dipam Vasani and Pranjal Chitale and Simone Tedeschi and Nguyen Tai and Artem Snegirev and Michael Günther and Mengzhou Xia and Weijia Shi and Xing Han Lù and Jordan Clive and Gayatri Krishnakumar and Anna Maksimova and Silvan Wehrli and Maria Tikhonova and Henil Panchal and Aleksandr Abramov and Malte Ostendorff and Zheng Liu and Simon Clematide and Lester James Miranda and Alena Fenogenova and Guangyu Song and Ruqiya Bin Safi and Wen-Ding Li and Alessia Borghini and Federico Cassano and Hongjin Su and Jimmy Lin and Howard Yen and Lasse Hansen and Sara Hooker and Chenghao Xiao and Vaibhav Adlakha and Orion Weller and Siva Reddy and Niklas Muennighoff},
155
+ publisher = {arXiv},
156
+ journal={arXiv preprint arXiv:2502.13595},
157
+ year={2025},
158
+ url={https://arxiv.org/abs/2502.13595},
159
+ doi = {10.48550/arXiv.2502.13595},
160
+ }
161
+
162
+ @article{muennighoff2022mteb,
163
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Loïc and Reimers, Nils},
164
+ title = {MTEB: Massive Text Embedding Benchmark},
165
+ publisher = {arXiv},
166
+ journal={arXiv preprint arXiv:2210.07316},
167
+ year = {2022}
168
+ url = {https://arxiv.org/abs/2210.07316},
169
+ doi = {10.48550/ARXIV.2210.07316},
170
+ }
171
+ ```
172
+
173
+ # Dataset Statistics
174
+ <details>
175
+ <summary> Dataset Statistics</summary>
176
+
177
+ The following code contains the descriptive statistics from the task. These can also be obtained using:
178
+
179
+ ```python
180
+ import mteb
181
+
182
+ task = mteb.get_task("GreenNodeTableMarkdownRetrieval")
183
+
184
+ desc_stats = task.metadata.descriptive_stats
185
+ ```
186
+
187
+ ```json
188
+ {
189
+ "test": {
190
+ "num_samples": 80469,
191
+ "number_of_characters": 59810147,
192
+ "documents_text_statistics": {
193
+ "total_text_length": 56678343,
194
+ "min_text_length": 74,
195
+ "average_text_length": 1268.596244236537,
196
+ "max_text_length": 4074,
197
+ "unique_texts": 44678
198
+ },
199
+ "documents_image_statistics": null,
200
+ "queries_text_statistics": {
201
+ "total_text_length": 3131804,
202
+ "min_text_length": 3,
203
+ "average_text_length": 87.50255650861949,
204
+ "max_text_length": 337,
205
+ "unique_texts": 35554
206
+ },
207
+ "queries_image_statistics": null,
208
+ "relevant_docs_statistics": {
209
+ "num_relevant_docs": 35791,
210
+ "min_relevant_docs_per_query": 1,
211
+ "average_relevant_docs_per_query": 1.0,
212
+ "max_relevant_docs_per_query": 1,
213
+ "unique_relevant_docs": 8936
214
+ },
215
+ "top_ranked_statistics": null
216
+ }
217
+ }
218
+ ```
219
+
220
+ </details>
221
+
222
+ ---
223
+ *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*