chakki-works/chABSA-dataset
chakki's Aspect-Based Sentiment Analysis dataset
This dataset provides human-annotated sentiment analysis for Japanese company annual reports, specifically focusing on the 'overview of business results' section. It takes raw text from these reports and identifies specific entities (like 'company' or 'market') and their attributes (like 'sales' or 'profit'), assigning a positive, negative, or neutral sentiment to each. Financial analysts, investors, and market researchers who need to quickly gauge sentiment from Japanese corporate disclosures would find this useful.
140 stars. No commits in the last 6 months.
Use this if you need pre-labeled data to train or evaluate models for analyzing sentiment in Japanese financial reports, breaking down opinions by specific business aspects.
Not ideal if you are looking for a tool that performs sentiment analysis directly or if your primary interest is in English-language financial documents.
Stars
140
Forks
13
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Feb 25, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/chakki-works/chABSA-dataset"
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.