paper-with-me

Papers

Word Frequency Counting Based on Serverless MapReduce

2026-01-01 · Hanzhe Li, Bingchen Lin, Mengyuan Xu arxiv

With the increasing demand for high-performance and high-efficiency computing, cloud computing, especially serverless computing, has gradually become a research hotspot in recent years, attracting numerous research attention. Meanwhile, MapReduce, which is a popular big data processing model in the industry, has been widely applied in various fields. Inspired by the serverless framework of Function as a Service and the high concurrency and robustness of MapReduce programming model, this paper focus on combining them to reduce the time span and increase the efficiency when executing the word frequency counting task. In this case, the paper use a MapReduce programming model based on a serverless computing platform to figure out the most optimized number of Map functions and Reduce functions for a particular task. For the same amount of workload, extensive experiments show both execution time reduces and the overall efficiency of the program improves at different rates as the number of map functions and reduce functions increases. This paper suppose the discovery of the most optimized number of map and reduce functions can help cooperations and programmers figure out the most optimized solutions.

📄 PDF Abstract BibTeX arXiv:2601.00380

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Blaze: Simplified High Performance Cluster Computing

2019-02-04 · Junhao Li, Hang Zhang

MapReduce and its variants have significantly simplified and accelerated the process of developing parallel programs. However, most MapReduce implementations focus on data-intensive tasks while many real-world tasks are …

Vocal Bursts Intensity Prediction

Ontology Based Document Clustering Using MapReduce

2015-05-12 · Elsayed Abdelrahman, Mokhtar Hoda M. O., Ismail Osama

Nowadays, document clustering is considered as a data intensive task due to the dramatic, fast increase in the number of available documents. Nevertheless, the features that represent those documents are also too large. …

Clustering

Solving Cosine Similarity Underestimation between High Frequency Words by L2 Norm Discounting

2023-05-17 · Saeth Wannasuphoprasit, Yi Zhou, Danushka Bollegala

Cosine similarity between two words, computed using their contextualised token embeddings obtained from masked language models (MLMs) such as BERT has shown to underestimate the actual similarity between those words (Zho…

Word Similarity

Pay-Per-Request Deployment of Neural Network Models Using Serverless Architectures

2018-06-01 · NAACL 2018 6 · Zhucheng Tu, Mengping Li, Jimmy Lin

We demonstrate the serverless deployment of neural networks for model inferencing in NLP applications using Amazon{'}s Lambda service for feedforward evaluation and DynamoDB for storing word embeddings. Our architecture …

Answer SelectionManagementQuestion AnsweringSentence Classification+1

Simple one-pass algorithm for penalized linear regression with cross-validation on MapReduce

2013-06-28 · Kun Yang

In this paper, we propose a one-pass algorithm on MapReduce for penalized linear regression \[f_\lambda(\alpha, \beta) = \|Y - \alpha\mathbf{1} - X\beta\|_2^2 + p_{\lambda}(\beta)\] where $\alpha$ is the intercept whic…

regression