JA EN
Glossary › streaming

GLOSSARY

streaming

appears in 5 paper titles

Definition

Processing input incrementally as it arrives and emitting output before the full input is available. It is required wherever latency is part of the product — live transcription, simultaneous translation, token-by-token chat responses. Accuracy is usually somewhat worse than offline processing, which can condition on the entire input, so streaming work is largely about managing that latency-quality trade-off.

Explainers using this term