Update README.md
Browse files
README.md
CHANGED
@@ -2,11 +2,26 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
|
|
5 |
|
6 |
-
##
|
|
|
7 |
|
8 |
-
|
9 |
-
This dataset contains a sentiment analysis dataset extracted from here.
|
10 |
-
|
11 |
-
**Data Structure:**
|
12 |
The data was used for the project on [injecting external commonsense knowledge into multilingual Large Language Models](https://github.com/d-gurgurov/Injecting-Commonsense-Knowledge-into-LLMs).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
+
# Sentiment Analysis Data for the Maltese Language
|
6 |
|
7 |
+
## Dataset Description:
|
8 |
+
This dataset contains sentiment analysis data originating from comments on news articles and social media posts. It is a combination of two datasets: one from Cortis and Davis (2019) and another from Dingli and Sant (2016).
|
9 |
|
10 |
+
## Data Structure:
|
|
|
|
|
|
|
11 |
The data was used for the project on [injecting external commonsense knowledge into multilingual Large Language Models](https://github.com/d-gurgurov/Injecting-Commonsense-Knowledge-into-LLMs).
|
12 |
+
|
13 |
+
## Citations:
|
14 |
+
|
15 |
+
- **Cortis and Davis (2019)**
|
16 |
+
- Title: [A Social Opinion Gold Standard for the Malta Government Budget 2018](https://aclanthology.org/D19-5547)
|
17 |
+
- Authors: Keith Cortis and Brian Davis
|
18 |
+
- Proceedings: Proceedings of the 5th Workshop on Noisy User-generated Text (W-NUT 2019)
|
19 |
+
- Publisher: Association for Computational Linguistics
|
20 |
+
- Year: 2019
|
21 |
+
- Abstract: This paper presents a gold standard of annotated social opinion for the Malta Government Budget 2018. It consists of over 500 online posts in English and/or Maltese, gathered from social media platforms and newswires, annotated with information about opinions expressed by the general public and other entities, in terms of sentiment polarity, emotion, sarcasm/irony, and negation. This dataset is a resource for opinion mining based on social data, particularly within the context of politics, and is the first opinion-annotated social dataset from Malta.
|
22 |
+
|
23 |
+
- **Dingli and Sant (2016)**
|
24 |
+
- Title: Sentiment analysis on Maltese using machine learning
|
25 |
+
- Authors: Alexiei Dingli and Nicole Sant
|
26 |
+
- Proceedings: Proceedings of The Tenth International Conference on Advances in Semantic Processing (SEMAPRO 2016)
|
27 |
+
- Year: 2016
|