https://github.com/fratorgano/boardgame-sentiment-analysis
https://github.com/fratorgano/boardgame-sentiment-analysis
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fratorgano/boardgame-sentiment-analysis
- Owner: fratorgano
- Created: 2024-07-04T18:04:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T08:49:16.000Z (11 months ago)
- Last Synced: 2024-12-31T06:18:53.387Z (6 months ago)
- Language: Jupyter Notebook
- Size: 44.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What do you like in boardgames
This is the repo for the project for the Natural Language Processing course for the master's degree at UNIMIThe goal of this project is to analyze the reviews/comment left on various board games available on BoardGameGeek and extract some information regarding the sentiment towards some aspects of the games that could be used for various other tasks.
This project focused specifically on:
* Analyzing a predefined list of aspects and obtain a score for how good or bad each is
* Extract aspects directly from the reviews, analyze if the aspect is positive or negative and generate a list of the best and worst aspects for each game considered.This was done using two models based on the Local Context Mechanism that is finetuned for the Aspect Polarity Classification task to give more importante to closer tokens that should allow for improved performance in that specific task.