-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
280 lines (276 loc) · 9.43 KB
/
index.html
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="css/fontAwesome.css">
<title> WebSRC - A Dataset For Web-Based Structual Reading Comprehension </title>
</head>
<body>
<header class="header">
<div class="container clearfix">
<div class="left-container">
<a href="#"> WebSRC </a>
</div>
<div class="right-container">
<ul class="nav-menu clearfix">
<li>
<a href="#"> Home </a>
<li>
<li>
<a href="dashboard.html"> Explore v1.0 </a>
</li>
</ul>
</div>
</div>
</header>
<section class="banner">
<div class="container clearfix">
<h1> WebSRC </h1>
<span> A Dataset For Web-Based Structual Reading Comprehension </span>
<a href="https://websrc-data.s3.amazonaws.com/release.zip" class="download-hyperlink"><button class="download-button">
<i class="fa fa-arrow-circle-o-down" aria-hidden="true"></i> Download
</button>
</a>
</div>
</section>
<section class="main-content">
<div class="container clearfix">
<div class="row">
<div class="col-md-5">
<div class="info-container">
<span class="info-title">
<i class="fa fa-info-circle" aria-hidden="true"></i>
What is WebSRC?
</span>
<p>
WebSRC is a novel <strong>Web</strong>-based <strong>S</strong>tructural <strong>R</strong>eading <strong>C</strong>omprehension dataset. It consists of 0.44M question-answer pairs, which are collected from 6.5K web pages with corresponding HTML source code, screenshots and metadata. Each question in WebSRC requires a certain structural understanding of a web page to answer, and the answer is either a text span on the web page or yes/no.
</p>
<button class="action-button" style="display: none;">
Button 1
</button>
<button class="inverse-button" style="display: none;">
Button 2
</button>
<span class="info-title">
<i class="fa fa-star-o" aria-hidden="true"></i>
News
</span>
<p class="row">
<span class="news-date col-md-2"> Aug 27, 2022 </span>
<span class="news-context"> To access the test set, see <a href="https://github.com/X-LANCE/WebSRC-Baseline#obtain-test-result">here</a> </span>
<span class="news-date col-md-2"> Sept 1, 2021 </span>
<span class="news-context"> The full dataset and baseline is available in: </span>
<a href="https://pan.baidu.com/s/1-sqWgc8bTm6-bkAFYJwYQQ" class="download-link">
<i class="fa fa-cloud-download" aria-hidden="true"></i>
Extraction code: <strong>2mys</strong>
</a>
<a href="https://websrc-data.s3.amazonaws.com/release.zip" class="download-link">
<i class="fa fa-amazon" aria-hidden="true"></i>
Download from Amazon.com
</a>
<span class="news-date col-md-2"> Aug 25, 2021 </span>
<span class="news-context"> Our paper is accepted by EMNLP 2021, the updated version of dataset will be available soon. </span>
<span class="news-context"> Baseline is available on </span>
<a href="https://github.com/X-LANCE/WebSRC-Baseline" class="download-link">
<i class="fa fa-github" aria-hidden="true"></i>
WebSRC-Baseline
</a>
</p>
<span class="info-title">
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
Contact Us
</span>
<p>
If you have any questions about this dataset, please contact
<a href="mailto:chenlusz@sjtu.edu.cn">chenlusz@sjtu.edu.cn</a> or
<a href="mailto:galaxychen@sjtu.edu.cn">galaxychen@sjtu.edu.cn</a>
</p>
</div>
</div>
<div class="col-md-7">
<div class="info-container">
<span class="info-title">
<i class="fa fa-bar-chart" aria-hidden="true"></i>
Leaderboard
</span>
<p>
Three metrics, i.e. Exact Match (EM), F1 score, and Path Overlap Score (POS), are used to evaluate on the test set of WebSRC. Please refer to the paper to find more details about evaluation metrics.
</p>
<table class="leader-board">
<tbody>
<tr>
<th> Rank </th>
<th> Model </th>
<th> EM </th>
<th> F1 </th>
<th> POS </th>
</tr>
<tr>
<td>
1
<span>
Sep 4, 2023
</span>
</td>
<td>
SageGPT-small-v0.2
<p> 4paradigm.Inc </p>
</td>
<td class="stat"> 89.11 </td>
<td class="stat"> 92.15 </td>
<td class="stat"> N/A </td>
</tr>
<tr>
<td>
2
<span>
Jan 12, 2024
</span>
</td>
<td>
ScreenAI 5B
<p> Google Research </p>
<a class='link' href='https://arxiv.org/abs/2402.04615'> (Baechler et al.) </a>
<!-- <a class='link' href='https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/ernie-layoutx'> code </a>
<a class='link' href='https://huggingface.co/spaces/PaddlePaddle/ERNIE-LayoutX'> demo </a> -->
</td>
<td class="stat"> 84.02 </td>
<td class="stat"> 87.24 </td>
<td class="stat"> N/A </td>
</tr>
<tr>
<td>
3
<span>
Oct 12, 2022
</span>
</td>
<td>
DocPrompt (ErnieLayout-Large)
<p> BAIDU-Document Intelligence </p>
<a class='link' href='https://arxiv.org/abs/2308.10959'> (Wu et al.) </a>
<a class='link' href='https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/ernie-layoutx'> code </a>
<a class='link' href='https://huggingface.co/spaces/PaddlePaddle/ERNIE-LayoutX'> demo </a>
</td>
<td class="stat"> 77.35 </td>
<td class="stat"> 85.04 </td>
<td class="stat"> N/A </td>
</tr>
<tr>
<td>
4
<span>
Mar 01, 2022
</span>
</td>
<td>
TIE (MarkupLM-Large)
<p> Shanghai Jiao Tong University </p>
<a class='link' href='https://arxiv.org/abs/2205.06435'> (Zhao et al., NAACL'22) </a>
<a class='link' href='https://github.com/X-LANCE/TIE'> code </a>
</td>
<td class="stat"> 76.25 </td>
<td class="stat"> 80.51 </td>
<td class="stat"> 89.50 </td>
</tr>
<tr>
<td>
5
<span>
Mar 01, 2022
</span>
</td>
<td>
TIE (MarkupLM-Large)-3_seeds_ave
<p> Shanghai Jiao Tong University </p>
<a class='link' href='https://arxiv.org/abs/2205.06435'> (Zhao et al., NAACL'22) </a>
<a class='link' href='https://github.com/X-LANCE/TIE'> code </a>
</td>
<td class="stat"> 75.87 </td>
<td class="stat"> 80.19 </td>
<td class="stat"> 89.73 </td>
</tr>
<tr>
<td>
6
<span>
Nov 30, 2021
</span>
</td>
<td>
MarkupLM-Large
<p> MSRA+SJTU </p>
<a class='link' href='https://arxiv.org/abs/2110.08518'> (Li et al., ACL'22) </a>
<a class='link' href='https://github.com/microsoft/unilm/tree/master/markuplm'> code </a>
</td>
<td class="stat"> 69.87 </td>
<td class="stat"> 77.94 </td>
<td class="stat"> 88.09 </td>
</tr>
<tr>
<td>
7
<span>
Nov 30, 2021
</span>
</td>
<td>
MarkupLM-Large (3_seeds_ave)
<p> MSRA+SJTU </p>
<a class='link' href='https://arxiv.org/abs/2110.08518'> (Li et al., ACL'22) </a>
<a class='link' href='https://github.com/microsoft/unilm/tree/master/markuplm'> code </a>
</td>
<td class="stat"> 69.09 </td>
<td class="stat"> 76.45 </td>
<td class="stat"> 87.24 </td>
</tr>
<tr>
<td>
8
<span>
Sept 01, 2021
</span>
</td>
<td>
V-PLM (ELECTRA)
<p> Shanghai Jiao Tong University </p>
<a class='link' href='https://arxiv.org/abs/2101.09465'> (Chen et al., EMNLP'21) </a>
<a class='link' href='https://github.com/X-LANCE/WebSRC-Baseline'> code </a>
</td>
<td class="stat"> 68.07 </td>
<td class="stat"> 75.25 </td>
<td class="stat"> 84.96 </td>
</tr>
<tr>
<td>
9
<span>
Sept 01, 2021
</span>
</td>
<td>
V-PLM (BERT)
<p> Shanghai Jiao Tong University </p>
<a class='link' href='https://arxiv.org/abs/2101.09465'> (Chen et al., EMNLP'21) </a>
<a class='link' href='https://github.com/X-LANCE/WebSRC-Baseline'> code </a>
</td>
<td class="stat"> 54.84 </td>
<td class="stat"> 62.80 </td>
<td class="stat"> 76.39 </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
<section class="footer clearfix">
<a href="http://x-lance.sjtu.edu.cn/"> SJTU X-LANCE Lab<a>
</section>
<script src="js/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="js/footer.js"></script>
</body>
</html>