paper-with-me

Papers

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 noisy parallel corpus. Quality of the scoring method is judged based on the quality of SMT and NMT systems trained on smaller set of high-quality parallel sentences sub-sampled from the original noisy corpus. This task has two language pairs. We submit for both the Nepali-English and Sinhala-English language pairs. We define fuzzy string matching score between English and the translated (into English) source based on Levenshtein distance. Based on the scores, we sub-sample two sets (having 1 million and 5 millions English tokens) of parallel sentences from each parallel corpus, and train SMT systems for development purpose only. The organizers publish the official evaluation using both SMT and NMT on the final official test set. Total 10 teams participated in the shared task and according the official evaluation, our scoring method obtains 2nd position in the team ranking for 1-million NepaliEnglish NMT and 5-million Sinhala-English NMT categories.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

NMTSentence

Similar Papers 제목 키워드 기반

Fuzzy Segmentations of a String

2022-01-31 · Armen Kostanyan, Arevik Harmandayan

This article discusses a particular case of the data clustering problem, where it is necessary to find groups of adjacent text segments of the appropriate length that match a fuzzy pattern represented as a sequence of fu…

ClusteringSegmentationText Segmentation

DeezyMatch: A Flexible Deep Learning Approach to Fuzzy String Matching

2020-10-01 · EMNLP 2020 11 · Kasra Hosseini, Federico Nanni, Mariona Coll Ardanuy

We present DeezyMatch, a free, open-source software library written in Python for fuzzy string matching and candidate ranking. Its pair classifier supports various deep neural network architectures for training new class…

Deep LearningTransfer Learning

Leveraging Large Language Models for Fuzzy String Matching in Political Science

2024-03-27 · Yu Wang

Fuzzy string matching remains a key issue when political scientists combine data from different sources. Existing matching methods invariably rely on string distances, such as Levenshtein distance and cosine similarity. …

Fuzzy Substring Matching: On-device Fuzzy Friend Search at Snapchat

2022-11-04 · Vasyl Pihur, Scott Thompson

About 50% of all queries on Snapchat app are targeted at finding the right friend to interact with. Since everyone has a unique list of friends and that list is not very large (maximum a few thousand), it makes sense to …

Retrieval

Bridging Classical and Quantum String Matching: A Computational Reformulation of Bit-Parallelism

2025-03-07 · Simone Faro, Arianna Pavone, Caterina Viola

String matching is a fundamental problem in computer science, with critical applications in text retrieval, bioinformatics, and data analysis. Among the numerous solutions that have emerged for this problem in recent dec…

Text Retrieval