Git Product home page Git Product logo

w266_structured_sentiment_analysis's Introduction

Gridlocked Opinions: A Tagging Scheme Unraveling Targets, Holders, Expressions, and Polarities

This repo our all-in-one Grid Tagging Scheme model inspired by the ISCAS participation in Task 10: "Structured Sentiment Analysis" in SemEval 2022.

Abstract

Our team revisited the results from the SemEval-2022 Task 10: Structured Sentiment Analysis. We leveraged a Grid Tagging Scheme (GTS) which extracted target, holder, expression, and polarity. We adapted a pre-existing pipeline solution, which consisted of several steps to extract information and transformed into a single-step model that extracts all aspects of the sentiment. The proposed model demonstrated compelling performance when compared against the more complex and resource intensive model it was initially based on.

Results

Monolingual

SF1 SP SR
opener_en 0.66 0.68 0.64
opener_en 0.61 0.71 0.54

System Overview

system_overview

Setup

Model preparation

Prepare all the backbones this repo depends on through executing the following script:

bash ./all_in_one.sh

Extraction

Train the GTS-based Extraction subsystem:

# Monolingual training
bash ./scripts/train_GTS_*.sh $gpu_num # train individual models

The trained models and evaluation outputs will be saved at ./src/GTS/saved_models/extract/

Predict:

bash ./scripts/predict_GTS.sh $gpu_num # Co-extraction subsystem predict

Acknowledgements

We would like to thank the ISCAS team for providing an excellent repository which served as a foundation for our study.

w266_structured_sentiment_analysis's People

Contributors

limdom avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.