Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,29 @@ license: mit
|
|
5 |
tags:
|
6 |
- task-classification
|
7 |
- transformers
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
tags:
|
6 |
- task-classification
|
7 |
- transformers
|
8 |
+
---
|
9 |
+
# Game Issue Review Detection Model
|
10 |
+
|
11 |
+
**This model is a fine-tuned version of RoBERTa on the Game Issue Review dataset**.
|
12 |
+
|
13 |
+
## What is Game Issue Review?
|
14 |
+
|
15 |
+
**Game Issue Review** refers to player feedback that highlights significant problems affecting the gaming experience.
|
16 |
+
|
17 |
+
## Model Capabilities
|
18 |
+
|
19 |
+
This model can detect and categorize:
|
20 |
+
✅ Technical issues (e.g., "Game crashes on startup")
|
21 |
+
✅ Design complaints (e.g., "This boss fight is poorly designed")
|
22 |
+
✅ Monetization criticism (e.g., "The pay-to-win mechanics ruin the game")
|
23 |
+
✅ Other significant gameplay problems
|
24 |
+
|
25 |
+
## Supported Languages
|
26 |
+
🌐 English (primary)
|
27 |
+
🌐 Chinese (experimental)
|
28 |
+
|
29 |
+
The model is particularly useful for:
|
30 |
+
- Game developers monitoring player feedback
|
31 |
+
- Community managers identifying trending issues
|
32 |
+
- QA teams prioritizing bug fixes
|
33 |
+
- Researchers analyzing game review patterns
|