scispace - formally typeset
Search or ask a question
Author

Murtadha H. M. Ahmed

Bio: Murtadha H. M. Ahmed is an academic researcher from Northwestern Polytechnical University. The author has contributed to research in topics: Sentiment analysis & Markov logic network. The author has an hindex of 4, co-authored 13 publications receiving 52 citations.

Papers
More filters
Journal ArticleDOI
TL;DR: A weak supervised neural model that aims at learning a set of sentiment clusters embedding from the sentence global representation of the target domain, and an attention-based LSTM model to address aspect-level sentiment analysis task based on the sentiment score retrieved from the proposed dictionary.
Abstract: Sentiment dictionary is of great value to sentiment analysis, which is used widely in sentiment analysis compositionality. However, the sentiment polarity and intensity of the word may vary from one domain to another. In this paper, we introduce a novel approach to build domain-dependent sentiment dictionary, SentiDomain. We propose a weak supervised neural model that aims at learning a set of sentiment clusters embedding from the sentence global representation of the target domain. The model is trained on unlabeled data with weak supervision by reconstructing the input sentence representation from the resulting representation. Furthermore, we also propose an attention-based LSTM model to address aspect-level sentiment analysis task based on the sentiment score retrieved from the proposed dictionary. The key idea is to weight-down the non-sentiment parts among aspect-related information in a given sentence. Our extensive experiments on both English and Chinese benchmark datasets have shown that compared to the state-of-the-art alternatives, our proposals can effectively improve polarity detection.

47 citations

Journal ArticleDOI
TL;DR: This paper proposes a novel approach for aspect-level sentiment analysis based on the recently proposed paradigm of Gradual Machine Learning (GML), which can enable accurate machine labeling without the requirement for manual labeling effort.
Abstract: The state-of-the-art solutions for Aspect-Level Sentiment Analysis (ALSA) were built on a variety of Deep Neural Networks (DNN), whose efficacy depends on large quantities of accurately labeled training data. Unfortunately, high-quality labeled training data usually require expensive manual work, thus may not be readily available in real scenarios. In this paper, we propose a novel approach for aspect-level sentiment analysis based on the recently proposed paradigm of Gradual Machine Learning (GML), which can enable accurate machine labeling without the requirement for manual labeling effort. It begins with some easy instances in a task, which can be automatically labeled by the machine with high accuracy, and then gradually labels the more challenging instances by iterative factor graph inference. In the process of gradual machine learning, the hard instances are gradually labeled in small stages based on the estimated evidential certainty provided by the labeled easier instances. Our extensive experiments on the benchmark datasets have shown that the performance of the proposed solution is considerably better than its unsupervised alternatives, and also highly competitive compared with the state-of-the-art supervised DNN models.

31 citations

Journal ArticleDOI
TL;DR: SenHint is proposed, which can seamlessly integrate the output of deep neural networks and the implications of linguistic hints in a unified model based on Markov logic network (MLN) and effectively improve polarity detection accuracy by considerable margins.
Abstract: The state-of-the-art techniques for aspect-level sentiment analysis focused on feature modeling using a variety of deep neural networks (DNN). Unfortunately, their performance may still fall short of expectation in real scenarios due to the semantic complexity of natural languages. Motivated by the observation that many linguistic hints (e.g., sentiment words and shift words) are reliable polarity indicators, we propose a joint framework, SenHint, which can seamlessly integrate the output of deep neural networks and the implications of linguistic hints in a unified model based on Markov logic network (MLN). SenHint leverages the linguistic hints for multiple purposes: (1) to identify the easy instances, whose polarities can be automatically determined by the machine with high accuracy; (2) to capture the influence of sentiment words on aspect polarities; (2) to capture the implicit relations between aspect polarities. We present the required techniques for extracting linguistic hints, encoding their implications as well as the output of DNN into the unified model, and joint inference. Finally, we have empirically evaluated the performance of SenHint on both English and Chinese benchmark datasets. Our extensive experiments have shown that compared to the state-of-the-art DNN techniques, SenHint can effectively improve polarity detection accuracy by considerable margins.

16 citations

Book ChapterDOI
26 Aug 2019
TL;DR: A novel neural network approach with Hint-embedding that aims at exploring the connection between an aspect and its semantic content in the sentence and achieves considerable performance on aspect identification task.
Abstract: Aspect identification became an important task for aspect-based sentiment analysis. Previous approaches realized the importance of aspect identification in aspect-level sentiment analysis task. To this aim, there are different approaches proposed including rule-based and supervised learning based. Rule-based methods introduce rule mining based on features engineering, while supervised methods consider it as multi-task text classification problem. However, aspect identification is still a challenge from two perspectives: detecting the implicit aspect and mapping aspect-term into category. In this paper, we propose a novel neural network approach with Hint-embedding that aims at exploring the connection between an aspect and its semantic content in the sentence. Attention mechanism is designed to focus on different parts of a sentence based on aspects’ indicators. We experiment on benchmark datasets (SemEval 2014 task 4 restaurant and SemEval 2016 task 5 laptop), and results show that our model achieves considerable performance on aspect identification task.

7 citations

Proceedings ArticleDOI
27 Aug 2018
TL;DR: In this article, a risk model is proposed to select the machine-labeled instances at high risk of being mislabeled for manual verification, which takes into account the human-labeling instances as well as the output of machine resolution.
Abstract: Pure machine-based solutions usually struggle in the challenging classification tasks such as entity resolution (ER). To alleviate this problem, a recent trend is to involve the human in the resolution process, most notably the crowdsourcing approach. However, it remains very challenging to effectively improve machine-based entity resolution with limited human effort. In this paper, we investigate the problem of human and machine cooperation for ER from a risk perspective. We propose to select the machine-labeled instances at high risk of being mislabeled for manual verification. For this task, we present a risk model that takes into consideration the human-labeled instances as well as the output of machine resolution. Finally, we evaluate the performance of the proposed risk model on real data. Our experiments demonstrate that it can pick up the mislabeled instances with considerably higher accuracy than the existing alternatives. Provided with the same amount of human cost budget, it can also achieve better resolution quality than the state-of-the-art approach based on active learning.

6 citations


Cited by
More filters
01 Jan 2013
TL;DR: This book gives a comprehensive view of state-of-the-art techniques that are used to build spoken dialogue systems and presents dialogue modelling and system development issues relevant in both academic and industrial environments and also discusses requirements and challenges for advanced interaction management and future research.
Abstract: Considerable progress has been made in recent years in the development of dialogue systems that support robust and efficient human–machine interaction using spoken language. Spoken dialogue technology allows various interactive applications to be built and used for practical purposes, and research focuses on issues that aim to increase the system’s communicative competence by including aspects of error correction, cooperation, multimodality, and adaptation in context. This book gives a comprehensive view of state-of-the-art techniques that are used to build spoken dialogue systems. It provides an overview of the basic issues such as system architectures, various dialogue management methods, system evaluation, and also surveys advanced topics concerning extensions of the basic model to more conversational setups. The goal of the book is to provide an introduction to the methods, problems, and solutions that are used in dialogue system development and evaluation. It presents dialogue modelling and system development issues relevant in both academic and industrial environments and also discusses requirements and challenges for advanced interaction management and future research. vi KEywoRDS Spoken dialogue systems, multimodality, evaluation, error-handling, dialogue management, statistical method v MC_Jok nen_FM. ndd Achorn Internat onal 10/10/2009 04:18AM

304 citations

Proceedings ArticleDOI
01 Nov 2019
TL;DR: A convolution over a dependency tree (CDT) model which exploits a Bi-directional Long Short Term Memory (Bi-LSTM) to learn representations for features of a sentence, and further enhance the embeddings with a graph convolutional network (GCN) which operates directly on the dependency tree of the sentence.
Abstract: We propose a method based on neural networks to identify the sentiment polarity of opinion words expressed on a specific aspect of a sentence. Although a large majority of works typically focus on leveraging the expressive power of neural networks in handling this task, we explore the possibility of integrating dependency trees with neural networks for representation learning. To this end, we present a convolution over a dependency tree (CDT) model which exploits a Bi-directional Long Short Term Memory (Bi-LSTM) to learn representations for features of a sentence, and further enhance the embeddings with a graph convolutional network (GCN) which operates directly on the dependency tree of the sentence. Our approach propagates both contextual and dependency information from opinion words to aspect words, offering discriminative properties for supervision. Experimental results ranks our approach as the new state-of-the-art in aspect-based sentiment classification.

237 citations

Journal ArticleDOI
TL;DR: A weak supervised neural model that aims at learning a set of sentiment clusters embedding from the sentence global representation of the target domain, and an attention-based LSTM model to address aspect-level sentiment analysis task based on the sentiment score retrieved from the proposed dictionary.
Abstract: Sentiment dictionary is of great value to sentiment analysis, which is used widely in sentiment analysis compositionality. However, the sentiment polarity and intensity of the word may vary from one domain to another. In this paper, we introduce a novel approach to build domain-dependent sentiment dictionary, SentiDomain. We propose a weak supervised neural model that aims at learning a set of sentiment clusters embedding from the sentence global representation of the target domain. The model is trained on unlabeled data with weak supervision by reconstructing the input sentence representation from the resulting representation. Furthermore, we also propose an attention-based LSTM model to address aspect-level sentiment analysis task based on the sentiment score retrieved from the proposed dictionary. The key idea is to weight-down the non-sentiment parts among aspect-related information in a given sentence. Our extensive experiments on both English and Chinese benchmark datasets have shown that compared to the state-of-the-art alternatives, our proposals can effectively improve polarity detection.

47 citations

Journal ArticleDOI
TL;DR: This survey presents a rigorous review of the different applications of fuzzy logic in opinion mining and summarizes over one hundred and twenty articles published in the past decade regarding tasks and applications of opinion mining.
Abstract: The advent of Web 2.0 and its continuous growth has yielded enormous amounts of freely available user-generated information. Within this information, it is easy to find subjective texts, especially on social networks and eCommerce platforms that contain valuable information about users. Consequently, the field of opinion mining has attracted considerable interest over the last decade. Many new research articles are published every day, in which different artificial intelligence techniques (e.g., neural networks, fuzzy logic, clustering algorithms, and evolving computing) are applied to various tasks and applications related to opinion mining. Given this context, this survey presents a rigorous review of the different applications of fuzzy logic in opinion mining. The review portrays different uses of fuzzy logic and summarizes over one hundred and twenty articles published in the past decade regarding tasks and applications of opinion mining. This study is organized around three primary tasks, feature processing, review classification and emotions and also pays special attention to sentiment analysis applications whose core technique uses fuzzy logic to achieve the stated goals.

45 citations