SlideShare una empresa de Scribd logo
1 de 33
By: Mahmoud El-Razzaz
ISSR, Cairo University
Cairo, Egypt









Mining Aspects
Collect Dataset
Apply Aspect Mining to dataset collected
Conduct aspect-level sentiment classifier
Preview results & compare it with same
classifiers conducted for other languages
Conclusion
Future work








Collect Dataset
Apply Aspect Mining to dataset collected
Conduct aspect-level sentiment classifier
Preview results & compare it with same
classifiers conducted for other languages
Conclusion
Future work


Vocabulary:
› Aspect[1] and feature[2]
› The two terms are used in the literature as

synonyms and represents the opinion target.
› Simply aspect here means a feature of a
product e.g. “cast” and “script” are a
features of a movie

[1] Na, J.-C., Khoo, C. S. G.. Aspect-based sentiment analysis of movie reviews on
discussion boards. 2010.
[2] Hu, Minqing and Bing Liu. mining and summarization customer reviews. In proceedings
of ACM SIGKDD International Conference on Knowledge Discovery and Data Mining
(KDD-2004). 2004.
Aspect mining or Aspect Extraction:
 For example “ the voice quality of this
phone is amazing”
 The aspect is “voice quality” of entity
represented by “this phone”


it is possible that in an application the opinion targets are given because the user is only
Interested in these particular targets (e.g., the BMW and Ford brands)
An opinion typically always has a target.
 The target is often the aspect to be
extracted from a sentence.
 Thus it is important to recognize each
opinion expression and its target from a
sentence.


some opinion expressions can play two rules, indicating a sentiment and implying an
(implicit) aspect (target). For example, in “this car is expensive” is a sentiment word also
indicates the aspect “price”
 There

are four main approaches for
aspect extraction:
1. Extraction based on frequent nouns and

noun phrases.
2. Extraction by exploiting opinion and

target relations.
3. Extraction using supervised learning.
4. Extraction using topic modeling.
 There

are four main approaches for
aspect extraction:
1. Extraction based on frequent nouns and

noun phrases.
2. Extraction by exploiting opinion and

target relations.
3. Extraction using supervised learning.
4. Extraction using topic modeling.
This method finds explicit expressions that
are nouns and noun phrases from a
large number of reviews in a given
domain.
 Hu and Liu (2004) used a data mining
algorithm.
 Nouns and noun phrases were identified
by a part-of-peach (POS) tagger.
 Their occurrence frequency is counted
and only frequent ones are kept.

The reason that this approach works is that
when people comment on different
aspects of an entity, the vocabulary that
they use usually converges.
 Irrelevant content in reviews are often
diverse.
 The precision of this algorithm was
improved in (Popescu and Etzioni, 2005)[1]


[1] N Popescu, Ana-Maria and Oren Etzioni. Extracting product features and opinions
from reviews. In proceedings of Conference on Empirical Methods in Natural
Language Processing (EMNLP-2005). 2005.


More references for aspect extraction
based on frequent nouns:
› Blair-Goldensohn et al. (2008)[1]
 In this approach several filters were applied to
remove unlikely aspects, e.g., dropping aspects
which do not have sufficient mentions along-side
down sentiment words.
 Also they collapsed aspects at the word stem level.

[1] Blair-Goldensohn, Sasha, Kerry Hannan, Ryan Mcdonald, Tyler Neylon, George A. Reis,
and Jeff Reyner. Building a sentiment summarizer for local service reviews.
In proceedings of WWW-2008 workshop on NLP in the information Explosion Era. 2008.


More references for aspect extraction
based on frequent nouns:
› Ku, Liang and Chen, (2006)[1]
 The authors made use of TF-IDF scheme
considering terms at the document level and
the paragraph level.

[1] Ku, Lun-Weim Yu-Ting Liang, and Hsin-His Chen. Opinion extraction, summarization and
Tracking in news and blog corpora. In proceedings of AAAI-CAAW’06. 2006.


More references for aspect extraction
based on frequent nouns:
› Moghaddam and Ester, (2010)[1]
 The authors augmented the frequency-based
approach with an additional filter to remove
some non-aspect nouns.
 Their work also predicted aspect ratings.

[1] Moghaddam, Samaneh and Martin Ester. ILDA: interdependent LDA model for
learning latent aspects and their ratings from online product reviews. in Proceedings
of the Annual ACM SIGIR International conference on Research and Development in
Information Retrieval (SIGIR- 2011). 2011.


More references for aspect extraction
based on frequent nouns:
› Scaffidi et al., (2007)[1]
 The authors compared the frequency of
extracted frequent nouns in a review corpus
with their occurrence rates in generic English
corpus to identify true aspects.

[1] Scaffidi, Christopher, Kevin Bierhoff, Eric Chang, Mikhael Felker, Herman Ng, and Chun
Jin. Red Opal: product-feature scoring from reviews. in Proceedings of Twelfth ACM
Conference on Electronic Commerce (EC-2007). 2007.


More references for aspect extraction
based on frequent nouns:
› Zhu et al.,(2009)[1]
 Proposed a method based on the Cvalue
measure from (Frantzi, Ananiadou and Mima,
2000)[2] for exracting multi-word aspects.

[1] Zhu, Jingbo, Huizhen Wang, Benjamin K. Tsou, and Muhua Zhu. Multiaspect opinion
polling from textual reviews. in Proceedings of ACM International Conference on
Information and Knowledge Management (CIKM-2009). 2009.
[2] Frantzi, Katerina, Sophia Ananiadou, and Hideki Mima. Automatic recognition of multiword terms:. the C-value/NC-value method. International Journal on Digital Libraries,
2000. 3(2): p. 115-130.


More references for aspect extraction based
on frequent nouns:
› Long, Zhang and Zhu,(2010)[1]
 Extracted aspects based on frequency and information
distance.
 Their method first finds the core aspect words using the
frequency-based method.
 It then uses the information distance in (Cilibrasi and
Vitanyi, 2007) to find other related words to an
aspect, e.g., for aspect price, it may find “$” and
“dollars”.

[1] Long, Chong, Jie Zhang, and Xiaoyan Zhu. A review selection approach for accurate
feature rating estimation. in Proceedings of Coling 2010: Poster Volume. 2010.
[2] Cilibrasi, Rudi L. and Paul M. B. Vitanyi. The google similarity distance. IEEE Transactions
on Knowledge and Data Engineering, 2007. 19(3): p. 370-383.
 There

are four main approaches for
aspect extraction:
1. Extraction based on frequent nouns and

noun phrases.
2. Extraction by exploiting opinion and

target relations.
3. Extraction using supervised learning.
4. Extraction using topic modeling.
Since opinions have targets, they are
obviously related. Their relationships can
be exploited to extract aspects which
are opinion targets because sentiment
words are often known.
 This method was used in (Hu and
Liu, 2004) for extracting infrequent
aspects.
 For example “The software is amazing.”
if we know that “amazing” is a sentiment
word, then “software” is extracted as an
aspect.



References for literature used this methid:
› Zhuang, Jingm and Zhu, 2006[1]
› Somasundaran and Wiebe, 2009[2]
› Kobayashi et al., 2006[3]



In previous literature a dependency parser was used to
identify such dependency relations for aspect
extraction.

[1] Zhuang, Li, Feng Jing, and Xiaoyan Zhu. Movie review mining and summarization. in
Proceedings of ACM International Conference on Information and Knowledge
Management (CIKM-2006). 2006.
[2] Somasundaran, S., J. Ruppenhofer, and J. Wiebe. Discourse level opinion relations: An
annotation study. in Proceedings of the 9th SIGdial Workshop on Discourse and
Dialogue. 2008.
[3] Kobayashi, Nozomi, Ryu Iida, Kentaro Inui, and Yuji Matsumoto. Opinion mining on the
Web by extracting subject-attribute-value relations. In Proceedings of AAAI-CAAW'06.2006.
 There

are four main approaches for
aspect extraction:
1. Extraction based on frequent nouns and

noun phrases.
2. Extraction by exploiting opinion and

target relations.
3. Extraction using supervised learning.
4. Extraction using topic modeling.


Many algorithms based on supervised
learning have been proposed in the past
for information extraction (Hobbs and
Riloff, 2010[1]; Mooney and Bunescu,
2005[2]; Sarawagi, 2008[3])

[1] Hobbs, Jerry R. and Ellen Riloff. Information Extraction, in in Handbook of Natural
Language Processing, 2nd Edition, N. Indurkhya and F.J. Damerau, Editors. 2010,
Chapman & Hall/CRC Press.
[2] Mooney, Raymond J. and Razvan Bunescu. Mining knowledge from text using
information extraction. ACM SIGKDD Explorations Newsletter, 2005. 7(1): p. 3-10.
[3] Sarawagi, Sunita. Information extraction. Foundations and Trends in Databases, 2008.
1(3): p. 261-377..
The most dominant methods are based
on sequential learning.
 The current state of the art sequential
learning methods are Hidden Markov
Models (HMM) (Rabiner, 1989)[1] and
Conditional Random Fields (CRF)
(Lafferty, McCallum and Pereira, 2001)[2]


[1] Rabiner, Lawrence R. A tutorial on hidden Markov models and selected applications in
speech recognition. Proceedings of the IEEE, 1989. 77(2): p. 257-286.
[2] Lafferty, John, Andrew McCallum, and Fernando Pereira. Conditional random fields:
Probabilistic models for segmenting and labeling sequence data. in Proceedings of
International Conference on Machine Learning (ICML-2001). 2001.
The most dominant methods are based
on sequential learning.
 The current state of the art sequential
learning methods are Hidden Markov
Models (HMM) (Rabiner, 1989)[1] and
Conditional Random Fields (CRF)
(Lafferty, McCallum and Pereira, 2001)[2]


[1] Rabiner, Lawrence R. A tutorial on hidden Markov models and selected applications in
speech recognition. Proceedings of the IEEE, 1989. 77(2): p. 257-286.
[2] Lafferty, John, Andrew McCallum, and Fernando Pereira. Conditional random fields:
Probabilistic models for segmenting and labeling sequence data. in Proceedings of
International Conference on Machine Learning (ICML-2001). 2001.
Yu et al. (2012)[1] used a partially supervised learning
method called one class SVM (Manevitz and Yousef,
2002)[2] to extract aspects.
 In their case they only extracted aspects from Pos
and Cons of review format 2 as in (Liu, Hu and
Cheng, 2005)[3]
 They also clustered those synonym aspects and
ranked aspects based on their frequency and their
contributions to the overall review rating of reviews.


[1] Yu, Jianxing, Zheng-Jun Zha, Meng Wang, and Tat-Seng Chua. Aspect ranking:
identifying important product aspects from online consumer reviews. in Proceedings of
the 49th Annual Meeting of the Association for Computational Linguistics. 2011.
[2] Manevitz, Larry M. and Malik Yousef. One-class SVMs for document classification. The
Journal of Machine Learning Research, 2002. 2: p. 139- 154.
[3] Liu, Bing, Minqing Hu, and Junsheng Cheng. Opinion observer: Analyzing and
comparing opinions on the web. in Proceedings of International Conference on World
Wide Web (WWW-2005). 2005.
Ghani et al. (2006)[1] used both traditional
supervised learning and semi-supervised
learning for aspect extraction.
 Kovelamudi et al., (2011)[2] used a
supervised method but also exploited some
relevant information from Wikipedia.


[1] Ghani, Rayid, Katharina Probst, Yan Liu, Marko Krema, and Andrew Fano. Text mining for
product attribute extraction. ACM SIGKDD Explorations Newsletter, 2006. 8(1): p. 41-48.
[2] Kovelamudi, Sudheer, Sethu Ramalingam, Arpit Sood, and Vasudeva Varma. Domain
Independent Model for Product Attribute Extraction from User Reviews using Wikipedia.
in Proceedings of the 5th International Joint Conference on Natural Language
Processing (IJCNLP-2010). 2011.
 There

are four main approaches for
aspect extraction:
1. Extraction based on frequent nouns and

noun phrases.
2. Extraction by exploiting opinion and

target relations.
3. Extraction using supervised learning.
4. Extraction using topic modeling.




Topic modeling is an unsupervised learning
method that assumes each document consists
of a mixture of topics and each topic is a
probability distribution.
There were two main basic models, pLSA
(Probabilistic Latent Semantic Analysis)
(Hofmann, 1999)[1] and LDA (Latent Dirichlet
allocation) (Blei, Ng and Jordan, 2003; Griffiths
and Steyvers, 2003; Steyvers and Griffiths, 2007).

[1] Hofmann, Thomas. Probabilistic latent semantic indexing. in Proceedings of Conference
on Uncertainty in Artificial Intelligence (UAI-1999). 1999.
[2] Blei, David M., Andrew Y. Ng, and Michael I. Jordan. Latent dirichlet allocation. The
Journal of Machine Learning Research, 2003. 3: p. 993- 1022.
[3] Steyvers, Mark and Thomas L. Griffiths. Probabilistic topic models. Handbook of latent
semantic analysis, 2007. 427(7): p. 424-440.


In the sentiment analysis context, one can
design a joint model to model both
sentiment words and topics at the same
time, due to the observation that every
opinion has a target.



For readers who are not familiar with topic
models, a part from reading the topic
modeling literature, the “pattern
recognition and machine learning” book
by Christopher M. Bishop.




Mei et al. (2007)[1] proposed an aspect
sentiment mexture model, which was based on
aspect (topic) model, positive and negative
sentiment models learned with the help of
external training data. And their model was
based on pLSA.
Some researchers showed that global topic
models are not suitable for detecting aspects
as in (Titov and McDonald, 2008)[2].

[1] Mei, Qiaozhu, Xu Ling, Matthew Wondra, Hang Su, and ChengXiang Zhai. Topic
sentiment mixture: modeling facets and opinions in weblogs. In Proceedings of
International Conference on World Wide Web (WWW-2007). 2007.
[2] Titov, Ivan and Ryan McDonald. Modeling online reviews with multi-grain topic models.
in Proceedings of International Conference on World Wide Web (WWW-2008). 2008.




Later Brody and El Hadad (2010) [1] proposed to first
identify aspects using topic models and then identify
aspect-specific sentiment words by considering
adjectives only.
In (Mukherjee and Liu, 2012), a semi-supervised joint
model was proposed, which allows the user to
provide some seed aspect terms for some topics in
order to guide the inference to produce aspect
distributions that conform to the user’s need.

[1] Brody, Samuel and Noemie Elhadad. An Unsupervised Aspect-Sentiment Model for
Online Reviews. in Proceedings of The 2010 Annual Conference of the North American
Chapter of the ACL. 2010.
[2] Mukherjee, Arjun and Bing Liu. Aspect Extraction through Semi- Supervised Modeling. in
roceedings of 50th Anunal Meeting of Association for Computational Linguistics (ACL2012) (Accepted for publication). 2012.
 Some

other used techniques for
aspect extraction:
› Meng and Wang (2009)[1] extracted

aspects from product
specifications, which are structured
data.
[1] Meng, Xinfan and Houfeng Wang. Mining user reviews: from specification to
summarization. in Proceedings of the ACL-IJCNLP 2009 Conference Short Papers. 2009.
Identify which of those methods is better
and more reliable.
 Study the applicability of each of these
methods for Arabic Language based on
the language dependent factor of
each.

 Thank

you

Más contenido relacionado

La actualidad más candente

Machine Learning 3 - Decision Tree Learning
Machine Learning 3 - Decision Tree LearningMachine Learning 3 - Decision Tree Learning
Machine Learning 3 - Decision Tree Learning
butest
 
Discretization and concept hierarchy(os)
Discretization and concept hierarchy(os)Discretization and concept hierarchy(os)
Discretization and concept hierarchy(os)
snegacmr
 

La actualidad más candente (20)

Image segmentation based on color
Image segmentation based on colorImage segmentation based on color
Image segmentation based on color
 
Text Classification, Sentiment Analysis, and Opinion Mining
Text Classification, Sentiment Analysis, and Opinion MiningText Classification, Sentiment Analysis, and Opinion Mining
Text Classification, Sentiment Analysis, and Opinion Mining
 
Classification and Regression
Classification and RegressionClassification and Regression
Classification and Regression
 
Frequent itemset mining methods
Frequent itemset mining methodsFrequent itemset mining methods
Frequent itemset mining methods
 
Pattern recognition UNIT 5
Pattern recognition UNIT 5Pattern recognition UNIT 5
Pattern recognition UNIT 5
 
Vertex cover Problem
Vertex cover ProblemVertex cover Problem
Vertex cover Problem
 
Machine Learning ppt
Machine Learning pptMachine Learning ppt
Machine Learning ppt
 
Knowledgebase vs Database
Knowledgebase vs DatabaseKnowledgebase vs Database
Knowledgebase vs Database
 
Machine Learning 3 - Decision Tree Learning
Machine Learning 3 - Decision Tree LearningMachine Learning 3 - Decision Tree Learning
Machine Learning 3 - Decision Tree Learning
 
Decision tree Using c4.5 Algorithm
Decision tree Using c4.5 AlgorithmDecision tree Using c4.5 Algorithm
Decision tree Using c4.5 Algorithm
 
Discretization and concept hierarchy(os)
Discretization and concept hierarchy(os)Discretization and concept hierarchy(os)
Discretization and concept hierarchy(os)
 
Template Matching
Template MatchingTemplate Matching
Template Matching
 
Cluster validation
Cluster validationCluster validation
Cluster validation
 
Unsupervised learning: Clustering
Unsupervised learning: ClusteringUnsupervised learning: Clustering
Unsupervised learning: Clustering
 
C data types, arrays and structs
C data types, arrays and structsC data types, arrays and structs
C data types, arrays and structs
 
Classification in data mining
Classification in data mining Classification in data mining
Classification in data mining
 
Functions in c language
Functions in c languageFunctions in c language
Functions in c language
 
Predictive data analytics models and their applications
Predictive data analytics models and their applicationsPredictive data analytics models and their applications
Predictive data analytics models and their applications
 
PPT s08-machine vision-s2
PPT s08-machine vision-s2PPT s08-machine vision-s2
PPT s08-machine vision-s2
 
Pandas Dataframe reading data Kirti final.pptx
Pandas Dataframe reading data  Kirti final.pptxPandas Dataframe reading data  Kirti final.pptx
Pandas Dataframe reading data Kirti final.pptx
 

Destacado

Bigdata Landscape and Competitive Intelligence
Bigdata Landscape and Competitive IntelligenceBigdata Landscape and Competitive Intelligence
Bigdata Landscape and Competitive Intelligence
Jithin S L
 
Sentiment Analysis and Social Media: How and Why
Sentiment Analysis and Social Media: How and WhySentiment Analysis and Social Media: How and Why
Sentiment Analysis and Social Media: How and Why
Davide Feltoni Gurini
 

Destacado (20)

Aspect Mining Techniques
Aspect Mining TechniquesAspect Mining Techniques
Aspect Mining Techniques
 
SAE: Structured Aspect Extraction
SAE: Structured Aspect ExtractionSAE: Structured Aspect Extraction
SAE: Structured Aspect Extraction
 
Bigdata Landscape and Competitive Intelligence
Bigdata Landscape and Competitive IntelligenceBigdata Landscape and Competitive Intelligence
Bigdata Landscape and Competitive Intelligence
 
Learning Regular Expressions for the Extraction of Product Attributes from E-...
Learning Regular Expressions for the Extraction of Product Attributes from E-...Learning Regular Expressions for the Extraction of Product Attributes from E-...
Learning Regular Expressions for the Extraction of Product Attributes from E-...
 
Context based sentiment analysis
Context based sentiment analysisContext based sentiment analysis
Context based sentiment analysis
 
ACIS 2015 Bibliographical-based Facets for Expertise Search
ACIS 2015 Bibliographical-based Facets for Expertise SearchACIS 2015 Bibliographical-based Facets for Expertise Search
ACIS 2015 Bibliographical-based Facets for Expertise Search
 
Рой. Аспектный анализ тональности отзывов
Рой. Аспектный анализ тональности отзывов Рой. Аспектный анализ тональности отзывов
Рой. Аспектный анализ тональности отзывов
 
An overview of text mining and sentiment analysis for Decision Support System
An overview of text mining and sentiment analysis for Decision Support SystemAn overview of text mining and sentiment analysis for Decision Support System
An overview of text mining and sentiment analysis for Decision Support System
 
Unsupervised Extraction of Attributes and Their Values from Product Description
Unsupervised Extraction of Attributes and Their Values from Product DescriptionUnsupervised Extraction of Attributes and Their Values from Product Description
Unsupervised Extraction of Attributes and Their Values from Product Description
 
2 13
2 132 13
2 13
 
A comparison of Lexicon-based approaches for Sentiment Analysis of microblog ...
A comparison of Lexicon-based approaches for Sentiment Analysis of microblog ...A comparison of Lexicon-based approaches for Sentiment Analysis of microblog ...
A comparison of Lexicon-based approaches for Sentiment Analysis of microblog ...
 
Opinion-Based Entity Ranking
Opinion-Based Entity RankingOpinion-Based Entity Ranking
Opinion-Based Entity Ranking
 
Negative Sentiment (or "Sentiment Analysis is Sh*te")
Negative Sentiment (or "Sentiment Analysis is Sh*te")Negative Sentiment (or "Sentiment Analysis is Sh*te")
Negative Sentiment (or "Sentiment Analysis is Sh*te")
 
Alleviating Data Sparsity for Twitter Sentiment Analysis
Alleviating Data Sparsity for Twitter Sentiment AnalysisAlleviating Data Sparsity for Twitter Sentiment Analysis
Alleviating Data Sparsity for Twitter Sentiment Analysis
 
Sentiment Analysis with NVivo 11 Plus
Sentiment Analysis with NVivo 11 PlusSentiment Analysis with NVivo 11 Plus
Sentiment Analysis with NVivo 11 Plus
 
Social media & sentiment analysis splunk conf2012
Social media & sentiment analysis   splunk conf2012Social media & sentiment analysis   splunk conf2012
Social media & sentiment analysis splunk conf2012
 
Supervised Learning Based Approach to Aspect Based Sentiment Analysis
Supervised Learning Based Approach to Aspect Based Sentiment AnalysisSupervised Learning Based Approach to Aspect Based Sentiment Analysis
Supervised Learning Based Approach to Aspect Based Sentiment Analysis
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment Analysis
 
Sentiment analysis using naive bayes classifier
Sentiment analysis using naive bayes classifier Sentiment analysis using naive bayes classifier
Sentiment analysis using naive bayes classifier
 
Sentiment Analysis and Social Media: How and Why
Sentiment Analysis and Social Media: How and WhySentiment Analysis and Social Media: How and Why
Sentiment Analysis and Social Media: How and Why
 

Similar a Aspect extraction (A survey)

A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEMEA FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
aciijournal
 
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEMEA FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
aciijournal
 
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHSPATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
kevig
 
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHSPATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
ijnlc
 

Similar a Aspect extraction (A survey) (20)

Social Phrases Having Impact in Altmetrics - SOPHIA
Social Phrases Having Impact in Altmetrics - SOPHIASocial Phrases Having Impact in Altmetrics - SOPHIA
Social Phrases Having Impact in Altmetrics - SOPHIA
 
September 2021: Top10 Cited Articles in Natural Language Computing
September 2021: Top10 Cited Articles in Natural Language ComputingSeptember 2021: Top10 Cited Articles in Natural Language Computing
September 2021: Top10 Cited Articles in Natural Language Computing
 
April 2022 - Top 10 cited articles.pdf
April 2022 - Top 10 cited articles.pdfApril 2022 - Top 10 cited articles.pdf
April 2022 - Top 10 cited articles.pdf
 
February 2024 - Top 10 cited articles.pdf
February 2024 - Top 10 cited articles.pdfFebruary 2024 - Top 10 cited articles.pdf
February 2024 - Top 10 cited articles.pdf
 
Top 10 cited articles in nlp
Top 10 cited articles in nlpTop 10 cited articles in nlp
Top 10 cited articles in nlp
 
A Novel approach for Document Clustering using Concept Extraction
A Novel approach for Document Clustering using Concept ExtractionA Novel approach for Document Clustering using Concept Extraction
A Novel approach for Document Clustering using Concept Extraction
 
Viva
VivaViva
Viva
 
Estimating the overall sentiment score by inferring modus ponens law
Estimating the overall sentiment score by inferring modus ponens lawEstimating the overall sentiment score by inferring modus ponens law
Estimating the overall sentiment score by inferring modus ponens law
 
ASPECT-BASED OPINION EXTRACTION FROM CUSTOMER REVIEWS
ASPECT-BASED OPINION EXTRACTION FROM CUSTOMER REVIEWSASPECT-BASED OPINION EXTRACTION FROM CUSTOMER REVIEWS
ASPECT-BASED OPINION EXTRACTION FROM CUSTOMER REVIEWS
 
Mining of product reviews at aspect level
Mining of product reviews at aspect levelMining of product reviews at aspect level
Mining of product reviews at aspect level
 
M045067275
M045067275M045067275
M045067275
 
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEMEA FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
 
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEMEA FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
A FRAMEWORK FOR SUMMARIZATION OF ONLINE OPINION USING WEIGHTING SCHEME
 
A Survey of Ontology-based Information Extraction for Social Media Content An...
A Survey of Ontology-based Information Extraction for Social Media Content An...A Survey of Ontology-based Information Extraction for Social Media Content An...
A Survey of Ontology-based Information Extraction for Social Media Content An...
 
Opinion Mining Techniques for Non-English Languages: An Overview
Opinion Mining Techniques for Non-English Languages: An OverviewOpinion Mining Techniques for Non-English Languages: An Overview
Opinion Mining Techniques for Non-English Languages: An Overview
 
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUECOMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
 
Independent Study Guide
Independent Study GuideIndependent Study Guide
Independent Study Guide
 
Automatic Distractor Generation For Multiple-Choice English Vocabulary Questions
Automatic Distractor Generation For Multiple-Choice English Vocabulary QuestionsAutomatic Distractor Generation For Multiple-Choice English Vocabulary Questions
Automatic Distractor Generation For Multiple-Choice English Vocabulary Questions
 
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHSPATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
 
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHSPATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
PATENT DOCUMENT SUMMARIZATION USING CONCEPTUAL GRAPHS
 

Último

Último (20)

Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 

Aspect extraction (A survey)

  • 1. By: Mahmoud El-Razzaz ISSR, Cairo University Cairo, Egypt
  • 2.        Mining Aspects Collect Dataset Apply Aspect Mining to dataset collected Conduct aspect-level sentiment classifier Preview results & compare it with same classifiers conducted for other languages Conclusion Future work
  • 3.       Collect Dataset Apply Aspect Mining to dataset collected Conduct aspect-level sentiment classifier Preview results & compare it with same classifiers conducted for other languages Conclusion Future work
  • 4.  Vocabulary: › Aspect[1] and feature[2] › The two terms are used in the literature as synonyms and represents the opinion target. › Simply aspect here means a feature of a product e.g. “cast” and “script” are a features of a movie [1] Na, J.-C., Khoo, C. S. G.. Aspect-based sentiment analysis of movie reviews on discussion boards. 2010. [2] Hu, Minqing and Bing Liu. mining and summarization customer reviews. In proceedings of ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD-2004). 2004.
  • 5. Aspect mining or Aspect Extraction:  For example “ the voice quality of this phone is amazing”  The aspect is “voice quality” of entity represented by “this phone”  it is possible that in an application the opinion targets are given because the user is only Interested in these particular targets (e.g., the BMW and Ford brands)
  • 6. An opinion typically always has a target.  The target is often the aspect to be extracted from a sentence.  Thus it is important to recognize each opinion expression and its target from a sentence.  some opinion expressions can play two rules, indicating a sentiment and implying an (implicit) aspect (target). For example, in “this car is expensive” is a sentiment word also indicates the aspect “price”
  • 7.  There are four main approaches for aspect extraction: 1. Extraction based on frequent nouns and noun phrases. 2. Extraction by exploiting opinion and target relations. 3. Extraction using supervised learning. 4. Extraction using topic modeling.
  • 8.  There are four main approaches for aspect extraction: 1. Extraction based on frequent nouns and noun phrases. 2. Extraction by exploiting opinion and target relations. 3. Extraction using supervised learning. 4. Extraction using topic modeling.
  • 9. This method finds explicit expressions that are nouns and noun phrases from a large number of reviews in a given domain.  Hu and Liu (2004) used a data mining algorithm.  Nouns and noun phrases were identified by a part-of-peach (POS) tagger.  Their occurrence frequency is counted and only frequent ones are kept. 
  • 10. The reason that this approach works is that when people comment on different aspects of an entity, the vocabulary that they use usually converges.  Irrelevant content in reviews are often diverse.  The precision of this algorithm was improved in (Popescu and Etzioni, 2005)[1]  [1] N Popescu, Ana-Maria and Oren Etzioni. Extracting product features and opinions from reviews. In proceedings of Conference on Empirical Methods in Natural Language Processing (EMNLP-2005). 2005.
  • 11.  More references for aspect extraction based on frequent nouns: › Blair-Goldensohn et al. (2008)[1]  In this approach several filters were applied to remove unlikely aspects, e.g., dropping aspects which do not have sufficient mentions along-side down sentiment words.  Also they collapsed aspects at the word stem level. [1] Blair-Goldensohn, Sasha, Kerry Hannan, Ryan Mcdonald, Tyler Neylon, George A. Reis, and Jeff Reyner. Building a sentiment summarizer for local service reviews. In proceedings of WWW-2008 workshop on NLP in the information Explosion Era. 2008.
  • 12.  More references for aspect extraction based on frequent nouns: › Ku, Liang and Chen, (2006)[1]  The authors made use of TF-IDF scheme considering terms at the document level and the paragraph level. [1] Ku, Lun-Weim Yu-Ting Liang, and Hsin-His Chen. Opinion extraction, summarization and Tracking in news and blog corpora. In proceedings of AAAI-CAAW’06. 2006.
  • 13.  More references for aspect extraction based on frequent nouns: › Moghaddam and Ester, (2010)[1]  The authors augmented the frequency-based approach with an additional filter to remove some non-aspect nouns.  Their work also predicted aspect ratings. [1] Moghaddam, Samaneh and Martin Ester. ILDA: interdependent LDA model for learning latent aspects and their ratings from online product reviews. in Proceedings of the Annual ACM SIGIR International conference on Research and Development in Information Retrieval (SIGIR- 2011). 2011.
  • 14.  More references for aspect extraction based on frequent nouns: › Scaffidi et al., (2007)[1]  The authors compared the frequency of extracted frequent nouns in a review corpus with their occurrence rates in generic English corpus to identify true aspects. [1] Scaffidi, Christopher, Kevin Bierhoff, Eric Chang, Mikhael Felker, Herman Ng, and Chun Jin. Red Opal: product-feature scoring from reviews. in Proceedings of Twelfth ACM Conference on Electronic Commerce (EC-2007). 2007.
  • 15.  More references for aspect extraction based on frequent nouns: › Zhu et al.,(2009)[1]  Proposed a method based on the Cvalue measure from (Frantzi, Ananiadou and Mima, 2000)[2] for exracting multi-word aspects. [1] Zhu, Jingbo, Huizhen Wang, Benjamin K. Tsou, and Muhua Zhu. Multiaspect opinion polling from textual reviews. in Proceedings of ACM International Conference on Information and Knowledge Management (CIKM-2009). 2009. [2] Frantzi, Katerina, Sophia Ananiadou, and Hideki Mima. Automatic recognition of multiword terms:. the C-value/NC-value method. International Journal on Digital Libraries, 2000. 3(2): p. 115-130.
  • 16.  More references for aspect extraction based on frequent nouns: › Long, Zhang and Zhu,(2010)[1]  Extracted aspects based on frequency and information distance.  Their method first finds the core aspect words using the frequency-based method.  It then uses the information distance in (Cilibrasi and Vitanyi, 2007) to find other related words to an aspect, e.g., for aspect price, it may find “$” and “dollars”. [1] Long, Chong, Jie Zhang, and Xiaoyan Zhu. A review selection approach for accurate feature rating estimation. in Proceedings of Coling 2010: Poster Volume. 2010. [2] Cilibrasi, Rudi L. and Paul M. B. Vitanyi. The google similarity distance. IEEE Transactions on Knowledge and Data Engineering, 2007. 19(3): p. 370-383.
  • 17.  There are four main approaches for aspect extraction: 1. Extraction based on frequent nouns and noun phrases. 2. Extraction by exploiting opinion and target relations. 3. Extraction using supervised learning. 4. Extraction using topic modeling.
  • 18. Since opinions have targets, they are obviously related. Their relationships can be exploited to extract aspects which are opinion targets because sentiment words are often known.  This method was used in (Hu and Liu, 2004) for extracting infrequent aspects.  For example “The software is amazing.” if we know that “amazing” is a sentiment word, then “software” is extracted as an aspect. 
  • 19.  References for literature used this methid: › Zhuang, Jingm and Zhu, 2006[1] › Somasundaran and Wiebe, 2009[2] › Kobayashi et al., 2006[3]  In previous literature a dependency parser was used to identify such dependency relations for aspect extraction. [1] Zhuang, Li, Feng Jing, and Xiaoyan Zhu. Movie review mining and summarization. in Proceedings of ACM International Conference on Information and Knowledge Management (CIKM-2006). 2006. [2] Somasundaran, S., J. Ruppenhofer, and J. Wiebe. Discourse level opinion relations: An annotation study. in Proceedings of the 9th SIGdial Workshop on Discourse and Dialogue. 2008. [3] Kobayashi, Nozomi, Ryu Iida, Kentaro Inui, and Yuji Matsumoto. Opinion mining on the Web by extracting subject-attribute-value relations. In Proceedings of AAAI-CAAW'06.2006.
  • 20.  There are four main approaches for aspect extraction: 1. Extraction based on frequent nouns and noun phrases. 2. Extraction by exploiting opinion and target relations. 3. Extraction using supervised learning. 4. Extraction using topic modeling.
  • 21.  Many algorithms based on supervised learning have been proposed in the past for information extraction (Hobbs and Riloff, 2010[1]; Mooney and Bunescu, 2005[2]; Sarawagi, 2008[3]) [1] Hobbs, Jerry R. and Ellen Riloff. Information Extraction, in in Handbook of Natural Language Processing, 2nd Edition, N. Indurkhya and F.J. Damerau, Editors. 2010, Chapman & Hall/CRC Press. [2] Mooney, Raymond J. and Razvan Bunescu. Mining knowledge from text using information extraction. ACM SIGKDD Explorations Newsletter, 2005. 7(1): p. 3-10. [3] Sarawagi, Sunita. Information extraction. Foundations and Trends in Databases, 2008. 1(3): p. 261-377..
  • 22. The most dominant methods are based on sequential learning.  The current state of the art sequential learning methods are Hidden Markov Models (HMM) (Rabiner, 1989)[1] and Conditional Random Fields (CRF) (Lafferty, McCallum and Pereira, 2001)[2]  [1] Rabiner, Lawrence R. A tutorial on hidden Markov models and selected applications in speech recognition. Proceedings of the IEEE, 1989. 77(2): p. 257-286. [2] Lafferty, John, Andrew McCallum, and Fernando Pereira. Conditional random fields: Probabilistic models for segmenting and labeling sequence data. in Proceedings of International Conference on Machine Learning (ICML-2001). 2001.
  • 23. The most dominant methods are based on sequential learning.  The current state of the art sequential learning methods are Hidden Markov Models (HMM) (Rabiner, 1989)[1] and Conditional Random Fields (CRF) (Lafferty, McCallum and Pereira, 2001)[2]  [1] Rabiner, Lawrence R. A tutorial on hidden Markov models and selected applications in speech recognition. Proceedings of the IEEE, 1989. 77(2): p. 257-286. [2] Lafferty, John, Andrew McCallum, and Fernando Pereira. Conditional random fields: Probabilistic models for segmenting and labeling sequence data. in Proceedings of International Conference on Machine Learning (ICML-2001). 2001.
  • 24. Yu et al. (2012)[1] used a partially supervised learning method called one class SVM (Manevitz and Yousef, 2002)[2] to extract aspects.  In their case they only extracted aspects from Pos and Cons of review format 2 as in (Liu, Hu and Cheng, 2005)[3]  They also clustered those synonym aspects and ranked aspects based on their frequency and their contributions to the overall review rating of reviews.  [1] Yu, Jianxing, Zheng-Jun Zha, Meng Wang, and Tat-Seng Chua. Aspect ranking: identifying important product aspects from online consumer reviews. in Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics. 2011. [2] Manevitz, Larry M. and Malik Yousef. One-class SVMs for document classification. The Journal of Machine Learning Research, 2002. 2: p. 139- 154. [3] Liu, Bing, Minqing Hu, and Junsheng Cheng. Opinion observer: Analyzing and comparing opinions on the web. in Proceedings of International Conference on World Wide Web (WWW-2005). 2005.
  • 25. Ghani et al. (2006)[1] used both traditional supervised learning and semi-supervised learning for aspect extraction.  Kovelamudi et al., (2011)[2] used a supervised method but also exploited some relevant information from Wikipedia.  [1] Ghani, Rayid, Katharina Probst, Yan Liu, Marko Krema, and Andrew Fano. Text mining for product attribute extraction. ACM SIGKDD Explorations Newsletter, 2006. 8(1): p. 41-48. [2] Kovelamudi, Sudheer, Sethu Ramalingam, Arpit Sood, and Vasudeva Varma. Domain Independent Model for Product Attribute Extraction from User Reviews using Wikipedia. in Proceedings of the 5th International Joint Conference on Natural Language Processing (IJCNLP-2010). 2011.
  • 26.  There are four main approaches for aspect extraction: 1. Extraction based on frequent nouns and noun phrases. 2. Extraction by exploiting opinion and target relations. 3. Extraction using supervised learning. 4. Extraction using topic modeling.
  • 27.   Topic modeling is an unsupervised learning method that assumes each document consists of a mixture of topics and each topic is a probability distribution. There were two main basic models, pLSA (Probabilistic Latent Semantic Analysis) (Hofmann, 1999)[1] and LDA (Latent Dirichlet allocation) (Blei, Ng and Jordan, 2003; Griffiths and Steyvers, 2003; Steyvers and Griffiths, 2007). [1] Hofmann, Thomas. Probabilistic latent semantic indexing. in Proceedings of Conference on Uncertainty in Artificial Intelligence (UAI-1999). 1999. [2] Blei, David M., Andrew Y. Ng, and Michael I. Jordan. Latent dirichlet allocation. The Journal of Machine Learning Research, 2003. 3: p. 993- 1022. [3] Steyvers, Mark and Thomas L. Griffiths. Probabilistic topic models. Handbook of latent semantic analysis, 2007. 427(7): p. 424-440.
  • 28.  In the sentiment analysis context, one can design a joint model to model both sentiment words and topics at the same time, due to the observation that every opinion has a target.  For readers who are not familiar with topic models, a part from reading the topic modeling literature, the “pattern recognition and machine learning” book by Christopher M. Bishop.
  • 29.   Mei et al. (2007)[1] proposed an aspect sentiment mexture model, which was based on aspect (topic) model, positive and negative sentiment models learned with the help of external training data. And their model was based on pLSA. Some researchers showed that global topic models are not suitable for detecting aspects as in (Titov and McDonald, 2008)[2]. [1] Mei, Qiaozhu, Xu Ling, Matthew Wondra, Hang Su, and ChengXiang Zhai. Topic sentiment mixture: modeling facets and opinions in weblogs. In Proceedings of International Conference on World Wide Web (WWW-2007). 2007. [2] Titov, Ivan and Ryan McDonald. Modeling online reviews with multi-grain topic models. in Proceedings of International Conference on World Wide Web (WWW-2008). 2008.
  • 30.   Later Brody and El Hadad (2010) [1] proposed to first identify aspects using topic models and then identify aspect-specific sentiment words by considering adjectives only. In (Mukherjee and Liu, 2012), a semi-supervised joint model was proposed, which allows the user to provide some seed aspect terms for some topics in order to guide the inference to produce aspect distributions that conform to the user’s need. [1] Brody, Samuel and Noemie Elhadad. An Unsupervised Aspect-Sentiment Model for Online Reviews. in Proceedings of The 2010 Annual Conference of the North American Chapter of the ACL. 2010. [2] Mukherjee, Arjun and Bing Liu. Aspect Extraction through Semi- Supervised Modeling. in roceedings of 50th Anunal Meeting of Association for Computational Linguistics (ACL2012) (Accepted for publication). 2012.
  • 31.  Some other used techniques for aspect extraction: › Meng and Wang (2009)[1] extracted aspects from product specifications, which are structured data. [1] Meng, Xinfan and Houfeng Wang. Mining user reviews: from specification to summarization. in Proceedings of the ACL-IJCNLP 2009 Conference Short Papers. 2009.
  • 32. Identify which of those methods is better and more reliable.  Study the applicability of each of these methods for Arabic Language based on the language dependent factor of each. 