Semantic Error Correction for Short Block Codes Over Noisy Channels
A newly developed receiver framework improves the transmission of natural language sentences across noisy wireless channels by utilizing several short block codes. Sentences are first ASCII-encoded and segmented, with each segment independently encoded using a short block code prior to being sent over an AWGN channel. Upon reception, segments are decoded simultaneously, and a semantic error correction (SEC) model is employed to reconstruct any corrupted segments by leveraging language model context. Additionally, the framework features semantic list decoding (SLD), which produces multiple possible reconstructions and identifies the optimal one based on weighted Hamming distance, along with a semantic confidence-guided HARQ (SHARQ) mechanism that substitutes CRC-based error detection with a confidence score for selective retransmission. All components are developed and trained with bidirectional and auto-regressive transformers (BART), and simulation results are included.
Key facts
- Framework transmits natural language sentences over noisy wireless channels using multiple short block codes
- Sentences are ASCII-encoded and divided into segments
- Each segment is independently encoded with a short block code
- Transmission occurs over an AWGN channel
- Segments are decoded in parallel at the receiver
- Semantic error correction (SEC) model uses language model context to reconstruct corrupted segments
- Semantic list decoding (SLD) generates multiple candidate reconstructions and selects best via weighted Hamming distance
- Semantic confidence-guided HARQ (SHARQ) replaces CRC-based error detection with confidence score
- All modules use bidirectional and auto-regressive transformers (BART)
Entities
—