paper-with-me

Papers

Meta Auxiliary Labels with Constituent-based Transformer for Aspect-based Sentiment Analysis

2021-01-01 · Ling Min Serena Khoo, Hai Leong Chieu

Aspect based sentiment analysis (ABSA) is a challenging natural language processing task that could benefit from syntactic information. Previous work exploit dependency parses to improve performance on the task, but this requires the existence of good dependency parsers. In this paper, we build a constituent-based transformer for ABSA that can induce constituents without constituent parsers. We also apply meta auxiliary learning to generate labels on edges between tokens, supervised by the objective of the ABSA task. Without input from dependency parsers, our models outperform previous work on three Twitter data sets and match previous work closely on two review data sets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Auxiliary LearningSentiment Analysis

Similar Papers 제목 키워드 기반

AnTenA: Actionable and Explainable Tensor Analysis System with Large Language Models

2026-06-27 · Dawon Ahn, Auder Der, Evangelos E. Papalexakis arxiv

Accurately explaining hidden patterns in multi-aspect data has typically been done by leveraging labels and/or accompanying auxiliary metadata. However, labels and auxiliary data may be inaccurate (e.g. nonstandard, inco…

Tree Transformers are an Ineffective Model of Syntactic Constituency

2024-11-25 · Michael Ginn

Linguists have long held that a key aspect of natural language syntax is the recursive organization of language units into constituent structures, and research has suggested that current state-of-the-art language models …

Language ModelingLanguage Modelling

Self-Supervised Generalisation with Meta Auxiliary Learning

2019-01-25 · NeurIPS 2019 12 · Shikun Liu, Andrew J. Davison, Edward Johns

Learning with auxiliary tasks can improve the ability of a primary task to generalise. However, this comes at the cost of manually labelling auxiliary data. We propose a new method which automatically learns appropriate …

Auxiliary LearningMeta-LearningMulti-Task Learning

Better, Faster, Stronger Sequence Tagging Constituent Parsers

2019-02-28 · NAACL 2019 6 · David Vilares, Mostafa Abdou, Anders Søgaard

Sequence tagging models for constituent parsing are faster, but less accurate than other types of parsers. In this work, we address the following weaknesses of such constituent parsers: (a) high error rates around closin…

Multi-Task LearningSentence

Sentence Constituent-Aware Aspect-Category Sentiment Analysis with Graph Attention Networks

2020-10-04 · Yuncong Li, Cunxiang Yin, Sheng-hua Zhong

Aspect category sentiment analysis (ACSA) aims to predict the sentiment polarities of the aspect categories discussed in sentences. Since a sentence usually discusses one or more aspect categories and expresses different…

Aspect Category DetectionAspect Category Sentiment AnalysisGraph AttentionSentence+1