FormalASR: End-to-End Spoken Chinese to Formal Text
The paper introduces FormalASR, a pair of compact end-to-end models (0.6B and 1.7B) trained on newly constructed large-scale datasets to directly transcribe spoken Chinese into formal written text, significantly reducing error rates and eliminating the need for latency-inducing post-processing LLMs.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are recording a voice memo for a friend. You speak naturally, full of "ums," "uhs," repeated words, and sentences that trail off or start over. If you run this recording through a standard speech-to-text app, it gives you a verbatim transcript: a messy, word-for-word copy of your spoken ramblings. It's accurate to what you said, but it's not very useful if you want to paste that text into a formal email or a professional report.
Currently, to fix this mess, people use a "two-step" process: first, the computer writes down exactly what you said; second, a giant, expensive AI (like a super-smart editor) reads that messy text and rewrites it into clean, professional language. This is slow, requires a lot of computer power, and usually needs an internet connection to a big cloud server.
FormalASR is a new invention that skips the second step entirely. It's a single, compact AI model that listens to your messy speech and instantly spits out clean, formal text, as if a professional editor had already polished it.
Here is how the paper breaks down this solution:
1. The Problem: The "Messy Room" vs. The "Clean Office"
Think of spoken language as a messy bedroom. It has clothes on the floor (filler words), half-finished projects (false starts), and things scattered everywhere (informal grammar).
- Standard ASR is like a camera that takes a photo of the messy room. It captures everything exactly as it is.
- The Old Solution was to take that photo, send it to a professional interior designer (a large AI model), and ask them to digitally clean the room. This takes time and money.
- FormalASR is a new kind of camera that doesn't just take a photo; it has a built-in cleaning crew. It looks at the messy audio and immediately outputs a picture of a tidy, organized office.
2. The Training: Teaching the AI to "Clean"
To teach this new camera how to clean, the researchers built two massive libraries of "Before and After" examples:
- The Source: They took thousands of hours of real, messy speech recordings (from audiobooks, meetings, and podcasts).
- The Transformation: They used a powerful AI (DeepSeek-V3.2) to rewrite those messy transcripts into perfect, formal Chinese text.
- The Filter: They checked the work to make sure the "clean" version still meant the same thing as the "messy" version, throwing out any bad examples.
This created two new datasets (WenetSpeech-Formal and Speechio-Formal) that act like a training manual for the AI, showing it exactly how to turn spoken ramblings into written prose.
3. The Result: A Compact, All-in-One Tool
The researchers took two existing AI models (0.6 billion and 1.7 billion parameters in size) and "fine-tuned" them using their new training data.
- The Performance: When tested, these new models (FormalASR) were much better at producing formal text than standard models. They reduced errors by up to 37% compared to the old "verbatim" style. They also got higher scores on how well they preserved the original meaning.
- The Speed: Because the AI removes the filler words and repetitions while it's listening, the final text is shorter. This means the computer has to do less work to generate the answer, making it faster.
- The Size: The best part is that this model is small enough to run on a phone or a laptop (on-device) without needing a giant cloud server.
4. The "Tiny" Version (Quantization)
The paper also tested shrinking the model even further (like compressing a high-res photo into a smaller file) to make it fit on even smaller devices.
- They found that even when they squeezed the model down to 4-bit precision (making it less than 1GB in size), it still worked incredibly well.
- It's like taking a high-end chef's knife and sharpening it down to a pocket knife size; it's still sharp enough to cut through the job perfectly, just smaller and easier to carry.
Summary
FormalASR is a breakthrough because it combines the job of "listening" and "editing" into one small, fast package. Instead of recording your voice, getting a messy transcript, and then hiring a digital editor to fix it, you just speak, and the device gives you a polished, professional document instantly. It works offline, it's fast, and it's surprisingly accurate.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.