4.5 Article

Cross lingual opinion holder extraction based on multi-kernel SVMs and transfer learning

Journal

Publisher

SPRINGER
DOI: 10.1007/s11280-013-0246-0

Keywords

Opinion holder extraction; Cross lingual; Multi-kernel SVMs; Transfer learning

Funding

  1. MOE Specialized Research Fund for the Doctoral Program of Higher Education [20122302120070]
  2. National Natural Science Foundation of China [61203378]
  3. Open Projects Program of National Laboratory of Pattern Recognition Shenzhen Foundational Research Funding [JCYJ20120613152557576]
  4. Shenzhen International Cooperation Research Funding [GJHZ20120613110641217]

Ask authors/readers for more resources

Fine grained opinion analysis has much higher demand for annotated corpus which makes high quality analysis difficult when there are insufficient resources. In this paper we explore the use of cross lingual resources for opinion mining for resource poor languages. This paper presents a novel approach for cross lingual opinion holder extraction through leveraging finely annotated opinion corpus selectively from a source language as the supplementary training samples for the target language. Firstly, the opinion corpus in the source language with fine grained annotations are translated and projected to the target language to generate the training samples. Then, a classifier based on multi-kernel Support Vector Machines (SVMs) is developed to identify opinion holders in the target language, which uses a tree kernel based on syntactic features and a polynomial kernel based on semantic features, respectively. The two kernels are further improved by incorporating a pivot function based on word pair similarity. To reduce the noise of low quality translated samples, a Transfer learning algorithm is applied to select high quality translated samples iteratively for training the multi-kernel classifiers on the target language. Evaluations on transferring MPQA, an English opinion corpus (as the source language), to Chinese opinion analysis (as the target language) show that the opinion holder extraction performance on NTCIR-7 MOAT dataset is improved, which is higher than the Conditional Random Fields (CRFs) based approach and most reported systems in NTCIR-7 MOAT evaluation.

Authors

I am an author on this paper
Click your name to claim this paper and add it to your profile.

Reviews

Primary Rating

4.5
Not enough ratings

Secondary Ratings

Novelty
-
Significance
-
Scientific rigor
-
Rate this paper

Recommended

Article Computer Science, Artificial Intelligence

Understanding patient reviews with minimum supervision

Lin Gui, Yulan He

Summary: This research introduces a joint learning framework for simultaneous unsupervised aspect extraction at the sentence level and supervised sentiment classification at the document level. The framework achieved high sentiment classification accuracy when tested on healthcare services reviews, outperforming several strong baselines.

ARTIFICIAL INTELLIGENCE IN MEDICINE (2021)

Article Computer Science, Artificial Intelligence

Aspect-based sentiment analysis via affective knowledge enhanced graph convolutional networks

Bin Liang, Hang Su, Lin Gui, Erik Cambria, Ruifeng Xu

Summary: This paper proposes a graph convolutional network model Sentic GCN based on SenticNet to enhance the affective dependencies of sentences for aspect-based sentiment analysis. By integrating emotional knowledge from SenticNet, the model effectively handles contextual affective information in sentences, improving the effectiveness of sentiment polarity detection towards specific aspects.

KNOWLEDGE-BASED SYSTEMS (2022)

Article Computer Science, Information Systems

Few-shot Aspect Category Sentiment Analysis via Meta-learning

Bin Liang, Xiang Li, Lin Gui, Yonghao Fu, Yulan He, Min Yang, Ruifeng Xu

Summary: Existing sentiment analysis methods in aspect-based/category focus successfully detect sentiment polarity towards fixed aspect categories. However, practical applications involve changing aspect categories. Dealing with unseen categories is not fully explored in current methods. In this article, we propose a few-shot aspect category sentiment analysis task and introduce a novel Aspect-Focused Meta-Learning (AFML) framework to effectively predict sentiment polarity of unseen aspect categories.

ACM TRANSACTIONS ON INFORMATION SYSTEMS (2023)

Article Computer Science, Artificial Intelligence

Multi Task Mutual Learning for Joint Sentiment Classification and Topic Detection

Lin Gui, Leng Jia, Jiyun Zhou, Ruifeng Xu, Yulan He

Summary: This paper proposes a multi-task learning framework that jointly learns a sentiment classifier and a topic model, aiming to make the word-level latent topic distributions in the topic model similar to the word-level attention vectors in sentiment classifiers. The experimental results on Yelp and IMDB datasets demonstrate the superior performance of the proposed framework in both sentiment classification and topic modeling tasks.

IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING (2022)

Article Computer Science, Information Systems

Sememe knowledge and auxiliary information enhanced approach for sarcasm detection

Zhiyuan Wen, Lin Gui, Qianlong Wang, Mingyue Guo, Xiaoqi Yu, Jiachen Du, Ruifeng Xu

Summary: Sarcasm expression is a literary technique where people intentionally express the opposite of what is implied. Accurate detection of sarcasm can help understand speakers' true intentions and improve other natural language processing tasks. Detecting sarcasm in Chinese is more challenging due to the characteristics of the language. To address this, a sememe and auxiliary enhanced attention neural model is proposed.

INFORMATION PROCESSING & MANAGEMENT (2022)

Article Computer Science, Artificial Intelligence

Hierarchical Interpretation of Neural Text Classification

Hanqi Yan, Lin Gui, Yulan He

Summary: In recent years, there has been increasing interest in developing interpretable models in Natural Language Processing (NLP). However, it is difficult to accurately explain model decisions by words or phrases when neural models in NLP compose word semantics hierarchically. This article proposes a novel Hierarchical Interpretable Neural Text classifier, called HINT, which generates explanations of model predictions in the form of label-associated topics. Experimental results show that HINT achieves comparable text classification results and provides better interpretations than other interpretable neural text classifiers.

COMPUTATIONAL LINGUISTICS (2022)

Article Computer Science, Artificial Intelligence

Embedding Refinement Framework for Targeted Aspect-Based Sentiment Analysis

Bin Liang, Rongdi Yin, Jiachen Du, Lin Gui, Yulan He, Min Yang, Ruifeng Xu

Summary: The state-of-the-art approaches to targeted aspect-based sentiment analysis (TABSA) are mostly built on deep neural networks with attention mechanisms. One problem is that embeddings of targets and aspects are either pre-trained from large external corpora or randomly initialized. We propose an embedding refinement framework called RAEC (Refining Affective Embedding from Context) that incorporates affective commonsense knowledge and word relative location information to derive context-affective embeddings. Experimental results show that our framework achieves state-of-the-art results compared to models relying on pre-trained word embeddings or built on other embedding refinement methods.

IEEE TRANSACTIONS ON AFFECTIVE COMPUTING (2023)

Proceedings Paper Computer Science, Artificial Intelligence

JointCL: A Joint Contrastive Learning Framework for Zero-Shot Stance Detection

Bin Liang, Qinglin Zhu, Xiang Li, Min Yang, Lin Gui, Yulan He, Ruifeng Xu

Summary: This paper proposes a joint contrastive learning framework for zero-shot stance detection, which achieves state-of-the-art performance by generalizing stance features and reasoning ability for unseen targets through stance contrastive learning and target-aware prototypical graph contrastive learning.

PROCEEDINGS OF THE 60TH ANNUAL MEETING OF THE ASSOCIATION FOR COMPUTATIONAL LINGUISTICS (ACL 2022), VOL 1: (LONG PAPERS) (2022)

Proceedings Paper Computer Science, Cybernetics

Zero-Shot Stance Detection via Contrastive Learning

Bin Liang, Zixiao Chen, Lin Gui, Yulan He, Min Yang, Ruifeng Xu

Summary: This paper proposes a framework for zero-shot stance detection that effectively distinguishes the types of stance features and learns transferable features. By treating stance feature type identification as a pretext task and using a hierarchical contrastive learning strategy to capture correlations and differences, the model is able to better represent the stance of previously unseen targets.

PROCEEDINGS OF THE ACM WEB CONFERENCE 2022 (WWW'22) (2022)

Proceedings Paper Computer Science, Artificial Intelligence

Multi-Modal Sarcasm Detection via Cross-Modal Graph Convolutional Network

Bin Liang, Chenwei Lou, Xiang Li, Min Yang, Lin Gui, Yulan He, Wenjie Pei, Ruifeng Xu

Summary: In this paper, the authors investigate multimodal sarcasm detection from a novel perspective by constructing a cross-modal graph to explicitly capture the ironic relations between textual and visual modalities. They propose a cross-modal graph convolutional network which achieves state-of-the-art performance in multimodal sarcasm detection.

PROCEEDINGS OF THE 60TH ANNUAL MEETING OF THE ASSOCIATION FOR COMPUTATIONAL LINGUISTICS (ACL 2022), VOL 1: (LONG PAPERS) (2022)

Proceedings Paper Computer Science, Artificial Intelligence

Target-adaptive Graph for Cross-target Stance Detection

Bin Liang, Yonghao Fu, Lin Gui, Min Yang, Jiachen Du, Yulan He, Ruifeng Xu

Summary: Target plays a crucial role in stance detection, and handling unknown targets is a significant challenge. This paper introduces a novel approach to achieve stance detection across different targets, by constructing target-adaptive dependency graphs specific to each target.

PROCEEDINGS OF THE WORLD WIDE WEB CONFERENCE 2021 (WWW 2021) (2021)

Proceedings Paper Computer Science, Information Systems

Affective Dependency Graph for Sarcasm Detection

Chenwei Lou, Bin Liang, Lin Gui, Yulan He, Yixue Dang, Ruifeng Xu

Summary: This paper introduces a novel approach for detecting sarcastic expressions by constructing affective and dependency graphs based on external affective commonsense knowledge and the syntactical information of sentences, proposing an ADGCN framework. Experimental results demonstrate that this method outperforms the current state-of-the-art methods in sarcasm detection.

SIGIR '21 - PROCEEDINGS OF THE 44TH INTERNATIONAL ACM SIGIR CONFERENCE ON RESEARCH AND DEVELOPMENT IN INFORMATION RETRIEVAL (2021)

Proceedings Paper Computer Science, Artificial Intelligence

Position Bias Mitigation: A Knowledge-Aware Graph Model for Emotion Cause Extraction

Hanqi Yan, Lin Gui, Gabriele Pergola, Yulan He

Summary: This study focuses on the dataset bias in Emotion Cause Extraction (ECE) task and proposes a new strategy to reduce the dependency on relative positions of clauses by generating adversarial examples. By introducing a graph-based method to explicitly model emotion triggering paths, the model enhances the understanding of semantic dependencies, making it more robust against adversarial attacks compared to existing models.

59TH ANNUAL MEETING OF THE ASSOCIATION FOR COMPUTATIONAL LINGUISTICS AND THE 11TH INTERNATIONAL JOINT CONFERENCE ON NATURAL LANGUAGE PROCESSING (ACL-IJCNLP 2021), VOL 1 (2021)

Proceedings Paper Computer Science, Artificial Intelligence

Topic-Driven and Knowledge-Aware Transformer for Dialogue Emotion Detection

Lixing Zhu, Gabriele Pergola, Lin Gui, Deyu Zhou, Yulan He

Summary: The paper introduces a Topic-Driven Knowledge-Aware Transformer model for emotion detection in dialogues, which combines topic-augmented language model with commonsense knowledge to achieve superior performance in distinguishing emotion categories.

59TH ANNUAL MEETING OF THE ASSOCIATION FOR COMPUTATIONAL LINGUISTICS AND THE 11TH INTERNATIONAL JOINT CONFERENCE ON NATURAL LANGUAGE PROCESSING, VOL 1 (ACL-IJCNLP 2021) (2021)

Article Acoustics

Multi-Task Sequence Tagging for Emotion-Cause Pair Extraction Via Tag Distribution Refinement

Chuang Fan, Chaofa Yuan, Lin Gui, Yue Zhang, Ruifeng Xu

Summary: The study introduces a multi-task sequence tagging framework for extracting emotions and associated causes simultaneously, by encoding distances into a tagging scheme to achieve explicit and interpretable information exchange for emotion-cause pair extraction.

IEEE-ACM TRANSACTIONS ON AUDIO SPEECH AND LANGUAGE PROCESSING (2021)

No Data Available