International Journal of Research and Innovation in Applied Science (IJRIAS)
HPCM: A Hybrid Multi-Layered Machine Learning Pipeline for Plagiarism Content Matching with Dynamic Threshold Calibration
Published May 23, 2026 • Vol. 11, Issue 5, pp. 309–323Open Access
DOI: 10.51584/IJRIAS.2026.11050027
Abstract
Conventional approaches to detecting plagiarism involve mainly string-matching and n-gram fingerprinting methods, which can detect plagiarised documents involving verbatim plagiarism, but they cannot catch paraphrasing, synonym substitutions, or imitations of writing styles. Such shortcomings have now gained importance due to developments of sophisticated intelligent paraphrasing and the use of advanced large language models, which help evade detection by conventional approaches. In this research, we present HPCM, an end-to-end plagiarism detection system that utilises a nine-module machine-learning-based pipeline combining three analysis components: the first is the cosine similarity of terms using the TF-IDF method, secondly, embedding-based semantic similarity using the all-miniLM-L6-v2 model, and thirdly, stylistic similarity based on the analysis of POS Distribution, Type Token Ratio, and Sentence length statistics. These results are combined through the application of a weighted sum fusion function that gives greater emphasis to the semantic similarity score. Additionally, a novel Dynamic Similarity Calibration (DSC) module adjusts the plagiarism score per pair based on the relative length of documents, their vocabulary richness, and topic similarity. Experiments conducted over four different categories of plagiarism reveal that HPCM scores 69.0% in detecting paraphrases compared to 24.9% by conventional approaches, showing a remarkable 44.1 percentage point improvement. It is implemented as a microservices system on Vercel, Render, Hugging Face Spaces, and MongoDB Atlas, proving the practicality of using multilayered neural models for detecting plagiarism even with only free-tier cloud resources. The source code, along with the testing data, is publicly available.
Keywords: Plagiarism detection, natural language processing, Sentence-BERT, TF-IDF, stylometry, semantic similarity, dynamic threshold calibration, machine learning pipeline, microservice architecture.
| Journal | International Journal of Research and Innovation in Applied Science (IJRIAS) |
|---|---|
| ISSN | 2454-6194 |
| Volume / Issue | Volume 11, Issue 5 |
| Pages | 309–323 |
| Publication date | May 23, 2026 |
| DOI | 10.51584/IJRIAS.2026.11050027 |
| Publisher | RSIS International |
| License | Open Access |
How to cite this article
Piyush Chavan, Prof.Moushmee Kuri, Tanvi Bokade, & Pushkar Thombare (2026). HPCM: A Hybrid Multi-Layered Machine Learning Pipeline for Plagiarism Content Matching with Dynamic Threshold Calibration. International Journal of Research and Innovation in Applied Science (IJRIAS), 11(5), 309-323. https://doi.org/10.51584/IJRIAS.2026.11050027
BibTeX
@article{Piyush2026,
title = {HPCM: A Hybrid Multi-Layered Machine Learning Pipeline for Plagiarism Content Matching with Dynamic Threshold Calibration},
author = {Piyush Chavan and Prof.Moushmee Kuri and Tanvi Bokade and Pushkar Thombare},
journal = {International Journal of Research and Innovation in Applied Science (IJRIAS)},
volume = {11},
number = {5},
pages = {309--323},
year = {2026},
doi = {10.51584/IJRIAS.2026.11050027},
publisher = {RSIS International}
}