paper-with-me

Papers

uniblock: Scoring and Filtering Corpus with Unicode Block Information

2019-08-26 · IJCNLP 2019 11 · Yingbo Gao, Weiyue Wang, Hermann Ney

The preprocessing pipelines in Natural Language Processing usually involve a step of removing sentences consisted of illegal characters. The definition of illegal characters and the specific removal strategy depend on the task, language, domain, etc, which often lead to tiresome and repetitive scripting of rules. In this paper, we introduce a simple statistical method, uniblock, to overcome this problem. For each sentence, uniblock generates a fixed-size feature vector using Unicode block information of the characters. A Gaussian mixture model is then estimated on some clean corpus using variational inference. The learned model can then be used to score sentences and filter corpus. We present experimental results on Sentiment Analysis, Language Modeling and Machine Translation, and show the simplicity and effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:1908.09716

Code (1)

ringoreality/uniblock 공식 구현

Tasks

Language ModelingLanguage ModellingMachine TranslationSentenceSentiment AnalysisTranslationVariational Inference

Similar Papers 제목 키워드 기반

Towards Universal Dense Blocking for Entity Resolution

2024-04-23 · Tianshu Wang, Hongyu Lin, Xianpei Han, Xiaoyang Chen 외

Blocking is a critical step in entity resolution, and the emergence of neural network-based representation models has led to the development of dense blocking as a promising approach for exploring deep semantics in block…

BlockingContrastive LearningEntity Resolution

Parallel Corpus Filtering Based on Fuzzy String Matching

2019-08-01 · WS 2019 8 · Sukanta Sen, Asif Ekbal, Pushpak Bhattacharyya

In this paper, we describe the IIT Patna{'}s submission to WMT 2019 shared task on parallel corpus filtering. This shared task asks the participants to develop methods for scoring each parallel sentence from a given nois…

NMTSentence

The RWTH Aachen University Filtering System for the WMT 2018 Parallel Corpus Filtering Task

2018-10-01 · WS 2018 10 · Nick Rossenbach, Jan Rosendahl, Yunsu Kim, Miguel Gra{\c{c}}a 외

This paper describes the submission of RWTH Aachen University for the De→En parallel corpus filtering task of the \textit{EMNLP 2018 Third Conference on Machine Translation} (WMT 2018). We use several rule-based, heuri…

Machine TranslationSentenceTranslation

Quality and Coverage: The AFRL Submission to the WMT19 Parallel Corpus Filtering for Low-Resource Conditions Task

2019-08-01 · WS 2019 8 · Grant Erdmann, Jeremy Gwinnup

The WMT19 Parallel Corpus Filtering For Low-Resource Conditions Task aims to test various methods of filtering a noisy parallel corpora, to make them useful for training machine translation systems. This year the noisy c…

Machine TranslationTranslation

FineFreq: A Multilingual Character Frequency Dataset from Web-Scale Text

2025-12-10 · Binbin Xu arxiv

We present FineFreq, a large-scale multilingual character frequency dataset derived from the FineWeb and FineWeb2 corpora, covering over 1900 languages and spanning 2013-2025. The dataset contains frequency counts for 96…