Zaid commited on
Commit
ef39e85
1 Parent(s): da1c418

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -115,7 +115,38 @@
115
 
116
  ### Citation Information
117
 
118
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
 
120
  ### Contributions
121
 
 
115
 
116
  ### Citation Information
117
 
118
+ ```
119
+ @inproceedings{moudjari-etal-2020-algerian,
120
+ title = "An {A}lgerian Corpus and an Annotation Platform for Opinion and Emotion Analysis",
121
+ author = "Moudjari, Leila and
122
+ Akli-Astouati, Karima and
123
+ Benamara, Farah",
124
+ editor = "Calzolari, Nicoletta and
125
+ B{\'e}chet, Fr{\'e}d{\'e}ric and
126
+ Blache, Philippe and
127
+ Choukri, Khalid and
128
+ Cieri, Christopher and
129
+ Declerck, Thierry and
130
+ Goggi, Sara and
131
+ Isahara, Hitoshi and
132
+ Maegaard, Bente and
133
+ Mariani, Joseph and
134
+ Mazo, H{\'e}l{\`e}ne and
135
+ Moreno, Asuncion and
136
+ Odijk, Jan and
137
+ Piperidis, Stelios",
138
+ booktitle = "Proceedings of the Twelfth Language Resources and Evaluation Conference",
139
+ month = may,
140
+ year = "2020",
141
+ address = "Marseille, France",
142
+ publisher = "European Language Resources Association",
143
+ url = "https://aclanthology.org/2020.lrec-1.151",
144
+ pages = "1202--1210",
145
+ abstract = "In this paper, we address the lack of resources for opinion and emotion analysis related to North African dialects, targeting Algerian dialect. We present TWIFIL (TWItter proFILing) a collaborative annotation platform for crowdsourcing annotation of tweets at different levels of granularity. The plateform allowed the creation of the largest Algerian dialect dataset annotated for both sentiment (9,000 tweets), emotion (about 5,000 tweets) and extra-linguistic information including author profiling (age and gender). The annotation resulted also in the creation of the largest Algerien dialect subjectivity lexicon of about 9,000 entries which can constitute a valuable resources for the development of future NLP applications for Algerian dialect. To test the validity of the dataset, a set of deep learning experiments were conducted to classify a given tweet as positive, negative or neutral. We discuss our results and provide an error analysis to better identify classification errors.",
146
+ language = "English",
147
+ ISBN = "979-10-95546-34-4",
148
+ }
149
+ ```
150
 
151
  ### Contributions
152