SlideShare a Scribd company logo
ECWAY TECHNOLOGIES
IEEE PROJECTS & SOFTWARE DEVELOPMENTS
OUR OFFICES @ CHENNAI / TRICHY / KARUR / ERODE / MADURAI / SALEM / COIMBATORE
CELL: +91 98949 17187, +91 875487 2111 / 3111 / 4111 / 5111 / 6111
VISIT: www.ecwayprojects.com MAIL TO: ecwaytechnologies@gmail.com

MINIMALLY SUPERVISED NOVEL RELATION EXTRACTION USING
A LATENT RELATIONAL MAPPING
ABSTRACT:

The World Wide Web includes semantic relations of numerous types that exist among different
entities. Extracting the relations that exist between two entities is an important step in various
Web-related tasks such as information retrieval (IR), information extraction, and social network
extraction. A supervised relation extraction system that is trained to extract a particular relation
type (source relation) might not accurately extract a new type of a relation (target relation) for
which it has not been trained. However, it is costly to create training data manually for every
new relation type that one might want to extract. We propose a method to adapt an existing
relation extraction system to extract new relation types with minimum supervision.
Our proposed method comprises two stages: learning a lower dimensional projection between
different relations, and learning a relational classifier for the target relation type with instance
sampling. First, to represent a semantic relation that exists between two entities, we extract
lexical and syntactic patterns from contexts in which those two entities co-occur. Then, we
construct a bipartite graph between relation-specific (RS) and relation-independent (RI) patterns.
Spectral clustering is performed on the bipartite graph to compute a lower dimensional
projection. Second, we train a classifier for the target relation type using a small number of
labeled instances. To account for the lack of target relation training instances, we present a onesided under sampling method. We evaluate the proposed method using a data set that contains
2,000 instances for 20 different relation types. Our experimental results show that the proposed
method achieves a statistically significant macroaverage F-score of 62.77. Moreover, the
proposed method outperforms numerous baselines and a previously proposed weakly supervised
relation extraction method.

More Related Content

PDF
Minimally supervised novel relation extraction using a latent relational mapping
PPT
PPT
Defrag 2010 Collaborative Analytics
PDF
Unsupervised Learning of a Social Network from a Multiple-Source News Corpus
DOCX
2014 IEEE JAVA NETWORKING PROJECT Stars a statistical traffic pattern discove...
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PDF
Java minimally supervised novel relation extraction using a latent relationa...
PDF
Distributed Link Prediction in Large Scale Graphs using Apache Spark
Minimally supervised novel relation extraction using a latent relational mapping
Defrag 2010 Collaborative Analytics
Unsupervised Learning of a Social Network from a Multiple-Source News Corpus
2014 IEEE JAVA NETWORKING PROJECT Stars a statistical traffic pattern discove...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
Java minimally supervised novel relation extraction using a latent relationa...
Distributed Link Prediction in Large Scale Graphs using Apache Spark

Similar to Dotnet minimally supervised novel relation extraction using a latent relational mapping (20)

PDF
An Efficient Semantic Relation Extraction Method For Arabic Texts Based On Si...
PDF
Zhao huang deep sim deep learning code functional similarity
DOC
Poster Abstracts
PDF
Survey in Online Social Media Skelton by Network based Spam
PDF
EFFICIENT SCHEMA BASED KEYWORD SEARCH IN RELATIONAL DATABASES
PPTX
ppt-20.06.24.pptx ghyyuuuygrfggtyghffhhhh
PDF
Semantically Enriched Knowledge Extraction With Data Mining
PDF
Dotnet datamining ieee projects 2012 @ Seabirds ( Chennai, Pondicherry, Vello...
PDF
Organizational Overlap on Social Networks and its Applications
PDF
IRJET- Predicting Social Network Communities Structure Changes and Detection ...
PPT
Learning Social Networks From Web Documents Using Support
PDF
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...
PDF
IRJET - Recommendation System using Big Data Mining on Social Networks
PDF
Knowledge and Data Engineering IEEE 2015 Projects
PDF
Stanford DeepDive Framework
PDF
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
PDF
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
PDF
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
DOCX
2014 IEEE JAVA DATA MINING PROJECT Keyword query routing
DOCX
IEEE 2014 JAVA DATA MINING PROJECTS Keyword query routing
An Efficient Semantic Relation Extraction Method For Arabic Texts Based On Si...
Zhao huang deep sim deep learning code functional similarity
Poster Abstracts
Survey in Online Social Media Skelton by Network based Spam
EFFICIENT SCHEMA BASED KEYWORD SEARCH IN RELATIONAL DATABASES
ppt-20.06.24.pptx ghyyuuuygrfggtyghffhhhh
Semantically Enriched Knowledge Extraction With Data Mining
Dotnet datamining ieee projects 2012 @ Seabirds ( Chennai, Pondicherry, Vello...
Organizational Overlap on Social Networks and its Applications
IRJET- Predicting Social Network Communities Structure Changes and Detection ...
Learning Social Networks From Web Documents Using Support
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...
IRJET - Recommendation System using Big Data Mining on Social Networks
Knowledge and Data Engineering IEEE 2015 Projects
Stanford DeepDive Framework
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
2014 IEEE JAVA DATA MINING PROJECT Keyword query routing
IEEE 2014 JAVA DATA MINING PROJECTS Keyword query routing
Ad

Dotnet minimally supervised novel relation extraction using a latent relational mapping

  • 1. ECWAY TECHNOLOGIES IEEE PROJECTS & SOFTWARE DEVELOPMENTS OUR OFFICES @ CHENNAI / TRICHY / KARUR / ERODE / MADURAI / SALEM / COIMBATORE CELL: +91 98949 17187, +91 875487 2111 / 3111 / 4111 / 5111 / 6111 VISIT: www.ecwayprojects.com MAIL TO: ecwaytechnologies@gmail.com MINIMALLY SUPERVISED NOVEL RELATION EXTRACTION USING A LATENT RELATIONAL MAPPING ABSTRACT: The World Wide Web includes semantic relations of numerous types that exist among different entities. Extracting the relations that exist between two entities is an important step in various Web-related tasks such as information retrieval (IR), information extraction, and social network extraction. A supervised relation extraction system that is trained to extract a particular relation type (source relation) might not accurately extract a new type of a relation (target relation) for which it has not been trained. However, it is costly to create training data manually for every new relation type that one might want to extract. We propose a method to adapt an existing relation extraction system to extract new relation types with minimum supervision. Our proposed method comprises two stages: learning a lower dimensional projection between different relations, and learning a relational classifier for the target relation type with instance sampling. First, to represent a semantic relation that exists between two entities, we extract lexical and syntactic patterns from contexts in which those two entities co-occur. Then, we construct a bipartite graph between relation-specific (RS) and relation-independent (RI) patterns. Spectral clustering is performed on the bipartite graph to compute a lower dimensional projection. Second, we train a classifier for the target relation type using a small number of labeled instances. To account for the lack of target relation training instances, we present a onesided under sampling method. We evaluate the proposed method using a data set that contains 2,000 instances for 20 different relation types. Our experimental results show that the proposed method achieves a statistically significant macroaverage F-score of 62.77. Moreover, the proposed method outperforms numerous baselines and a previously proposed weakly supervised relation extraction method.