gchhablani commited on
Commit
b7ea7b8
β€’
1 Parent(s): 9b00be1

Add single dataset citations for TweetEval (#4137)

Browse files

* Add single dataset citations for TweetEval

* Update README.md

Commit from https://github.com/huggingface/datasets/commit/5e522d2d3f7f43d77f683088c9297348d606a3a0

Files changed (1) hide show
  1. README.md +86 -1
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
- annotations_creators: []
 
3
  language_creators:
4
  - found
5
  languages:
@@ -464,6 +465,90 @@ year={2020}
464
  }
465
  ```
466
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
467
  ### Contributions
468
 
469
  Thanks to [@gchhablani](https://github.com/gchhablani) and [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
 
1
  ---
2
+ annotations_creators:
3
+ - found
4
  language_creators:
5
  - found
6
  languages:
 
465
  }
466
  ```
467
 
468
+ If you use any of the TweetEval datasets, please cite their original publications:
469
+
470
+ #### Emotion Recognition:
471
+ ```
472
+ @inproceedings{mohammad2018semeval,
473
+ title={Semeval-2018 task 1: Affect in tweets},
474
+ author={Mohammad, Saif and Bravo-Marquez, Felipe and Salameh, Mohammad and Kiritchenko, Svetlana},
475
+ booktitle={Proceedings of the 12th international workshop on semantic evaluation},
476
+ pages={1--17},
477
+ year={2018}
478
+ }
479
+
480
+ ```
481
+ #### Emoji Prediction:
482
+ ```
483
+ @inproceedings{barbieri2018semeval,
484
+ title={Semeval 2018 task 2: Multilingual emoji prediction},
485
+ author={Barbieri, Francesco and Camacho-Collados, Jose and Ronzano, Francesco and Espinosa-Anke, Luis and
486
+ Ballesteros, Miguel and Basile, Valerio and Patti, Viviana and Saggion, Horacio},
487
+ booktitle={Proceedings of The 12th International Workshop on Semantic Evaluation},
488
+ pages={24--33},
489
+ year={2018}
490
+ }
491
+ ```
492
+
493
+ #### Irony Detection:
494
+ ```
495
+ @inproceedings{van2018semeval,
496
+ title={Semeval-2018 task 3: Irony detection in english tweets},
497
+ author={Van Hee, Cynthia and Lefever, Els and Hoste, V{\'e}ronique},
498
+ booktitle={Proceedings of The 12th International Workshop on Semantic Evaluation},
499
+ pages={39--50},
500
+ year={2018}
501
+ }
502
+ ```
503
+
504
+ #### Hate Speech Detection:
505
+ ```
506
+ @inproceedings{basile-etal-2019-semeval,
507
+ title = "{S}em{E}val-2019 Task 5: Multilingual Detection of Hate Speech Against Immigrants and Women in {T}witter",
508
+ author = "Basile, Valerio and Bosco, Cristina and Fersini, Elisabetta and Nozza, Debora and Patti, Viviana and
509
+ Rangel Pardo, Francisco Manuel and Rosso, Paolo and Sanguinetti, Manuela",
510
+ booktitle = "Proceedings of the 13th International Workshop on Semantic Evaluation",
511
+ year = "2019",
512
+ address = "Minneapolis, Minnesota, USA",
513
+ publisher = "Association for Computational Linguistics",
514
+ url = "https://www.aclweb.org/anthology/S19-2007",
515
+ doi = "10.18653/v1/S19-2007",
516
+ pages = "54--63"
517
+ }
518
+ ```
519
+ #### Offensive Language Identification:
520
+ ```
521
+ @inproceedings{zampieri2019semeval,
522
+ title={SemEval-2019 Task 6: Identifying and Categorizing Offensive Language in Social Media (OffensEval)},
523
+ author={Zampieri, Marcos and Malmasi, Shervin and Nakov, Preslav and Rosenthal, Sara and Farra, Noura and Kumar, Ritesh},
524
+ booktitle={Proceedings of the 13th International Workshop on Semantic Evaluation},
525
+ pages={75--86},
526
+ year={2019}
527
+ }
528
+ ```
529
+
530
+ #### Sentiment Analysis:
531
+ ```
532
+ @inproceedings{rosenthal2017semeval,
533
+ title={SemEval-2017 task 4: Sentiment analysis in Twitter},
534
+ author={Rosenthal, Sara and Farra, Noura and Nakov, Preslav},
535
+ booktitle={Proceedings of the 11th international workshop on semantic evaluation (SemEval-2017)},
536
+ pages={502--518},
537
+ year={2017}
538
+ }
539
+ ```
540
+
541
+ #### Stance Detection:
542
+ ```
543
+ @inproceedings{mohammad2016semeval,
544
+ title={Semeval-2016 task 6: Detecting stance in tweets},
545
+ author={Mohammad, Saif and Kiritchenko, Svetlana and Sobhani, Parinaz and Zhu, Xiaodan and Cherry, Colin},
546
+ booktitle={Proceedings of the 10th International Workshop on Semantic Evaluation (SemEval-2016)},
547
+ pages={31--41},
548
+ year={2016}
549
+ }
550
+ ```
551
+
552
  ### Contributions
553
 
554
  Thanks to [@gchhablani](https://github.com/gchhablani) and [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.