Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-ZC8 committed Jun 2, 2024
1 parent 4bd9a86 commit 51f9271
Showing 1 changed file with 23 additions and 29 deletions.
52 changes: 23 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ <h2 class="title is-3 has-text-centered">Overview</h2>
<div class="columns is-centered">
<div class="column is-three-fifths">
<img src="./static/images/overview.png" alt="" />
<p class="has-text-centered is-size-7">
Figure 1: The overview of M3AV dataset.
</p>
</div>
</div>
</section>
Expand All @@ -210,6 +213,9 @@ <h2 class="title is-3 has-text-centered">Statistics</h2>
<div class="columns is-centered">
<div class="column is-three-fifths">
<img src="./static/images/stat.png" alt="" />
<p class="has-text-centered is-size-7">
Figure 2: Statistics of M3AV dataset.
</p>
</div>
</div>
</section>
Expand All @@ -227,21 +233,17 @@ <h2 class="title is-3 has-text-centered">Comparsion with Related Work</h2>
<div class="columns is-centered has-text-justified">
<div class="column is-three-fifths">
<img src="static/images/compare1.png" alt="" />
<p class="has-text-centered">
<i>
Figure: Comparison with other academic lecture-based datasets in terms of data types and designed tasks.
"A" denotes fully automated processing and "M" denotes fully or partially manual labelling.
</i>
<p class="has-text-centered is-size-7">
Table 1: Comparison with other academic lecture-based datasets in terms of data types and designed tasks.
"A" denotes fully automated processing and "M" denotes fully or partially manual labelling.
</p>
</div>
</div>
<div class="columns is-centered has-text-justified">
<div class="column is-half">
<img src="static/images/compare2.png" alt="context" />
<p class="has-text-centered">
<i>
Figure: Comparison with other academic lecture-based datasets in terms of data size and availability.
</i>
<p class="has-text-centered is-size-7">
Table 2: Comparison with other academic lecture-based datasets in terms of data size and availability.
</p>
</div>
</div>
Expand All @@ -267,10 +269,8 @@ <h2 class="title is-3 has-text-centered">ASR & Contextual ASR</h2>
<div class="columns is-centered has-text-justified">
<div class="column is-three-fifths">
<img src="./static/images/exp1.png" alt="" />
<p class="has-text-centered">
<i>
Table: Evaluation results on ASR and CASR tasks.
</i>
<p class="has-text-centered is-size-7">
Table 3: Evaluation results on ASR and CASR tasks.
</p>
</div>
</div>
Expand All @@ -286,12 +286,10 @@ <h2 class="title is-3 has-text-centered">Spontaneous TTS</h2>
</div>
</div>
<div class="columns is-centered has-text-justified">
<div class="column is-half">
<div class="column is-two-fifths">
<img src="./static/images/exp2.png" alt="" />
<p class="has-text-centered">
<i>
Table: Evaluation results on Spontaneous TTS task. “GT” denotes the ground truth.
</i>
<p class="has-text-centered is-size-7">
Table 4: Evaluation results on Spontaneous TTS task. “GT” denotes the ground truth.
</p>
</div>
</div>
Expand All @@ -314,11 +312,9 @@ <h2 class="title is-3 has-text-centered">Slide and Script Generation</h2>
<div class="columns is-centered has-text-justified">
<div class="column is-three-fifths">
<img src="./static/images/exp3.png" alt="" />
<p class="has-text-centered">
<i>
Table: Evaluation results on SSG tasks. The upper part of “Slide→Script" shows cascading pipelines,
while the lower part shows integrated systems.
</i>
<p class="has-text-centered is-size-7">
Table 5: Evaluation results on SSG tasks. The upper part of “Slide→Script" shows cascading pipelines,
while the lower part shows integrated systems.
</p>
</div>
</div>
Expand All @@ -330,12 +326,10 @@ <h2 class="title is-3 has-text-centered">Slide and Script Generation</h2>
introduction of paper information.
</p>
<img src="./static/images/exp4.png" alt="" />
<p>
<i>
Table: Performance improvements of LLaMA-2<sub>7B</sub> brought by retrieving paper information.
“Subset” denotes that only Computer Science videos are contained in all sets for they are the only ones
with downloadable papers.
</i>
<p class="has-text-centered is-size-7">
Table 6: Performance improvements of LLaMA-2<sub>7B</sub> brought by retrieving paper information.
“Subset” denotes that only Computer Science videos are contained in all sets for they are the only ones
with downloadable papers.
</p>
</div>
</div>
Expand Down

0 comments on commit 51f9271

Please sign in to comment.