中文
相关论文

相关论文: Span Detection for Aspect-Based Sentiment Analysis…

200 篇论文

Aspect sentiment triplet extraction (ASTE) is a crucial subtask of aspect-based sentiment analysis (ABSA) that aims to comprehensively identify sentiment triplets. Previous research has focused on enhancing ASTE through innovative…

计算与语言 · 计算机科学 2024-01-26 Baoxing Jiang , Shehui Liang , Peiyu Liu , Kaifang Dong , Hongye Li

Transfer learning plays an essential role in Deep Learning, which can remarkably improve the performance of the target domain, whose training data is not sufficient. Our work explores beyond the common practice of transfer learning with a…

计算机视觉与模式识别 · 计算机科学 2023-03-17 Cuong V. Nguyen , Khiem H. Le , Anh M. Tran , Quang H. Pham , Binh T. Nguyen

Aspect-based sentiment classification is a crucial problem in fine-grained sentiment analysis, which aims to predict the sentiment polarity of the given aspect according to its context. Previous works have made remarkable progress in…

计算与语言 · 计算机科学 2023-08-23 Xueyi Liu , Rui Hou , Yanglei Gan , Da Luo , Changlin Li , Xiaojun Shi , Qiao Liu

Aspect category sentiment analysis (ACSA) has achieved remarkable progress with large language models (LLMs), yet existing approaches primarily emphasize sentiment polarity while overlooking the underlying emotional dimensions that shape…

计算与语言 · 计算机科学 2025-11-25 Yaping Chai , Haoran Xie , Joe S. Qin

Multi-modal aspect-based sentiment analysis (MABSA) has recently attracted increasing attention. The span-based extraction methods, such as FSUIE, demonstrate strong performance in sentiment analysis due to their joint modeling of input…

人工智能 · 计算机科学 2023-12-18 Tianshuo Peng , Zuchao Li , Ping Wang , Lefei Zhang , Hai Zhao

This paper investigates sentiment classification of Steam game reviews using an attention-based Bidirectional Long Short-Term Memory (BiLSTM) model. Using a dataset of 50,000 reviews sampled from a larger Steam review corpus, the authors…

Identifying relevant text spans is important for several downstream tasks in NLP, as it contributes to model explainability. While most span identification approaches rely on relatively smaller pre-trained language models like BERT, a few…

计算与语言 · 计算机科学 2026-01-05 Alphaeus Dmonte , Roland Oruche , Tharindu Ranasinghe , Marcos Zampieri , Prasad Calyam

In this work, we use a span-based approach for Vietnamese constituency parsing. Our method follows the self-attention encoder architecture and a chart decoder using a CKY-style inference algorithm. We present analyses of the experiment…

计算与语言 · 计算机科学 2020-10-21 Tuan-Vi Tran , Xuan-Thien Pham , Duc-Vu Nguyen , Kiet Van Nguyen , Ngan Luu-Thuy Nguyen

Aspect-category sentiment analysis (ACSA) aims to predict the aspect categories mentioned in texts and their corresponding sentiment polarities. Some joint models have been proposed to address this task. Given a text, these joint models…

计算与语言 · 计算机科学 2021-10-22 Yuncong Li , Zhe Yang , Cunxiang Yin , Xu Pan , Lunan Cui , Qiang Huang , Ting Wei

In this paper, we describe our system which participates in the shared task of Hate Speech Detection on Social Networks of VLSP 2019 evaluation campaign. We are provided with the pre-labeled dataset and an unlabeled dataset for social media…

计算与语言 · 计算机科学 2019-11-12 Hang Thi-Thuy Do , Huy Duc Huynh , Kiet Van Nguyen , Ngan Luu-Thuy Nguyen , Anh Gia-Tuan Nguyen

Sentiment analysis on large-scale social media data is important to bridge the gaps between social media contents and real world activities including political election prediction, individual and public emotional status monitoring and…

计算与语言 · 计算机科学 2018-08-08 Yuxiao Chen , Jianbo Yuan , Quanzeng You , Jiebo Luo

Aspect-based sentiment analysis (ABSA) is a challenging task of extracting sentiments along with their corresponding aspects and opinion terms from the text. The inherent subjectivity of span annotation makes variability in the surface…

计算与语言 · 计算机科学 2025-02-13 Soyoung Yang , Hojun Cho , Jiyoung Lee , Sohee Yoon , Edward Choi , Jaegul Choo , Won Ik Cho

Opinion mining, also known as sentiment analysis, is a subfield of natural language processing (NLP) that focuses on identifying and extracting subjective information in textual material. This can include determining the overall sentiment…

计算与语言 · 计算机科学 2023-08-08 Nour Eddine Zekaoui , Siham Yousfi , Maryem Rhanoui , Mounia Mikram

For many business applications, we often seek to analyze sentiments associated with any arbitrary aspects of commercial products, despite having a very limited amount of labels or even without any labels at all. However, existing aspect…

计算与语言 · 计算机科学 2021-09-09 Ronald Seoh , Ian Birle , Mrinal Tak , Haw-Shiuan Chang , Brian Pinette , Alfred Hough

While existing Aspect-based Sentiment Analysis (ABSA) has received extensive effort and advancement, there are still gaps in defining a more holistic research target seamlessly integrating multimodality, conversation context,…

计算与语言 · 计算机科学 2024-09-10 Meng Luo , Hao Fei , Bobo Li , Shengqiong Wu , Qian Liu , Soujanya Poria , Erik Cambria , Mong-Li Lee , Wynne Hsu

Unsupervised text classification, with its most common form being sentiment analysis, used to be performed by counting words in a text that were stored in a lexicon, which assigns each word to one class or as a neutral word. In recent…

计算与语言 · 计算机科学 2025-06-26 Kai-Robin Lange , Jonas Rieger , Carsten Jentsch

Aspect-based sentiment analysis (ABSA) has made significant strides, yet challenges remain for low-resource languages due to the predominant focus on English. Current cross-lingual ABSA studies often centre on simpler tasks and rely heavily…

计算与语言 · 计算机科学 2025-08-15 Jakub Šmíd , Pavel Přibáň , Pavel Král

In recent years, Vietnam witnesses the mass development of social network users on different social platforms such as Facebook, Youtube, Instagram, and Tiktok. On social medias, hate speech has become a critical problem for social network…

计算与语言 · 计算机科学 2021-07-21 Son T. Luu , Kiet Van Nguyen , Ngan Luu-Thuy Nguyen

Entity-level sentiment classification involves identifying the sentiment polarity linked to specific entities within text. This task poses several challenges: effectively modeling the subtle and complex interactions between entities and…

计算与语言 · 计算机科学 2025-10-14 Md. Mithun Hossain , Sanjara , Md. Shakil Hossain , Sudipto Chaki

This study presents our approach on the automatic Vietnamese image captioning for healthcare domain in text processing tasks of Vietnamese Language and Speech Processing (VLSP) Challenge 2021, as shown in Figure 1. In recent years, image…

计算机视觉与模式识别 · 计算机科学 2022-12-23 Thanh Tin Nguyen , Long H. Nguyen , Nhat Truong Pham , Liu Tai Nguyen , Van Huong Do , Hai Nguyen , Ngoc Duy Nguyen
‹ 上一页 1 8 9 10 下一页 ›