-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
546 lines (487 loc) · 23.7 KB
/
index.html
File metadata and controls
546 lines (487 loc) · 23.7 KB
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>VisArgs</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
<link href="https://fonts.googleapis.com/css2?family=Corber&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="./static/images/favicon.ico">
<style>
.publication-title,
.publication-authors {
font-family: 'Corber', sans-serif;
}
.publication-title {
font-weight: bold;
}
.nav-buttons {
display: flex;
justify-content: center;
margin: 20px 0;
}
.nav-buttons .button {
margin: 0 10px;
}
.publication-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 20px;
}
.link-block {
margin: 5px;
}
.button .emoji {
font-style: normal;
font-size: 1.2em;
}
.publication-links .button {
border-radius: 9999px;
/* This makes the corners fully rounded */
padding-left: 1.5em;
padding-right: 1.5em;
}
.publication-links .button .icon {
margin-right: 0.3em;
}
.custom-list {
list-style-type: none;
padding-left: 0;
}
.custom-list li {
position: relative;
padding-left: 1.5em;
margin-bottom: 1rem;
}
.custom-list li::before {
content: "•";
position: absolute;
left: 0;
color: #4169E1;
font-size: 1.5em;
line-height: 1;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
padding: 0 5rem;
}
.hero-body .container {
max-width: 100%;
padding: 0 8rem;
}
.hero-body .column {
width: 100%;
max-width: 1400px;
margin: 0 auto;
}
.section .container {
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding: 0 8rem;
}
.section>.container>div {
width: 100%;
/* Ensure the inner div takes full width of the container */
}
.columns {
width: 100%;
display: flex;
justify-content: center;
}
</style>
</head>
<body>
<section class="section hero" style="padding-top: 0;">
<div class="hero-body">
<div class="container">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title" style="font-size: 3.5rem; line-height: 1.2;">
<span style="color: rgb(255, 153, 0);">Selective Vision</span> is the Challenge for Visual Reasoning:
<br>A Benchmark for <span style="color: blue;">Visual Argument</span> Understanding
</h1>
<div style="display: flex; justify-content: center; align-items: center; margin-top: 2rem;">
<figure class="image" style="width: 120px; height: auto; margin: 0 10px;">
<img src="./static/images/ys.png" alt="Logo 1">
</figure>
<figure class="image" style="width: 250px; height: auto; margin: 0 10px;">
<img src="./static/images/mir.png" alt="Logo 2">
</figure>
</div>
<div class="is-size-4 publication-authors" style="margin-top: 2rem; ">
<span class="author-block">
<a href="https://jiwanchung.github.io" target="_blank" style="font-size: 1.6rem;">Jiwan
Chung<sup>*♠</sup></a>,
</span>
<span class="author-block">
<a href="https://github.com/sjl-git" target="_blank" style="font-size: 1.6rem;">Sungjae
Lee<sup>*♠</sup></a>,
</span>
<span class="author-block">
<a href="https://github.com/min99830" target="_blank" style="font-size: 1.6rem;">Minseo
Kim<sup>♠</sup></a>,
</span>
<span class="author-block">
<a href="https://seungjuhan.me/" target="_blank" style="font-size: 1.6rem;">Seungje Han<sup>♢♣</sup></a>,
</span>
<span class="author-block">
<a href="https://www.hireashkan.com/" target="_blank" style="font-size: 1.6rem;">Ashkan
Yousefpour<sup>♠</sup></a>,
</span>
<br>
<span class="author-block">
<a href="https://jmhessel.com/" target="_blank" style="font-size: 1.6rem;">Jack Hessel<sup>♡</sup></a>,
</span>
<span style="font-size: 1.6rem;">and</span>
<span class="author-block">
<a href="https://yj-yu.github.io/home/" target="_blank" style="font-size: 1.6rem;">Youngjae
Yu<sup>♠</sup></a>
</span>
</div>
<div class="is-size-5 publication-authors">
<span class="author-block" style="font-size: 1.6rem;">Yonsei University<br>EMNLP 2024</span>
</div>
<div>
<span>
<sup>*</sup>
Equal Contribution,
<sup>♠</sup>
Yonsei University,
<sup>♢</sup>
Seoul National University,
<br>
<sup>♣</sup>
Allen Institute for AI,
<sup>♡</sup>
Samaya AI
</span>
</div>
<div class="publication-links" style="margin-bottom: 4rem;">
<span class="link-block">
<a href="https://arxiv.org/abs/2406.18925" class="button is-dark is-medium">
<span class="icon">
<svg class="svg-inline--fa fa-file-pdf fa-w-12" aria-hidden="true" focusable="false" data-prefix="fas"
data-icon="file-pdf" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"
data-fa-i2svg="" style="width: 1.4em; height: 1.4em;">
<path fill="currentColor"
d="M181.9 256.1c-5-16-4.9-46.9-2-46.9 8.4 0 7.6 36.9 2 46.9zm-1.7 47.2c-7.7 20.2-17.3 43.3-28.4 62.7 18.3-7 39-17.2 62.9-21.9-12.7-9.6-24.9-23.4-34.5-40.8zM86.1 428.1c0 .8 13.2-5.4 34.9-40.2-6.7 6.3-29.1 24.5-34.9 40.2zM248 160h136v328c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h200v136c0 13.2 10.8 24 24 24zm-8 171.8c-20-12.2-33.3-29-42.7-53.8 4.5-18.5 11.6-46.6 6.2-64.2-4.7-29.4-42.4-26.5-47.8-6.8-5 18.3-.4 44.1 8.1 77-11.6 27.6-28.7 64.6-40.8 85.8-.1 0-.1.1-.2.1-27.1 13.9-73.6 44.5-54.5 68 5.6 6.9 16 10 21.5 10 17.9 0 35.7-18 61.1-61.8 25.8-8.5 54.1-19.1 79-23.2 21.7 11.8 47.1 19.5 64 19.5 29.2 0 31.2-32 19.7-43.4-13.9-13.6-54.3-9.7-73.6-7.2zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-74.1 255.3c4.1-2.7-2.5-11.9-42.8-9 37.1 15.8 42.8 9 42.8 9z">
</path>
</svg>
</span>
<span>Arxiv</span>
</a>
</span> <span class="link-block">
<a href="https://github.com/JiwanChung/VisArgs" class="button is-dark is-medium">
<span class="icon">
<svg class="svg-inline--fa fa-github fa-w-16" aria-hidden="true" focusable="false" data-prefix="fab"
data-icon="github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"
data-fa-i2svg="">
<path fill="currentColor"
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z">
</path>
</svg><!-- <i class="fab fa-github"></i> Font Awesome fontawesome.com -->
</span>
<span>Code</span>
</a>
</span>
<span class="link-block">
<a href="https://huggingface.co/datasets/jiwan-chung/visargs" class="button is-dark is-medium">
<span class="icon">
<span class="emoji">🤗</span>
</span>
<span>Dataset</span>
</a>
</span>
</div>
<figure class="image" style="max-width: 300%; margin: 0 auto;">
<img src="./static/images/VisArg_Fig.png" alt="Main visual representation"
style="width: 100%; height: auto;">
</figure>
</div>
</div>
</div>
</section>
<section class="section" style="padding-top: 0;">
<div class="container">
<div style="background-color: white; border-radius: 15px; padding: 2rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
<div class="columns is-vcentered is-marginless"> <!-- Added is-vcentered class -->
<div class="columns is-full">
<div class="column is-two-thirds" style="display: flex; flex-direction: column; align-items: flex-start;">
<h2 class="title is-2" style="color: #4a4a4a; font-size: 2.0rem; align-self: flex-start;">What is <span
style="color: #4169E1;">Visual Argument</span>?</h2>
<ul class="custom-list" style="font-size: 1.0rem; align-self: flex-start;">
<li>
Images to persuade, or communicate message using <br><span
style="color: #4169E1; font-weight: bold;">visual elements, color, text, and frame</span>.
</li>
<li>
Has ability to convey complex messages quickly and emotionally.
</li>
<li>
Used in <span style="color: #FFA500; font-weight: bold;">Advertising, cartoons</span>.
</li>
<li>
Requires <span style="font-weight: bold;">selective vision</span> comprehend complex messages.
</li>
</ul>
</div>
<div class="column is-one-third" style="display: flex; align-items: center;">
<!-- Added flex and align-items -->
<figure class="image">
<img src="./static/images/visarg.png" alt="Multimodal literacy illustration">
</figure>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section" style="padding-top: 0;">
<div class="container">
<div style="background-color: white; border-radius: 15px; padding: 2rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
<div class="columns is-vcentered is-marginless"> <!-- Added is-vcentered class -->
<div class="columns is-full">
<div class="column is-two-thirds" style="display: flex; flex-direction: column; align-items: flex-start;">
<h2 class="title is-2" style="color: #4a4a4a; font-size: 2.0rem; align-self: flex-start;">Why is it
challenging?</h2>
<ul class="custom-list" style="font-size: 1.0rem; align-self: flex-start;">
<li>
Understanding <span style="font-weight: bold;">visual arguments</span> is hard even for the humans.
</li>
<li>
Requires <span style="color: #FFA500; font-weight: bold;">selective vision</span>: focusing on
specific visual cures within an image.
</li>
</ul>
</div>
<div class="column is-one-third" style="display: flex; justify-content: flex-end;">
<figure class="image" style="max-width: 100%;">
<img src="./static/images/selectivevision.png" alt="Multimodal literacy illustration">
</figure>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section" style="padding-top: 0;">
<div class="container">
<div style="background-color: white; border-radius: 15px; padding: 2rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
<div class="columns is-marginless">
<!-- <div class="column is-two-thirds" style="display: flex; flex-direction: column; align-items: flex-start;"> -->
<div class="column is-full">
<h2 class="title is-2" style="color: #4a4a4a; font-size: 2.0rem; align-self: flex-start;">Our Solution:
</h2>
<ul class="custom-list" style="font-size: 1.0rem; align-self: flex-start;">
<li>
We design reasoning process in interpreting.
</li>
<li>
<span style="color: red; font-weight: bold;">VisArgs</span>: A Benchmark for evaluation of understanding
visual arguments.
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="section" style="padding-top: 0;">
<div class="container">
<div style="background-color: white; border-radius: 15px; padding: 2rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
<div class="columns is-marginless">
<div class="column is-half">
<h2 class="title is-2" style="color: #4a4a4a; font-size: 2.0rem; align-self: flex-start;"> A. Data
Collection</h2>
<div style="font-size: 1.0rem; align-self: flex-start; list-style-type: decimal;">
1. We collected around 1,600 <span
style="color: #4169E1; font-weight: bold;">advertisement images</span> and 1,600 <span
style="color: #4169E1; font-weight: bold;">cartoons</span> from a
dedicated website. <div style="margin-bottom: 1.5rem;"> </div>
2. The Cooperation between human workers and a model (GPT-4-o) captured necessary
visual cues. <div style="margin-bottom: 1.5rem;"> </div>
3. Given the visual premises and image, the model annotated three argumentation
structure: <span style="color: red; font-weight: bold;"> commonsense premises, conclusions, and
argument trees.</span>
<div style="margin-bottom: 1.5rem;">
</div>
4. Experienced human workers then adjust the annotations for greater accuracy.
<div style="margin-bottom:1.5rem;"></div>
5. The final dataset consists of <span
style="color: #FFA500; font-weight: bold;">1,611 images</span>, including <span
style="color: #FFA500; font-weight: bold;">914 advertisement images</span>
and<span style="color: #FFA500; font-weight: bold;"> 697 cartoons</span>.
</div>
<br><br><br><br><br><br><br>
</div>
<div class="column is-half" style="display: flex; flex-direction: column; align-items: flex-end;">
<figure class="image" style="width: 90%;">
<img src="./static/images/datacollection1.png" alt="Data Collection illustration"
style="width: 180%; height: auto;">
</figure>
<figure class="image" style="width: 90%;">
<img src="./static/images/datacollection2.png" alt="Data Collection illustration"
style="width: 180%; height: auto;">
</figure>
</div>
</div>
</div>
</div>
</section>
<section class="section" style="padding-top: 0;">
<div class="container">
<div style="background-color: white; border-radius: 15px; padding: 2rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
<h2 class="title is-2" style="color: #4a4a4a; font-size: 2.0rem; align-self: flex-start;"> B. Tasks and
Experiments</h2>
<div class="columns is-marginless">
<div class="column is-half">
<h3 class="title is-4" style="color: #4a4a4a; font-size: 2rem; align-self: flex-start;"> Task 1:
Localization of Premises</h3>
<ul class="custom-list" style="font-size: 1.0rem; align-self: flex-start;">
<li>
<span style="font-weight: bold;">Specification:</span><br>
Given a visual argument, ground the target <span style="font-weight: bold;">visual cues</span>.<br>Both
closed and open set groundings were
defined.
</li>
<li>
<span style="font-weight: bold;">Purpose:</span><br>
Determine if difficulties in understanding visual arguments originate from basic visual perception.
</li>
<li>
<span style="font-weight: bold;">Findings:</span><br>
Current models are effective in matching descriptions and correct regions. But suffer in semantic
open-set grounding.
</li>
</ul>
</div>
<div class="column is-half">
<figure class="image">
<img src="./static/images/exp1.png" alt="Task 1 Results Table">
</figure>
</div>
</div>
<div class="columns is-marginless" style="margin-top: 3rem; padding-top: 3rem; border-top: 1px solid #e0e0e0;">
<div class="column is-full">
<h3 class="title is-4" style="color: #4a4a4a; font-size: 2rem; align-self: flex-start;">Task 2:
Identification of Premises</h3>
<ul class="custom-list" style="font-size: 1.0rem; align-self: flex-start;">
<li>
<span style="font-weight: bold;">Specification:</span><br>
Given a visual argument and its <span style="color: #FFA500; font-weight: bold;">intermediate
conclusion</span>, select a <span style="color: #FFA500; font-weight: bold;">visual premise</span>
that leads to the
target conclusion.
</li>
<li>
<span style="font-weight: bold;">Purpose:</span><br>
Assess the selective attention capabilities.
</li>
<li>
<span style="font-weight: bold;">Findings:</span><br>
Models struggle to infer which visual cues support the argument.
</li>
</ul>
</div>
</div>
<div class="columns is-marginless" style="margin-top: 2rem;">
<div class="column is-full">
<figure class="image">
<img src="./static/images/exp2.png" alt="Task 3 Results Table"
style="width: 100%; max-width: 1400px; margin: 0 auto;">
</figure>
</div>
</div>
<div class="columns is-marginless" style="margin-top: 3rem; padding-top: 3rem; border-top: 1px solid #e0e0e0;">
<div class="column is-half">
<h3 class="title is-4" style="color: #4a4a4a; font-size: 2rem; align-self: flex-start;">Task 3:
Deduction of Conclusion</h3>
<ul class="custom-list" style="font-size: 1.0rem; align-self: flex-start;">
<li>
<span style="font-weight: bold;">Specification:</span><br>
Given a subset of inputs among the image, visual premises, commonsense premises, and the reasoning tree,
generate the <span style="color: #FFA500; font-weight: bold;">conclusion</span> of an argument.
</li>
<li>
<span style="font-weight: bold;">Purpose:</span><br>
Comprehensive ability evaluation.
</li>
<li>
<span style="font-weight: bold;">Findings:</span><br>
Selective attention to visual premises is a bottleneck.
</li>
</ul>
</div>
<div class="column is-half">
<figure class="image">
<img src="./static/images/exp3.png" alt="Task 2 Results Table">
</figure>
</div>
</div>
<!-- Conclusion -->
<div style="margin-top: 3rem; padding-top: 3rem; border-top: 1px solid #e0e0e0;">
<h3 class="title is-6" style="color: #4a4a4a; font-size: 2rem; align-self: flex-start;">Conclusion</h3>
<ul class="custom-list" style="font-size: 1.0rem; align-self: flex-start;">
<li>
<span style="color: red; font-weight: bold;">Selective vision</span> is a critical bottleneck for visual
reasoning in current machines.
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="section" style="padding-top: 0;">
<div class="container">
<div style="background-color: white; border-radius: 15px; padding: 2rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
<h2 class="title is-2" style="color: #4a4a4a; font-size: 2.0rem;">BibTeX</h2>
<pre style="background-color: #f5f5f5; padding: 1rem; border-radius: 5px; overflow-x: auto; font-size: 0.9rem;">
@inproceedings{chung2024selective,
title={Selective Vision is the Challenge for Visual Reasoning: A Benchmark for Visual Argument Understanding},
author={Chung, Jiwan and Lee, Sungjae and Kim, Minseo and Han, Seungju and Yousefpour, Ashkan and Hessel, Jack and Yu, Youngjae},
booktitle={Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing},
year={2024}
}</pre>
</div>
</div>
</section>
<footer class="footer">
<div class="content has-text-centered">
<p>
This page was built using the <a href="https://github.com/eliahuhorwitz/Academic-project-page-template">Academic
Project Page Template</a> which was adopted from theֲ <a href="https://nerfies.github.io/">Nerfies</a> project
page.<br>
You are free to borrow the of this website, we just ask that you link back to this page in the footer. <br>
This website is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons
Attribution-ShareAlike 4.0 International License</a>.
</p>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', function () {
const toggleDetails = document.getElementById('toggleDetails');
const detailsContent = document.getElementById('detailsContent');
const secondToggleContent = document.getElementById('secondToggleContent');
toggleDetails.addEventListener('click', function () {
if (detailsContent.style.display === 'none') {
detailsContent.style.display = 'block';
toggleDetails.innerHTML = '▲ Hide Details';
toggleDetails.style.transform = 'rotate(180deg)';
// Show the second toggle content
secondToggleContent.style.display = 'block';
} else {
detailsContent.style.display = 'none';
toggleDetails.innerHTML = '▼ Show Details';
toggleDetails.style.transform = 'rotate(0deg)';
// Hide the second toggle content
secondToggleContent.style.display = 'none';
}
});
});
</script>
</body>
</html>