paper-with-me

Papers

Improving Text Normalization by Optimizing Nearest Neighbor Matching

2017-12-27 · Salman Ahmad Ansari, Usman Zafar, Asim Karim

Text normalization is an essential task in the processing and analysis of social media that is dominated with informal writing. It aims to map informal words to their intended standard forms. Previously proposed text normalization approaches typically require manual selection of parameters for improved performance. In this paper, we present an automatic optimizationbased nearest neighbor matching approach for text normalization. This approach is motivated by the observation that text normalization is essentially a matching problem and nearest neighbor matching with an adaptive similarity function is the most direct procedure for it. Our similarity function incorporates weighted contributions of contextual, string, and phonetic similarity, and the nearest neighbor matching involves a minimum similarity threshold. These four parameters are tuned efficiently using grid search. We evaluate the performance of our approach on two benchmark datasets. The results demonstrate that parameter tuning on small sized labeled datasets produce state-of-the-art text normalization performances. Thus, this approach allows practically easy construction of evolving domain-specific normalization lexicons

📄 PDF Abstract BibTeX arXiv:1712.09518

Code (0)

등록된 구현이 없습니다.

Tasks

Text Normalization

Similar Papers 제목 키워드 기반

Nearest Neighbor Normalization Improves Multimodal Retrieval

2024-10-31 · Neil Chowdhury, Franklin Wang, Sumedh Shenoy, Douwe Kiela 외

Multimodal models leverage large-scale pre-training to achieve strong but still imperfect performance on tasks such as image captioning, visual question answering, and cross-modal retrieval. In this paper, we present a s…

Cross-Modal RetrievalImage CaptioningImage RetrievalImage-text Retrieval+4

Texture Superpixel Clustering from Patch-based Nearest Neighbor Matching

2020-03-09 · Rémi Giraud, Yannick Berthoumieu

Superpixels are widely used in computer vision applications. Nevertheless, decomposition methods may still fail to efficiently cluster image pixels according to their local texture. In this paper, we propose a new Neares…

ClusteringComputational EfficiencySuperpixels

SimpleShot: Revisiting Nearest-Neighbor Classification for Few-Shot Learning

2019-11-12 · Yan Wang, Wei-Lun Chao, Kilian Q. Weinberger, Laurens van der Maaten

Few-shot learners aim to recognize new object classes based on a small number of labeled training examples. To prevent overfitting, state-of-the-art few-shot learners use meta-learning on convolutional-network features a…

Few-Shot Image ClassificationFew-Shot LearningGeneral ClassificationMeta-Learning

Dynamic Feature Scaling for K-Nearest Neighbor Algorithm

2018-11-13 · Chandrasekaran Anirudh Bhardwaj, Megha Mishra, Kalyani Desikan

Nearest Neighbors Algorithm is a Lazy Learning Algorithm, in which the algorithm tries to approximate the predictions with the help of similar existing vectors in the training dataset. The predictions made by the K-Neare…

Neural Nearest Neighbors Networks

2018-10-30 · NeurIPS 2018 12 · Tobias Plötz, Stefan Roth

Non-local methods exploiting the self-similarity of natural signals have been well studied, for example in image analysis and restoration. Existing approaches, however, rely on k-nearest neighbors (KNN) matching in a fix…

DenoisingImage DenoisingImage RestorationImage Super-Resolution+1