KE-Omni / index.html
shuaijiang's picture
update KE-Omni-v1.6
931c292
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description"
content="KE-Omni">
<meta name="keywords" content="speech language models, speech interaction">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>KE-Omni</title>
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">
<link rel="stylesheet" href="./static/css/bulma.min.css">
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="./static/css/index.css">
<link rel="icon" href="./static/images/favicon.svg">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="./static/js/fontawesome.all.min.js"></script>
<script src="./static/js/bulma-carousel.min.js"></script>
<script src="./static/js/bulma-slider.min.js"></script>
<script src="./static/js/index.js"></script>
</head>
<body>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">Advancing Speech Language Models by Scaling Supervised Fine-Tuning with Over 60,000 Hours of Synthetic Speech Dialogue Data</h1>
<div class="is-size-5 publication-authors">
<span class="author-block">
Shuaijiang Zhao,
</span>
<span class="author-block">
Tingwei Guo,
</span>
<span class="author-block">
Bajian Xiang,
</span>
<span class="author-block">
Tongtang Wan,
</span>
<span class="author-block">
Qiang Niu,
</span>
<span class="author-block">
Wei Zou,
</span>
<span class="author-block">
Xiangang Li
</span>
</div>
<div class="is-size-5 publication-authors">
<span class="author-block">Beike Inc., Beijing, China</span>
</div>
<div class="column has-text-centered">
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="./static/KE_Omni.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>
<span class="link-block">
<a href="https://arxiv.org/pdf/2412.01078" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv</span>
</a>
</span>
<!-- Video Link.
<span class="link-block">
<a href="https://www.youtube.com/watch?v=MrKrnHhk8IA" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
<span>Video</span>
</a>
</span>
-->
<!-- Code Link. -->
<span class="link-block">
<a href="https://github.com/LianjiaTech/BELLE" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code coming soon</span>
</a>
</span>
<!-- Dataset Link. -->
<span class="link-block">
<a href="https://huggingface.co./datasets/KE-Team/Ke-SpeechChat" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="far fa-images"></i>
</span>
<span>Data coming soon</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container is-max-desktop">
<!-- Abstract. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<p>
The GPT-4o represents a significant milestone in enabling real-time interaction with large language models (LLMs) through speech, its remarkable low latency and high fluency not only capture attention but also stimulate research interest in the field.
This real-time speech interaction is particularly valuable in scenarios requiring rapid feedback and immediate responses, dramatically enhancing user experience.
However, there is a notable lack of research focused on real-time large speech language models, particularly for Chinese.
In this work, we present KE-Omni, a seamless large speech language model built upon Ke-SpeechChat, a large-scale high-quality synthesized speech interaction dataset consisting of 7 million Chinese and English conversations, featuring 42,002 speakers, and totaling over 60,000 hours, This contributes significantly to the advancement of research and development in this field.
<i>Furthermore, we plan to release the code and models after a thorough risk assessment.</i>
</p>
</div>
</div>
</div>
<!--/ Abstract. -->
</div>
</section>
<section class="section">
<div class="container is-max-desktop">
<h2 class="title is-2 has-text-centered" >KE-Omni Model Architecture</h2>
<p>
KE-Omni comprises three main components: a speech encoder, a large language model(LLM), and a speech decoder.
</p>
<div class="columns is-centered">
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<img src="./static/images/model.png" alt="am-omni architecture">
</div>
</div>
</div>
<h2 class="title is-2 has-text-centered" >Ke-SpeechChat Dataset Construction</h2>
<div class="columns is-centered">
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">Textual Dialogue Construction</h3>
<img src="./static/images/textual.png" alt="textual dialogue construction">
<h3 class="title is-4">Speech Dialogue Construction</h3>
<img src="./static/images/speech.png" alt="speech dialogue construction">
</div>
</div>
</div>
<h2 class="title is-2 has-text-centered">Ke-SpeechChat Dataset Details</h2>
<div class="columns is-centered">
<!-- Left image -->
<div class="column is-half">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4 has-text-centered">Statistics of Ke-SpeechChat</h3>
<img src="./static/images/am_speech.png" alt="Statistics of KESpeechChat " style="width: 100%; height: 100%;">
</div>
</div>
<!-- Right image -->
<div class="column is-half">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4 has-text-centered">Subsets of Ke-SpeechChat</h3>
<img src="./static/images/subset.png" alt="Subsets of KESpeechChat" style="width: 100%; height: 100%;">
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container is-max-desktop">
<h2 class="title is-2 has-text-centered" >Ke-SpeechChat Dialogue Demos</h2>
<h2 class="title is-3 has-text-centered" >Chinese Dialogues</h2>
<div class="columns is-centered">
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">User-male, Agent-male</h3>
<p>User: 北京一年的平均气温是多少度啊?</p>
<p>Agent: 北京一年的平均气温大概在十二度左右,不过四季温差挺大的,冬天会冷很多,夏天又热一些。</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/belle1M_openQA_belle1M_openQA_1678197_0_mark.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/belle1M_openQA_belle1M_openQA_1678197_1_mark.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">User-male, Agent-female</h3>
<p>User: 人工智能现在都用在哪些地方了?</p>
<p>Agent: 人工智能的应用范围非常广泛,比如智能家居、自动驾驶汽车、医疗诊断、金融分析、教育辅导、娱乐推荐系统等等,几乎涵盖了我们生活的方方面面。</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/zh_2615759_0_male.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/zh_2615759_1_female.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
<div class="column">
<div class="content" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">User-female, Agent-male</h3>
<p>User: 人类的平均体温一般是多少度呀?</p>
<p>Agent: 人类的平均体温通常是在三十六点五到三十七点五摄氏度之间,这个范围内的体温都算是正常的。</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/zh_26178_0_female.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/zh_26178_1_male.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
<div class="column">
<div class="content" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">User-female, Agent-female</h3>
<p>User: 这句话:读万卷书,行万里路是什么意思呢?</p>
<p>Agent: 这句话的意思是说读书和实践都很重要。读万卷书指的是要多读书,增长知识;行万里路则是指要多出去走走,增长见识。结合起来就是理论和实践都要兼顾,这样才能更好地成长。</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/bella_openQA_bella_openQA_916716_0_mark.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/bella_openQA_bella_openQA_916716_1_mark.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container is-max-desktop">
<h2 class="title is-3 has-text-centered">English Dialogues</h2>
<div class="columns is-centered">
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">User-male, Agent-male</h3>
<p>User: What kinds of birds and trees would you usually see in a peaceful forest clearing?</p>
<p>Agent: In a peaceful forest clearing, you might see a variety of birds like robins, sparrows, and woodpeckers. As for trees, you could expect to find oaks, maples, and pines, which provide a beautiful and serene backdrop.</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/en_21092_0_male.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/en_21092_1_male.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">User-male, Agent-female</h3>
<p>User: What are some things I should think about before agreeing to speak at a conference?</p>
<p>Agent: When considering a speaking engagement, think about the alignment of the conference theme with your expertise, the audience demographics, the potential networking opportunities, the time commitment required, and any travel or financial arrangements. Also, consider how this opportunity fits into your career goals and whether it can help you reach a wider audience or gain new insights.</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/en_7241_0_male.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/en_7241_1_female.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
<div class="column">
<div class="content" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">User-female, Agent-male</h3>
<p>User: Could you tell me what the capital of France is?</p>
<p>Agent: The capital of France is Paris.</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/en_162359_0_female.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/en_162359_1_male.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
<div class="column">
<div class="content" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">User-female, Agent-female</h3>
<p>User: What's the best way to store different types of garden produce to keep them fresh for as long as possible?</p>
<p>Agent: To keep your garden produce fresh, it's best to store each type according to its specific needs. For example, leafy greens like lettuce and spinach should be kept in a cool, humid environment, while root vegetables like carrots and potatoes prefer a cooler, drier place. Berries and stone fruits do well in the refrigerator, but tomatoes should be stored at room temperature. Make sure to avoid storing ethylene-producing fruits like apples and bananas with sensitive vegetables, as this can cause premature ripening.</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/en_52918_0_female.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/en_52918_1_female.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container is-max-desktop">
<h2 class="title is-2 has-text-centered">Experiment Results</h2>
<h2 class="title is-3 has-text-centered">Results</h2>
<table style="width:100%; border-collapse: collapse;">
<caption>Performances of speech language models on Ke-SpeechChat chat-test.</caption>
<thead>
<tr>
<th rowspan="3" style="text-align:center; vertical-align:middle;">Models</th>
<th rowspan="3" style="text-align:center; vertical-align:middle;">Data</th>
<th colspan="5" style="text-align:center;">Chinese</th>
<th colspan="5" style="text-align:center;">English</th>
</tr>
<tr>
<th colspan="3" style="text-align:center;">S2TIF</th>
<th style="text-align:center;">Modal Align</th>
<th style="text-align:center;">Quality</th>
<th colspan="3" style="text-align:center;">S2TIF</th>
<th style="text-align:center;">Modal Align</th>
<th style="text-align:center;">Quality</th>
</tr>
<tr>
<th style="text-align:center;">Content<sup>&#8593;</sup></th>
<th style="text-align:center;">Style<sup>&#8593;</sup></th>
<th style="text-align:center;">Length</th>
<th style="text-align:center;">CER<sup>&#8595;</sup></th>
<th style="text-align:center;">UTMOS<sup>&#8593;</sup></th>
<th style="text-align:center;">Content<sup>&#8593;</sup></th>
<th style="text-align:center;">Style<sup>&#8593;</sup></th>
<th style="text-align:center;">Length</th>
<th style="text-align:center;">WER<sup>&#8595;</sup></th>
<th style="text-align:center;">UTMOS<sup>&#8593;</sup></th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="1" style="text-align:center; vertical-align:middle;">Qwen2-Audio</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">3.32</td>
<td style="text-align:center;">3.09</td>
<td style="text-align:center;">242.74</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">2.39</td>
<td style="text-align:center;">2.85</td>
<td style="text-align:center;">115.58</td>
<td style="text-align:center;">-</td>
<td style="text-align:center;">-</td>
</tr>
<tr>
<td rowspan="1" style="text-align:center; vertical-align:middle;">LLaMA-Omni</td>
<td style="text-align:center;">-</td>
<td colspan="5" style="text-align:center;">-</td>
<td style="text-align:center;">2.85</td>
<td style="text-align:center;">3.70</td>
<td style="text-align:center;">46.80</td>
<td style="text-align:center;">9.27</td>
<td style="text-align:center;">3.95</td>
</tr>
<tr>
<td rowspan="1" style="text-align:center; vertical-align:middle;">SpeechGPT</td>
<td style="text-align:center;">-</td>
<td colspan="5" style="text-align:center;">-</td>
<td style="text-align:center;">2.86</td>
<td style="text-align:center;">3.37</td>
<td style="text-align:center;">57.00</td>
<td style="text-align:center;">56.34</td>
<td style="text-align:center;">3.90</td>
</tr>
<tr>
<td rowspan="5" style="text-align:center; vertical-align:middle;">KE-Omni(ours)</td>
<td style="text-align:center;">XS</td>
<td style="text-align:center;">3.04</td>
<td style="text-align:center;">3.79</td>
<td style="text-align:center;">90.91</td>
<td style="text-align:center;">29.35</td>
<td style="text-align:center;">2.74</td>
<td style="text-align:center;">2.79</td>
<td style="text-align:center;">3.61</td>
<td style="text-align:center;">72.77</td>
<td style="text-align:center;">36.10</td>
<td style="text-align:center;">3.06</td>
</tr>
<tr>
<td style="text-align:center;">S</td>
<td style="text-align:center;">3.47</td>
<td style="text-align:center;">4.04</td>
<td style="text-align:center;">90.70</td>
<td style="text-align:center;">7.61</td>
<td style="text-align:center;">3.26</td>
<td style="text-align:center;">2.96</td>
<td style="text-align:center;">3.69</td>
<td style="text-align:center;">68.83</td>
<td style="text-align:center;">8.81</td>
<td style="text-align:center;">3.90</td>
</tr>
<tr>
<td style="text-align:center;">M</td>
<td style="text-align:center;">3.89</td>
<td style="text-align:center;">4.24</td>
<td style="text-align:center;">89.29</td>
<td style="text-align:center;">5.19</td>
<td style="text-align:center;">3.39</td>
<td style="text-align:center;">3.45</td>
<td style="text-align:center;">3.96</td>
<td style="text-align:center;">70.02</td>
<td style="text-align:center;">4.54</td>
<td style="text-align:center;">4.26</td>
</tr>
<tr>
<td style="text-align:center;">L</td>
<td style="text-align:center;">3.95</td>
<td style="text-align:center;">4.28</td>
<td style="text-align:center;">89.54</td>
<td style="text-align:center;"><strong>5.03</strong></td>
<td style="text-align:center;">3.39</td>
<td style="text-align:center;">3.57</td>
<td style="text-align:center;">4.00</td>
<td style="text-align:center;">69.00</td>
<td style="text-align:center;"><strong>3.92</strong></td>
<td style="text-align:center;">4.29</td>
</tr>
<tr>
<td style="text-align:center;">XL</td>
<td style="text-align:center;"><strong>4.12</strong></td>
<td style="text-align:center;"><strong>4.34</strong></td>
<td style="text-align:center;">88.10</td>
<td style="text-align:center;">5.16</td>
<td style="text-align:center;"><strong>3.43</strong></td>
<td style="text-align:center;"><strong>3.61</strong></td>
<td style="text-align:center;"><strong>4.00</strong></td>
<td style="text-align:center;">68.70</td>
<td style="text-align:center;">4.29</td>
<td style="text-align:center;"><strong>4.30</strong></td>
</tr>
</tbody>
</table>
<style>
table, th, td {
border: 1px solid black;
padding: 5px;
text-align: center;
}
caption {
font-size: 1.2em;
margin-bottom: 10px;
}
th {
background-color: #f2f2f2;
}
tr:nth-child(even) {background-color: #f9f9f9;}
tr:hover {background-color:#f1f1f1;}
sup {
font-size: 0.8em;
vertical-align: super;
line-height: 0;
}
</style>
<table style="width:100%; border-collapse: collapse;">
<caption>Results of VoiceBench. For detailed results, please visit <a href="http://github.com/MatthewCYM/VoiceBench?tab=readme-ov-file#leaderboard">[VoiceBench Leadboard]</a>.KE-Omni-v1.6 trained on a smaller but higher-quality dataset filtered by LLM.</caption>
<thead>
<tr>
<th style="text-align:center;">Model</th>
<th style="text-align:center;">AlpacaEval<sup>&#8593;</sup></th>
<th style="text-align:center;">CommonEval<sup>&#8593;</sup></th>
<th style="text-align:center;">SD-QA<sup>&#8593;</sup></th>
<th style="text-align:center;">MMSU<sup>&#8593;</sup></th>
<th style="text-align:center;">OpenBookQA<sup>&#8593;</sup></th>
<th style="text-align:center;">IFEval<sup>&#8593;</sup></th>
<th style="text-align:center;">AdvBench<sup>&#8593;</sup></th>
<th style="text-align:center;">Overall<sup>&#8593;</sup></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;"><strong>KE-Omni-v1.6</strong></td>
<td style="text-align:center;">4.12</td>
<td style="text-align:center;">3.53</td>
<td style="text-align:center;">45.03</td>
<td style="text-align:center;">33.12</td>
<td style="text-align:center;">48.13</td>
<td style="text-align:center;">18.41</td>
<td style="text-align:center;">100.0</td>
<td style="text-align:center;">56.81</td>
</tr>
<tr>
<td style="text-align:left;">GLM-4-Voice</td>
<td style="text-align:center;">3.97</td>
<td style="text-align:center;">3.42</td>
<td style="text-align:center;">36.98</td>
<td style="text-align:center;">39.75</td>
<td style="text-align:center;">53.41</td>
<td style="text-align:center;">25.92</td>
<td style="text-align:center;">88.08</td>
<td style="text-align:center;">55.99</td>
</tr>
<tr>
<td style="text-align:left;">DiVA</td>
<td style="text-align:center;">3.67</td>
<td style="text-align:center;">3.54</td>
<td style="text-align:center;">57.05</td>
<td style="text-align:center;">25.76</td>
<td style="text-align:center;">25.49</td>
<td style="text-align:center;">39.15</td>
<td style="text-align:center;">98.27</td>
<td style="text-align:center;">55.70</td>
</tr>
<tr>
<td style="text-align:left;">Qwen2-Audio</td>
<td style="text-align:center;">3.74</td>
<td style="text-align:center;">3.43</td>
<td style="text-align:center;">35.71</td>
<td style="text-align:center;">35.72</td>
<td style="text-align:center;">49.45</td>
<td style="text-align:center;">26.33</td>
<td style="text-align:center;">96.73</td>
<td style="text-align:center;">55.35</td>
</tr>
<tr>
<td style="text-align:left;"><strong>KE-Omni-v1.5</strong></td>
<td style="text-align:center;">3.82</td>
<td style="text-align:center;">3.20</td>
<td style="text-align:center;">31.20</td>
<td style="text-align:center;">32.27</td>
<td style="text-align:center;">58.46</td>
<td style="text-align:center;">15.00</td>
<td style="text-align:center;">100.00</td>
<td style="text-align:center;">53.90</td>
</tr>
<tr>
<td style="text-align:left;">LLaMA-Omni</td>
<td style="text-align:center;">3.70</td>
<td style="text-align:center;">3.46</td>
<td style="text-align:center;">39.69</td>
<td style="text-align:center;">25.93</td>
<td style="text-align:center;">27.47</td>
<td style="text-align:center;">14.87</td>
<td style="text-align:center;">11.35</td>
<td style="text-align:center;">37.51</td>
</tr>
<tr>
<td style="text-align:left;">VITA</td>
<td style="text-align:center;">3.38</td>
<td style="text-align:center;">2.15</td>
<td style="text-align:center;">27.94</td>
<td style="text-align:center;">25.70</td>
<td style="text-align:center;">29.01</td>
<td style="text-align:center;">22.82</td>
<td style="text-align:center;">26.73</td>
<td style="text-align:center;">34.68</td>
</tr>
<tr>
<td style="text-align:left;">Mini-Omni2</td>
<td style="text-align:center;">2.32</td>
<td style="text-align:center;">2.18</td>
<td style="text-align:center;">9.31</td>
<td style="text-align:center;">24.27</td>
<td style="text-align:center;">26.59</td>
<td style="text-align:center;">11.56</td>
<td style="text-align:center;">57.50</td>
<td style="text-align:center;">31.32</td>
</tr>
<tr>
<td style="text-align:left;">Mini-Omni</td>
<td style="text-align:center;">1.95</td>
<td style="text-align:center;">2.02</td>
<td style="text-align:center;">13.92</td>
<td style="text-align:center;">24.69</td>
<td style="text-align:center;">26.59</td>
<td style="text-align:center;">13.58</td>
<td style="text-align:center;">37.12</td>
<td style="text-align:center;">27.90</td>
</tr>
<tr>
<td style="text-align:left;">Moshi</td>
<td style="text-align:center;">2.01</td>
<td style="text-align:center;">1.60</td>
<td style="text-align:center;">15.64</td>
<td style="text-align:center;">24.04</td>
<td style="text-align:center;">25.93</td>
<td style="text-align:center;">10.12</td>
<td style="text-align:center;">44.23</td>
<td style="text-align:center;">27.47</td>
</tr>
</tbody>
</table>
<style>
table, th, td {
border: 1px solid black;
padding: 5px;
text-align: center;
}
caption {
font-size: 1.2em;
margin-bottom: 10px;
}
th {
background-color: #f2f2f2;
}
tr:nth-child(even) {background-color: #f9f9f9;}
tr:hover {background-color:#f1f1f1;}
sup {
font-size: 0.8em;
vertical-align: super;
line-height: 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
a {
text-decoration: none;
}
</style>
<h2 class="title is-3 has-text-centered">Case Study: English Dialogues</h2>
<div class="columns is-centered">
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">Ground Truth</h3>
<p>User: What kind of job would suit someone who likes solving problems and interacting with people?</p>
<p>Agent: A career in fields like customer service, human resources, or project management could be a great fit. These roles often require strong problem-solving skills and regular interaction with people, which can be both challenging and rewarding.</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/exp_en_131152_0_mark.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/exp_en_131152_1_mark.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">SpeechGPT</h3>
<p>User: What kind of job would suit someone who likes solving problems and interacting with people?</p>
<p>Agent: You may be referring to a job in customer service. This type of job involves interacting with customers and solving their problems. It requires excellent communication skills and the ability to remain calm under pressure.</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/exp_en_131152_0_mark.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/exp_en_speechgpt_90.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
<div class="column">
<div class="content" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">LLaMA-Omni</h3>
<p>User: What kind of job would suit someone who likes solving problems and interacting with people?</p>
<p>Agent: A job that suits someone who likes solving problems and interacting with people is a consultant or a project manager.</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/exp_en_131152_0_mark.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/exp_en_llamaomni_90.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
<div class="column">
<div class="content" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">KE-Omni</h3>
<p>User: What kind of job would suit someone who likes solving problems and interacting with people?</p>
<p>Agent: A job that combines problem-solving skills with people interaction could be a customer service representative or a project manager. These roles often require creative thinking to resolve conflicts and communicate effectively with various clients and team members. Another great option might be a salesperson, where you can build strong relationships and help clients find the right solutions.</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/exp_en_131152_0_mark.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/exp_en_amomni_female_90.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
</div>
<h2 class="title is-3 has-text-centered">Case Study: Chinese Dialogues</h2>
<div class="columns is-centered">
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">Ground Truth</h3>
<p>User: 为啥青藏高原被叫做世界的第三极呢?</p>
<p>Agent: 青藏高原被称为世界第三极,主要是因为它拥有除南北极之外最大的冰川群,还有丰富的冰雪资源,平均海拔四千米以上,对全球气候和生态环境有着重要影响。</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/Travel-Geography_81044_0_mark.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/Travel-Geography_81044_1_mark.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">KE-Omni</h3>
<p>User: 为啥青藏高原被叫做世界的第三极呢?</p>
<p>Agent: 青藏高原被称为世界的第三极,主要是因为它拥有地球上最大的高海拔地区,平均海拔超过四千米,拥有独特的生态系统和生物种类,科学研究价值非常高。</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/Travel-Geography_81044_0_mark.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/Travel-Geography_81044_1.keomni.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
</div>
<div class="columns is-centered">
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">Ground Truth</h3>
<p>User: 日光浴和徒步旅行都挺不错的,你觉得哪种更适合想放松心情的人呢?</p>
<p>Agent: 嗯,这得看个人喜好。不过,要是想彻底放松心情的话,我推荐日光浴,躺在温暖的阳光下,感受微风拂面,闭上眼睛听海浪声,整个人都会变得轻松起来。当然了,如果你喜欢在大自然中活动,徒步旅行也是个不错的选择,可以边走边欣赏美景,同样能让人感到愉悦。</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/gpt_rewrite_belle1M_classification_belle1M_classification_64989_0_mark.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/gpt_rewrite_belle1M_classification_belle1M_classification_64989_1_mark.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">KE-Omni</h3>
<p>User: 日光浴和徒步旅行都挺不错的,你觉得哪种更适合想放松心情的人呢?</p>
<p>Agent: 嗯,这得看个人喜好。不过一般来说,日光浴可以让人感到温暖舒适,有助于放松心情。而徒步旅行则能让人亲近大自然,呼吸新鲜空气,也是个不错的选择。两种方式各有千秋,看您喜欢哪种了。</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/gpt_rewrite_belle1M_classification_belle1M_classification_64989_0_mark.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/gpt_rewrite_belle1M_classification_belle1M_classification_64989_1.keomni.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
</div>
<div class="columns is-centered">
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">Ground Truth</h3>
<p>User: 三十二岁的程序员通常会面临哪些工作上的挑战呢?</p>
<p>Agent: 三十二岁的程序员可能会遇到技术更新快,需要不断学习新技能的挑战。还有就是职业发展路径的选择,比如是继续深耕技术还是转向管理岗位。此外,工作与生活的平衡也是一个不小的难题。</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/gpt_rewrite_belle1M_classification_belle1M_classification_286344_0_mark.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/gpt_rewrite_belle1M_classification_belle1M_classification_286344_1_mark.wav " type="audio/wav">
</audio>
</div>
</div>
</div>
<div class="column">
<div class="content dialogue-block" style="display: flex; flex-direction: column; justify-content: space-between; height: 100%;">
<h3 class="title is-4">KE-Omni</h3>
<p>User: 三十二岁的程序员通常会面临哪些工作上的挑战呢?</p>
<p>Agent: 三十二岁的程序员可能会遇到职业发展的瓶颈,比如技术更新快,需要不断学习新技能,还有就是职位晋升的压力,可能还要面对工作和生活的平衡问题。</p>
<div style="margin-top: auto;">
<audio controls>
<source src="./static/audios/gpt_rewrite_belle1M_classification_belle1M_classification_286344_0_mark.wav" type="audio/wav">
</audio>
<audio controls>
<source src="./static/audios/gpt_rewrite_belle1M_classification_belle1M_classification_286344_1.keomni.wav" type="audio/wav">
</audio>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>@article{zhao2024keomni,
author = {Zhao, Shuajiang and Guo, Tingwei and Xiang, Bajian and Wan, Tongtang and Niu, Qiang and Zou, Wei and Li, Xiangang},
title = {Advancing Speech Language Models by Scaling Supervised Fine-Tuning with Over 60,000 Hours of Synthetic Speech Dialogue Data},
year = {2024},
}</code></pre>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<a class="icon-link" target="_blank"
href="./static/KE_Omni.pdf">
<i class="fas fa-file-pdf"></i>
</a>
<a class="icon-link" href="https://github.com/LianjiaTech/BELLE" target="_blank" class="external-link" disabled>
<i class="fab fa-github"></i>
</a>
</div>
<div class="columns is-centered">
<div class="column is-8">
<div class="content">
<p>
This website is licensed under a <a rel="license" target="_blank"
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
<p>
This means you are free to borrow the <a target="_blank"
href="https://github.com/nerfies/nerfies.github.io">source code</a> of this website,
we just ask that you link back to this page in the footer.
Please remember to remove the analytics code included in the header of the website which
you do not want on your website.
</p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>