Skip to main content
QUICK REVIEW

[論文レビュー] A Contrastive Cross-Channel Data Augmentation Framework for Aspect-based Sentiment Analysis

Bing Wang, Liang Ding|arXiv (Cornell University)|Apr 16, 2022
Sentiment Analysis and Opinion Mining被引用数 28
ひとこと要約

C3daは、クロスチャネルのデータ拡張と対照学習を、T5ベースのジェネレータを用いてインドメインの多面的ABSAサンプルを生成する枠組みとして用い、ベースラインより精度とMacro-F1を向上させる。

ABSTRACT

Aspect-based sentiment analysis (ABSA) is a fine-grained sentiment analysis task, which focuses on detecting the sentiment polarity towards the aspect in a sentence. However, it is always sensitive to the multi-aspect challenge, where features of multiple aspects in a sentence will affect each other. To mitigate this issue, we design a novel training framework, called Contrastive Cross-Channel Data Augmentation (C3 DA), which leverages an in-domain generator to construct more multi-aspect samples and then boosts the robustness of ABSA models via contrastive learning on these generated data. In practice, given a generative pretrained language model and some limited ABSA labeled data, we first employ some parameter-efficient approaches to perform the in-domain fine-tuning. Then, the obtained in-domain generator is used to generate the synthetic sentences from two channels, i.e., Aspect Augmentation Channel and Polarity Augmentation Channel, which generate the sentence condition on a given aspect and polarity respectively. Specifically, our C3 DA performs the sentence generation in a cross-channel manner to obtain more sentences, and proposes an Entropy-Minimization Filter to filter low-quality generated samples. Extensive experiments show that our C3 DA can outperform those baselines without any augmentations by about 1% on accuracy and Macro- F1. Code and data are released in https://github.com/wangbing1416/C3DA.

研究の動機と目的

  • ABSAにおける多面的課題に対処するため、データ拡張を利用してインドメインの多面的サンプルを作成する。
  • パラメータ効率の高いファインチューニングを用いてジェネレータをインドメイン文生成へ適応させる。
  • クロスチャネル生成とエントロピーベースのフィルタリングを統合して高品質な拡張データを作成する。
  • アスペクト特異的な埋め込みをより分離させる対照的学習目的を適用する。
  • 複数のバックボーンにわたる標準的なABSAデータセットで頑健性の向上を示す。

提案手法

  • パラメータ効率の良いチューニング(プロンプト/プレフィックス/LoRA)を用いた拡張ジェネレータとして、事前学習済みT5エンコーダ-デコーダを使用する。
  • ジェネレータを、(i) 与えられた文とアスペクト、(ii) 与えられた文と極性に条件付けて文を生成するよう訓練する。
  • 生成された出力を別のチャネルに戻して追加の多様なサンプルを作成することでクロスチャネル生成を行う。
  • 予測エントロピーに基づくEntropy-Minimization Filter (EMF)で低品質の合成文をフィルタリングする。
  • 元データと拡張データの教師付きクロスエントロピーと、文内の異なるアスペクトの埋め込みを離すように設計された対照的トリプレット損失を組み合わせた目的で訓練する。
  • Key equations include: L_SCT = (1/N) sum CE(h_i W_s + b_s, p_i) + α CE(h_i^p W_s + b_s, p_i); R_CT = (1/N) sum max{ d(h_i, h_i^p) − d(h_i, h_i^n) + ξ, 0 }; L = L_SCT + β R_CT.

実験結果

リサーチクエスチョン

  • RQ1データ不足の下で、インドメインのクロスチャネルデータ拡張はABSAの性能を向上させるか?
  • RQ2アスペクト条件付きおよび極性条件付きのクロスチャネル生成が、多面的表現学習にどう影響するか?
  • RQ3エントロピーに基づくサンプルフィルタの組み込みは、拡張データの品質と有用性を向上させるか?
  • RQ4対照的学習目的がアスペクト分離埋め込みに与える影響は?
  • RQ5C3daの利益は、ABSAデータセットとバックボーンモデル間でどのように変化するか?

主な発見

モデルレストランの精度レストランのF1ノートパソコンの精度ノートパソコンのF1ツイッターの精度ツイッターのF1
BERT-base86.3180.2279.6676.1176.5075.23
+ EDA86.4279.6379.5975.7976.2675.16
+ BT86.4780.2979.6776.3576.6375.47
+ CBERT86.2780.0079.8376.1276.4475.36
+ SCon86.5180.5580.2376.48--
+ C3da (Ours)86.9381.2380.6177.1177.5576.53
RoBERTa-base86.3880.2980.1076.2476.6375.37
+ EDA86.4380.2180.3876.5976.4775.36
+ BT86.5080.5980.2276.7376.5975.47
+ CBERT86.7780.5180.5476.5776.7375.37
+ C3da87.1181.6381.8378.4678.3176.67
  • C3daは、Restaurant、Laptop、Twitterデータセットでベースライン(BERTベースおよびRoBERTaベース)を一貫して改善する。
  • 平均して、RoBERTaベースのモデルは、augmentationを用いたベースラインに対して約0.87%〜2.22%の絶対的な精度またはMacro-F1の利得を得る。
  • C3daはより大きなMacro-F1の利得をもたらし、マルチアスペクト相互作用に対する一般化と頑健性の向上を示す。
  • アブレーションにより、データ拡張と対照学習およびEMFの組み合わせが性能に寄与し、AACとPACの両方が有益である(AACの方がわずかに影響力が大きい)。
  • ケーススタディは、C3daを用いると曖昧な文の極性分布の安定性が改善されることを示す。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。