Pith. sign in

REVIEW 5 major objections 6 minor 2 cited by

LUCY: Linguistic Understanding and Control Yielding Early Stage of Her

T0 review · 5 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read LUCY, a 7B end-to-end speech model, claims to be the first audio agent to improve emotion control, naturalness, and function calling at once, with high emotion-match rates and 63% correct spoken tool-use dialogues.

desk verdict Well-engineered E2E speech model with a combined capability set, but its emotion-control evaluation is in-distribution synthetic and not validated against human perception. read the letter →

arxiv 2501.16327 v1 pith:KWWF6Y5R submitted 2025-01-27 cs.CL cs.SDeess.AS

classification cs.CLcs.SDeess.AS
keywords end-to-endspeechmodelemotioncontrolfunctioncallingnaturalconversationparallelaudio-textdecodingspokendialoguesystemsynthetictrainingdataaudioagent
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper sets out to show that a single end-to-end speech model can do three things that current audio agents usually do only separately or partially: respond in an emotion the user asks for or that fits the user's tone of voice, speak in a concise and colloquial way, and call external tools to answer questions beyond its own knowledge. The proposed model, LUCY, is a 7-billion-parameter language model that decodes text and seven streams of audio tokens in parallel, trained on roughly 1.1 million synthetic conversations (one million general, 100k emotional, 60k natural, 26k function-call) generated with a large language model and an in-house text-to-speech system. On a 1,500-item emotion test, LUCY produces speech matching the requested emotion in most categories (for example, 96% Joy, 93% Anger, 88% Fear for linguistic control in Chinese), well above the GLM-4-Voice comparison, and it completes all steps of a function-call dialogue correctly 63% of the time from audio input, versus 35% for a text-only 7B model. The paper also reports that an external language model judges LUCY's responses more natural than its text baseline and that end-to-end latency in half-duplex mode is 0.465 seconds. If these results hold, they indicate that emotional expressiveness, natural style, and live tool use can live in one end-to-end speech model rather than in separate modules.

What carries the argument

The load-bearing mechanism is parallel audio-text decoding with special control tokens. LUCY uses one text head and seven audio heads (one per SNAC codebook) to generate text and speech simultaneously, with emotion and speaker tokens inserted before the response so the model learns to decide the emotion before producing audio. Function-call conversations are handled with a two-stream variant of batch-parallel decoding: one stream generates text-only (including the silent function call), the other generates the voiced acknowledgment and speech, and the text tokens from the first stream replace those in the second. Training data come from Algorithm 1, which assigns each user query a random acoustic emotion, computes a composite target emotion as a weighted average (alpha=0.7) of acoustic and semantic emotions, and uses an LLM to write the answer in that emotion.

What would settle it

Collect recordings of people naturally expressing emotions such as fear, anger, joy, sadness, and neutrality without scripted emotion labels, play them to LUCY, and have human raters judge whether its responses match the speaker's emotion and are appropriate; if agreement on the non-neutral categories is at or near chance, the acoustic-emotion-control claim fails. The same experiment can be done by replacing Algorithm 1's randomly assigned labels with human-annotated emotion labels on the existing 1,500-item test set and checking whether LUCY's accuracy remains high.

Watch

Extended reading notes

Core claim

The central claim is that a fully end-to-end speech language model can simultaneously acquire emotion control (following explicit or implicit linguistic instructions and reacting to acoustic emotional cues), natural conversational style, and function-calling ability without giving up much general question answering. LUCY achieves this by treating emotion as a special token: after the user's input, the model predicts a speaker token and an emotion token, then generates the speech and text responses in parallel, so emotion is a controllable conditioning signal rather than a post-hoc TTS effect. On the paper's own evaluations, LUCY matches the requested emotion in most categories on the 1,500-item test (96.18% Joy, 92.94% Anger, 88.12% Fear for Chinese linguistic control; around 80% neutral accuracy in acoustic control, weaker on Disgust), completes 63% of function-call dialogues from audio (vs 35% overall for Qwen2-7B text), and is judged more natural than the text baseline on AudioChat. The authors conclude LUCY is the first model to improve across all three dimensions in one system.

Load-bearing premise

The load-bearing premise is that the synthetic acoustic-emotion test set built by Algorithm 1—randomly assigning an emotion label to each user query, synthesizing that speech with an internal TTS, and defining the target response emotion as a weighted average (alpha=0.7) of acoustic and semantic emotions—matches how real people perceive and express emotion in speech; if that rule does not hold for natural speech, the emotion-control results show only that LUCY fits its own synthetic training distribution.

Editorial extensions

If this is right

  • Emotion control becomes a first-class interface: a user can request a speaking style explicitly, and the model can also infer the appropriate style from the tone of voice, so the same backbone serves both linguistic and acoustic control.
  • Silent function calling in an end-to-end speech model is feasible with parallel decoding: the model can acknowledge a request aloud, call a tool invisibly, and then speak the result, which removes the need to hand off to separate ASR, dialogue, and TTS modules.
  • The 0.465 s half-duplex latency with 7B parameters suggests that real-time spoken agents need not wait for cascaded pipelines; the first audio chunk arrives in about 0.359 s.
  • The S-to-S spoken question-answering results (for example, 25.64 versus 9.20 on WebQuestions against Moshi) suggest that the model's own speech output preserves answer content well enough for transcription-based evaluation.
  • The naturalness training recipe of filtering technical content, rewriting colloquially, and keeping only high-scoring conversations yields more concise answers than a vanilla 7B LLM while retaining core information, so style control need not cost accuracy.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Beyond the paper: the 63%-versus-35% function-call comparison pits LUCY's audio input against a text-only baseline that was not trained for tool use, so part of the gap likely comes from task alignment rather than the audio modality; a LUCY-text versus LUCY-audio comparison would isolate the cost of speech input.
  • Beyond the paper: the acoustic-emotion evaluation inherits Algorithm 1's synthetic rule of random emotion labels, TTS-generated speech, and alpha=0.7 weighting, so the natural next test is a human listening study on spontaneous emotional speech; the paper does not claim that generalization.
  • Beyond the paper: the emotion-token conditioning scheme is architecture-agnostic enough that other parallel-decoding speech models could adopt it with only data changes, which suggests the recipe may transfer beyond LUCY.
  • Beyond the paper: the paper's 'first to improve all three dimensions' claim is relative to its comparison set; a later or differently trained model could match the combination, so the durable contribution is the training-and-decoding recipe rather than the title.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The paper presents LUCY, an end-to-end speech model built on the Mini-Omni architecture with a Qwen2-7B backbone, trained on synthetic data to improve three dimensions of spoken interaction: emotion control, naturalness, and informativeness (function calling). The model uses special emotion and speaker tokens to control output emotion, modifies batch-parallel decoding for multi-round and function-call settings, and is trained in three stages on 1M common conversations, 100k emotional conversations, 60k natural conversations, and 26k function-call conversations. Experiments compare LUCY with GLM-4-Voice, Moshi, and other systems on emotion control, function calling, naturalness, spoken QA, ASR, full-duplex rejection, and latency, reporting strong emotion-control accuracy, a 63% overall function-call accuracy with audio input, and a naturalness win rate above GLM-4-Voice.

Significance. If the results hold, LUCY would be a useful contribution to end-to-end spoken dialogue, particularly the use of emotion tokens and the modifications for silent function calls in a parallel audio/text decoding framework. The paper also contributes a three-stage training pipeline, a large synthetic conversational dataset, and practical measurements of latency and ASR quality. However, the headline claim of being the first model to improve all three dimensions rests on an emotion-control evaluation whose test labels are generated by the same synthetic pipeline used for training, without human validation of the label-generation rules. The other two dimensions, function calling and naturalness, are supported by much smaller or model-judged evaluations. The engineering and architecture contributions are credible, but the central empirical claim needs additional validation before the results can be fully credited.

major comments (5)
  1. [§3.2.1, §4.1, Table 2] The acoustic emotion control (AEC) test set is constructed with the same Algorithm 1, the same in-house TTS, and the same eight-label emotion system used to create the training data. Because the ground-truth labels are therefore in-distribution with respect to the synthetic label-generation process, the high AEC accuracies (e.g., 66.67% Joy and 55.84% Anger in Chinese) do not establish that LUCY perceives real paralinguistic emotion. The paper provides no human validation that (i) the synthesized query speech perceptually conveys the randomly assigned acoustic emotion, and (ii) the weighted-average rule in Algorithm 1 matches the response emotion a human would find appropriate. I recommend reporting results on an external emotional speech corpus with human-annotated labels, or a listening study.
  2. [Algorithm 1] The line 'query emo = α * acoustic emo + (1-α) * semantic emo' applies arithmetic to nominal emotion categories; no vector representation or distance metric is defined, so this operation is not well-specified. Moreover, as written, the generation of 'answer emo' and 'answer' occurs only in the else branch, so conversations in which the acoustic and semantic emotions coincide are left without an assistant response. This needs to be corrected and the ambiguity resolved.
  3. [§4.1, Table 2] Since emotion2vec does not include a Sorry class, the authors map 'Other' to 'Sorry'. This makes the Sorry column (e.g., 88.69% LEC ZH, 84.27% LEC EN) uninterpretable as an emotion-class accuracy and may inflate it. Please report the underlying emotion2vec confusion matrix or use an emotion classifier that supports all eight labels.
  4. [Table 3] The function-call evaluation uses only 200 dialog scenarios and reports no variance or significance testing. The headline comparison (63.0% overall for LUCY audio vs 35.0% for Qwen2-7B text) could change substantially with a larger sample; a confidence interval or paired test is needed before claiming a significant advantage.
  5. [Table 6 and Abstract] The abstract's claim that LUCY preserves question-answering performance 'without sacrificing much performance' is not supported by the S3 vs S2 comparison: TriviaQA S→T drops from 27.03 to 23.26 and S→S from 22.87 to 18.22, with similar drops on WebQuestions. The text should acknowledge and quantify this trade-off.
minor comments (6)
  1. [§3.2.1] The sentence 'We filter out conversations with the input and output lengths than 1,000 tokens' appears to be missing 'greater than' or 'longer than'.
  2. [§3.1] The text says 'We inset additional emotion tokens' where 'insert' appears to be the intended word.
  3. [Table 1] The symbols '!' and '%' are not defined in the caption; please add a legend explaining their meaning.
  4. [Algorithm 1] The notation '(¬ Neutral)(acoustic emo, semantic emo)' is undefined; please spell out the selection rule in words.
  5. [§4.1] There is a typo: 'attribted' should be 'attributed'.
  6. [§4.2, Table 3] The header text '1 : 1ratio' should be '1:1 ratio' for readability.

Circularity Check

1 steps flagged · score 5.0 of 10

Emotion-control evaluation is in-distribution with the synthetic Algorithm 1 label generator: the AEC test set is built by the same procedure and TTS used to create training labels, so Table 2 measures reproduction of the synthetic labeling rule rather than independently validated emotion perception.

  1. self definitional [Section 3.2.1 (Algorithm 1; AEC training data) and Section 4.1 (AEC test set)]
    "we construct a multi-turn acoustic-emotion dialogue dataset. This dataset is created by sampling 65K multi-turn dialogues from AudioQA-1.0M utilizing Algorithm 1... the composite emotion is a weighted average of the acoustic and semantic emotions. With α as the weighting coefficient, we set α = 0.7... For this purpose, we use Algorithm 1 to construct an acoustic-emotion-control test set where we also use emotion2vec to annotate the emotions of the model’s output speech for comparison with the groundtruth emotions."

    The AEC training targets and the AEC test ground truths are generated by the same Algorithm 1: a random acoustic emotion is assigned, the semantic emotion is obtained from an LLM, the composite query emotion is the α=0.7 weighted average, and the query speech is rendered by the same in-house TTS. LUCY is trained to predict answer_emo from query_emo under exactly this generative rule, and Table 2's AEC accuracies are computed against the same rule on held-out samples. Thus the evaluation measures the model's ability to reproduce the synthetic label-generation function rather than its ability to perceive emotions as humans would.

full rationale

The strongest circularity concern is confined to the acoustic emotion control (AEC) evaluation. Both the training data and the test set for AEC are generated by Algorithm 1, using the same random emotion assignment, the same LLM-based semantic emotion, the same α=0.7 mixing rule, and the same in-house TTS. Consequently, the Table 2 AEC numbers primarily demonstrate that LUCY has learned the synthetic labeling rule, not that it understands real human paralinguistic emotion. This is a partial circularity because the test queries are newly generated and the emotion label is not directly fed to the model at inference, yet the ground-truth definition of the target is identical to the training-label definition. The linguistic emotion control (LEC) evaluation is less problematic because explicit and implicit linguistic instructions are well-defined semantic tasks, although the test entries are drawn from the same AudioQA-1.0M / Qwen2.5-72B rewriting pipeline as the training data. Other contributions have independent support: function-calling accuracy is measured on 200 dialog scenarios with standard answers and compared against Qwen2-7B, naturalness is judged by an external LLM against baselines, and spoken QA is evaluated on public benchmarks (WebQuestions, Llama Questions, TriviaQA). The paper also cites its own prior Freeze-Omni work for the audio encoder, but that citation is an engineering choice rather than a load-bearing justification of the central claims. Overall, the emotion-control superiority claim is partially circular, but the paper contains enough independent evaluation elsewhere to avoid a higher score.

Assumptions & free parameters 2 free parameters · 4 assumptions · 1 invented entities

The central claim depends on a hand-chosen emotion-weighting parameter, a post-hoc mapping in the evaluation metric, and several assumptions about the validity of synthetic data and model-based judges. The invented 'Sorry' emotion category has no independent evidence.

free parameters (2)
  • alpha (emotion weighting coefficient) = 0.7
    Set in Algorithm 1 to weight acoustic over semantic emotion when combining them; no ablation or sensitivity analysis is provided.
  • Other-to-Sorry mapping = Other emotion2vec class mapped to Sorry
    In Section 4.1, emotion2vec has no Sorry class, so the Other prediction is counted as Sorry, which inflates the reported Sorry accuracy and may distort other emotion scores.
assumptions (4)
  • domain assumption emotion2vec annotations are valid ground truth for the emotion of synthesized speech.
    Used in Section 4.1 to label model outputs; no human evaluation or calibration of emotion2vec on this TTS data is provided.
  • domain assumption Qwen2.5-72B generated dialogues and in-house TTS synthesized speech are realistic proxies for human conversation.
    All training and test data are synthetic; used throughout Sections 3 and 4. No validation on natural human speech is shown.
  • ad hoc to paper The weighted combination rule in Algorithm 1 mirrors human perception of conflicting acoustic and semantic emotions.
    The alpha parameter and combination logic are invented for this paper; no citation or human study supports the rule.
  • domain assumption An LLM judge (Qwen2.5-72B) can reliably rank naturalness.
    Used in Section 4.3 to compute win-rates; no correlation with human judgments is reported.
invented entities (1)
  • Sorry emotion label
    purpose: Adds an eighth emotion category to the label system so the model can produce apologetic responses to certain user emotions.
    Introduced in Section 3.2.1 without external validation; the evaluation maps emotion2vec Other to Sorry, creating a self-confirming category.

how reviews work

0 comments
Cite this review

Pith. "Pith review of LUCY: Linguistic Understanding and Control Yielding Early Stage of Her." pith.science (2026). https://pith.science/paper/KWWF6Y5R

@misc{pith2026250116327,
  author       = {Pith},
  title        = {Pith review of: LUCY: Linguistic Understanding and Control Yielding Early Stage of Her},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/KWWF6Y5R}},
  note         = {Machine review of arXiv:2501.16327}
}
read the original abstract

The film Her features Samantha, a sophisticated AI audio agent who is capable of understanding both linguistic and paralinguistic information in human speech and delivering real-time responses that are natural, informative and sensitive to emotional subtleties. Moving one step toward more sophisticated audio agent from recent advancement in end-to-end (E2E) speech systems, we propose LUCY, a E2E speech model that (1) senses and responds to user's emotion, (2) deliver responses in a succinct and natural style, and (3) use external tool to answer real-time inquiries. Experiment results show that LUCY is better at emotion control than peer models, generating emotional responses based on linguistic emotional instructions and responding to paralinguistic emotional cues. Lucy is also able to generate responses in a more natural style, as judged by external language models, without sacrificing much performance on general question answering. Finally, LUCY can leverage function calls to answer questions that are out of its knowledge scope.

Figures

Figures reproduced from arXiv: 2501.16327 by the authors.

Figure 2
Figure 2. Illustration of Emotion and Speaker Tokens. where li is the maximum number of tokens of the output text Y T i and the output speech Y A i of the i-th sample. The overview of LUCY’s architecture is shown in [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Batch Parallel Decoding for Function-Call Samples. learns to first predict the emotion token and then responses. The former thus serves as emotion context which guide the generation of the subsequent audio tokens. The emotion and speaker tokens are inserted as shown in [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Hierarchical Acoustic-Semantic Modeling: Modality Separation and Semantic Coherence for Full-Duplex SLMs

    cs.CL 2026-07 conditional novelty 6.0 of 10

    Lychee-FD resolves modality interference in full-duplex spoken language models by separating acoustic and semantic parameters in deep layers and adding a dense semantic alignment channel, achieving state-of-the-art pe...

  2. Omni-Diffusion: Unified Multimodal Understanding and Generation with Masked Discrete Diffusion

    cs.CV 2026-03 conditional novelty 6.0 of 10

    A unified mask-based discrete diffusion model jointly models text, speech, and image tokens and matches or exceeds several any-to-any and specialist multimodal baselines.

Reference graph

Works this paper leans on

24 extracted references · 1 canonical work pages · cited by 2 Pith papers

  1. [1]

    https://github.com/ codefuse-ai/codefuse-devops-eval

    A devops domain knowledge evaluation benchmarks for large language models. https://github.com/ codefuse-ai/codefuse-devops-eval . Ac- cessed: 2025-01-26. Achiam, J., Adler, S., Agarwal, S., Ahmad, L., Akkaya, I., Aleman, F. L., Almeida, D., Altenschmidt, J., Altman, S., Anadkat, S., et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774,

  2. [6]

    Qwen2-audio technical report

    Chu, Y ., Xu, J., Yang, Q., Wei, H., Wei, X., Guo, Z., Leng, Y ., Lv, Y ., He, J., Lin, J., et al. Qwen2-audio technical report. arXiv preprint arXiv:2407.10759,

  3. [7]

    M., et al

    Das, N., Dingliwal, S., Ronanki, S., Paturi, R., Huang, Z., Mathur, P., Yuan, J., Bekal, D., Niu, X., Jayanthi, S. M., et al. Speechverse: A large-scale generalizable audio language model. arXiv preprint arXiv:2405.08295,

  4. [8]

    High fidelity neural audio compression

    D´efossez, A., Copet, J., Synnaeve, G., and Adi, Y . High fidelity neural audio compression. arXiv preprint arXiv:2210.13438,

  5. [9]

    Moshi: a speech-text foundation model for real-time dialogue

    D´efossez, A., Mazar ´e, L., Orsini, M., Royer, A., P ´erez, P., J ´egou, H., Grave, E., and Zeghidour, N. Moshi: a speech-text foundation model for real-time dialogue. arXiv preprint arXiv:2410.00037,

  6. [10]

    Cosyvoice: A scalable multilingual zero-shot text-to-speech synthesizer based on supervised semantic tokens

    Du, Z., Chen, Q., Zhang, S., Hu, K., Lu, H., Yang, Y ., Hu, H., Zheng, S., Gu, Y ., Ma, Z., et al. Cosyvoice: A scalable multilingual zero-shot text-to-speech synthesizer based on supervised semantic tokens. arXiv preprint arXiv:2407.05407,

  7. [11]

    Llama-omni: Seamless speech interaction with large lan- guage models

    Fang, Q., Guo, S., Zhou, Y ., Ma, Z., Zhang, S., and Feng, Y . Llama-omni: Seamless speech interaction with large lan- guage models. arXiv preprint arXiv:2409.06666,

  8. [12]

    Wavchat: A survey of spoken dialogue models

    Ji, S., Chen, Y ., Fang, M., Zuo, J., Lu, J., Wang, H., Jiang, Z., Zhou, L., Liu, S., Cheng, X., et al. Wavchat: A survey of spoken dialogue models. arXiv preprint arXiv:2411.13577,

Show all 24 references
  1. [13]

    Q., Sablayrolles, A., Mensch, A., Bamford, C., Chaplot, D

    Jiang, A. Q., Sablayrolles, A., Mensch, A., Bamford, C., Chaplot, D. S., Casas, D. d. l., Bressand, F., Lengyel, G., Lample, G., Saulnier, L., et al. Mistral 7b. arXiv preprint arXiv:2310.06825,

  2. [14]

    S., and Zettlemoyer, L

    Joshi, M., Choi, E., Weld, D. S., and Zettlemoyer, L. Triviaqa: A large scale distantly supervised challenge dataset for reading comprehension. arXiv preprint arXiv:1705.03551,

  3. [16]

    Emobox: Multilin- gual multi-corpus speech emotion recognition toolkit and benchmark

    Ma, Z., Chen, M., Zhang, H., Zheng, Z., Chen, W., Li, X., Ye, J., Chen, X., and Hain, T. Emobox: Multilin- gual multi-corpus speech emotion recognition toolkit and benchmark. arXiv preprint arXiv:2406.07162,

  4. [17]

    9 LUCY: Linguistic Understanding and Control Yielding Early Stage of Her Nachmani, E., Levkovitch, A., Hirsch, R., Salazar, J., Asawaroengchai, C., Mariooryad, S., Rivlin, E., Skerry- Ryan, R., and Ramanovich, M. T. Spoken question answering and speech continuation using spect...

  5. [19]

    Radford, A., Kim, J

    URL https://arxiv.org/abs/ 2305.06849. Radford, A., Kim, J. W., Xu, T., Brockman, G., McLeavey, C., and Sutskever, I. Robust speech recognition via large- scale weak supervision. In International conference on machine learning, pp. 28492–28518. PMLR,

  6. [20]

    Siuzdak, H., Gr¨otschla, F., and Lanzend¨orfer, L. A. Snac: Multi-scale neural audio codec. In Audio Imagination: NeurIPS 2024 Workshop AI-Driven Speech, Music, and Sound Generation,

  7. [21]

    Llama: Open and efficient foundation lan- guage models

    Touvron, H., Lavril, T., Izacard, G., Martinet, X., Lachaux, M.-A., Lacroix, T., Rozi`ere, B., Goyal, N., Hambro, E., Azhar, F., et al. Llama: Open and efficient foundation lan- guage models. arXiv preprint arXiv:2302.13971,

  8. [22]

    A full-duplex speech dialogue scheme based on large lan- guage models

    Wang, P., Lu, S., Tang, Y ., Yan, S., Xia, W., and Xiong, Y . A full-duplex speech dialogue scheme based on large lan- guage models. arXiv preprint arXiv:2405.19487, 2024a. Wang, X., Li, Y ., Fu, C., Xie, L., Li, K., Sun, X., and Ma, L. Freeze-omni: A smart and low latency spe...

  9. [23]

    Yang, A., Yang, B., Zhang, B., Hui, B., Zheng, B., Yu, B., Li, C., Liu, D., Huang, F., Wei, H., et al. Qwen2. 5 technical report. arXiv preprint arXiv:2412.15115,

  10. [24]

    Glm-4-voice: Towards intelli- gent and human-like end-to-end spoken chatbot

    Zeng, A., Du, Z., Liu, M., Wang, K., Jiang, S., Zhao, L., Dong, Y ., and Tang, J. Glm-4-voice: Towards intelli- gent and human-like end-to-end spoken chatbot. arXiv preprint arXiv:2412.02612, 2024a. Zeng, A., Du, Z., Liu, M., Zhang, L., Jiang, S., Dong, Y ., and Tang, J. Scali...

  11. [2013]

    Minmo: A multimodal large language model for seamless voice interaction

    Chen, Q., Chen, Y ., Chen, Y ., Chen, M., Chen, Y ., Deng, C., Du, Z., Gao, R., Gao, C., Gao, Z., et al. Minmo: A multimodal large language model for seamless voice interaction. arXiv preprint arXiv:2501.06282,

  12. [2021]

    emotion2vec: Self-supervised pre-training for speech emotion representation

    Ma, Z., Zheng, Z., Ye, J., Li, J., Gao, Z., Zhang, S., and Chen, X. emotion2vec: Self-supervised pre-training for speech emotion representation. arXiv preprint arXiv:2312.15185,

  13. [2022]

    Slam-omni: Timbre- controllable voice interaction system with single-stage training

    Chen, W., Ma, Z., Yan, R., Liang, Y ., Li, X., Xu, R., Niu, Z., Zhu, Y ., Yang, Y ., Liu, Z., et al. Slam-omni: Timbre- controllable voice interaction system with single-stage training. arXiv preprint arXiv:2412.15649,

  14. [2023]

    Semantic parsing on freebase from question-answer pairs

    Berant, J., Chou, A., Frostig, R., and Liang, P. Semantic parsing on freebase from question-answer pairs. In Pro- ceedings of the 2013 conference on empirical methods in natural language processing, pp. 1533–1544,

  15. [2024]

    Qwen-audio: Advancing univer- sal audio understanding via unified large-scale audio- language models

    Chu, Y ., Xu, J., Zhou, X., Yang, Q., Zhang, S., Yan, Z., Zhou, C., and Zhou, J. Qwen-audio: Advancing univer- sal audio understanding via unified large-scale audio- language models. arXiv preprint arXiv:2311.07919 ,

  16. [2025]

    Meld: A multimodal multi-party dataset for emotion recognition in conversations

    Poria, S., Hazarika, D., Majumder, N., Naik, G., Cambria, E., and Mihalcea, R. Meld: A multimodal multi-party dataset for emotion recognition in conversations. arXiv preprint arXiv:1810.02508,

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.