paper-with-me

Papers

GM-RKB WikiText Error Correction Task and Baselines

2020-05-01 · LREC 2020 5 · Gabor Melli, Abdelrhman Eldallal, Bassim Lazem, Olga Moreira

We introduce the GM-RKB WikiText Error Correction Task for the automatic detection and correction of typographical errors in WikiText annotated pages. The included corpus is based on a snapshot of the GM-RKB domain-specific semantic wiki consisting of a large collection of concepts, personages, and publications primary centered on data mining and machine learning research topics. Numerous Wikipedia pages were also included as additional training data in the task{'}s evaluation process. The corpus was then automatically updated to synthetically include realistic errors to produce a training and evaluation ground truth comparison. We designed and evaluated two supervised baseline WikiFixer error correction methods: (1) a naive approach based on a maximum likelihood character-level language model; (2) and an advanced model based on a sequence-to-sequence (seq2seq) neural network architecture. Both error correction models operated at a character level. When compared against an off-the-shelf word-level spell checker these methods showed a significant improvement in the task{'}s performance {--} with the seq2seq-based model correcting a higher number of errors than it introduced. Finally, we published our data and code.

📄 PDF Abstract BibTeX

Code (1)

GM-RKB/LREC-2020 공식 구현

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

GlowQ: Group-Shared LOw-Rank Approximation for Quantized LLMs

2026-03-26 · Selim An, Il hong Suh, Yeseong Kim arxiv

Quantization techniques such as BitsAndBytes, AWQ, and GPTQ are widely used as a standard method in deploying large language models but often degrades accuracy when using low-bit representations, e.g., 4 bits. Low-rank c…

LACE-SVD: Loss-Aware SVD with Cumulative Error Correction for LLM Compression

2026-07-03 · Zhuowen Liu, Longkun Hao, Shiyu Feng, Xiaowen Chang 외 arxiv

The rapid growth in the parameter scale of large language models (LLMs) has created a strong demand for efficient compression techniques. As a hardware-agnostic and highly compatible approach, low-rank compression has be…

HeadQ: Model-Visible Distortion and Score-Space Correction for KV-Cache Quantization

2026-05-05 · Jorge L. Ruiz Williams arxiv

KV-cache quantizers usually optimize storage-space reconstruction, even though attention reads keys through logits and values through attention-weighted readout. We argue that persistent cache error should be measured in…

Enhancing Grammatical Error Correction Systems with Explanations

2023-05-25 · Yuejiao Fei, Leyang Cui, Sen yang, Wai Lam 외

Grammatical error correction systems improve written communication by detecting and correcting language mistakes. To help language learners better understand why the GEC system makes a certain correction, the causes of e…

Grammatical Error Correction

Spelling Error Correction with Soft-Masked BERT

2020-05-15 · ACL 2020 6 · Shaohua Zhang, Haoran Huang, Jicong Liu, Hang Li

Spelling error correction is an important yet challenging task because a satisfactory solution of it essentially needs human-level language understanding ability. Without loss of generality we consider Chinese spelling e…

Chinese Spelling Error CorrectionLanguage ModelingLanguage ModellingPosition+1