SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8201
Deduplication detection for similarity in document analysis
via vector analysis
Mr. P. Sathiyanarayanan 1, Ms. P. Banushree 2, Ms. S. Subashree3
1Assistant Professor of CSE, 2,3 UG Scholar
Department of Computer Science and Engineering
Manakula Vinayagar Institue of Technology
Puducherrys
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Similarity paraphrase analysisisamachine
learning approach in which the system investigate and
group the human’s opinions, feelings, etc in the form of
text or speech about some topic. Nowadays, the textual
form of data has great impact among the users. The
textual information may be in structured, unstructured
or semi-structured form. In accord to improve their
products, brands etc., the opinion of the users are rated
which leads to the data storage in a huge amount. The
analysis of large amount of data is known as big data.
This paper intends to survey about the current
challenges in the similarity analysis and its scope in the
field of real time applications.
Keywords – Deduplicate , paraphrase, Bigdata,
analytics, data duplication.
1. INTRODUCTION
Word information is limited when compared with
article information. The informationcarried by asentence is
between that of a word and an article. Semantics in word
level can be easily matched but hard to be recalled as users
just use different word to express the same meaning.
Semantics in sentence level carries a single topic with its
context. Semantics in article level is complex with multiple
topics and complicated structures. As a result, the
information retrieval among these three levels is one
obstacle that impedes the development of natural language
understanding.
1.1 DATA MINING
Data mining is an interdisciplinary subfield of
computer science. It is the computational process of
discovering patterns in large data sets(“big data”)
involving methods at the intersection of artificial
intelligence, machine learning, statistics, and database
systems. The overall goal of the data mining process is
to extract information from a data set and transform it
into an understandable structure for further use. Aside
from the raw analysisstep,itinvolvesdatabaseanddata
management aspects, data pre-processing, model and
inference considerations-interestingness-metrics,
complexity considera-tions, post processing of
discovered structures, visualization, and online
updating. Data mining is the analysis step of the
"knowledge discovery in databases" process, or KDD.
The actual data mining task is the automatic or semi-
automatic analysis of large quantities of data to extract
previously unknown, interesting patterns such as
groups of data records (cluster analysis), unusual
records (anomaly detection), and dependencies
(association rule mining). This usually involves using
database techniques such as spatial indices. These
patterns can then be seen as a kind of summary of the
input data, and may be used in further analysis or, for
example, in machine learning and predictive analytics.
For example, the data mining step might identify
multiple groups in the data, which can then be used to
obtain more accurate prediction results by a decision
support system. Neither the data collection, data
preparation, nor result interpretation and reporting is
part of the data miningstep,but do belong totheoverall
KDD process as additional steps.
The related terms data dredging, data fishing,
and data snooping refer to the use of data mining
methods to sample parts of a larger population data set
that are (or may be) too small for reliable statistical
inferences to be madeabout the validity of any patterns
discovered. These methods can, however, be used in
creating new hypotheses to test against the larger data
populations.
Big Data concern large-volume, complex, growing
data sets with multiple, autonomous sources. With the
fast development of networking, data storage, and the
data collection capacity, Big Data are now rapidly
expanding in all science and engineering domains,
including physical, biological and biomedical sciences.
This paper presents a HACE theorem thatcharacterizes
the features of the Big Data revolution, and proposes a
Big Data processing model, from the data mining
perspective.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8202
This data-driven model involves demand-driven
aggregationofinformationsources,miningandanalysis,
user interest modeling, and security and privacy
considerations. We analyze the challengingissuesinthe
data-driven model and also in the Big Data revolution.
1.2 BIG DATA
Big data is a collection of data sets so large and
complex that it becomes difficult to process using on-
hand database management tools. The challenges
include capture, curation, storage, search, sharing,
analysis, and visualization. The trend to larger data
sets is due to the additional information derivable
from analysis of a single large set of related data, as
compared to separatesmaller sets with the same total
amount of data, allowing correlations to be found to
"spot business trends, determine quality of research,
prevent diseases, link legal citations, combat crime,
and determine real-time roadway traffic conditions.
Put another way, big data is the realization of greater
business intelligence by storing, processing, and
analyzing data that was previously ignored due to the
limitations of traditional data management
technologies.
1.3 Some concepts
- No sql (not only SQL), Database that “move beyond”
relational data models (ie., no tables, limited or no
use of SQL).
- Focus on retrieval of data and appending new data
(not necessarile tables).
- Focus on key value data stores that can be used to
locate data objects.
- Focus on supporting storage of large quantities of
unstructured data.
- SQL is not used for storage or retrieval of data.
- No ACID (atomicity, consistency, isolation,
durability).
1.4 HADOOP
Hadoop is a distributed file system and data
processing engine that is designed to handle extremely
high volumes of data in any structure. Hadoop has two
components,
- The Hadoop distributed file system (HDFS),
which supports data in structured relational
form, in unstructured form, and in any form in
between
- The Map reduce programming paradigm for
managing applications on multiple distributed
server.
- The focus is on supporting redundancy,
distributed architectures, and parallel
processing
1.4.1Some Hadoop Related Names to Know
• Apache Avro: designed for communication
between Hadoop nodes through data
serialization
• Cassandra and Hbase: a non-relational
database designed for use with Hadoop
• Hive: a query language similar to SQL
(HiveQL) but ompatible with Hadoop
• Mahout: an AI tool designed for machine
learning; that is, to assist with filteringdata for
analysis and exploration
• Pig Latin: A data-flow language and execution
framework for parallel computation
• ZooKeeper: Keeps all the parts coordinated
and working together
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8203
What to do with the data
Figure 2 processing layer
The Knowledge Discovery in Databases (KDD)
process is commonly defined with the stages:
(1) Selection
(2) Pre-processing
(3) Transformation
(4) Data Mining
(5) Interpretation/Evaluation.
It exists, however, in many variations on this theme,
such as the Cross Industry Standard Process for Data
Mining (CRISP-DM) which defines six phases:
(1) Business Understanding
(2) Data Understanding
(3) Data Preparation
(4) Modeling
(5) Evaluation
(6) Deployment
or a simplified process such as
(1) pre-processing,
(2) data mining, and
(3) results validation.
2. EXISTING SYSTEM
In the currentsystem,word vectorandtopicmodel
can help retrieve informationsemantically. Toovercome
the above problems, this paper proposes a newvector
computation model for text named s2v. Words, sentences,
and paragraphs are represented in a unified way in the
model.Sentence vectors and paragraph vectors are trained
along with word vectors. Based on the unified
representation, word and sentence (with different length)
retrieval are experimentally studied. The resultsshowthat
information with similar meaning can be retrieved even if
the information is expressed with different words.
3. PROPOSED WORK
The similarity paraphrase analysis is done by
extracting the abstract content for comparingthedocument.
Word information is limited when compared with article
information. The information carried by a sentence is
between that of a word and an article. Semantics in word
level can be easily matched but hard to be recalled as users
just use different word to express the same meaning.
Semantics in sentence level carries a single topic with its
context. Semantics in article level is complex with multiple
topics and complicated structures. As a result, the
information retrieval among these three levels is one
obstacle that impedes the development of natural language
understanding.
Then separation of words are combined in the form
of image by using word cloud net. The frequency of words
have been showed in the form of bar graph.Bythisresult, we
could determine whetherthe documentisduplicationoccurs
or not.
3.1 COMPLEXITY INVOLED IN THE PROPOSAL
1) Antonyms share high similarity when clustered
through word vectors.
2) Vectors for name entities cannot be fully trained, as
name entities may appear limited times in specific
corpus.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8204
3) Words, sentences,andparagraphs,sharingthesame
meaning but with no overlapping words,
are hard to be recognized.
BLOCK DIAGRAM:
In this block diagram it can identify
the given input in the sentences are in pargraph
level And then it divides the sentences so that we
can identify stemming and stopping words.
3.2 Sentence level
sentences are essentiallymadeupofwords,
it may be reasonable to argue that simply taking the
sum or the average of the constituent word vectors
should give a decent sentence representation.
This is akin to a bag-of-words representation, and hence
suffers from the same limitations, i.e.
- It ignores the order of words in the sentence.
- It ignores the sentence semantics completely.
Other word vector based approaches are also similarly
constrained.Forinstance,aweightedaveragetechnique
again loses word order within the sentence. To remedy
this issue, Socher et al. combinedthewordsintheorder
given by the parse tree of the sentence. While this
technique may be suitable for complete sentences, it
does not work for phrases or paragraphs.
3.3 Paragraph level
Paragraph Vectors has been recently
proposed as an unsupervised method for learning
distributed representations for pieces of texts. In their
work, the authors showed that the method can learn an
embedding of movie review texts which can be
leveraged for sentiment analysis. That proof of concept,
while encouraging, was rather narrow. Here we
consider tasks other than sentiment analysis, provide a
more thorough comparison of Paragraph Vectors to
other document modelling algorithms such as Latent
Dirichlet Allocation, and evaluate performance of the
method as we vary the dimensionality of the learned
representation.
We benchmarked the models on two
document similarity data sets, one from Wikipedia, one
from arXiv. We observe that the Paragraph Vector
method performs significantly better than other
methods, andproposea simpleimprovementto enhance
embedding quality. Somewhat surprisingly, we also
show that much like word embeddings, vector
operations on Paragraph Vectors can perform useful
semantic results.
3.4 Stemming words
In linguistic morphology and information
retrieval, stemming is the process of reducing inflected
(or sometimes derived) words to their word stem, base
or root form—generally a written word form. The stem
need not be identical to the morphological root of the
word; it is usually sufficient that related words map to
the same stem, even if this stem is not in itself a valid
root. Algorithms for stemming have been studied
in computer science since the 1960s. Many search
engines treat words with the same stemas synonyms as
a kind of query expansion, a process called conflation.
Given
input
Stemming
words
Stopping
words
Sentence
level
Paragraph
level
Word net
cloud
activated
Frequent
words
(visual bag
of words
Applying
semantic
similarity
approach
Tokenize
the word
Word
order
similarity
taken
Division of
sentences
Similarity
weight age
calculated
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8205
3.5 Stopping words
A stop wordisa commonlyusedword(such
as “the”, “a”, “an”, “in”) that a search engine has been
programmed to ignore, both when indexing entries for
searching and when retrieving them as the result of a
search query.
We would not want these words taking up space in
our database, or taking up valuable processing time. For
this, we can remove them easily, by storing a list of
words that you consider to bestopwords.NLTK(Natural
Language Toolkit) in python has a list of stopwords
stored in 16 different languages. You can find them in
the nltk_data directory.
4. CONCLUSION AND FUTURE WORK
In our project New vector
computation model was used. Words, sentences, and
paragraphs are represented in a unified way in the
model. Sentence vectors and paragraph vectors are
trained along with word vectors. It shows that
information with similar meaning can beretrievedeven
if the information is expressed with different words.
Data Deduplication technology usually identifies the
redundant data quickly, which can be used in corporate
or in banking sector. The textual informationmaybein
structured or semi-structured form. Whenever user
uploads a file in cloud ,System checks the file whether it
is existing or not by using vector analysis.
REFERENCES
[1]. (2015) Ben, W. “Every Day Big Data Statistics –
2.5 quintillion bytes of data created daily",
Available-http://www.vcloudnews.com/every-day-big
data-statistics-2-5-quintillion-bytes-of-data-created-
daily/
[2] (2015) Jaspreet, S. "Understanding Data
Deduplication",
Available:http://www.druva.com/blog/understanding-
data-de-duplication/
[3] Y. Zhang and D. Feng and H. Jiang and W. Xia and
M.Fu and F. Huang and Y. Zhou. “a fast asymmetri
extremum cont-ent defined chunking algorithm for
data deduplication in backup storage systems”, IEEE
Transactions on Computers, pp. issue: 99, 1-1, 2016.
[4] A. Venish,K. Siva Sankar. “Study of Chunking
Algorithm in Data Deduplication,” Proceedings of the
International Conference on Soft Computing Systems,
Springer India vol. 2, pp 13-20, 2015.

More Related Content

PPTX
Big data analytics
PPT
Data Mining
PDF
Granularity analysis of classification and estimation for complex datasets wi...
PPTX
2 Data-mining process
PDF
Z36149154
PPTX
Data mining
PDF
A CONCEPTUAL METADATA FRAMEWORK FOR SPATIAL DATA WAREHOUSE
Big data analytics
Data Mining
Granularity analysis of classification and estimation for complex datasets wi...
2 Data-mining process
Z36149154
Data mining
A CONCEPTUAL METADATA FRAMEWORK FOR SPATIAL DATA WAREHOUSE

What's hot (15)

PDF
A META DATA VAULT APPROACH FOR EVOLUTIONARY INTEGRATION OF BIG DATA SETS: CAS...
PDF
Data mining and data warehouse lab manual updated
PDF
A survey on data mining and analysis in hadoop and mongo db
PDF
Enhancement techniques for data warehouse staging area
PDF
Quality of Groundwater in Lingala Mandal of YSR Kadapa District, Andhraprades...
PDF
IRJET- A Survey on Predictive Analytics and Parallel Algorithms for Knowl...
PDF
03. Data Preprocessing
PDF
A Survey on Graph Database Management Techniques for Huge Unstructured Data
PPTX
Data Mining Primitives, Languages & Systems
PDF
An Efficient Compressed Data Structure Based Method for Frequent Item Set Mining
PDF
New proximity estimate for incremental update of non uniformly distributed cl...
PDF
Data mining
PDF
A Comprehensive Study on Big Data Applications and Challenges
PPT
DM Lecture 3
A META DATA VAULT APPROACH FOR EVOLUTIONARY INTEGRATION OF BIG DATA SETS: CAS...
Data mining and data warehouse lab manual updated
A survey on data mining and analysis in hadoop and mongo db
Enhancement techniques for data warehouse staging area
Quality of Groundwater in Lingala Mandal of YSR Kadapa District, Andhraprades...
IRJET- A Survey on Predictive Analytics and Parallel Algorithms for Knowl...
03. Data Preprocessing
A Survey on Graph Database Management Techniques for Huge Unstructured Data
Data Mining Primitives, Languages & Systems
An Efficient Compressed Data Structure Based Method for Frequent Item Set Mining
New proximity estimate for incremental update of non uniformly distributed cl...
Data mining
A Comprehensive Study on Big Data Applications and Challenges
DM Lecture 3
Ad

Similar to IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector Analysis (20)

PDF
[系列活動] 資料探勘速遊
PPTX
Quick tour all handout
PDF
An Efficient Approach for Clustering High Dimensional Data
PDF
A Robust Keywords Based Document Retrieval by Utilizing Advanced Encryption S...
PDF
INFORMATION RETRIEVAL BASED ON CLUSTER ANALYSIS APPROACH
PDF
Information Retrieval based on Cluster Analysis Approach
PDF
10 problems 06
PDF
Ontology Based PMSE with Manifold Preference
PDF
Big Data Mining - Classification, Techniques and Issues
PDF
A STUDY ON PLAGIARISM CHECKING WITH APPROPRIATE ALGORITHM IN DATAMINING
PDF
4.on demand quality of web services using ranking by multi criteria 31-35
PDF
11.0004www.iiste.org call for paper.on demand quality of web services using r...
PDF
Large-Scale Machine Learning at Twitter
PDF
Text Mining Applied to SQL Queries: a Case Study for SDSS SkyServer
PDF
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...
PDF
A Survey Paper on Data Mining With Big Data
PDF
Characterizing and Processing of Big Data Using Data Mining Techniques
PDF
THE 3V’S OF BIG DATA: VARIETY, VELOCITY, and VOLUME
PDF
IRJET - Document Comparison based on TF-IDF Metric
PDF
Data Mining and Big Data Challenges and Research Opportunities
[系列活動] 資料探勘速遊
Quick tour all handout
An Efficient Approach for Clustering High Dimensional Data
A Robust Keywords Based Document Retrieval by Utilizing Advanced Encryption S...
INFORMATION RETRIEVAL BASED ON CLUSTER ANALYSIS APPROACH
Information Retrieval based on Cluster Analysis Approach
10 problems 06
Ontology Based PMSE with Manifold Preference
Big Data Mining - Classification, Techniques and Issues
A STUDY ON PLAGIARISM CHECKING WITH APPROPRIATE ALGORITHM IN DATAMINING
4.on demand quality of web services using ranking by multi criteria 31-35
11.0004www.iiste.org call for paper.on demand quality of web services using r...
Large-Scale Machine Learning at Twitter
Text Mining Applied to SQL Queries: a Case Study for SDSS SkyServer
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...
A Survey Paper on Data Mining With Big Data
Characterizing and Processing of Big Data Using Data Mining Techniques
THE 3V’S OF BIG DATA: VARIETY, VELOCITY, and VOLUME
IRJET - Document Comparison based on TF-IDF Metric
Data Mining and Big Data Challenges and Research Opportunities
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPT
Mechanical Engineering MATERIALS Selection
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
Geodesy 1.pptx...............................................
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PPTX
Fundamentals of Mechanical Engineering.pptx
PPT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PPTX
UNIT 4 Total Quality Management .pptx
DOCX
573137875-Attendance-Management-System-original
PPTX
Internet of Things (IOT) - A guide to understanding
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
Mechanical Engineering MATERIALS Selection
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
R24 SURVEYING LAB MANUAL for civil enggi
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Geodesy 1.pptx...............................................
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
Fundamentals of Mechanical Engineering.pptx
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
III.4.1.2_The_Space_Environment.p pdffdf
UNIT 4 Total Quality Management .pptx
573137875-Attendance-Management-System-original
Internet of Things (IOT) - A guide to understanding

IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector Analysis

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8201 Deduplication detection for similarity in document analysis via vector analysis Mr. P. Sathiyanarayanan 1, Ms. P. Banushree 2, Ms. S. Subashree3 1Assistant Professor of CSE, 2,3 UG Scholar Department of Computer Science and Engineering Manakula Vinayagar Institue of Technology Puducherrys ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Similarity paraphrase analysisisamachine learning approach in which the system investigate and group the human’s opinions, feelings, etc in the form of text or speech about some topic. Nowadays, the textual form of data has great impact among the users. The textual information may be in structured, unstructured or semi-structured form. In accord to improve their products, brands etc., the opinion of the users are rated which leads to the data storage in a huge amount. The analysis of large amount of data is known as big data. This paper intends to survey about the current challenges in the similarity analysis and its scope in the field of real time applications. Keywords – Deduplicate , paraphrase, Bigdata, analytics, data duplication. 1. INTRODUCTION Word information is limited when compared with article information. The informationcarried by asentence is between that of a word and an article. Semantics in word level can be easily matched but hard to be recalled as users just use different word to express the same meaning. Semantics in sentence level carries a single topic with its context. Semantics in article level is complex with multiple topics and complicated structures. As a result, the information retrieval among these three levels is one obstacle that impedes the development of natural language understanding. 1.1 DATA MINING Data mining is an interdisciplinary subfield of computer science. It is the computational process of discovering patterns in large data sets(“big data”) involving methods at the intersection of artificial intelligence, machine learning, statistics, and database systems. The overall goal of the data mining process is to extract information from a data set and transform it into an understandable structure for further use. Aside from the raw analysisstep,itinvolvesdatabaseanddata management aspects, data pre-processing, model and inference considerations-interestingness-metrics, complexity considera-tions, post processing of discovered structures, visualization, and online updating. Data mining is the analysis step of the "knowledge discovery in databases" process, or KDD. The actual data mining task is the automatic or semi- automatic analysis of large quantities of data to extract previously unknown, interesting patterns such as groups of data records (cluster analysis), unusual records (anomaly detection), and dependencies (association rule mining). This usually involves using database techniques such as spatial indices. These patterns can then be seen as a kind of summary of the input data, and may be used in further analysis or, for example, in machine learning and predictive analytics. For example, the data mining step might identify multiple groups in the data, which can then be used to obtain more accurate prediction results by a decision support system. Neither the data collection, data preparation, nor result interpretation and reporting is part of the data miningstep,but do belong totheoverall KDD process as additional steps. The related terms data dredging, data fishing, and data snooping refer to the use of data mining methods to sample parts of a larger population data set that are (or may be) too small for reliable statistical inferences to be madeabout the validity of any patterns discovered. These methods can, however, be used in creating new hypotheses to test against the larger data populations. Big Data concern large-volume, complex, growing data sets with multiple, autonomous sources. With the fast development of networking, data storage, and the data collection capacity, Big Data are now rapidly expanding in all science and engineering domains, including physical, biological and biomedical sciences. This paper presents a HACE theorem thatcharacterizes the features of the Big Data revolution, and proposes a Big Data processing model, from the data mining perspective.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8202 This data-driven model involves demand-driven aggregationofinformationsources,miningandanalysis, user interest modeling, and security and privacy considerations. We analyze the challengingissuesinthe data-driven model and also in the Big Data revolution. 1.2 BIG DATA Big data is a collection of data sets so large and complex that it becomes difficult to process using on- hand database management tools. The challenges include capture, curation, storage, search, sharing, analysis, and visualization. The trend to larger data sets is due to the additional information derivable from analysis of a single large set of related data, as compared to separatesmaller sets with the same total amount of data, allowing correlations to be found to "spot business trends, determine quality of research, prevent diseases, link legal citations, combat crime, and determine real-time roadway traffic conditions. Put another way, big data is the realization of greater business intelligence by storing, processing, and analyzing data that was previously ignored due to the limitations of traditional data management technologies. 1.3 Some concepts - No sql (not only SQL), Database that “move beyond” relational data models (ie., no tables, limited or no use of SQL). - Focus on retrieval of data and appending new data (not necessarile tables). - Focus on key value data stores that can be used to locate data objects. - Focus on supporting storage of large quantities of unstructured data. - SQL is not used for storage or retrieval of data. - No ACID (atomicity, consistency, isolation, durability). 1.4 HADOOP Hadoop is a distributed file system and data processing engine that is designed to handle extremely high volumes of data in any structure. Hadoop has two components, - The Hadoop distributed file system (HDFS), which supports data in structured relational form, in unstructured form, and in any form in between - The Map reduce programming paradigm for managing applications on multiple distributed server. - The focus is on supporting redundancy, distributed architectures, and parallel processing 1.4.1Some Hadoop Related Names to Know • Apache Avro: designed for communication between Hadoop nodes through data serialization • Cassandra and Hbase: a non-relational database designed for use with Hadoop • Hive: a query language similar to SQL (HiveQL) but ompatible with Hadoop • Mahout: an AI tool designed for machine learning; that is, to assist with filteringdata for analysis and exploration • Pig Latin: A data-flow language and execution framework for parallel computation • ZooKeeper: Keeps all the parts coordinated and working together
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8203 What to do with the data Figure 2 processing layer The Knowledge Discovery in Databases (KDD) process is commonly defined with the stages: (1) Selection (2) Pre-processing (3) Transformation (4) Data Mining (5) Interpretation/Evaluation. It exists, however, in many variations on this theme, such as the Cross Industry Standard Process for Data Mining (CRISP-DM) which defines six phases: (1) Business Understanding (2) Data Understanding (3) Data Preparation (4) Modeling (5) Evaluation (6) Deployment or a simplified process such as (1) pre-processing, (2) data mining, and (3) results validation. 2. EXISTING SYSTEM In the currentsystem,word vectorandtopicmodel can help retrieve informationsemantically. Toovercome the above problems, this paper proposes a newvector computation model for text named s2v. Words, sentences, and paragraphs are represented in a unified way in the model.Sentence vectors and paragraph vectors are trained along with word vectors. Based on the unified representation, word and sentence (with different length) retrieval are experimentally studied. The resultsshowthat information with similar meaning can be retrieved even if the information is expressed with different words. 3. PROPOSED WORK The similarity paraphrase analysis is done by extracting the abstract content for comparingthedocument. Word information is limited when compared with article information. The information carried by a sentence is between that of a word and an article. Semantics in word level can be easily matched but hard to be recalled as users just use different word to express the same meaning. Semantics in sentence level carries a single topic with its context. Semantics in article level is complex with multiple topics and complicated structures. As a result, the information retrieval among these three levels is one obstacle that impedes the development of natural language understanding. Then separation of words are combined in the form of image by using word cloud net. The frequency of words have been showed in the form of bar graph.Bythisresult, we could determine whetherthe documentisduplicationoccurs or not. 3.1 COMPLEXITY INVOLED IN THE PROPOSAL 1) Antonyms share high similarity when clustered through word vectors. 2) Vectors for name entities cannot be fully trained, as name entities may appear limited times in specific corpus.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8204 3) Words, sentences,andparagraphs,sharingthesame meaning but with no overlapping words, are hard to be recognized. BLOCK DIAGRAM: In this block diagram it can identify the given input in the sentences are in pargraph level And then it divides the sentences so that we can identify stemming and stopping words. 3.2 Sentence level sentences are essentiallymadeupofwords, it may be reasonable to argue that simply taking the sum or the average of the constituent word vectors should give a decent sentence representation. This is akin to a bag-of-words representation, and hence suffers from the same limitations, i.e. - It ignores the order of words in the sentence. - It ignores the sentence semantics completely. Other word vector based approaches are also similarly constrained.Forinstance,aweightedaveragetechnique again loses word order within the sentence. To remedy this issue, Socher et al. combinedthewordsintheorder given by the parse tree of the sentence. While this technique may be suitable for complete sentences, it does not work for phrases or paragraphs. 3.3 Paragraph level Paragraph Vectors has been recently proposed as an unsupervised method for learning distributed representations for pieces of texts. In their work, the authors showed that the method can learn an embedding of movie review texts which can be leveraged for sentiment analysis. That proof of concept, while encouraging, was rather narrow. Here we consider tasks other than sentiment analysis, provide a more thorough comparison of Paragraph Vectors to other document modelling algorithms such as Latent Dirichlet Allocation, and evaluate performance of the method as we vary the dimensionality of the learned representation. We benchmarked the models on two document similarity data sets, one from Wikipedia, one from arXiv. We observe that the Paragraph Vector method performs significantly better than other methods, andproposea simpleimprovementto enhance embedding quality. Somewhat surprisingly, we also show that much like word embeddings, vector operations on Paragraph Vectors can perform useful semantic results. 3.4 Stemming words In linguistic morphology and information retrieval, stemming is the process of reducing inflected (or sometimes derived) words to their word stem, base or root form—generally a written word form. The stem need not be identical to the morphological root of the word; it is usually sufficient that related words map to the same stem, even if this stem is not in itself a valid root. Algorithms for stemming have been studied in computer science since the 1960s. Many search engines treat words with the same stemas synonyms as a kind of query expansion, a process called conflation. Given input Stemming words Stopping words Sentence level Paragraph level Word net cloud activated Frequent words (visual bag of words Applying semantic similarity approach Tokenize the word Word order similarity taken Division of sentences Similarity weight age calculated
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 8205 3.5 Stopping words A stop wordisa commonlyusedword(such as “the”, “a”, “an”, “in”) that a search engine has been programmed to ignore, both when indexing entries for searching and when retrieving them as the result of a search query. We would not want these words taking up space in our database, or taking up valuable processing time. For this, we can remove them easily, by storing a list of words that you consider to bestopwords.NLTK(Natural Language Toolkit) in python has a list of stopwords stored in 16 different languages. You can find them in the nltk_data directory. 4. CONCLUSION AND FUTURE WORK In our project New vector computation model was used. Words, sentences, and paragraphs are represented in a unified way in the model. Sentence vectors and paragraph vectors are trained along with word vectors. It shows that information with similar meaning can beretrievedeven if the information is expressed with different words. Data Deduplication technology usually identifies the redundant data quickly, which can be used in corporate or in banking sector. The textual informationmaybein structured or semi-structured form. Whenever user uploads a file in cloud ,System checks the file whether it is existing or not by using vector analysis. REFERENCES [1]. (2015) Ben, W. “Every Day Big Data Statistics – 2.5 quintillion bytes of data created daily", Available-http://www.vcloudnews.com/every-day-big data-statistics-2-5-quintillion-bytes-of-data-created- daily/ [2] (2015) Jaspreet, S. "Understanding Data Deduplication", Available:http://www.druva.com/blog/understanding- data-de-duplication/ [3] Y. Zhang and D. Feng and H. Jiang and W. Xia and M.Fu and F. Huang and Y. Zhou. “a fast asymmetri extremum cont-ent defined chunking algorithm for data deduplication in backup storage systems”, IEEE Transactions on Computers, pp. issue: 99, 1-1, 2016. [4] A. Venish,K. Siva Sankar. “Study of Chunking Algorithm in Data Deduplication,” Proceedings of the International Conference on Soft Computing Systems, Springer India vol. 2, pp 13-20, 2015.