paper-with-me

Papers

An Unsupervised Normalization Algorithm for Noisy Text: A Case Study for Information Retrieval and Stance Detection

2021-01-09 · Anurag Roy, Shalmoli Ghosh, Kripabandhu Ghosh, Saptarshi Ghosh

A large fraction of textual data available today contains various types of 'noise', such as OCR noise in digitized documents, noise due to informal writing style of users on microblogging sites, and so on. To enable tasks such as search/retrieval and classification over all the available data, we need robust algorithms for text normalization, i.e., for cleaning different kinds of noise in the text. There have been several efforts towards cleaning or normalizing noisy text; however, many of the existing text normalization methods are supervised and require language-dependent resources or large amounts of training data that is difficult to obtain. We propose an unsupervised algorithm for text normalization that does not need any training data / human intervention. The proposed algorithm is applicable to text over different languages, and can handle both machine-generated and human-generated noise. Experiments over several standard datasets show that text normalization through the proposed algorithm enables better retrieval and stance detection, as compared to that using several baseline text normalization methods. Implementation of our algorithm can be found at https://github.com/ranarag/UnsupClean.

📄 PDF Abstract BibTeX arXiv:2101.03303

Code (1)

ranarag/UnsupClean 공식 구현

Tasks

Information RetrievalOptical Character Recognition (OCR)RetrievalStance DetectionText Normalization

Similar Papers 제목 키워드 기반

The Denoised Web Treebank: Evaluating Dependency Parsing under Noisy Input Conditions

2016-05-01 · LREC 2016 5 · Joachim Daiber, Rob van der Goot

We introduce the Denoised Web Treebank: a treebank including a normalization layer and a corresponding evaluation metric for dependency parsing of noisy text, such as Tweets. This benchmark enables the evaluation of pars…

Dependency ParsingLexical NormalizationMachine TranslationText Normalization+1

Learning Job Titles Similarity from Noisy Skill Labels

2022-07-01 · Rabih Zbib, Lucas Alvarez Lacasa, Federico Retyk, Rus Poves 외

Measuring semantic similarity between job titles is an essential functionality for automatic job recommendations. This task is usually approached using supervised learning techniques, which requires training data in the …

Representation LearningSemantic SimilaritySemantic Textual Similarity

Capitalization Normalization for Language Modeling with an Accurate and Efficient Hierarchical RNN Model

2022-02-16 · Hao Zhang, You-Chi Cheng, Shankar Kumar, W. Ronny Huang 외

Capitalization normalization (truecasing) is the task of restoring the correct case (uppercase or lowercase) of noisy text. We propose a fast, accurate and compact two-level hierarchical word-and-character-based recurren…

Federated LearningLanguage ModelingLanguage Modelling

To What Extent Does Lexical Normalization Help English-as-a-Second Language Learners to Read Noisy English Texts?

2021-11-01 · WNUT (ACL) 2021 11 · Yo Ehara

How difficult is it for English-as-a-second language (ESL) learners to read noisy English texts? Do ESL learners need lexical normalization to read noisy English texts? These questions may also affect community formation…

Lexical Normalization

Batch Group Normalization

2020-12-04 · Xiao-Yun Zhou, Jiacheng Sun, Nanyang Ye, Xu Lan 외

Deep Convolutional Neural Networks (DCNNs) are hard and time-consuming to train. Normalization is one of the effective solutions. Among previous normalization methods, Batch Normalization (BN) performs well at medium and…

Domain AdaptationFew-Shot LearningGPUimage-classification+3