1MENU/Korean_ABSA_model
[🎖️1등(장관상) 솔루션] 2022 국립국어원 인공 지능 언어 능력 평가 (쇼핑몰 리뷰 데이터 속성 기반 감성 분석 : Aspect-Based Sentiment Analysis)
This project helps businesses understand customer feedback by automatically pinpointing specific product or service aspects and the sentiment associated with them. It takes raw Korean-language reviews, like those from a shopping mall or restaurant, and outputs a detailed breakdown of what customers liked or disliked about particular features (e.g., 'price' of 'noodles' was 'positive'). This is for product managers, customer insights analysts, or marketing professionals who need to analyze large volumes of Korean customer reviews.
No commits in the last 6 months.
Use this if you need to extract granular sentiment (positive, negative, neutral) towards specific attributes of entities mentioned in Korean text, such as product reviews or service feedback.
Not ideal if you only need a general positive/negative sentiment for an entire Korean sentence or if your data is not primarily in Korean.
Stars
11
Forks
—
Language
Python
License
LGPL-2.1
Category
Last pushed
Jun 06, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/1MENU/Korean_ABSA_model"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
wayfair-incubator/extra-model
Code to run the ExtRA algorithm for unsupervised topic/aspect extraction on English texts.
KennethEnevoldsen/asent
Asent is a python library for performing efficient and transparent sentiment analysis using spaCy.
songyouwei/ABSA-PyTorch
Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
chiayewken/Span-ASTE
Code Implementation of "Learning Span-Level Interactions for Aspect Sentiment Triplet Extraction".
jiangqn/Aspect-Based-Sentiment-Analysis
A paper list for aspect based sentiment analysis.