HBKU - QCRI
Our contributions to ALT research community

2023

  • H. Sajjad, N. Durrani, and F. Dalvi, “Neuron-level Interpretation of Deep NLP Models: A Survey,” Transactions of the association for computational linguistics, vol. 11, 2023.
    [BibTeX] [Abstract]
    The proliferation of deep neural networks in various domains has seen an increased need for interpretability of these models. Preliminary work done along this line and papers that surveyed such, are focused on high-level representation analysis. However, a recent branch of work has concentrated on interpretability at a more granular level of analyzing neurons within these models. In this paper, we survey the work done on neuron analysis including: i) methods to discover and understand neurons in a network, ii) evaluation methods, iii) major findings including cross architectural comparisons that neuron analysis has unraveled, iv) applications of neuron probing such as: controlling the model, domain adaptation etc., and v) a discussion on open issues and future research directions.
    @article{sajjad-neuron-survey,
    title = "Neuron-level {I}nterpretation of {D}eep {NLP} {M}odels: {A} {S}urvey",
    author = "Sajjad, Hassan and
    Durrani, Nadir and
    Dalvi, Fahim",
    journal = "Transactions of the Association for Computational Linguistics",
    volume = "11",
    year = "2023",
    address = "Cambridge, MA",
    publisher = "MIT Press",
    abstract = "The proliferation of deep neural networks in various domains has seen an increased need for interpretability of these models. Preliminary work done along this line and papers that surveyed such, are focused on high-level representation analysis. However, a recent branch of work has concentrated on interpretability at a more granular level of analyzing neurons within these models. In this paper, we survey the work done on neuron analysis including: i) methods to discover and understand neurons in a network, ii) evaluation methods, iii) major findings including cross architectural comparisons that neuron analysis has unraveled, iv) applications of neuron probing such as: controlling the model, domain adaptation etc., and v) a discussion on open issues and future research directions.",
    }
  • H. Sajjad, F. Dalvi, N. Durrani, and P. Nakov, “On the effect of dropping layers of pre-trained transformer models,” Computer speech and language, vol. 77, iss. C, p. 101429, 2023. doi:https://doi.org/10.1016/j.csl.2022.101429
    [BibTeX] [Download PDF]
    @article{sajjad2023:csl,
    address = {London, UK, UK},
    author = {Sajjad, Hassan and Dalvi, Fahim and Durrani, Nadir and Nakov, Preslav},
    issn = {0885-2308},
    doi = {https://doi.org/10.1016/j.csl.2022.101429},
    url = {https://www.sciencedirect.com/science/article/pii/S0885230822000596},
    issue_date = {January 2023},
    journal = {Computer Speech and Language},
    number = {C},
    publisher = {Academic Press Ltd.},
    title = {On the Effect of Dropping Layers of Pre-trained Transformer Models},
    volume = {77},
    pages = {101429},
    year = {2023},
    area = {Transfer Learning}
    }

2022

  • N. Durrani, H. Sajjad, F. Dalvi, and F. Alam, “On the transformation of latent space in fine-tuned nlp models,” in The 2022 conference on empirical methods in natural language processing, Abu Dhabi, United Arab Emirates, 2022.
    [BibTeX]
    @inproceedings{nadir:emnlp:2022,
    title = "On the Transformation of Latent Space in Fine-Tuned NLP Models",
    author = "Nadir Durrani and Hassan Sajjad and Fahim Dalvi and Firoj Alam",
    booktitle = "The 2022 Conference on Empirical Methods in Natural Language Processing",
    series={EMNLP~'22},
    month = "dec",
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    }
  • S. Shaar, N. Georgiev, F. Alam, G. D. S. Martino, A. Mohamed, and P. Nakov, “Assisting the human fact-checkers: detecting all previously fact-checked claims in a document,” in The 2022 conference on empirical methods in natural language processing, Abu Dhabi, United Arab Emirates, 2022.
    [BibTeX]
    @inproceedings{shaar-etal-2022-assisting,
    title = "Assisting the Human Fact-Checkers: Detecting All Previously Fact-Checked Claims in a Document",
    author = "Shaden Shaar and Nikola Georgiev and Firoj Alam and Giovanni Da San Martino and Aisha Mohamed and Preslav Nakov",
    booktitle = "The 2022 Conference on Empirical Methods in Natural Language Processing",
    month = "dec",
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    }
  • A. Abdelali, N. Durrani, F. Dalvi, and H. Sajjad, “Post-hoc analysis of arabic transformer models,” in Proceedings of the fifth blackboxnlp workshop on analyzing and interpreting neural networks for nlp, Abu Dhabi, United Arab Emirates, 2022.
    [BibTeX] [Abstract]
    Arabic is a Semitic language which is widely spoken with many dialects. Given the success of pre-trained language models, many transformer models trained on Arabic and its dialects have surfaced. While there have been an extrinsic evaluation of these models with respect to downstream NLP tasks, no work has been carried out to analyze and compare their internal representations. We probe how linguistic information is encoded in the transformer models, trained on different Arabic dialects. We perform a layer and neuron analysis on the models using morphological tagging tasks for different dialects of Arabic and a dialectal identification task. Our analysis enlightens interesting findings such as: i) word morphology is learned at the lower and middle layers, ii) while syntactic dependencies are predominantly captured at the higher layers, iii) despite a large overlap in their vocabulary, the MSA-based models fail to capture the nuances of Arabic dialects, iv) we found that neurons in embedding layers are polysemous in nature, while the neurons in middle layers are exclusive to specific properties.
    @inproceedings{abdelali-2021-arabic-transformers,
    title = "Post-hoc analysis of Arabic transformer models",
    author = "Abdelali, Ahmed and
    Durrani, Nadir and
    Dalvi, Fahim and
    Sajjad, Hassan",
    booktitle = "Proceedings of the Fifth BlackboxNLP Workshop on Analyzing and Interpreting Neural Networks for NLP",
    month = "dec",
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    abstract = "Arabic is a Semitic language which is widely spoken with many dialects. Given the success of pre-trained language models, many transformer models trained on Arabic and its dialects have surfaced. While there have been an extrinsic evaluation of these models with respect to downstream NLP tasks, no work has been carried out to analyze and compare their internal representations. We probe how linguistic information is encoded in the transformer models, trained on different Arabic dialects. We perform a layer and neuron analysis on the models using morphological tagging tasks for different dialects of Arabic and a dialectal identification task. Our analysis enlightens interesting findings such as: i) word morphology is learned at the lower and middle layers, ii) while syntactic dependencies are predominantly captured at the higher layers, iii) despite a large overlap in their vocabulary, the MSA-based models fail to capture the nuances of Arabic dialects, iv) we found that neurons in embedding layers are polysemous in nature, while the neurons in middle layers are exclusive to specific properties.",
    }
  • F. Alam, H. Mubarak, W. Zaghouani, G. D. S. Martino, and P. Nakov, “Overview of the wanlp 2022 shared task on propaganda detection in arabic,” in The seventh arabic natural language processing workshop (wanlp 2022) at emnlp 2022, Abu Dhabi, United Arab Emirates, 2022.
    [BibTeX]
    @inproceedings{alam-etal-2022-wanlp,
    title = "Overview of the WANLP 2022 Shared Task on Propaganda Detection in Arabic",
    author = "Firoj Alam and Hamdy Mubarak and Wajdi Zaghouani and Giovanni Da San Martino and Preslav Nakov",
    booktitle = "The Seventh Arabic Natural Language Processing Workshop (WANLP 2022) at EMNLP 2022",
    month = "dec",
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    }
  • F. Alam, S. Cresci, T. Chakraborty, F. Silvestri, D. Dimitrov, G. D. S. Martino, S. Shaar, H. Firooz, and P. Nakov, “A survey on multimodal disinformation detection,” in Proceedings of the 29th international conference on computational linguistics, Gyeongju, Republic of Korea, 2022, p. 6625–6643.
    [BibTeX] [Abstract] [Download PDF]
    Recent years have witnessed the proliferation of offensive content online such as fake news, propaganda, misinformation, and disinformation. While initially this was mostly about textual content, over time images and videos gained popularity, as they are much easier to consume, attract more attention, and spread further than text. As a result, researchers started leveraging different modalities and combinations thereof to tackle online multimodal offensive content. In this study, we offer a survey on the state-of-the-art on multimodal disinformation detection covering various combinations of modalities: text, images, speech, video, social media network structure, and temporal information. Moreover, while some studies focused on factuality, others investigated how harmful the content is. While these two components in the definition of disinformation {–} (i) factuality, and (ii) harmfulness {–}, are equally important, they are typically studied in isolation. Thus, we argue for the need to tackle disinformation detection by taking into account multiple modalities as well as both factuality and harmfulness, in the same framework. Finally, we discuss current challenges and future research directions.
    @inproceedings{alam-etal-2022-survey,
    title = "A Survey on Multimodal Disinformation Detection",
    author = "Alam, Firoj and
    Cresci, Stefano and
    Chakraborty, Tanmoy and
    Silvestri, Fabrizio and
    Dimitrov, Dimiter and
    Martino, Giovanni Da San and
    Shaar, Shaden and
    Firooz, Hamed and
    Nakov, Preslav",
    booktitle = "Proceedings of the 29th International Conference on Computational Linguistics",
    month = "oct",
    year = "2022",
    address = "Gyeongju, Republic of Korea",
    publisher = "International Committee on Computational Linguistics",
    url = "https://aclanthology.org/2022.coling-1.576",
    pages = "6625--6643",
    abstract = "Recent years have witnessed the proliferation of offensive content online such as fake news, propaganda, misinformation, and disinformation. While initially this was mostly about textual content, over time images and videos gained popularity, as they are much easier to consume, attract more attention, and spread further than text. As a result, researchers started leveraging different modalities and combinations thereof to tackle online multimodal offensive content. In this study, we offer a survey on the state-of-the-art on multimodal disinformation detection covering various combinations of modalities: text, images, speech, video, social media network structure, and temporal information. Moreover, while some studies focused on factuality, others investigated how harmful the content is. While these two components in the definition of disinformation {--} (i) factuality, and (ii) harmfulness {--}, are equally important, they are typically studied in isolation. Thus, we argue for the need to tackle disinformation detection by taking into account multiple modalities as well as both factuality and harmfulness, in the same framework. Finally, we discuss current challenges and future research directions.",
    }
  • H. Sajjad, F. Alam, F. Dalvi, and N. Durrani, “Effect of post-processing on contextualized word representations,” in Proceedings of the 29th international conference on computational linguistics, Gyeongju, Republic of Korea, 2022, p. 3127–3142.
    [BibTeX] [Download PDF]
    @inproceedings{sajjad-etal-2022-effect,
    title = {Effect of Post-processing on Contextualized Word Representations},
    author = {Sajjad, Hassan and Alam, Firoj and Dalvi, Fahim and Durrani, Nadir},
    booktitle = {Proceedings of the 29th International Conference on Computational Linguistics},
    month = "oct",
    year = {2022},
    address = {Gyeongju, Republic of Korea},
    publisher = {International Committee on Computational Linguistics},
    url = {https://aclanthology.org/2022.coling-1.277},
    pages = {3127--3142},
    area = {Representation Analysis}
    }
  • H. Mubarak, S. A. Chowdhury, and F. Alam, “ArabGend: gender analysis and inference on Arabic Twitter,” , p. 124–135, 2022.
    [BibTeX] [Download PDF]
    @article{mubarak2022arabgend,
    title = "{A}rab{G}end: Gender Analysis and Inference on {A}rabic {T}witter",
    author = "Mubarak, Hamdy and
    Chowdhury, Shammur Absar and
    Alam, Firoj",
    booktitle = "Proceedings of the Eighth Workshop on Noisy User-generated Text (W-NUT 2022)",
    month = "oct",
    year = "2022",
    address = "Gyeongju, Republic of Korea",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.wnut-1.14",
    pages = "124--135",
    }
  • S. Shaar, F. Alam, G. Da San Martino, and P. Nakov, “The role of context in detecting previously fact-checked claims,” in Findings of the association for computational linguistics: naacl 2022, Seattle, United States, 2022, p. 1619–1631. doi:10.18653/v1/2022.findings-naacl.122
    [BibTeX] [Abstract] [Download PDF]
    Recent years have seen the proliferation of disinformation and fake news online. Traditional approaches to mitigate these issues is to use manual or automatic fact-checking. Recently, another approach has emerged: checking whether the input claim has previously been fact-checked, which can be done automatically, and thus fast, while also offering credibility and explainability, thanks to the human fact-checking and explanations in the associated fact-checking article. Here, we focus on claims made in a political debate and we study the impact of modeling the context of the claim: both on the source side, i.e., in the debate, as well as on the target side, i.e., in the fact-checking explanation document. We do this by modeling the local context, the global context, as well as by means of co-reference resolution, and multi-hop reasoning over the sentences of the document describing the fact-checked claim. The experimental results show that each of these represents a valuable information source, but that modeling the source-side context is most important, and can yield 10+ points of absolute improvement over a state-of-the-art model.
    @inproceedings{shaar-etal-2022-role,
    title = "The Role of Context in Detecting Previously Fact-Checked Claims",
    author = "Shaar, Shaden and
    Alam, Firoj and
    Da San Martino, Giovanni and
    Nakov, Preslav",
    booktitle = "Findings of the Association for Computational Linguistics: NAACL 2022",
    month = "jul",
    year = "2022",
    address = "Seattle, United States",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-naacl.122",
    doi = "10.18653/v1/2022.findings-naacl.122",
    pages = "1619--1631",
    abstract = "Recent years have seen the proliferation of disinformation and fake news online. Traditional approaches to mitigate these issues is to use manual or automatic fact-checking. Recently, another approach has emerged: checking whether the input claim has previously been fact-checked, which can be done automatically, and thus fast, while also offering credibility and explainability, thanks to the human fact-checking and explanations in the associated fact-checking article. Here, we focus on claims made in a political debate and we study the impact of modeling the context of the claim: both on the source side, i.e., in the debate, as well as on the target side, i.e., in the fact-checking explanation document. We do this by modeling the local context, the global context, as well as by means of co-reference resolution, and multi-hop reasoning over the sentences of the document describing the fact-checked claim. The experimental results show that each of these represents a valuable information source, but that modeling the source-side context is most important, and can yield 10+ points of absolute improvement over a state-of-the-art model.",
    }
  • H. Sajjad, N. Durrani, F. Dalvi, F. Alam, A. R. Khan, and J. Xu, “Analyzing encoded concepts in transformer language models,” in Proceedings of the 2022 conference of the north american chapter of the association for computational linguistics, Seattle, Washington, USA, 2022.
    [BibTeX]
    @inproceedings{sajjad:naacl:2022,
    title = "Analyzing Encoded Concepts in Transformer Language Models",
    author = "Hassan Sajjad and Nadir Durrani and Fahim Dalvi and Firoj Alam and Abdul Rafae Khan and Jia Xu",
    booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics",
    series={NAACL~'22},
    month = "Jul",
    year = "2022",
    address = "Seattle, Washington, USA",
    publisher = "Association for Computational Linguistics",
    }
  • H. Mubarak, S. Hassan, S. A. Chowdhury, and F. Alam, “ArCovidVac: analyzing arabic tweets about COVID-19 vaccination,” in Proceedings of the language resources and evaluation conference, Marseille, France, 2022, p. 3220–3230.
    [BibTeX] [Abstract] [Download PDF]
    The emergence of the COVID-19 pandemic and the first global infodemic have changed our lives in many different ways. We relied on social media to get the latest information about COVID-19 pandemic and at the same time to disseminate information. The content in social media consisted not only health related advice, plans, and informative news from policymakers, but also contains conspiracies and rumors. It became important to identify such information as soon as they are posted to make an actionable decision (e.g., debunking rumors, or taking certain measures for traveling). To address this challenge, we develop and publicly release the first largest manually annotated Arabic tweet dataset, ArCovidVac, for COVID-19 vaccination campaign, covering many countries in the Arab region. The dataset is enriched with different layers of annotation, including, (i) Informativeness more vs. less importance of the tweets); (ii) fine-grained tweet content types (e.g., advice, rumors, restriction, authenticate news/information); and (iii) stance towards vaccination (pro-vaccination, neutral, anti-vaccination). Further, we performed in-depth analysis of the data, exploring the popularity of different vaccines, trending hashtags, topics, and presence of offensiveness in the tweets. We studied the data for individual types of tweets and temporal changes in stance towards vaccine. We benchmarked the ArCovidVac dataset using transformer architectures for informativeness, content types, and stance detection.
    @InProceedings{mubarak-EtAl:2022:LREC,
    author = {Mubarak, Hamdy and Hassan, Sabit and Chowdhury, Shammur Absar and Alam, Firoj},
    title = {{ArCovidVac:} Analyzing Arabic Tweets About {COVID-19} Vaccination},
    booktitle = {Proceedings of the Language Resources and Evaluation Conference},
    month = {June},
    year = {2022},
    address = {Marseille, France},
    publisher = {European Language Resources Association},
    pages = {3220--3230},
    abstract = {The emergence of the COVID-19 pandemic and the first global infodemic have changed our lives in many different ways. We relied on social media to get the latest information about COVID-19 pandemic and at the same time to disseminate information. The content in social media consisted not only health related advice, plans, and informative news from policymakers, but also contains conspiracies and rumors. It became important to identify such information as soon as they are posted to make an actionable decision (e.g., debunking rumors, or taking certain measures for traveling). To address this challenge, we develop and publicly release the first largest manually annotated Arabic tweet dataset, ArCovidVac, for COVID-19 vaccination campaign, covering many countries in the Arab region. The dataset is enriched with different layers of annotation, including, (i) Informativeness more vs. less importance of the tweets); (ii) fine-grained tweet content types (e.g., advice, rumors, restriction, authenticate news/information); and (iii) stance towards vaccination (pro-vaccination, neutral, anti-vaccination). Further, we performed in-depth analysis of the data, exploring the popularity of different vaccines, trending hashtags, topics, and presence of offensiveness in the tweets. We studied the data for individual types of tweets and temporal changes in stance towards vaccine. We benchmarked the ArCovidVac dataset using transformer architectures for informativeness, content types, and stance detection.},
    url = {https://aclanthology.org/2022.lrec-1.344}
    }
  • S. Muresan, P. Nakov, and A. Villavicencio, “Findings of the association for computational linguistics: acl 2022,” in Findings of the Association for Computational Linguistics: ACL 2022, 2022.
    [BibTeX]
    @inproceedings{muresan2022findings,
    Author = {Muresan, Smaranda and Nakov, Preslav and Villavicencio, Aline},
    Booktitle = {{Findings of the Association for Computational Linguistics: ACL 2022}},
    Title = {Findings of the Association for Computational Linguistics: ACL 2022},
    Year = {2022}}
  • T. Chakraborty, M. S. Akhtar, K. Shu, R. H. Bernard, M. Liakata, P. Nakov, S. Sharma, C. Sharma, S. Kumar, Y. K. Atri, and others, “Proceedings of the workshop on combating online hostile posts in regional languages during emergency situations,” in Proceedings of the workshop on combating online hostile posts in regional languages during emergency situations, 2022.
    [BibTeX]
    @inproceedings{chakraborty2022proceedings,
    Author = {Chakraborty, Tanmoy and Akhtar, Md Shad and Shu, Kai and Bernard, H Russell and Liakata, Maria and Nakov, Preslav and Sharma, Shivam and Sharma, Chhavi and Kumar, Shivani and Atri, Yash Kumar and others},
    Booktitle = {Proceedings of the Workshop on Combating Online Hostile Posts in Regional Languages during Emergency Situations},
    Title = {Proceedings of the Workshop on Combating Online Hostile Posts in Regional Languages during Emergency Situations},
    Year = {2022}}
  • S. Muresan, P. Nakov, and A. Villavicencio, “Proceedings of the 60th annual meeting of the association for computational linguistics,” in Proceedings of the 60th annual meeting of the association for computational linguistics, 2022.
    [BibTeX]
    @inproceedings{muresan2022proceedings,
    Author = {Muresan, Smaranda and Nakov, Preslav and Villavicencio, Aline},
    Booktitle = {Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics},
    Title = {Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics},
    Year = {2022}
    }
  • P. Nakov, F. Alam, Y. Zhang, A. Prakash, and F. Dalvi, “QCRI’s COVID-19 disinformation detector: a system to fight the COVID-19 infodemic in social media,” Arxiv preprint arxiv:2204.03506, 2022.
    [BibTeX]
    @article{nakov2022qcri,
    Author = {Nakov, Preslav and Alam, Firoj and Zhang, Yifan and Prakash, Animesh and Dalvi, Fahim},
    Journal = {arXiv preprint arXiv:2204.03506},
    Title = {{QCRI's} {COVID-19} Disinformation Detector: A System to Fight the {COVID-19} Infodemic in Social Media},
    Year = {2022}}
  • S. Masud, P. Pinkesh, A. Das, M. Gupta, P. Nakov, and T. Chakraborty, “Half-day tutorial on combating online hate speech: the role of content, networks, psychology, user behavior, etc.,” in Proceedings of the fifteenth acm international conference on web search and data mining, 2022, p. 1629–1631.
    [BibTeX]
    @inproceedings{masud2022half,
    Author = {Masud, Sarah and Pinkesh, Pinkesh and Das, Amitava and Gupta, Manish and Nakov, Preslav and Chakraborty, Tanmoy},
    Booktitle = {Proceedings of the Fifteenth ACM International Conference on Web Search and Data Mining},
    Pages = {1629--1631},
    Title = {Half-Day Tutorial on Combating Online Hate Speech: The Role of Content, Networks, Psychology, User Behavior, etc.},
    Year = {2022}}
  • S. Sharma, T. Suresh, A. Jitendra, H. Mathur, and P. Nakov, “Findings of the constraint 2022 shared task on detecting the hero, the villain, and the victim in memes,” in Proceedings of the workshop on combating online hostile posts in regional languages during emergency situations-CONSTRAINT, 2022.
    [BibTeX]
    @inproceedings{sharma2022md,
    Author = {Sharma, Shivam and Suresh, Tharun and Jitendra, Atharva and Mathur, Himanshi and Nakov, Preslav},
    Booktitle = {Proceedings of the Workshop on Combating Online Hostile Posts in Regional Languages during Emergency Situations-{CONSTRAINT}},
    Title = {Findings of the constraint 2022 shared task on detecting the hero, the villain, and the victim in memes},
    Year = {2022}}
  • S. Sharma, T. Suresh, A. Kulkarni, H. Mathur, P. Nakov, M. S. Akhtar, and T. Chakraborty, “Findings of the CONSTRAINT 2022 shared task on detecting the hero, the villain, and the victim in memes,” in Proceedings of the workshop on combating online hostile posts in regional languages during emergency situations, 2022, p. 1–11.
    [BibTeX]
    @inproceedings{sharma2022findings,
    Author = {Sharma, Shivam and Suresh, Tharun and Kulkarni, Atharva and Mathur, Himanshi and Nakov, Preslav and Akhtar, Md Shad and Chakraborty, Tanmoy},
    Booktitle = {Proceedings of the Workshop on Combating Online Hostile Posts in Regional Languages during Emergency Situations},
    Pages = {1--11},
    Title = {Findings of the {CONSTRAINT 2022} Shared Task on Detecting the Hero, the Villain, and the Victim in Memes},
    Year = {2022}}
  • K. Ahmad, F. Alam, J. Qadir, B. Qolomany, I. Khan, T. Khan, M. Suleman, N. Said, S. Z. Hassan, A. Gul, and others, “Global user-level perception of COVID-19 contact tracing applications: data-driven approach using natural language processing,” Jmir formative research, vol. 6, iss. 5, p. e36238, 2022.
    [BibTeX]
    @article{ahmad2022global,
    title={Global User-Level Perception of {COVID-19} Contact Tracing Applications: Data-Driven Approach Using Natural Language Processing},
    author={Ahmad, Kashif and Alam, Firoj and Qadir, Junaid and Qolomany, Basheer and Khan, Imran and Khan, Talhat and Suleman, Muhammad and Said, Naina and Hassan, Syed Zohaib and Gul, Asma and others},
    journal={JMIR Formative Research},
    volume={6},
    number={5},
    pages={e36238},
    year={2022},
    publisher={JMIR Publications Inc., Toronto, Canada}
    }
  • K. Huang, K. McKeown, P. Nakov, Y. Choi, and H. Ji, “Faking fake news for real fake news detection: propaganda-loaded training data generation,” Arxiv preprint arxiv:2203.05386, 2022.
    [BibTeX]
    @article{huang2022faking,
    Author = {Huang, Kung-Hsiang and McKeown, Kathleen and Nakov, Preslav and Choi, Yejin and Ji, Heng},
    Journal = {arXiv preprint arXiv:2203.05386},
    Title = {Faking Fake News for Real Fake News Detection: Propaganda-loaded Training Data Generation},
    Year = {2022}}
  • P. Nakov, G. Da San Martino, and F. Alam, “Fact-checking, fake news, propaganda, media bias, and the COVID-19 infodemic,” in Proceedings of the fifteenth acm international conference on web search and data mining, 2022, p. 1632–1634.
    [BibTeX]
    @inproceedings{nakov2022fact,
    Author = {Nakov, Preslav and Da San Martino, Giovanni and Alam, Firoj},
    Booktitle = {Proceedings of the Fifteenth ACM International Conference on Web Search and Data Mining},
    Pages = {1632--1634},
    Title = {Fact-Checking, Fake News, Propaganda, Media Bias, and the {COVID-19} Infodemic},
    Year = {2022}}
  • R. N. Nandi, F. Alam, and P. Nakov, “Detecting the role of an entity in harmful memes: techniques and their limitations,” in Proceedings of the workshop on combating online hostile posts in regional languages during emergency situations, 2022, p. 43–54.
    [BibTeX]
    @inproceedings{nandi2022detecting,
    Author = {Nandi, Rabindra Nath and Alam, Firoj and Nakov, Preslav},
    Booktitle = {Proceedings of the Workshop on Combating Online Hostile Posts in Regional Languages during Emergency Situations},
    Pages = {43--54},
    Title = {Detecting the Role of an Entity in Harmful Memes: Techniques and their Limitations},
    Year = {2022}}
  • S. Sharma, F. Alam, M. S. Akhtar, D. Dimitrov, G. Da San Martino, H. Firooz, A. Halevy, F. Silvestri, P. Nakov, and T. Chakraborty, “Detecting and understanding harmful memes: a survey,” , p. 5597–5606, 2022. doi:10.24963/ijcai.2022/781
    [BibTeX] [Download PDF]
    @article{sharma2022detecting,
    title = {Detecting and Understanding Harmful Memes: A Survey},
    author = {Sharma, Shivam and Alam, Firoj and Akhtar, Md. Shad and Dimitrov, Dimitar and Da San Martino, Giovanni and Firooz, Hamed and Halevy, Alon and Silvestri, Fabrizio and Nakov, Preslav and Chakraborty, Tanmoy},
    booktitle = {Proceedings of the Thirty-First International Joint Conference on Artificial Intelligence},
    series = {IJCAI~'22},
    publisher = {International Joint Conferences on Artificial Intelligence Organization},
    editor = {Lud De Raedt},
    pages = {5597--5606},
    year = {2022},
    month = {7},
    note = {Survey Track},
    address = {Vienna, Austria},
    doi = {10.24963/ijcai.2022/781},
    url = {https://doi.org/10.24963/ijcai.2022/781},
    }
  • P. Nakov, “Computational linguistics for subjectivity,” Creating a more transparent internet: the perspective web, p. 31, 2022.
    [BibTeX]
    @article{nakov2022computational,
    Author = {Nakov, Preslav},
    Journal = {Creating a More Transparent Internet: The Perspective Web},
    Pages = {31},
    Publisher = {Cambridge University Press},
    Title = {Computational Linguistics for Subjectivity},
    Year = {2022}
    }
  • P. Nakov, A. Barrón-Cedeño, G. Da San Martino, F. Alam, J. M. Struß, T. Mandl, R. M{‘i}guez, T. Caselli, M. Kutlu, W. Zaghouani, and others, “The CLEF-2022 CheckThat! lab on fighting the COVID-19 infodemic and fake news detection,” in European conference on information retrieval, 2022, p. 416–428.
    [BibTeX]
    @inproceedings{nakov2022clef,
    title={The {CLEF-2022 CheckThat!} lab on fighting the {COVID-19} infodemic and fake news detection},
    author={Nakov, Preslav and Barr{\'o}n-Cede{\~n}o, Alberto and Da San Martino, Giovanni and Alam, Firoj and Stru{\ss}, Julia Maria and Mandl, Thomas and M{\'\i}guez, Rub{\'e}n and Caselli, Tommaso and Kutlu, Mucahid and Zaghouani, Wajdi and others},
    booktitle={European Conference on Information Retrieval},
    pages={416--428},
    year={2022},
    organization={Springer}
    }
  • P. Nakov, G. Da San Martino, and F. Alam, “Fact-checking, fake news, propaganda, media bias, and the COVID-19 infodemic,” in Proceedings of the fifteenth acm international conference on web search and data mining, 2022, p. 1632–1634.
    [BibTeX]
    @inproceedings{nakov2022fact,
    title={Fact-Checking, Fake News, Propaganda, Media Bias, and the {COVID-19} Infodemic},
    author={Nakov, Preslav and Da San Martino, Giovanni and Alam, Firoj},
    booktitle={Proceedings of the Fifteenth ACM International Conference on Web Search and Data Mining},
    pages={1632--1634},
    year={2022}
    }
  • F. Dalvi, A. R. Khan, F. Alam, N. Durrani, J. Xu, and H. Sajjad, “Discovering latent concepts learned in BERT,” in International conference on learning representations, 2022.
    [BibTeX] [Download PDF]
    @inproceedings{dalvi2022discovering,
    title={Discovering Latent Concepts Learned in {BERT}},
    author={Fahim Dalvi and Abdul Rafae Khan and Firoj Alam and Nadir Durrani and Jia Xu and Hassan Sajjad},
    booktitle={International Conference on Learning Representations},
    year={2022},
    url={https://openreview.net/forum?id=POTMtpYI1xH}
    }
  • R. N. Nandi, F. Alam, and P. Nakov, “Teamx@ dravidianlangtech-acl2022: a comparative analysis for troll-based meme classification,” in Proceedings of the second workshop on speech and language technologies for dravidian languages, 2022, p. 79–85.
    [BibTeX]
    @inproceedings{nandi2022teamx,
    Author = {Nandi, Rabindra Nath and Alam, Firoj and Nakov, Preslav},
    Booktitle = {Proceedings of the Second Workshop on Speech and Language Technologies for Dravidian Languages},
    Pages = {79--85},
    Title = {TeamX@ DravidianLangTech-ACL2022: A Comparative Analysis for Troll-Based Meme Classification},
    Year = {2022}}

2021

  • S. Hassan, H. Mubarak, A. Abdelali, and K. Darwish, “ASAD: Arabic social media analytics and unDerstanding,” in Proceedings of the 16th conference of the european chapter of the association for computational linguistics: system demonstrations, Online, 2021, p. 113–118.
    [BibTeX] [Abstract] [Download PDF]
    This system demonstration paper describes ASAD: Arabic Social media Analysis and unDerstanding, a suite of seven individual modules that allows users to determine dialects, sentiment, news category, offensiveness, hate speech, adult content, and spam in Arabic tweets. The suite is made available through a web API and a web interface where users can enter text or upload files.
    @inproceedings{hassan-etal-2021-asad,
    title = "{ASAD}: {A}rabic Social media Analytics and un{D}erstanding",
    author = "Hassan, Sabit and
    Mubarak, Hamdy and
    Abdelali, Ahmed and
    Darwish, Kareem",
    booktitle = "Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: System Demonstrations",
    month = "apr",
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2021.eacl-demos.14",
    pages = "113--118",
    abstract = "This system demonstration paper describes ASAD: Arabic Social media Analysis and unDerstanding, a suite of seven individual modules that allows users to determine dialects, sentiment, news category, offensiveness, hate speech, adult content, and spam in Arabic tweets. The suite is made available through a web API and a web interface where users can enter text or upload files.",
    }
  • F. Alam, T. Alam, M. Hasan, A. Hasnat, M. Imran, F. Ofli, and others, “Medic: a multi-task learning dataset for disaster image classification,” Arxiv preprint arxiv:2108.12828, 2021.
    [BibTeX]
    @article{alam2021medic,
    title={MEDIC: a multi-task learning dataset for disaster image classification},
    author={Alam, Firoj and Alam, Tanvirul and Hasan, Md and Hasnat, Abul and Imran, Muhammad and Ofli, Ferda and others},
    journal={arXiv preprint arXiv:2108.12828},
    year={2021}
    }
  • K. Hristakieva, S. Cresci, G. D. S. Martino, M. Conti, and P. Nakov, “The spread of propaganda by coordinated communities on social media,” Arxiv preprint arxiv:2109.13046, 2021.
    [BibTeX]
    @article{hristakieva2021spread,
    Author = {Hristakieva, Kristina and Cresci, Stefano and Martino, Giovanni Da San and Conti, Mauro and Nakov, Preslav},
    Journal = {arXiv preprint arXiv:2109.13046},
    Title = {The spread of propaganda by coordinated communities on social media},
    Year = {2021}}
  • B. Babych, O. Kanishcheva, P. Nakov, J. Piskorski, L. Pivovarova, V. Starko, J. Steinberger, R. Yangarber, M. Marcińczuk, S. Pollak, and others, “Proceedings of the 8th workshop on balto-slavic natural language processing,” in Proceedings of the 8th workshop on balto-slavic natural language processing, 2021.
    [BibTeX]
    @inproceedings{babych2021proceedings,
    Author = {Babych, Bogdan and Kanishcheva, Olga and Nakov, Preslav and Piskorski, Jakub and Pivovarova, Lidia and Starko, Vasyl and Steinberger, Josef and Yangarber, Roman and Marci{\'n}czuk, Micha{\l} and Pollak, Senja and others},
    Booktitle = {Proceedings of the 8th Workshop on Balto-Slavic Natural Language Processing},
    Title = {Proceedings of the 8th Workshop on Balto-Slavic Natural Language Processing},
    Year = {2021}}
  • A. Feldman, G. Da San Martino, C. Leberknight, and P. Nakov, “Proceedings of the fourth workshop on nlp for internet freedom: censorship, disinformation, and propaganda,” in Proceedings of the fourth workshop on nlp for internet freedom: censorship, disinformation, and propaganda, 2021.
    [BibTeX]
    @inproceedings{feldman2021proceedings,
    Author = {Feldman, Anna and Da San Martino, Giovanni and Leberknight, Chris and Nakov, Preslav},
    Booktitle = {Proceedings of the Fourth Workshop on NLP for Internet Freedom: Censorship, Disinformation, and Propaganda},
    Title = {Proceedings of the Fourth Workshop on NLP for Internet Freedom: Censorship, Disinformation, and Propaganda},
    Year = {2021}}
  • V. Nastase, S. Szpakowicz, P. Nakov, and D. Ó. Séagdha, “Relations between nominals, relations between concepts,” in Semantic relations between nominals, second edition, Springer, 2021, p. 11–30.
    [BibTeX]
    @incollection{nastase2021relations,
    Author = {Nastase, Vivi and Szpakowicz, Stan and Nakov, Preslav and S{\'e}agdha, Diarmuid {\'O}},
    Booktitle = {Semantic Relations Between Nominals, Second Edition},
    Pages = {11--30},
    Publisher = {Springer},
    Title = {Relations Between Nominals, Relations Between Concepts},
    Year = {2021}}
  • V. Nastase, S. Szpakowicz, P. Nakov, and D. Ó. Séagdha, “Semantic relations and deep learning,” in Semantic relations between nominals, second edition, Springer, 2021, p. 107–164.
    [BibTeX]
    @incollection{nastase2021semantic,
    Author = {Nastase, Vivi and Szpakowicz, Stan and Nakov, Preslav and S{\'e}agdha, Diarmuid {\'O}},
    Booktitle = {Semantic Relations Between Nominals, Second Edition},
    Pages = {107--164},
    Publisher = {Springer},
    Title = {Semantic Relations and Deep Learning},
    Year = {2021}}
  • V. Nastase, S. Szpakowicz, P. Nakov, and D. Ó. Séagdha, “Semantic relations between nominals,” Synthesis lectures on human language technologies, vol. 14, iss. 1, p. 1–234, 2021.
    [BibTeX]
    @article{nastase2021semantic2,
    Author = {Nastase, Vivi and Szpakowicz, Stan and Nakov, Preslav and S{\'e}agdha, Diarmuid {\'O}},
    Journal = {Synthesis lectures on human language technologies},
    Number = {1},
    Pages = {1--234},
    Publisher = {Morgan \& Claypool Publishers},
    Title = {Semantic relations between nominals},
    Volume = {14},
    Year = {2021}}
  • D. Dimitrov, B. B. Ali, S. Shaar, F. Alam, F. Silvestri, H. Firooz, P. Nakov, and G. Da San Martino, “Semeval-2021 task 6: detection of persuasion techniques in texts and images,” in Proceedings of the 15th international workshop on semantic evaluation (semeval-2021), 2021, p. 70–98.
    [BibTeX]
    @inproceedings{dimitrov2021semeval,
    Author = {Dimitrov, Dimitar and Ali, Bishr Bin and Shaar, Shaden and Alam, Firoj and Silvestri, Fabrizio and Firooz, Hamed and Nakov, Preslav and Da San Martino, Giovanni},
    Booktitle = {Proceedings of the 15th International Workshop on Semantic Evaluation (SemEval-2021)},
    Pages = {70--98},
    Title = {SemEval-2021 Task 6: Detection of Persuasion Techniques in Texts and Images},
    Year = {2021}}
  • M. Zampieri and P. Nakov, Similar languages, varieties, and dialects: a computational perspective, Cambridge university press, 2021.
    [BibTeX]
    @book{zampieri2021similar,
    Author = {Zampieri, Marcos and Nakov, Preslav},
    Publisher = {Cambridge University Press},
    Title = {Similar Languages, Varieties, and Dialects: A Computational Perspective},
    Year = {2021}}
  • J. Piskorski, B. Babych, Z. Kancheva, O. Kanishcheva, M. Lebedeva, M. Marcińczuk, P. Nakov, P. Osenova, L. Pivovarova, S. Pollak, and others, “Slav-ner: the 3rd cross-lingual challenge on recognition, normalization, classification, and linking of named entities across slavic languages,” in Proceedings of the 8th workshop on balto-slavic natural language processing, 2021, p. 122–133.
    [BibTeX]
    @inproceedings{piskorski2021slav,
    Author = {Piskorski, Jakub and Babych, Bogdan and Kancheva, Zara and Kanishcheva, Olga and Lebedeva, Maria and Marci{\'n}czuk, Micha{\l} and Nakov, Preslav and Osenova, Petya and Pivovarova, Lidia and Pollak, Senja and others},
    Booktitle = {Proceedings of the 8th Workshop on Balto-Slavic Natural Language Processing},
    Pages = {122--133},
    Title = {Slav-NER: the 3rd Cross-lingual Challenge on Recognition, Normalization, Classification, and Linking of Named Entities across Slavic Languages},
    Year = {2021}}
  • S. Rosenthal, P. Atanasova, G. Karadzhov, M. Zampieri, and P. Nakov, “Solid: a large-scale semi-supervised dataset for offensive language identification,” in Findings of the association for computational linguistics: ACL-IJCNLP 2021, 2021, p. 915–928.
    [BibTeX]
    @inproceedings{rosenthal2021solid,
    Author = {Rosenthal, Sara and Atanasova, Pepa and Karadzhov, Georgi and Zampieri, Marcos and Nakov, Preslav},
    Booktitle = {Findings of the Association for Computational Linguistics: {ACL-IJCNLP} 2021},
    Pages = {915--928},
    Title = {SOLID: A Large-Scale Semi-Supervised Dataset for Offensive Language Identification},
    Year = {2021}}
  • P. Nakov, G. Da San Martino, T. Elsayed, A. Barrón-Cedeno, R. M{‘i}guez, S. Shaar, F. Alam, F. Haouari, M. Hasanain, N. Babulkov, and others, “The clef-2021 checkthat! lab on detecting check-worthy claims, previously fact-checked claims, and fake news,” in European conference on information retrieval, 2021, p. 639–649.
    [BibTeX]
    @inproceedings{nakov2021clef,
    Author = {Nakov, Preslav and Da San Martino, Giovanni and Elsayed, Tamer and Barr{\'o}n-Cedeno, Alberto and M{\'\i}guez, Rub{\'e}n and Shaar, Shaden and Alam, Firoj and Haouari, Fatima and Hasanain, Maram and Babulkov, Nikolay and others},
    Booktitle = {European Conference on Information Retrieval},
    Organization = {Springer},
    Pages = {639--649},
    Title = {The CLEF-2021 CheckThat! lab on detecting check-worthy claims, previously fact-checked claims, and fake news},
    Year = {2021}}
  • R. Dangovski, M. Shen, D. Byrd, L. Jing, D. Tsvetkova, P. Nakov, and M. Soljačić, “We can explain your research in layman’s terms: towards automating science journalism at scale,” in Proceedings of the aaai conference on artificial intelligence, 2021, p. 12728–12737.
    [BibTeX]
    @inproceedings{dangovski2021we,
    Author = {Dangovski, Rumen and Shen, Michelle and Byrd, Dawson and Jing, Li and Tsvetkova, Desislava and Nakov, Preslav and Solja{\v{c}}i{\'c}, Marin},
    Booktitle = {Proceedings of the AAAI Conference on Artificial Intelligence},
    Number = {14},
    Pages = {12728--12737},
    Title = {We Can Explain Your Research in Layman's Terms: Towards Automating Science Journalism at Scale},
    Volume = {35},
    Year = {2021}}
  • A. Chernyavskiy, D. Ilvovsky, and P. Nakov, “Transformers:“the end of history” for natural language processing?,” in Joint european conference on machine learning and knowledge discovery in databases, 2021, p. 677–693.
    [BibTeX]
    @inproceedings{chernyavskiy2021transformers,
    Author = {Chernyavskiy, Anton and Ilvovsky, Dmitry and Nakov, Preslav},
    Booktitle = {Joint European Conference on Machine Learning and Knowledge Discovery in Databases},
    Organization = {Springer},
    Pages = {677--693},
    Title = {Transformers:``The End of History'' for Natural Language Processing?},
    Year = {2021}}
  • S. Shaar, M. Hasanain, B. Hamdan, Z. S. Ali, F. Haouari, A. Nikolov, M. Kutlu, Y. S. Kartal, F. Alam, R. M. J. B. T. E. Da San Martino Giovanni Alberto Barró n-Cede no, and P. Nakov, “Overview of the clef-2021 checkthat! lab task 1 on check-worthiness estimation in tweets and political debates,” Working notes of clef, 2021.
    [BibTeX]
    @article{shaar2021alberto,
    Author = {Shaar, Shaden and Hasanain, Maram and Hamdan, Bayan and Ali, Zien Sheikh and Haouari, Fatima and Nikolov, Alex and Kutlu, Mucahid and Kartal, Yavuz Selim and Alam, Firoj and Da San Martino, Giovanni Alberto Barr{\'o} n-Cede no, Rub{\'e}n M{\'\i}guez, Javier Beltr{\'a}n, Tamer Elsayed, and Preslav Nakov},
    Journal = {Working Notes of CLEF},
    Title = {Overview of the CLEF-2021 CheckThat! Lab Task 1 on Check-Worthiness Estimation in Tweets and Political Debates},
    Year = {2021}}
  • A. Chernyavskiy, D. Ilvovsky, and P. Nakov, “Whatthewikifact: fact-checking claims against wikipedia,” in Proceedings of the 30th acm international conference on information & knowledge management, 2021, p. 4690–4695.
    [BibTeX]
    @inproceedings{chernyavskiy2021whatthewikifact,
    Author = {Chernyavskiy, Anton and Ilvovsky, Dmitry and Nakov, Preslav},
    Booktitle = {Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
    Pages = {4690--4695},
    Title = {WhatTheWikiFact: Fact-Checking Claims Against Wikipedia},
    Year = {2021}}
  • K. Darwish, A. Abdelali, H. Mubarak, and M. Eldesouki, “Arabic diacritic recovery using a feature-rich bilstm model,” Transactions on asian and low-resource language information processing, vol. 20, iss. 2, p. 1–18, 2021.
    [BibTeX]
    @article{darwish2021arabic,
    title={Arabic diacritic recovery using a feature-rich bilstm model},
    author={Darwish, Kareem and Abdelali, Ahmed and Mubarak, Hamdy and Eldesouki, Mohamed},
    journal={Transactions on Asian and Low-Resource Language Information Processing},
    volume={20},
    number={2},
    pages={1--18},
    year={2021},
    publisher={ACM New York, NY}
    }
  • K. Darwish, N. Habash, M. Abbas, H. Al-Khalifa, H. T. Al-Natsheh, H. Bouamor, K. Bouzoubaa, V. Cavalli-Sforza, S. R. El-Beltagy, W. El-Hajj, and others, “A panoramic survey of natural language processing in the arab world,” Communications of the acm, vol. 64, iss. 4, p. 72–81, 2021.
    [BibTeX]
    @article{darwish2021panoramic,
    title={A panoramic survey of natural language processing in the Arab world},
    author={Darwish, Kareem and Habash, Nizar and Abbas, Mourad and Al-Khalifa, Hend and Al-Natsheh, Huseein T and Bouamor, Houda and Bouzoubaa, Karim and Cavalli-Sforza, Violetta and El-Beltagy, Samhaa R and El-Hajj, Wassim and others},
    journal={Communications of the ACM},
    volume={64},
    number={4},
    pages={72--81},
    year={2021},
    publisher={ACM New York, NY, USA}
    }
  • F. Harrag, M. Debbah, K. Darwish, and A. Abdelali, “Bert transformer model for detecting arabic gpt2 auto-generated tweets,” Arxiv preprint arxiv:2101.09345, 2021.
    [BibTeX]
    @article{harrag2021bert,
    title={Bert transformer model for detecting Arabic GPT2 auto-generated tweets},
    author={Harrag, Fouzi and Debbah, Maria and Darwish, Kareem and Abdelali, Ahmed},
    journal={arXiv preprint arXiv:2101.09345},
    year={2021}
    }
  • A. Abdelali, S. Hassan, H. Mubarak, K. Darwish, and Y. Samih, “Pre-training bert on arabic tweets: practical considerations,” Arxiv preprint arxiv:2102.10684, 2021.
    [BibTeX]
    @article{abdelali2021pre,
    title={Pre-Training BERT on Arabic Tweets: Practical Considerations},
    author={Abdelali, Ahmed and Hassan, Sabit and Mubarak, Hamdy and Darwish, Kareem and Samih, Younes},
    journal={arXiv preprint arXiv:2102.10684},
    year={2021}
    }
  • Y. Samih and K. Darwish, “A few topical tweets are enough for effective user stance detection,” in Proceedings of the 16th conference of the european chapter of the association for computational linguistics: main volume, 2021, p. 2637–2646.
    [BibTeX]
    @inproceedings{samih2021few,
    title={A Few Topical Tweets are Enough for Effective User Stance Detection},
    author={Samih, Younes and Darwish, Kareem},
    booktitle={Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume},
    pages={2637--2646},
    year={2021}
    }
  • A. Abdelali, H. Mubarak, Y. Samih, S. Hassan, and K. Darwish, “Qadi: arabic dialect identification in the wild,” in Proceedings of the sixth arabic natural language processing workshop, 2021, p. 1–10.
    [BibTeX]
    @inproceedings{abdelali2021qadi,
    title={QADI: Arabic Dialect Identification in the Wild},
    author={Abdelali, Ahmed and Mubarak, Hamdy and Samih, Younes and Hassan, Sabit and Darwish, Kareem},
    booktitle={Proceedings of the Sixth Arabic Natural Language Processing Workshop},
    pages={1--10},
    year={2021}
    }
  • F. Alam, F. Dalvi, S. Shaar, N. Durrani, H. Mubarak, A. Nikolov, G. D. S. Martino, A. Abdelali, H. Sajjad, K. Darwish, and P. Nakov, “Fighting the covid-19 infodemic in social media: a holistic perspective and a call to arms,” in Icwsm, 2021.
    [BibTeX]
    @inproceedings{alam2021icwsmfighting,
    title={Fighting the COVID-19 Infodemic in Social Media: A Holistic Perspective and a Call to Arms},
    author={Firoj Alam and Fahim Dalvi and Shaden Shaar and Nadir Durrani and Hamdy Mubarak and Alex Nikolov and Giovanni Da San Martino and Ahmed Abdelali and Hassan Sajjad and Kareem Darwish and Preslav Nakov},
    year={2021},
    booktitle={ICWSM},
    }
  • F. Alam, U. Qazi, M. Imran, and F. Ofli, “HumAID: human-annotated disaster incidents data from twitter with deep learning benchmarks,” in Icwsm, 2021.
    [BibTeX]
    @inproceedings{alam2021humaid,
    title={{HumAID}: Human-Annotated Disaster Incidents Data from Twitter with Deep Learning Benchmarks},
    author={F. {Alam} and U. {Qazi} and M. {Imran} and F. {Ofli}},
    booktitle={ICWSM},
    year={2021}
    }
  • F. Alam, H. Sajjad, M. Imran, and F. Ofli, “Crisisbench: benchmarking crisis-related social media datasets for humanitarian information processing,” in Icwsm, 2021.
    [BibTeX]
    @inproceedings{alam2020standardizing,
    title={CrisisBench: Benchmarking Crisis-related Social Media Datasets for Humanitarian Information Processing},
    author={Alam, Firoj and Sajjad, Hassan and Imran, Muhammad and Ofli, Ferda},
    booktitle={ICWSM},
    year={2021}
    }
  • K. Bozhanova, Y. Dinkov, I. Koychev, M. Castaldo, T. Venturini, and P. Nakov, “Predicting the factuality of reporting of news media using observations about user attention in their youtube channels,” in Proceedings of the international conference on recent advances in natural language processing (ranlp 2021), 2021, p. 182–189.
    [BibTeX]
    @inproceedings{bozhanova2021predicting,
    Author = {Bozhanova, Krasimira and Dinkov, Yoan and Koychev, Ivan and Castaldo, Maria and Venturini, Tommaso and Nakov, Preslav},
    Booktitle = {Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP 2021)},
    Pages = {182--189},
    Title = {Predicting the Factuality of Reporting of News Media Using Observations about User Attention in Their YouTube Channels},
    Year = {2021}}
  • P. Nakov, G. Da San Martino, T. Elsayed, A. Barrón-Cedeño, R. M{‘i}guez, S. Shaar, F. Alam, F. Haouari, M. Hasanain, W. Mansour, and others, “Overview of the clef–2021 checkthat! lab on detecting check-worthy claims, previously fact-checked claims, and fake news,” in International conference of the cross-language evaluation forum for european languages, 2021, p. 264–291.
    [BibTeX]
    @inproceedings{nakov2021overview,
    Author = {Nakov, Preslav and Da San Martino, Giovanni and Elsayed, Tamer and Barr{\'o}n-Cede{\~n}o, Alberto and M{\'\i}guez, Rub{\'e}n and Shaar, Shaden and Alam, Firoj and Haouari, Fatima and Hasanain, Maram and Mansour, Watheq and others},
    Booktitle = {International Conference of the Cross-Language Evaluation Forum for European Languages},
    Organization = {Springer},
    Pages = {264--291},
    Title = {Overview of the CLEF--2021 CheckThat! lab on detecting check-worthy claims, previously fact-checked claims, and fake news},
    Year = {2021}}
  • I. Alsmadi, K. Ahmad, M. Nazzal, F. Alam, A. Al-Fuqaha, A. Khreishah, and A. Algosaibi, “Adversarial attacks and defenses for social network text processing applications: techniques, challenges and future research directions,” Arxiv preprint arxiv:2110.13980, 2021.
    [BibTeX]
    @article{alsmadi2021adversarial,
    title={Adversarial attacks and defenses for social network text processing applications: Techniques, challenges and future research directions},
    author={Alsmadi, Izzat and Ahmad, Kashif and Nazzal, Mahmoud and Alam, Firoj and Al-Fuqaha, Ala and Khreishah, Abdallah and Algosaibi, Abdulelah},
    journal={arXiv preprint arXiv:2110.13980},
    year={2021}
    }
  • S. Pramanick, D. Dimitrov, R. Mukherjee, S. Sharma, M. S. Akhtar, P. Nakov, and T. Chakraborty, “Detecting harmful memes and their targets,” in Findings of the association for computational linguistics: acl-ijcnlp 2021, 2021, p. 2783–2796.
    [BibTeX]
    @inproceedings{pramanick2021detecting,
    Author = {Pramanick, Shraman and Dimitrov, Dimitar and Mukherjee, Rituparna and Sharma, Shivam and Akhtar, Md Shad and Nakov, Preslav and Chakraborty, Tanmoy},
    Booktitle = {Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021},
    Pages = {2783--2796},
    Title = {Detecting Harmful Memes and Their Targets},
    Year = {2021}}
  • P. Nakov and J. Tiedemann, “11 machine translation between similar languages,” Similar languages, varieties, and dialects: a computational perspective, p. 219, 2021.
    [BibTeX]
    @article{nakov202111,
    Author = {Nakov, Preslav and Tiedemann, J{\"o}rg},
    Journal = {Similar Languages, Varieties, and Dialects: A Computational Perspective},
    Pages = {219},
    Publisher = {Cambridge University Press},
    Title = {11 Machine Translation between Similar Languages},
    Year = {2021}}
  • G. Da San Martino, S. Cresci, A. Barrón-Cedeño, S. Yu, R. Di Pietro, and P. Nakov, “A survey on computational propaganda detection,” in Proceedings of the twenty-ninth international conference on international joint conferences on artificial intelligence, 2021, p. 4826–4832.
    [BibTeX]
    @inproceedings{da2021survey,
    Author = {Da San Martino, Giovanni and Cresci, Stefano and Barr{\'o}n-Cede{\~n}o, Alberto and Yu, Seunghak and Di Pietro, Roberto and Nakov, Preslav},
    Booktitle = {Proceedings of the Twenty-Ninth International Conference on International Joint Conferences on Artificial Intelligence},
    Pages = {4826--4832},
    Title = {A survey on computational propaganda detection},
    Year = {2021}}
  • F. Alam, S. Cresci, T. Chakraborty, F. Silvestri, D. Dimitrov, G. D. S. Martino, S. Shaar, H. Firooz, and P. Nakov, “A survey on multimodal disinformation detection,” Arxiv preprint arxiv:2103.12541, 2021.
    [BibTeX]
    @article{alam2021survey,
    Author = {Alam, Firoj and Cresci, Stefano and Chakraborty, Tanmoy and Silvestri, Fabrizio and Dimitrov, Dimiter and Martino, Giovanni Da San and Shaar, Shaden and Firooz, Hamed and Nakov, Preslav},
    Journal = {arXiv preprint arXiv:2103.12541},
    Title = {A survey on multimodal disinformation detection},
    Year = {2021}}
  • P. Nakov, H. T. Sencar, J. An, and H. Kwak, “A survey on predicting the factuality and the bias of news media,” Arxiv preprint arxiv:2103.12506, 2021.
    [BibTeX]
    @article{nakov2021survey,
    Author = {Nakov, Preslav and Sencar, Husrev Taha and An, Jisun and Kwak, Haewoon},
    Journal = {arXiv preprint arXiv:2103.12506},
    Title = {A survey on predicting the factuality and the bias of news media},
    Year = {2021}}
  • M. Hardalov, A. Arora, P. Nakov, and I. Augenstein, “A survey on stance detection for mis-and disinformation identification,” Arxiv preprint arxiv:2103.00242, 2021.
    [BibTeX]
    @article{hardalov2021survey,
    Author = {Hardalov, Momchil and Arora, Arnav and Nakov, Preslav and Augenstein, Isabelle},
    Journal = {arXiv preprint arXiv:2103.00242},
    Title = {A survey on stance detection for mis-and disinformation identification},
    Year = {2021}}
  • T. Alhindi, A. Alabdulkarim, A. Alshehri, M. Abdul-Mageed, and P. Nakov, “Arastance: a multi-country and multi-domain dataset of arabic stance detection for fact checking,” in Proceedings of the fourth workshop on nlp for internet freedom: censorship, disinformation, and propaganda, 2021, p. 57–65.
    [BibTeX]
    @inproceedings{alhindi2021arastance,
    Author = {Alhindi, Tariq and Alabdulkarim, Amal and Alshehri, Ali and Abdul-Mageed, Muhammad and Nakov, Preslav},
    Booktitle = {Proceedings of the Fourth Workshop on NLP for Internet Freedom: Censorship, Disinformation, and Propaganda},
    Pages = {57--65},
    Title = {AraStance: A Multi-Country and Multi-Domain Dataset of Arabic Stance Detection for Fact Checking},
    Year = {2021}}
  • P. Nakov, D. Corney, M. Hasanain, F. Alam, T. Elsayed, A. B. -, P. Papotti, S. Shaar, and G. Da San Martino, “Automated fact-checking for assisting human fact-checkers,” in Proceedings of the 30th international joint conference on artificial intelligence, 2021, p. 4551–4558.
    [BibTeX]
    @inproceedings{survey:2021:ai:fact-checkers,
    Author = {Preslav Nakov and David Corney and Maram Hasanain and Firoj Alam and Tamer Elsayed and Alberto Barr{\'{o}}n{-}Cede{\~{n}}o and Paolo Papotti and Shaden Shaar and Giovanni {Da San Martino}},
    Booktitle = {Proceedings of the 30th International Joint Conference on Artificial Intelligence},
    Pages = {4551--4558},
    Series = {IJCAI~'21},
    Title = {Automated Fact-Checking for Assisting Human Fact-Checkers},
    Year = {2021}}
  • A. Chernyavskiy, D. Ilvovsky, P. Kalinin, and P. Nakov, “Batch-softmax contrastive loss for pairwise sentence scoring tasks,” Arxiv preprint arxiv:2110.15725, 2021.
    [BibTeX]
    @article{chernyavskiy2021batch,
    Author = {Chernyavskiy, Anton and Ilvovsky, Dmitry and Kalinin, Pavel and Nakov, Preslav},
    Journal = {arXiv preprint arXiv:2110.15725},
    Title = {Batch-Softmax Contrastive Loss for Pairwise Sentence Scoring Tasks},
    Year = {2021}}
  • B. Skuczyńska, S. Shaar, J. Spenader, and P. Nakov, “Beasku at checkthat! 2021: fine-tuning sentence bert with triplet loss and limited data,” , 2021.
    [BibTeX]
    @article{skuczynska2021beasku,
    Author = {Skuczy{\'n}ska, Beata and Shaar, Shaden and Spenader, Jennifer and Nakov, Preslav},
    Title = {BeaSku at CheckThat! 2021: fine-tuning sentence BERT with triplet loss and limited data},
    Year = {2021}}
  • P. Ganesh, Y. Chen, X. Lou, M. A. Khan, Y. Yang, H. Sajjad, P. Nakov, D. Chen, and M. Winslett, “Compressing large-scale transformer-based models: a case study on bert,” Transactions of the association for computational linguistics, vol. 9, p. 1061–1080, 2021.
    [BibTeX]
    @article{ganesh2021compressing,
    Author = {Ganesh, Prakhar and Chen, Yao and Lou, Xin and Khan, Mohammad Ali and Yang, Yin and Sajjad, Hassan and Nakov, Preslav and Chen, Deming and Winslett, Marianne},
    Journal = {Transactions of the Association for Computational Linguistics},
    Pages = {1061--1080},
    Title = {Compressing Large-Scale Transformer-Based Models: A Case Study on BERT},
    Volume = {9},
    Year = {2021}}
  • P. Nakov, V. Nayak, K. Dent, A. Bhatawdekar, S. M. Sarwar, M. Hardalov, Y. Dinkov, D. Zlatkova, G. Bouchard, and I. Augenstein, “Detecting abusive language on online platforms: a critical analysis,” Arxiv preprint arxiv:2103.00153, 2021.
    [BibTeX]
    @article{nakov2021detecting,
    Author = {Nakov, Preslav and Nayak, Vibha and Dent, Kyle and Bhatawdekar, Ameya and Sarwar, Sheikh Muhammad and Hardalov, Momchil and Dinkov, Yoan and Zlatkova, Dimitrina and Bouchard, Guillaume and Augenstein, Isabelle},
    Journal = {arXiv preprint arXiv:2103.00153},
    Title = {Detecting abusive language on online platforms: A critical analysis},
    Year = {2021}}
  • D. Dimitrov, B. B. Ali, S. Shaar, F. Alam, F. Silvestri, H. Firooz, P. Nakov, and G. Da San Martino, “Detecting propaganda techniques in memes,” in Proceedings of the 59th annual meeting of the association for computational linguistics and the 11th international joint conference on natural language processing (volume 1: long papers), 2021, p. 6603–6617.
    [BibTeX]
    @inproceedings{dimitrov2021detecting,
    Author = {Dimitrov, Dimitar and Ali, Bishr Bin and Shaar, Shaden and Alam, Firoj and Silvestri, Fabrizio and Firooz, Hamed and Nakov, Preslav and Da San Martino, Giovanni},
    Booktitle = {Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},
    Pages = {6603--6617},
    Title = {Detecting Propaganda Techniques in Memes},
    Year = {2021}}
  • S. Pramanick, S. Sharma, D. Dimitrov, M. S. Akhtar, P. Nakov, and T. Chakraborty, “Momenta: a multimodal framework for detecting harmful memes and their targets,” in Findings of the association for computational linguistics: emnlp 2021, 2021, p. 4439–4455.
    [BibTeX]
    @inproceedings{pramanick2021momenta,
    Author = {Pramanick, Shraman and Sharma, Shivam and Dimitrov, Dimitar and Akhtar, Md Shad and Nakov, Preslav and Chakraborty, Tanmoy},
    Booktitle = {Findings of the Association for Computational Linguistics: EMNLP 2021},
    Pages = {4439--4455},
    Title = {MOMENTA: A Multimodal Framework for Detecting Harmful Memes and Their Targets},
    Year = {2021}}
  • D. Nguyen, M. Zampieri, P. Nakov, and others, “Dialect variation on social media,” , 2021.
    [BibTeX]
    @article{nguyen2021dialect,
    Author = {Nguyen, Dong and Zampieri, Marcos and Nakov, Preslav and others},
    Publisher = {Cambridge University Press},
    Title = {Dialect Variation on Social Media},
    Year = {2021}}
  • S. Mihaylova, I. Borisova, D. Chemishanov, P. Hadzhitsanev, M. Hardalov, and P. Nakov, “Dips at checkthat! 2021: verified claim retrieval..” 2021.
    [BibTeX]
    @inproceedings{mihaylova2021dips,
    Author = {Mihaylova, Simona and Borisova, Iva and Chemishanov, Dzhovani and Hadzhitsanev, Preslav and Hardalov, Momchil and Nakov, Preslav},
    Title = {DIPS at CheckThat! 2021: Verified Claim Retrieval.},
    Year = {2021}}
  • V. Nastase, S. Szpakowicz, P. Nakov, and D. Ó. Séagdha, “Extracting semantic relations with little or no supervision,” in Semantic relations between nominals, second edition, Springer, 2021, p. 75–106.
    [BibTeX]
    @incollection{nastase2021extracting,
    Author = {Nastase, Vivi and Szpakowicz, Stan and Nakov, Preslav and S{\'e}agdha, Diarmuid {\'O}},
    Booktitle = {Semantic Relations Between Nominals, Second Edition},
    Pages = {75--106},
    Publisher = {Springer},
    Title = {Extracting Semantic Relations with Little or No Supervision},
    Year = {2021}}
  • P. Nakov and G. Da San Martino, “Fake news, disinformation, propaganda, and media bias,” in Proceedings of the 30th acm international conference on information & knowledge management, 2021, p. 4862–4865.
    [BibTeX]
    @inproceedings{nakov2021fake,
    Author = {Nakov, Preslav and Da San Martino, Giovanni},
    Booktitle = {Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
    Pages = {4862--4865},
    Title = {Fake News, Disinformation, Propaganda, and Media Bias},
    Year = {2021}}
  • P. Nakov and G. Da San Martino, “Fake news, disinformation, propaganda, media bias, and flattening the curve of the covid-19 infodemic,” in Proceedings of the 27th acm sigkdd conference on knowledge discovery & data mining, 2021, p. 4054–4055.
    [BibTeX]
    @inproceedings{nakov2021fake2,
    Author = {Nakov, Preslav and Da San Martino, Giovanni},
    Booktitle = {Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery \& Data Mining},
    Pages = {4054--4055},
    Title = {Fake News, Disinformation, Propaganda, Media Bias, and Flattening the Curve of the COVID-19 Infodemic},
    Year = {2021}}
  • F. Alam, F. Dalvi, S. Shaar, N. Durrani, H. Mubarak, A. Nikolov, G. Da San Martino, A. Abdelali, H. Sajjad, K. Darwish, and others, “Fighting the covid-19 infodemic in social media: a holistic perspective and a call to arms.,” in Icwsm, 2021, p. 913–922.
    [BibTeX]
    @inproceedings{alam2021fightingicwsm,
    Author = {Alam, Firoj and Dalvi, Fahim and Shaar, Shaden and Durrani, Nadir and Mubarak, Hamdy and Nikolov, Alex and Da San Martino, Giovanni and Abdelali, Ahmed and Sajjad, Hassan and Darwish, Kareem and others},
    Booktitle = {ICWSM},
    Pages = {913--922},
    Title = {Fighting the COVID-19 Infodemic in Social Media: A Holistic Perspective and a Call to Arms.},
    Year = {2021}}
  • F. Alam, S. Shaar, F. Dalvi, H. Sajjad, A. Nikolov, H. Mubarak, G. Da San Martino, A. Abdelali, N. Durrani, K. Darwish, and others, “Fighting the covid-19 infodemic: modeling the perspective of journalists, fact-checkers, social media platforms, policy makers, and the society,” in Findings of the association for computational linguistics: emnlp 2021, 2021, p. 611–649.
    [BibTeX]
    @inproceedings{alam2021fighting,
    Author = {Alam, Firoj and Shaar, Shaden and Dalvi, Fahim and Sajjad, Hassan and Nikolov, Alex and Mubarak, Hamdy and Da San Martino, Giovanni and Abdelali, Ahmed and Durrani, Nadir and Darwish, Kareem and others},
    Booktitle = {Findings of the Association for Computational Linguistics: EMNLP 2021},
    Pages = {611--649},
    Title = {Fighting the COVID-19 Infodemic: Modeling the Perspective of Journalists, Fact-Checkers, Social Media Platforms, Policy Makers, and the Society},
    Year = {2021}}
  • S. Shaar, F. Alam, G. Da San Martino, A. Nikolov, W. Zaghouani, P. Nakov, and A. Feldman, “Findings of the NLP4IF-2021 shared tasks on fighting the covid-19 infodemic and censorship detection,” in Proceedings of the fourth workshop on nlp for internet freedom: censorship, disinformation, and propaganda, 2021, p. 82–92.
    [BibTeX]
    @inproceedings{shaar2021findings,
    Author = {Shaar, Shaden and Alam, Firoj and Da San Martino, Giovanni and Nikolov, Alex and Zaghouani, Wajdi and Nakov, Preslav and Feldman, Anna},
    Booktitle = {Proceedings of the Fourth Workshop on NLP for Internet Freedom: Censorship, Disinformation, and Propaganda},
    Pages = {82--92},
    Title = {Findings of the {NLP4IF-2021} Shared Tasks on Fighting the COVID-19 Infodemic and Censorship Detection},
    Year = {2021}}
  • K. Vachev, M. Hardalov, G. Karadzhov, G. Georgiev, I. Koychev, and P. Nakov, “Generating answer candidates for quizzes and answer-aware question generators,” in Proceedings of the student research workshop associated with RANLP, 2021, p. 203–209.
    [BibTeX]
    @inproceedings{vachev2021generating,
    Author = {Vachev, Kristiyan and Hardalov, Momchil and Karadzhov, Georgi and Georgiev, Georgi and Koychev, Ivan and Nakov, Preslav},
    Booktitle = {Proceedings of the Student Research Workshop Associated with {RANLP}},
    Pages = {203--209},
    Title = {Generating Answer Candidates for Quizzes and Answer-Aware Question Generators},
    Year = {2021}}
  • S. Yu, G. Da San Martino, M. Mohtarami, J. Glass, and P. Nakov, “Interpretable propaganda detection in news articles,” in Proceedings of the international conference on recent advances in natural language processing (ranlp 2021), 2021, p. 1597–1605.
    [BibTeX]
    @inproceedings{yu2021interpretable,
    Author = {Yu, Seunghak and Da San Martino, Giovanni and Mohtarami, Mitra and Glass, James and Nakov, Preslav},
    Booktitle = {Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP 2021)},
    Pages = {1597--1605},
    Title = {Interpretable Propaganda Detection in News Articles},
    Year = {2021}}
  • P. Nakov and H. T. Sencar, “Jisun an, and haewoon kwak. 2021 c,” A survey on predicting the factuality and the bias of news media. arxiv/2103.12506, 2021.
    [BibTeX]
    @article{nakov2021jisun,
    Author = {Nakov, Preslav and Sencar, Husrev Taha},
    Journal = {A survey on predicting the factuality and the bias of news media. arXiv/2103.12506},
    Title = {Jisun An, and Haewoon Kwak. 2021 c},
    Year = {2021}}
  • A. Rashed, M. Kutlu, K. Darwish, T. Elsayed, and C. Bayrak, “Embeddings-based clustering for target specific stances: the case of a polarized turkey,” 15th international aaai conference on web and social media (icwsm-2021, 2021.
    [BibTeX]
    @article{rashed2020embeddings,
    title={Embeddings-Based Clustering for Target Specific Stances: The Case of a Polarized Turkey},
    author={Rashed, Ammar and Kutlu, Mucahid and Darwish, Kareem and Elsayed, Tamer and Bayrak, Cans{\i}n},
    journal={15th International AAAI Conference on Web and Social Media (ICWSM-2021},
    year={2021}
    }

2020

  • M. Zampieri, P. Nakov, S. Rosenthal, P. Atanasova, G. Karadzhov, H. Mubarak, L. Derczynski, Z. Pitenis, and Ça{\u. g}r{i} Ç öltekin, “SemEval-2020 task 12: multilingual offensive language identification in social media,” in Proceedings of the international workshop on semantic evaluation, Barcelona, Spain, 2020.
    [BibTeX]
    @inproceedings{zampieri-etal-2020-semeval,
    title = {{SemEval-2020} Task 12: Multilingual Offensive Language Identification in Social Media},
    author = {Zampieri, Marcos and Nakov, Preslav and Rosenthal, Sara and Atanasova, Pepa and Karadzhov, Georgi and Mubarak, Hamdy and Derczynski, Leon and Pitenis, Zeses and {\c C} {\" o}ltekin, {\c C}a{\u g}r{\i}},
    booktitle = {Proceedings of the International Workshop on Semantic Evaluation},
    series = {SemEval~'20},
    address = {Barcelona, Spain},
    year = {2020},
    month = {December},
    }
  • S. Hassan, Y. Samih, H. Mubarak, and A. Abdelali, “ALT at SemEval-2020 task 12: Arabic and English offensive language identification in social media,” in Proceedings of the fourteenth workshop on semantic evaluation, Barcelona (online), 2020, p. 1891–1897.
    [BibTeX] [Abstract] [Download PDF]
    This paper describes the systems submitted by the Arabic Language Technology group (ALT) at SemEval-2020 Task 12: Multilingual Offensive Language Identification in Social Media. We focus on sub-task A (Offensive Language Identification) for two languages: Arabic and English. Our efforts for both languages achieved more than 90{\%} macro-averaged F1-score on the official test set. For Arabic, the best results were obtained by a system combination of Support Vector Machine, Deep Neural Network, and fine-tuned Bidirectional Encoder Representations from Transformers (BERT). For English, the best results were obtained by fine-tuning BERT.
    @inproceedings{hassan-etal-2020-alt-semeval,
    title = "{ALT} at {S}em{E}val-2020 Task 12: {A}rabic and {E}nglish Offensive Language Identification in Social Media",
    author = "Hassan, Sabit and
    Samih, Younes and
    Mubarak, Hamdy and
    Abdelali, Ahmed",
    booktitle = "Proceedings of the Fourteenth Workshop on Semantic Evaluation",
    month = "dec",
    year = "2020",
    address = "Barcelona (online)",
    publisher = "International Committee for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.semeval-1.249",
    pages = "1891--1897",
    abstract = "This paper describes the systems submitted by the Arabic Language Technology group (ALT) at SemEval-2020 Task 12: Multilingual Offensive Language Identification in Social Media. We focus on sub-task A (Offensive Language Identification) for two languages: Arabic and English. Our efforts for both languages achieved more than 90{\%} macro-averaged F1-score on the official test set. For Arabic, the best results were obtained by a system combination of Support Vector Machine, Deep Neural Network, and fine-tuned Bidirectional Encoder Representations from Transformers (BERT). For English, the best results were obtained by fine-tuning BERT.",
    }
  • G. Da San Martino, A. Barrón-Cedeño, H. Wachsmuth, R. Petrov, and P. Nakov, “SemEval-2020 task 11: detection of propaganda techniques in news articles,” in Proceedings of the international workshop on semantic evaluation, Barcelona, Spain, 2020.
    [BibTeX]
    @InProceedings{DaSanMartinoSemeval20task11,
    author = {Da San Martino, Giovanni and
    Barr\'{o}n-Cede\~no, Alberto and
    Wachsmuth, Henning and
    Petrov, Rostislav and
    Nakov, Preslav},
    title = {{SemEval}-2020 Task 11: Detection of Propaganda Techniques in News Articles},
    booktitle = {Proceedings of the International Workshop on Semantic Evaluation},
    series = {SemEval~'20},
    year = {2020},
    address = {Barcelona, Spain},
    month = {December},
    }
  • T. Alam, A. Khan, and F. Alam, “Punctuation restoration using transformer models for high-and low-resource languages,” in Proceedings of the sixth workshop on noisy user-generated text (w-nut 2020), Online, 2020, p. 132–142. doi:10.18653/v1/2020.wnut-1.18
    [BibTeX] [Download PDF]
    @inproceedings{alam-etal-2020-punctuation,
    title = "Punctuation Restoration using Transformer Models for High-and Low-Resource Languages",
    author = "Alam, Tanvirul and
    Khan, Akib and
    Alam, Firoj",
    booktitle = "Proceedings of the Sixth Workshop on Noisy User-generated Text (W-NUT 2020)",
    month = "nov",
    year = "2020",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.wnut-1.18",
    doi = "10.18653/v1/2020.wnut-1.18",
    pages = "132--142",
    }
  • J. M. Wu, Y. Belinkov, H. Sajjad, N. Durrani, F. Dalvi, and J. Glass, “Similarity Analysis of Contextual Word Representation Models,” in Proceedings of the annual conference of the association for computational linguistics (acl), 2020.
    [BibTeX]
    @InProceedings{wu_similarity:acl20,
    title={{Similarity Analysis of Contextual Word Representation Models}},
    author={John M. Wu and Yonatan Belinkov and Hassan Sajjad and Nadir Durrani and Fahim Dalvi and James Glass},
    booktitle={Proceedings of the Annual Conference of the Association for Computational Linguistics (ACL)},
    Month ={July},
    year={2020},
    }
  • P. Stefanov, K. Darwish, A. Atanasov, and P. Nakov, “Predicting the topical stance and political leaning of media using tweets,” in Proceedings of the 58th annual meeting of the association for computational linguistics, Online, 2020, p. 527–537.
    [BibTeX] [Download PDF]
    @inproceedings{stefanov-etal-2020-predicting,
    title = "Predicting the Topical Stance and Political Leaning of Media using Tweets",
    author = "Stefanov, Peter and
    Darwish, Kareem and
    Atanasov, Atanas and
    Nakov, Preslav",
    booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
    series = {ACL~'20},
    month={July},
    year = "2020",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.acl-main.50",
    pages = "527--537",
    }
  • R. Baly, G. Karadzhov, J. An, H. Kwak, Y. Dinkov, A. Ali, J. Glass, and P. Nakov, “What was written vs. who read it: news media profiling using text analysis and social media context,” in Proceedings of the 58th annual meeting of the association for computational linguistics, Online, 2020, p. 3364–3374.
    [BibTeX] [Download PDF]
    @inproceedings{baly-etal-2020-written,
    title = "What Was Written vs. Who Read It: News Media Profiling Using Text Analysis and Social Media Context",
    author = "Baly, Ramy and
    Karadzhov, Georgi and
    An, Jisun and
    Kwak, Haewoon and
    Dinkov, Yoan and
    Ali, Ahmed and
    Glass, James and
    Nakov, Preslav",
    booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
    series = {ACL~'20},
    month={July},
    year = "2020",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.acl-main.308",
    pages = "3364--3374",
    }
  • S. Shaar, N. Babulkov, G. Da San Martino, and P. Nakov, “That is a known lie: detecting previously fact-checked claims,” in Proceedings of the 58th annual meeting of the association for computational linguistics, Online, 2020, p. 3607–3618.
    [BibTeX] [Download PDF]
    @inproceedings{shaar-etal-2020-known,
    title = "That is a Known Lie: Detecting Previously Fact-Checked Claims",
    author = "Shaar, Shaden and
    Babulkov, Nikolay and
    Da San Martino, Giovanni and
    Nakov, Preslav",
    booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
    series = {ACL~'20},
    month={July},
    year = "2020",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.acl-main.332",
    pages = "3607--3618",
    }
  • G. Da San Martino, S. Shaar, Y. Zhang, S. Yu, A. Barrón-Cedeño, and P. Nakov, “Prta: a system to support the analysis of propaganda techniques in the news,” in Proceedings of the 58th annual meeting of the association for computational linguistics: system demonstrations, Online, 2020, p. 287–293.
    [BibTeX] [Download PDF]
    @inproceedings{da-san-martino-etal-2020-prta,
    title = "{P}rta: A System to Support the Analysis of Propaganda Techniques in the News",
    author = "Da San Martino, Giovanni and
    Shaar, Shaden and
    Zhang, Yifan and
    Yu, Seunghak and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    Nakov, Preslav",
    booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics: System Demonstrations",
    series = {ACL~'20},
    month={July},
    year = "2020",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.acl-demos.32",
    pages = "287--293",
    }
  • H. Mubarak, S. Hassan, and A. Abdelali, “Constructing a bilingual corpus of parallel tweets,” in Proceedings of the 13th workshop on building and using comparable corpora, Marseille, France, 2020, p. 14–21.
    [BibTeX] [Abstract] [Download PDF]
    In a bid to reach a larger and more diverse audience, Twitter users often post parallel tweets{–-}tweets that contain the same content but are written in different languages. Parallel tweets can be an important resource for developing machine translation (MT) systems among other natural language processing (NLP) tasks. In this paper, we introduce a generic method for collecting parallel tweets. Using this method, we collect a bilingual corpus of English-Arabic parallel tweets and a list of Twitter accounts who post English-Arabictweets regularly. Since our method is generic, it can also be used for collecting parallel tweets that cover less-resourced languages such as Serbian and Urdu. Additionally, we annotate a subset of Twitter accounts with their countries of origin and topic of interest, which provides insights about the population who post parallel tweets. This latter information can also be useful for author profiling tasks.
    @inproceedings{mubarak-etal-2020-constructing,
    title = "Constructing a Bilingual Corpus of Parallel Tweets",
    author = "Mubarak, Hamdy and
    Hassan, Sabit and
    Abdelali, Ahmed",
    booktitle = "Proceedings of the 13th Workshop on Building and Using Comparable Corpora",
    month = {may},
    year = "2020",
    address = "Marseille, France",
    publisher = "European Language Resources Association",
    url = "https://www.aclweb.org/anthology/2020.bucc-1.3",
    pages = "14--21",
    abstract = "In a bid to reach a larger and more diverse audience, Twitter users often post parallel tweets{---}tweets that contain the same content but are written in different languages. Parallel tweets can be an important resource for developing machine translation (MT) systems among other natural language processing (NLP) tasks. In this paper, we introduce a generic method for collecting parallel tweets. Using this method, we collect a bilingual corpus of English-Arabic parallel tweets and a list of Twitter accounts who post English-Arabictweets regularly. Since our method is generic, it can also be used for collecting parallel tweets that cover less-resourced languages such as Serbian and Urdu. Additionally, we annotate a subset of Twitter accounts with their countries of origin and topic of interest, which provides insights about the population who post parallel tweets. This latter information can also be useful for author profiling tasks.",
    language = "English",
    ISBN = "979-10-95546-42-9",
    }
  • A. B. -, T. Elsayed, P. Nakov, G. D. S. Martino, M. Hasanain, R. Suwaileh, and F. Haouari, “Checkthat! at CLEF 2020: enabling the automatic identification and verification of claims in social media,” in Proceedings of the 42nd european conference on information retrieval, Lisbon, Portugal, 2020, p. 499–507.
    [BibTeX]
    @InProceedings{CheckThat:ECIR2020,
    author = {Alberto Barr{\'{o}}n{-}Cede{\~{n}}o and
    Tamer Elsayed and
    Preslav Nakov and
    Giovanni Da San Martino and
    Maram Hasanain and
    Reem Suwaileh and
    Fatima Haouari},
    title = {CheckThat! at {CLEF} 2020: Enabling the Automatic Identification and Verification of Claims in Social Media},
    booktitle = {Proceedings of the 42nd European Conference on Information Retrieval},
    series = {ECIR~'19},
    pages = {499--507},
    address = {Lisbon, Portugal},
    month = {April},
    year = {2020},
    }
  • S. Shaar, A. Nikolov, N. Babulkov, F. Alam, A. Barrón-Cedeño, T. Elsayed, M. Hasanain, R. Suwaileh, F. Haouari, G. {Da San Martino}, and P. Nakov, “Overview of CheckThat! 2020 English: automatic identification and verification of claims in social media,” in Working notes of clef 2020–-conference and labs of the evaluation forum, Thessaloniki, Greece, 2020.
    [BibTeX]
    @InProceedings{clef-checkthat-en:2020,
    author = "Shaar, Shaden and
    Nikolov, Alex and
    Babulkov, Nikolay and
    Alam, Firoj and
    Barr\'{o}n-Cede{\~n}o, Alberto and
    Elsayed, Tamer and
    Hasanain, Maram and
    Suwaileh, Reem and
    Haouari, Fatima and
    {Da San Martino}, Giovanni and
    Nakov, Preslav",
    title = "Overview of {CheckThat!} 2020 {E}nglish: Automatic Identification and Verification of Claims in Social Media",
    booktitle = "Working Notes of CLEF 2020---Conference and Labs of the Evaluation Forum",
    series = {CLEF~'2020},
    address = {Thessaloniki, Greece},
    year = {2020}
    }
  • H. Mubarak, S. Amer, A. Abdelali, and K. Darwish, “Arabic curriculum analysis,” in Proceedings of the 28th international conference on computational linguistics: system demonstrations, 2020, p. 80–86.
    [BibTeX]
    @inproceedings{mubarak2020arabic,
    title={Arabic Curriculum Analysis},
    author={Mubarak, Hamdy and Amer, Shimaa and Abdelali, Ahmed and Darwish, Kareem},
    booktitle={Proceedings of the 28th International Conference on Computational Linguistics: System Demonstrations},
    pages={80--86},
    year={2020}
    }
  • G. Da San Martino, S. Cresci, A. Barrón-Cedeño, S. Yu, R. Di Pietro, and P. Nakov, “A survey on computational propaganda detection,” in Proceedings of the 29th international joint conference on artificial intelligence and the 17th pacific rim international conference on artificial intelligence, Yokohama, Japan, 2020.
    [BibTeX]
    @InProceedings{IJCAI2020:propaganda:survey,
    author = {Da San Martino, Giovanni and Stefano Cresci and Barr\'{o}n-Cede\~no, Alberto and Seunghak Yu and Di Pietro, Roberto and Preslav Nakov},
    title = {A Survey on Computational Propaganda Detection},
    booktitle = {Proceedings of the 29th International Joint Conference on Artificial Intelligence and the 17th Pacific Rim International Conference on Artificial Intelligence},
    series = {IJCAI-PRICAI~'20},
    year = {2020},
    address = {Yokohama, Japan},
    }
  • A. Barrón-Cedeño, T. Elsayed, P. Nakov, G. {Da San Martino}, M. Hasanain, R. Suwaileh, F. Haouari, N. Babulkov, B. Hamdan, A. Nikolov, S. Shaar, and {. S. Ali, “Overview of CheckThat! 2020 –- automatic identification and verification of claims in social media,” in Proceedings of the 11th international conference of the clef association: experimental ir meets multilinguality, multimodality, and interaction, Thessaloniki, Greece, 2020.
    [BibTeX]
    @InProceedings{clef-checkthat:2020,
    author = "Barr\'{o}n-Cede{\~n}o, Alberto and
    Elsayed, Tamer and
    Nakov, Preslav and
    {Da San Martino}, Giovanni and
    Hasanain, Maram and
    Suwaileh, Reem and
    Haouari, Fatima and
    Babulkov, Nikolay and
    Hamdan, Bayan and
    Nikolov, Alex and
    Shaar, Shaden and
    Ali, {Zien Sheikh}",
    title = "{Overview of CheckThat! 2020} --- Automatic Identification and
    Verification of Claims in Social Media",
    year = {2020},
    booktitle = "Proceedings of the 11th International Conference of the CLEF Association: Experimental IR Meets Multilinguality, Multimodality, and Interaction",
    series = {CLEF~'2020},
    address = {Thessaloniki, Greece},
    nopages="--",
    }
  • K. Darwish, M. Aupetit, P. Stefanov, and P. Nakov, “Unsupervised user stance detection on twitter,” in Proceedings of the international aaai conference on web and social media, Atlanta, GA, USA, 2020, p. 141–152.
    [BibTeX]
    @InProceedings{ICWSM2020:Unsupervised:Stance:Twitter,
    author = "Kareem Darwish and Michael Aupetit and Peter Stefanov and Preslav Nakov",
    title = "Unsupervised User Stance Detection on Twitter",
    booktitle = "Proceedings of the International AAAI Conference on Web and Social Media",
    series = {ICWSM~'20},
    year = "2020",
    pages = {141--152},
    address = "Atlanta, GA, USA",
    }
  • H. Mubarak, A. Abdelali, S. Hassan, and K. Darwish, “Spam detection on arabic twitter,” in International conference on social informatics, 2020, p. 237–251.
    [BibTeX]
    @inproceedings{mubarak2020spam,
    title={Spam Detection on Arabic Twitter},
    author={Mubarak, Hamdy and Abdelali, Ahmed and Hassan, Sabit and Darwish, Kareem},
    booktitle={International Conference on Social Informatics},
    pages={237--251},
    year={2020},
    organization={Springer}
    }
  • M. Zampieri, P. Nakov, S. Rosenthal, P. Atanasova, G. Karadzhov, H. Mubarak, L. Derczynski, Z. Pitenis, and Ça{\u{g}}r{\i}. Çöltekin, “Semeval-2020 task 12: multilingual offensive language identification in social media (offenseval 2020),” Arxiv preprint arxiv:2006.07235, 2020.
    [BibTeX]
    @article{zampieri2020semeval,
    title={SemEval-2020 task 12: Multilingual offensive language identification in social media (OffensEval 2020)},
    author={Zampieri, Marcos and Nakov, Preslav and Rosenthal, Sara and Atanasova, Pepa and Karadzhov, Georgi and Mubarak, Hamdy and Derczynski, Leon and Pitenis, Zeses and {\c{C}}{\"o}ltekin, {\c{C}}a{\u{g}}r{\i}},
    journal={arXiv preprint arXiv:2006.07235},
    year={2020}
    }
  • S. Shon, A. Ali, Y. Samih, H. Mubarak, and J. Glass, “Adi17: a fine-grained arabic dialect identification dataset,” in Icassp 2020-2020 ieee international conference on acoustics, speech and signal processing (icassp), 2020, p. 8244–8248.
    [BibTeX]
    @inproceedings{shon2020adi17,
    title={ADI17: A Fine-Grained Arabic Dialect Identification Dataset},
    author={Shon, Suwon and Ali, Ahmed and Samih, Younes and Mubarak, Hamdy and Glass, James},
    booktitle={ICASSP 2020-2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
    pages={8244--8248},
    year={2020},
    organization={IEEE}
    }
  • S. Hassan, Y. Samih, H. Mubarak, A. Abdelali, A. Rashed, and S. A. Chowdhury, “Alt submission for osact shared task on offensive language detection,” in Proceedings of the 4th workshop on open-source arabic corpora and processing tools, with a shared task on offensive language detection, 2020, p. 61–65.
    [BibTeX]
    @inproceedings{hassan2020alt,
    title={ALT submission for OSACT shared task on offensive language detection},
    author={Hassan, Sabit and Samih, Younes and Mubarak, Hamdy and Abdelali, Ahmed and Rashed, Ammar and Chowdhury, Shammur Absar},
    booktitle={Proceedings of the 4th Workshop on Open-Source Arabic Corpora and Processing Tools, with a Shared Task on Offensive Language Detection},
    pages={61--65},
    year={2020}
    }
  • M. Hasanain, F. Haouari, R. Suwaileh, {. S. Ali, B. Hamdan, T. Elsayed, A. Barrón-Cedeño, G. {Da San Martino}, and P. Nakov, “Overview of CheckThat! 2020 Arabic: automatic identification and verification of claims in social media,” in Working notes of clef 2020–-conference and labs of the evaluation forum, Thessaloniki, Greece, 2020.
    [BibTeX]
    @InProceedings{clef-checkthat-ar:2020,
    author = "Hasanain, Maram and
    Haouari, Fatima and
    Suwaileh, Reem and
    Ali, {Zien Sheikh} and
    Hamdan, Bayan and
    Elsayed, Tamer and
    Barr\'{o}n-Cede{\~n}o, Alberto and
    {Da San Martino}, Giovanni and
    Nakov, Preslav",
    title = "Overview of {CheckThat!} 2020 {A}rabic: Automatic Identification and Verification of Claims in Social Media",
    booktitle = "Working Notes of CLEF 2020---Conference and Labs of the Evaluation Forum",
    series = {CLEF~'2020},
    address = {Thessaloniki, Greece},
    year = {2020}
    }
  • F. Alam, S. Shaar, F. Dalvi, H. Sajjad, A. Nikolov, H. Mubarak, G. D. S. Martino, A. Abdelali, N. Durrani, K. Darwish, and P. Nakov, “Fighting the COVID-19 infodemic: modeling the perspective of journalists, fact-checkers, social media platforms, policy makers, and the society,” Arxiv preprint 2005.00033, 2020.
    [BibTeX]
    @article{alam2020fighting,
    title={Fighting the {COVID}-19 Infodemic: Modeling the Perspective of Journalists, Fact-Checkers, Social Media Platforms, Policy Makers, and the Society},
    author={Firoj Alam and Shaden Shaar and Fahim Dalvi and Hassan Sajjad and Alex Nikolov and Hamdy Mubarak and Giovanni Da San Martino and Ahmed Abdelali and Nadir Durrani and Kareem Darwish and Preslav Nakov},
    year={2020},
    journal={ArXiv preprint 2005.00033},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
    }
  • V. Nguyen, K. Sugiyama, P. Nakov, and M. Kan, “FANG: leveraging social context for fake news detection using graph representation,” in Proceedings of the 29th acm international conference on information and knowledge management, 2020.
    [BibTeX]
    @InProceedings{CIKM2020:FANG,
    author = "Van-Hoang Nguyen and Kazunari Sugiyama and Preslav Nakov and Min-Yen Kan",
    title = "{FANG}: Leveraging Social Context for Fake News Detection Using Graph Representation",
    booktitle = "Proceedings of the 29th ACM International Conference on Information and Knowledge Management",
    series = {CIKM~'20},
    year = "2020",
    }
  • F. Alam, S. Shaar, A. Nikolov, H. Mubarak, G. D. S. Martino, A. Abdelali, F. Dalvi, N. Durrani, H. Sajjad, K. Darwish, and others, “Fighting the covid-19 infodemic: modeling the perspective of journalists, fact-checkers, social media platforms, policy makers, and the society,” Arxiv preprint arxiv:2005.00033, 2020.
    [BibTeX]
    @article{alam2020fighting,
    title={Fighting the COVID-19 Infodemic: Modeling the Perspective of Journalists, Fact-Checkers, Social Media Platforms, Policy Makers, and the Society},
    author={Alam, Firoj and Shaar, Shaden and Nikolov, Alex and Mubarak, Hamdy and Martino, Giovanni Da San and Abdelali, Ahmed and Dalvi, Fahim and Durrani, Nadir and Sajjad, Hassan and Darwish, Kareem and others},
    journal={arXiv preprint arXiv:2005.00033},
    year={2020}
    }
  • F. Alam, F. Ofli, M. Imran, T. Alam, and U. Qazi, “Deep learning benchmarks and datasets for social media image classification for disaster response,” in Asonam, 2020, pp. 151-158. doi:10.1109/ASONAM49781.2020.9381294
    [BibTeX]
    @INPROCEEDINGS{Alam9381294,
    author={Firoj Alam and Ferda Ofli and Muhammad Imran and Tanviril Alam and Umair Qazi},
    booktitle={ASONAM},
    title={Deep Learning Benchmarks and Datasets for Social Media Image Classification for Disaster Response},
    year={2020},
    pages={151-158},
    doi={10.1109/ASONAM49781.2020.9381294}
    }
  • S. A. Chowdhury, A. Ali, S. Shon, and J. Glass, “What does an end-to-end dialect identification model learn about non-dialectal information?,” in Proceedings of the 21st annual conference of the international speech communication association (interspeech’20), Shanghai, China, 2020.
    [BibTeX]
    @inproceedings{INTERSPEECH2020:ADIAnalysis,
    title={What does an End-to-End Dialect Identification Model Learn about Non-dialectal Information?},
    author={Shammur Absar Chowdhury and Ahmed Ali and Suwon Shon and James Glass},
    booktitle={Proceedings of the 21st Annual Conference of the International Speech Communication Association (INTERSPEECH'20)},
    series = {INTERSPEECH~'20},
    address = {Shanghai, China},
    year={2020},
    }
  • S. A. Chowdhury, Y. Samih, M. Eldesouki, and A. Ali, “Effects of dialectal code-switching on speech modules: a study using egyptian arabic broadcast speech,” in Proceedings of the 21st annual conference of the international speech communication association (interspeech’20), Shanghai, China, 2020.
    [BibTeX]
    @inproceedings{INTERSPEECH2020:DACS,
    title={Effects of Dialectal Code-Switching on Speech Modules: A Study using Egyptian Arabic Broadcast Speech},
    author={Shammur Absar Chowdhury and Younes Samih and Mohamed Eldesouki and Ahmed Ali},
    booktitle={Proceedings of the 21st Annual Conference of the International Speech Communication Association (INTERSPEECH'20)},
    series = {INTERSPEECH~'20},
    address = {Shanghai, China},
    year={2020},
    }
  • H. Mubarak, A. Rashed, K. Darwish, Y. Samih, and A. Abdelali, Arabic offensive language on twitter: analysis and experiments, 2020.
    [BibTeX]
    @misc{mubarak2020arabic,
    title={Arabic Offensive Language on Twitter: Analysis and Experiments},
    author={Hamdy Mubarak and Ammar Rashed and Kareem Darwish and Younes Samih and Ahmed Abdelali},
    year={2020},
    eprint={2004.02192},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
    }
  • K. Darwish, A. Abdelali, H. Mubarak, and M. Eldesouki, “Arabic diacritic recovery using a feature-rich bilstm model,” Arxiv preprint arxiv:2002.01207, 2020.
    [BibTeX]
    @article{darwish2020arabic,
    title={Arabic Diacritic Recovery Using a Feature-Rich biLSTM Model},
    author={Darwish, Kareem and Abdelali, Ahmed and Mubarak, Hamdy and Eldesouki, Mohamed},
    journal={arXiv preprint arXiv:2002.01207},
    year={2020}
    }
  • Y. Samih and K. Darwish, “A few topical tweets are enough for effective user-level stance detection,” Arxiv preprint arxiv:2004.03485, 2020.
    [BibTeX]
    @article{samih2020few,
    title={A Few Topical Tweets are Enough for Effective User-Level Stance Detection},
    author={Samih, Younes and Darwish, Kareem},
    journal={arXiv preprint arXiv:2004.03485},
    year={2020}
    }
  • K. Darwish, M. Attia, H. Mubarak, Y. Samih, A. Abdelali, L. Màrquez, M. Eldesouki, and L. Kallmeyer, “Effective multi dialectal arabic pos tagging,” Natural language engineering, vol. 1, iss. 1, p. 18, 2020.
    [BibTeX]
    @article{darwish2020effective,
    title={Effective Multi Dialectal Arabic POS Tagging},
    author={Darwish, Kareem and Attia, Mohammed and Mubarak, Hamdy and Samih, Younes and Abdelali, Ahmed and M{\`a}rquez, Llu{\'\i}s and Eldesouki, Mohamed and Kallmeyer, Laura},
    journal={Natural Language Engineering},
    volume={1},
    number={1},
    pages={18},
    year={2020},
    publisher={Cambridge University Press}
    }
  • A. Abdelali, H. Mubarak, Y. Samih, S. Hassan, and K. Darwish, “Arabic dialect identification in the wild,” Arxiv preprint arxiv:2005.06557, 2020.
    [BibTeX]
    @article{abdelali2020arabic,
    title={Arabic Dialect Identification in the Wild},
    author={Abdelali, Ahmed and Mubarak, Hamdy and Samih, Younes and Hassan, Sabit and Darwish, Kareem},
    journal={arXiv preprint arXiv:2005.06557},
    year={2020}
    }
  • S. A. Chowdhury, A. Abdelali, K. Darwish, J. Soon-Gyo, J. Salminen, and B. J. Jansen, “Improving arabic text categorization using transformer training diversification,” in Proceedings of the fifth arabic natural language processing workshop, 2020, p. 226–236.
    [BibTeX]
    @inproceedings{chowdhury2020improving,
    title={Improving Arabic text categorization using transformer training diversification},
    author={Chowdhury, Shammur Absar and Abdelali, Ahmed and Darwish, Kareem and Soon-Gyo, Jung and Salminen, Joni and Jansen, Bernard J},
    booktitle={Proceedings of the Fifth Arabic Natural Language Processing Workshop},
    pages={226--236},
    year={2020}
    }
  • H. Mubarak, K. Darwish, W. Magdy, T. Elsayed, and H. Al-Khalifa, “Overview of osact4 arabic offensive language detection shared task,” in Proceedings of the 4th workshop on open-source arabic corpora and processing tools, with a shared task on offensive language detection, 2020, p. 48–52.
    [BibTeX]
    @inproceedings{mubarak2020overview,
    title={Overview of OSACT4 Arabic Offensive Language Detection Shared Task},
    author={Mubarak, Hamdy and Darwish, Kareem and Magdy, Walid and Elsayed, Tamer and Al-Khalifa, Hend},
    booktitle={Proceedings of the 4th Workshop on Open-Source Arabic Corpora and Processing Tools, with a Shared Task on Offensive Language Detection},
    pages={48--52},
    year={2020}
    }
  • H. Al-Khalifa, W. Magdy, K. Darwish, T. Elsayed, and H. Mubarak, “Proceedings of the 4th workshop on open-source arabic corpora and processing tools, with a shared task on offensive language detection,” in Proceedings of the 4th workshop on open-source arabic corpora and processing tools, with a shared task on offensive language detection, 2020.
    [BibTeX]
    @inproceedings{al2020proceedings,
    title={Proceedings of the 4th Workshop on Open-Source Arabic Corpora and Processing Tools, with a Shared Task on Offensive Language Detection},
    author={Al-Khalifa, Hend and Magdy, Walid and Darwish, Kareem and Elsayed, Tamer and Mubarak, Hamdy},
    booktitle={Proceedings of the 4th Workshop on Open-Source Arabic Corpora and Processing Tools, with a Shared Task on Offensive Language Detection},
    year={2020}
    }
  • A. ElAlfy, K. M. Darwish, and O. Weber, “Corporations and sustainable development goals communication on social media: corporate social responsibility or just another buzzword?,” Sustainable development, 2020.
    [BibTeX]
    @article{elalfy2020corporations,
    title={Corporations and sustainable development goals communication on social media: Corporate social responsibility or just another buzzword?},
    author={ElAlfy, Amr and Darwish, Kareem M and Weber, Olaf},
    journal={Sustainable Development},
    year={2020},
    publisher={John Wiley \& Sons, Inc. Chichester, UK}
    }
  • C. Shurafa, K. Darwish, and W. Zaghouani, “Political framing: us covid19 blame game,” International conference on social informatics (socinfo-2020), 2020.
    [BibTeX]
    @article{shurafa2020political,
    title={Political Framing: US COVID19 Blame Game},
    author={Shurafa, Chereen and Darwish, Kareem and Zaghouani, Wajdi},
    journal={International Conference on Social Informatics (SocInfo-2020)},
    year={2020}
    }
  • A. Rafae, A. Karim, H. Sajjad, F. Kamiran, and J. Xu, “A clustering framework for lexical normalization of roman Urdu,” Natural language engineering (nle), 2020.
    [BibTeX]
    @article{rafae2018:CL,
    title={A Clustering Framework for Lexical Normalization of Roman {Urdu}},
    author={Rafae, Abdul and Karim, Asim and Sajjad, Hassan and Kamiran, Faisal and Jia Xu},
    Journal={Natural Language Engineering (NLE)},
    year = {2020},
    keywords = {journal},
    }
  • Y. Belinkov*, N. Durrani*, H. Sajjad, F. Dalvi, and J. Glass, “On the linguistic representational power of neural machine translation models,” Computational linguistics, vol. 46, iss. 1, 2020.
    [BibTeX]
    @article{belinkov2020cl,
    title={On the Linguistic Representational Power of Neural Machine Translation Models},
    author={Yonatan Belinkov* and Nadir Durrani* and Hassan Sajjad and Fahim Dalvi and James Glass},
    journal={Computational Linguistics},
    year={2020},
    volume = {46},
    number = {1},
    publisher={MIT Press One Rogers Street, Cambridge, MA 02142-1209 USA journals-info@ mit. edu},
    }
  • S. Rosenthal, P. Atanasova, G. Karadzhov, M. Zampieri, and P. Nakov, “A large-scale semi-supervised dataset for offensive language identification,” Arxiv preprint 2004.14454, 2020.
    [BibTeX]
    @article{SOLID,
    title={A large-scale semi-supervised dataset for offensive language identification},
    author={Sara Rosenthal and Pepa Atanasova and Georgi Karadzhov and Marcos Zampieri and Preslav Nakov},
    year={2020},
    journal={ArXiv preprint 2004.14454},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
    }
  • F. Alam, F. Dalvi, S. Shaar, N. Durrani, H. Mubarak, A. Nikolov, G. D. S. Martino, A. Abdelali, H. Sajjad, K. Darwish, and P. Nakov, “Fighting the COVID-19 infodemic in social media: a holistic perspective and a call to arms,” Arxiv preprint 2007.07996, 2020.
    [BibTeX]
    @article{alam2020call2arms,
    title={Fighting the {COVID}-19 Infodemic in Social Media: A Holistic Perspective and a Call to Arms},
    author={Firoj Alam and Fahim Dalvi and Shaden Shaar and Nadir Durrani and Hamdy Mubarak and Alex Nikolov and Giovanni Da San Martino and Ahmed Abdelali and Hassan Sajjad and Kareem Darwish and Preslav Nakov},
    year={2020},
    journal={ArXiv preprint 2007.07996},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
    }
  • S. A. Chowdhury, H. Mubarak, A. Abdelali, S. Jung, B. J. Jansen, and J. Salminen, “A multi-platform arabic news comment dataset for offensive language detection,” in Proceedings of the 12th language resources and evaluation conference, 2020, p. 6203–6212.
    [BibTeX]
    @inproceedings{chowdhury2020multi,
    title={A Multi-Platform Arabic News Comment Dataset for Offensive Language Detection},
    author={Chowdhury, Shammur Absar and Mubarak, Hamdy and Abdelali, Ahmed and Jung, Soon-gyo and Jansen, Bernard J and Salminen, Joni},
    booktitle={Proceedings of The 12th Language Resources and Evaluation Conference},
    pages={6203--6212},
    year={2020}
    }

2019

  • D. Kopev, A. Ali, I. Koychev, and P. Nakov, “Detecting deception in political debates using acoustic and textual features,” in Proceedings of the ieee automatic speech recognition and understanding workshop, Singapore, 2019, p. 652–659.
    [BibTeX]
    @InProceedings{ASRU2019:deception,
    author = "Daniel Kopev and Ahmed Ali and Ivan Koychev and Preslav Nakov",
    title = "Detecting Deception in Political Debates Using Acoustic and Textual Features",
    booktitle = "Proceedings of the IEEE Automatic Speech Recognition and Understanding Workshop",
    series = {ASRU~'19},
    month = {December},
    year = "2019",
    pages = {652--659},
    address = "Singapore",
    }
  • S. Yu, G. Da San Martino, and P. Nakov, “Experiments in detecting persuasion techniques in the news,” in Proceedings of the neurips 2019 joint workshop on ai for social good, Vancouver, Canada, 2019.
    [BibTeX]
    @InProceedings{NeurIPS2019:propaganda,
    author = "Yu, Seunghak and Da San Martino, Giovanni and Nakov, Preslav",
    title = "Experiments in Detecting Persuasion Techniques in the News",
    booktitle = "Proceedings of the NeurIPS 2019 Joint Workshop on AI for Social Good",
    series = {NeurIPS~'19},
    month = {December},
    year = "2019",
    address = "Vancouver, Canada",
    }
  • A. Atanasov, G. De Francisci Morales, and P. Nakov, “Predicting the role of political trolls in social media,” in Proceedings of the 2019 signll conference on computational natural language learning, Hong Kong, China, 2019, p. 1023–1034.
    [BibTeX]
    @InProceedings{CoNLL2019:troll:roles,
    author = "Atanas Atanasov and De Francisci Morales, Gianmarco and Preslav Nakov",
    title = "Predicting the Role of Political Trolls in Social Media",
    booktitle = "Proceedings of the 2019 SIGNLL Conference on Computational Natural Language Learning",
    month = {November},
    series = {CoNLL~'19},
    pages = "1023--1034",
    year = "2019",
    address = "Hong Kong, China",
    }
  • M. Mohtarami, J. Glass, and P. Nakov, “Contrastive language adaptation for cross-lingual stance detection,” in Proceedings of the 2019 conference on empirical methods in natural language processing, Hong Kong, China, 2019, p. 4442–4452.
    [BibTeX]
    @InProceedings{EMNLP2019:Stance:crosslanguage:contrastive,
    author = "Mitra Mohtarami and James Glass and Preslav Nakov",
    title = "Contrastive Language Adaptation for Cross-Lingual Stance Detection",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
    month = {November},
    pages = {4442--4452},
    series = {EMNLP~'19},
    year = "2019",
    address = "Hong Kong, China",
    }
  • G. Da San Martino, S. Yu, A. Barron-Cedeno, R. Petrov, and P. Nakov, “Fine-grained analysis of propaganda in news articles,” in Proceedings of the 2019 conference on empirical methods in natural language processing, Hong Kong, China, 2019, p. 5636–5646.
    [BibTeX]
    @InProceedings{EMNLP2019:propaganda:finegrained,
    author = "Da San Martino, Giovanni and Seunghak Yu and Alberto Barron-Cedeno and Rostislav Petrov and Preslav Nakov",
    title = "Fine-Grained Analysis of Propaganda in News Articles",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
    month = {November},
    series = {EMNLP~'19},
    year = "2019",
    pages = "5636--5646",
    address = "Hong Kong, China",
    }
  • D. Zlatkova, P. Nakov, and I. Koychev, “Fact-checking meets fauxtography: verifying claims about images,” in Proceedings of the 2019 conference on empirical methods in natural language processing, Hong Kong, China, 2019, p. 2099–2108.
    [BibTeX]
    @InProceedings{EMNLP2019:fauxtography,
    author = "Dimitrina Zlatkova and Preslav Nakov and Ivan Koychev",
    title = "Fact-Checking Meets Fauxtography: Verifying Claims About Images",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
    month = {November},
    series = {EMNLP~'19},
    pages = "2099--2108",
    year = "2019",
    address = "Hong Kong, China",
    }
  • Y. Zhang, G. D. S. Martino, A. Barrón-Cedeño, S. Romeo, J. An, H. Kwak, T. Staykovski, I. Jaradat, G. Karadzhov, R. Baly, K. Darwish, and P. N. James Glass, “Tanbih: get to know what you are reading,” in Proceedings of the 2019 conference on empirical methods in natural language processing, Hong Kong, China, 2019, p. 223–228.
    [BibTeX]
    @InProceedings{EMNLP2019:tanbih,
    author = "Yifan Zhang and Giovanni Da San Martino and Alberto Barrón-Cedeño and Salvatore Romeo and Jisun An and Haewoon Kwak and Todor Staykovski and Israa Jaradat and Georgi Karadzhov and Ramy Baly and Kareem Darwish and James Glass, Preslav Nakov",
    title = "Tanbih: Get To Know What You Are Reading",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
    month = {November},
    series = {EMNLP~'19},
    year = "2019",
    pages = "223--228",
    address = "Hong Kong, China",
    }
  • H. Mubarak, A. Abdelali, K. Darwish, M. Eldesouki, Y. Samih, and H. Sajjad, “A system for diacritizing four varieties of Arabic,” in In proceedings of the empirical methods in natural language processing (emnlp), 2019.
    [BibTeX]
    @inproceedings{diacritic2019emnlp,
    title={A System for Diacritizing Four Varieties of {Arabic}},
    author={Hamdy Mubarak and Ahmed Abdelali and Kareem Darwish and Mohamed Eldesouki and Younes Samih and Hassan Sajjad},
    booktitle={In Proceedings of the Empirical Methods in Natural Language Processing (EMNLP)},
    year={2019},
    month={November},
    }
  • Y. Dinkov, A. Ali, I. Koychev, and P. Nakov, “Predicting the leading political ideology of Youtube channels using acoustic, textual and metadata information,” in Proceedings of the 20th annual conference of the international speech communication association, Graz, Austria, 2019, p. 501–505.
    [BibTeX]
    @inproceedings{INTERSPEECH2019:youtube,
    title={Predicting the Leading Political Ideology of {Y}outube Channels Using Acoustic, Textual and Metadata Information},
    author={Yoan Dinkov and Ahmed Ali and Ivan Koychev and Preslav Nakov},
    booktitle={Proceedings of the 20th Annual Conference of the International Speech Communication Association},
    series = {INTERSPEECH~'19},
    address = {Graz, Austria},
    month = {September},
    pages = {501--505},
    year={2019},
    }
  • S. Vasileva, P. Atanasova, L. Màrquez, A. Barrón-Cedeño, and P. Nakov, “It takes nine to smell a rat: neural multi-task learning for check-worthiness prediction,” in Proceedings of the international conference on recent advances in natural language processing, Varna, Bulgaria, 2019, p. 1229–1239.
    [BibTeX]
    @inproceedings{RANLP2019:checkworthiness:multitask,
    title={It Takes Nine to Smell a Rat: Neural Multi-Task Learning for Check-Worthiness Prediction},
    author={Slavena Vasileva and Pepa Atanasova and Lluís Màrquez and Alberto Barrón-Cedeño and Preslav Nakov},
    booktitle={Proceedings of the International Conference on Recent Advances in Natural Language Processing},
    month = {September},
    series = {RANLP~'19},
    address = {Varna, Bulgaria},
    year={2019},
    pages = "1229--1239",
    }
  • P. Atanasova, P. Nakov, G. Karadzhov, M. Mohtarami, and G. D. S. Martino, “Overview of the CLEF-2019 CheckThat! Lab on Automatic Identification and Verification of Claims. Task 1: Check-Worthiness,” in Clef 2019 working notes. working notes of clef 2019 – conference and labs of the evaluation forum (clef’19), Lugano, Switzerland, 2019.
    [BibTeX]
    @InProceedings{clef-checkthat-T1:2019,
    author = {Pepa Atanasova and Preslav Nakov and Georgi Karadzhov and Mitra Mohtarami and Giovanni Da San Martino},
    title = {Overview of the {CLEF-2019 CheckThat! Lab on Automatic Identification and Verification of Claims. Task 1: Check-Worthiness}},
    booktitle = {CLEF 2019 Working Notes. Working Notes of CLEF 2019 - Conference and Labs of the Evaluation Forum (CLEF'19)},
    series = {{CEUR} Workshop Proceedings},
    publisher = {CEUR-WS.org},
    editor = {Cappellato, L. and Ferro, N. and Losada, D.E. and M\"uller, H. },
    address = {Lugano, Switzerland},
    month = {September},
    year = {2019},
    }
  • M. Hasanain, R. Suwaileh, T. Elsayed, A. Barrón-Cedeño, and P. Nakov, “Overview of the CLEF-2019 CheckThat! Lab on Automatic Identification and Verification of Claims. Task 2: Evidence and Factuality,” in Clef 2019 working notes. working notes of clef 2019 – conference and labs of the evaluation forum (clef’19), Lugano, Switzerland, 2019.
    [BibTeX]
    @InProceedings{clef-checkthat-T2:2019,
    author = {Hasanain, Maram and Suwaileh, Reem and Elsayed, Tamer and Barr\'{o}n-Cede{\~n}o, Alberto and Nakov, Preslav},
    title = {Overview of the {CLEF-2019 CheckThat! Lab on Automatic Identification and Verification of Claims. Task 2: Evidence and Factuality}},
    booktitle = {CLEF 2019 Working Notes. Working Notes of CLEF 2019 - Conference and Labs of the Evaluation Forum (CLEF'19)},
    series = {{CEUR} Workshop Proceedings},
    publisher = {CEUR-WS.org},
    editor = {Cappellato, L. and Ferro, N. and Losada, D.E. and M\"uller, H. },
    address = {Lugano, Switzerland},
    month = {September},
    year = {2019},
    }
  • Y. Dinkov, I. Koychev, and P. Nakov, “Detecting toxicity in news articles: application to Bulgarian,” in Proceedings of the international conference on recent advances in natural language processing, Varna, Bulgaria, 2019, p. 247–258.
    [BibTeX]
    @inproceedings{RANLP2019:toxicity,
    title={Detecting Toxicity in News Articles: Application to {B}ulgarian},
    author={Yoan Dinkov and Ivan Koychev and Preslav Nakov},
    booktitle={Proceedings of the International Conference on Recent Advances in Natural Language Processing},
    month = {September},
    series = {RANLP~'19},
    address = {Varna, Bulgaria},
    pages = "247--258",
    year={2019},
    }
  • T. Elsayed, P. Nakov, A. Barrón-Cedeño, M. Hasanain, R. Suwaileh, G. {Da San Martino}, and P. Atanasova, “Overview of the CLEF-2019 CheckThat!: automatic identification and verification of claims,” in Experimental ir meets multilinguality, multimodality, and interaction, Lugano, Switzerland, 2019.
    [BibTeX]
    @InProceedings{clef-checkthat:2019,
    author = "Elsayed, Tamer and
    Nakov, Preslav and
    Barr\'{o}n-Cede{\~n}o, Alberto and
    Hasanain, Maram and
    Suwaileh, Reem and
    {Da San Martino}, Giovanni and
    Atanasova, Pepa",
    title = "Overview of the {CLEF-2019 CheckThat!}: Automatic Identification and Verification of Claims",
    booktitle = "Experimental IR Meets Multilinguality, Multimodality, and Interaction",
    series = "LNCS",
    publisher = "Springer",
    address = "Lugano, Switzerland",
    month = "September",
    year = 2019
    }
  • H. Mubarak, A. Abdelali, H. Sajjad, Y. Samih, and K. Darwish, “Highly Effective Arabic Diacritization using Sequence to Sequence Modeling,” in Proceedings of the annual conference of the north american chapter of the association for computational linguistics: human language technologies (naacl), 2019.
    [BibTeX]
    @InProceedings{mubarak:2019:NAACL,
    title={{Highly Effective Arabic Diacritization using Sequence to Sequence Modeling}},
    author={Hamdy Mubarak and Ahmed Abdelali and Hassan Sajjad and Younes Samih and Kareem Darwish},
    booktitle={Proceedings of the Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL)},
    year={2019},
    Month = {June},
    }
  • N. Durrani, F. Dalvi, H. Sajjad, Y. Belinkov, and P. Nakov, “One Size Does Not Fit All: Comparing NMT Representations of Different Granularities,” in Proceedings of the annual conference of the north american chapter of the association for computational linguistics: human language technologies (naacl), 2019.
    [BibTeX]
    @InProceedings{durrani:2019:NAACL,
    title={{One Size Does Not Fit All: Comparing NMT Representations of Different Granularities}},
    author={Nadir Durrani and Fahim Dalvi and Hassan Sajjad and Yonatan Belinkov and Preslav Nakov},
    booktitle={Proceedings of the Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL)},
    year={2019},
    Month = {June},
    location = {Minneapolis, US},
    }
  • T. Mihaylova, G. Karadzhov, P. Atanasova, R. Baly, M. Mohtarami, and P. Nakov, “SemEval-2019 task 8: fact checking in community question answering forums,” in Proceedings of the 13th international workshop on semantic evaluation (semeval’19), Minneapolis, Minnesota, USA, 2019, p. 860–869.
    [BibTeX] [Download PDF]
    @inproceedings{mihaylova-etal-2019-semeval,
    title = "{S}em{E}val-2019 Task 8: Fact Checking in Community Question Answering Forums",
    author = "Mihaylova, Tsvetomila and
    Karadzhov, Georgi and
    Atanasova, Pepa and
    Baly, Ramy and
    Mohtarami, Mitra and
    Nakov, Preslav",
    booktitle = "Proceedings of the 13th International Workshop on Semantic Evaluation (SemEval'19)",
    series = {SemEval~'19},
    month = {June},
    year = "2019",
    address = "Minneapolis, Minnesota, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/S19-2149",
    pages = "860--869",
    }
  • A. Saleh, R. Baly, A. Barrón-Cedeño, G. Da San Martino, M. Mohtarami, P. Nakov, and J. Glass, “Team QCRI-MIT at SemEval-2019 task 4: propaganda analysis meets hyperpartisan news detection,” in Proceedings of the 13th international workshop on semantic evaluation (semeval’19), Minneapolis, Minnesota, USA, 2019, p. 1041–1046.
    [BibTeX] [Download PDF]
    @inproceedings{saleh-etal-2019-team,
    title = "Team {QCRI}-{MIT} at {S}em{E}val-2019 Task 4: Propaganda Analysis Meets Hyperpartisan News Detection",
    author = "Saleh, Abdelrhman and
    Baly, Ramy and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    Da San Martino, Giovanni and
    Mohtarami, Mitra and
    Nakov, Preslav and
    Glass, James",
    booktitle = "Proceedings of the 13th International Workshop on Semantic Evaluation (SemEval'19)",
    series = {SemEval~'19},
    month = {June},
    year = "2019",
    address = "Minneapolis, Minnesota, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/S19-2182",
    pages = "1041--1046",
    }
  • D. Shaprin, G. Da San Martino, A. Barrón-Cedeño, and P. Nakov, “Team jack ryder at SemEval-2019 task 4: using BERT representations for detecting hyperpartisan news,” in Proceedings of the 13th international workshop on semantic evaluation (semeval’19), Minneapolis, Minnesota, USA, 2019, p. 1012–1015.
    [BibTeX] [Download PDF]
    @inproceedings{shaprin-etal-2019-team,
    title = "Team Jack Ryder at {S}em{E}val-2019 Task 4: Using {BERT} Representations for Detecting Hyperpartisan News",
    author = "Shaprin, Daniel and
    Da San Martino, Giovanni and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    Nakov, Preslav",
    booktitle = "Proceedings of the 13th International Workshop on Semantic Evaluation (SemEval'19)",
    series = {SemEval~'19},
    month = {June},
    year = "2019",
    address = "Minneapolis, Minnesota, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/S19-2176",
    pages = "1012--1015",
    }
  • N. Durrani, F. Dalvi, H. Sajjad, Y. Belinkov, and P. Nakov, “One size does not fit all: comparing NMT representations of different granularities,” in Proceedings of the 2019 conference of the north American chapter of the association for computational linguistics: human language technologies, volume 1 (long and short papers), Minneapolis, Minnesota, 2019, p. 1504–1516.
    [BibTeX] [Download PDF]
    @inproceedings{durrani-etal-2019-one,
    title = "One Size Does Not Fit All: Comparing {NMT} Representations of Different Granularities",
    author = "Durrani, Nadir and
    Dalvi, Fahim and
    Sajjad, Hassan and
    Belinkov, Yonatan and
    Nakov, Preslav",
    booktitle = "Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)",
    month = {June},
    year = "2019",
    address = "Minneapolis, Minnesota",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/N19-1154",
    pages = "1504--1516",
    }
  • P. Atanasova, P. Nakov, L. Màrquez, A. Barrón-Cedeño, G. Karadzhov, T. Mihaylova, M. Mohtarami, and J. Glass, “Automatic fact-checking using context and discourse information,” J. data and information quality, vol. 11, iss. 3, p. 12:1–12:27, 2019.
    [BibTeX]
    @article{Atanasova:2019:AFU:3331015.3297722,
    author = {Atanasova, Pepa and Nakov, Preslav and M\`{a}rquez, Llu\'{\i}s and Barr\'{o}n-Cede\~{n}o, Alberto and Karadzhov, Georgi and Mihaylova, Tsvetomila and Mohtarami, Mitra and Glass, James},
    title = {Automatic Fact-Checking Using Context and Discourse Information},
    journal = {J. Data and Information Quality},
    issue_date = {June 2019},
    volume = {11},
    number = {3},
    month = {May},
    year = {2019},
    issn = {1936-1955},
    pages = {12:1--12:27},
    articleno = {12},
    numpages = {27},
    NOurl = {http://doi.acm.org/10.1145/3297722},
    NOdoi = {10.1145/3297722},
    acmid = {3297722},
    publisher = {ACM},
    address = {New York, NY, USA},
    keywords = {Fact-checking, community question-answering, discourse},
    }
  • A. D. Bau*, Y. Belinkov*, H. Sajjad, F. Dalvi, N. Durrani, and J. Glass, “Identifying and controlling important neurons in neural machine translation,” in International conference on learning representations (iclr), 2019.
    [BibTeX]
    @InProceedings{individual:iclr19,
    title={Identifying and Controlling Important Neurons in Neural Machine Translation},
    author={D. Anthony Bau* and Yonatan Belinkov* and Hassan Sajjad and Fahim Dalvi and Nadir Durrani and James Glass},
    booktitle={International Conference on Learning Representations (ICLR)},
    year={2019},
    keywords = {conference},
    Month = {May},
    location = {New Orleans, US},
    }
  • T. Elsayed, P. Nakov, A. Barrón-Cedeño, M. Hasanain, R. Suwaileh, P. Atanasova, and G. Da San Martino, “CheckThat! at CLEF 2019: automatic identification and verification of claims,” in Proceedings of the 41st european conference on information retrieval (ecir’19), Cologne, Germany, 2019, p. 309–315.
    [BibTeX]
    @InProceedings{CheckThat:ECIR2019,
    author = {Elsayed, Tamer and Nakov, Preslav and Barr\'{o}n-Cede\~{n}o, Alberto and Hasanain, Maram and Suwaileh, Reem and Atanasova, Pepa and Da San Martino, Giovanni},
    title = {{CheckThat}! at {CLEF} 2019: Automatic Identification and Verification of Claims},
    booktitle = {Proceedings of the 41st European Conference on Information Retrieval (ECIR'19)},
    series = {ECIR~'19},
    pages = {309--315},
    address = {Cologne, Germany},
    month = {April},
    year = {2019},
    }
  • R. Dangovski, L. Jing, P. Nakov, M. Tatalović, and M. Soljačić, “Rotational unit of memory: a novel representation unit for RNNs with scalable applications,” Transactions of the association for computational linguistics, vol. 7, p. 121–138, 2019. doi:10.1162/tacl_a_00258
    [BibTeX] [Download PDF]
    @article{dangovski-etal-2019-rotational,
    title = "Rotational Unit of Memory: A Novel Representation Unit for {RNN}s with Scalable Applications",
    author = "Dangovski, Rumen and
    Jing, Li and
    Nakov, Preslav and
    Tatalovi{\'c}, Mi{\'c}o and
    Solja{\v{c}}i{\'c}, Marin",
    journal = "Transactions of the Association for Computational Linguistics",
    volume = "7",
    month = {March},
    year = "2019",
    url = "https://www.aclweb.org/anthology/Q19-1008",
    doi = "10.1162/tacl_a_00258",
    pages = "121--138",
    }
  • F. Dalvi*, N. Durrani*, H. Sajjad*, Y. Belinkov, A. D. Bau, and J. Glass, “What is one grain of sand in the desert? analyzing individual neurons in deep nlp models,” in Proceedings of the aaai conference on artificial intelligence (aaai), 2019.
    [BibTeX]
    @InProceedings{grain:aaai19-1,
    title={What is one Grain of Sand in the Desert? Analyzing Individual Neurons in Deep NLP Models},
    author={Fahim Dalvi* and Nadir Durrani* and Hassan Sajjad* and Yonatan Belinkov and D. Anthony Bau and James Glass},
    booktitle={Proceedings of the AAAI Conference on Artificial Intelligence (AAAI)},
    year={2019},
    keywords = {conference},
    Month = {March},
    location = {Honolulu, US},
    }
  • F. Dalvi, A. Nortonsmith, A. D. Bau, Y. Belinkov, H. Sajjad, N. Durrani, and J. Glass, “Neurox: a toolkit for analyzing individual neurons in neural networks,” in Aaai conference on artificial intelligence (aaai), 2019.
    [BibTeX]
    @InProceedings{neurox-aaai19:demo,
    title={NeuroX: A Toolkit for Analyzing Individual Neurons in Neural Networks},
    author={Fahim Dalvi and Avery Nortonsmith and D. Anthony Bau and Yonatan Belinkov and Hassan Sajjad and Nadir Durrani and James Glass},
    booktitle={AAAI Conference on Artificial Intelligence (AAAI)},
    year={2019},
    location = {Honolulu, USA},
    month={January},
    }
  • M. Zampieri, S. Malmasi, P. Nakov, S. Rosenthal, N. Farra, and R. Kumar, “Predicting the type and target of offensive posts in social media,” in Proceedings of the 17th annual conference of the north american chapter of the association for computational linguistics: human language technologies, Minneapolis, MN, USA, 2019, p. 1415–1420.
    [BibTeX]
    @InProceedings{OffenseEval:NAACL:2019,
    author = "Marcos Zampieri and Shervin Malmasi and Preslav Nakov and Sara Rosenthal and Noura Farra and Ritesh Kumar",
    title = "Predicting the Type and Target of Offensive Posts in Social Media",
    booktitle = {Proceedings of the 17th Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
    series = {NAACL-HLT~'19},
    year = "2019",
    pages = {1415--1420},
    NOpublisher = "Association for Computational Linguistics",
    address = "Minneapolis, MN, USA",
    NOurl = {https://www.aclweb.org/anthology/N19-1144.pdf}
    }
  • A. Barrón-Cedeño, G. Da San Martino, I. Jaradat, and P. Nakov, “Proppy: Organizing the news based on their propagandistic content,” Information processing & management, vol. 56, iss. 5, pp. 1849-1864, 2019.
    [BibTeX]
    @article{Barron:19,
    author = "Barr\'{o}n-Cede\~no, Alberto and
    Da San Martino, Giovanni and
    Jaradat, Israa and
    Nakov, Preslav",
    title = "{Proppy: Organizing the news based on their propagandistic content}",
    journal = "Information Processing \& Management",
    volume = "56",
    number = "5",
    pages = "1849 - 1864",
    year = "2019",
    issn = "0306-4573",
    NOdoi = "https://doi.org/10.1016/j.ipm.2019.03.005",
    NOurl = "http://www.sciencedirect.com/science/article/pii/S0306457318306058",
    }
  • A. Barrón-Cedeño, G. Da San Martino, I. Jaradat, and P. Nakov, “Proppy: a system to unmask propaganda in online news,” in Proceedings of the thirty-third aaai conference on artificial intelligence, Honolulu, HI, USA, 2019, p. 9847–9848.
    [BibTeX]
    @InProceedings{AAAI2019:proppy,
    author = {Alberto Barr\'on-Cede{\~n}o and Da San Martino, Giovanni and Jaradat, Israa and Nakov, Preslav},
    title = {Proppy: A System to Unmask Propaganda in Online News},
    booktitle = {Proceedings of the Thirty-Third AAAI Conference on Artificial Intelligence},
    series = {AAAI'19},
    year = {2019},
    pages = {9847--9848},
    address = {Honolulu, HI, USA},
    NOmonth = {January},
    }
  • A. Ali, S. Shon, Y. Samih, H. Mubarak, A. Abdelali, J. Glass, S. Renals, and K. Choukri, “The mgb-5 challenge: recognition and dialect identification of dialectal arabic speech,” in 2019 ieee automatic speech recognition and understanding workshop (asru), 2019, p. 1026–1033.
    [BibTeX]
    @inproceedings{ali2019mgb,
    title={The mgb-5 challenge: Recognition and dialect identification of dialectal arabic speech},
    author={Ali, Ahmed and Shon, Suwon and Samih, Younes and Mubarak, Hamdy and Abdelali, Ahmed and Glass, James and Renals, Steve and Choukri, Khalid},
    booktitle={2019 IEEE Automatic Speech Recognition and Understanding Workshop (ASRU)},
    pages={1026--1033},
    year={2019},
    organization={IEEE}
    }
  • R. Baly, G. Karadzhov, A. Saleh, J. Glass, and P. Nakov, “Multi-task ordinal regression for jointly predicting the trustworthiness and the leading political ideology of news media,” in Proceedings of the 17th annual conference of the north american chapter of the association for computational linguistics: human language technologies, Minneapolis, MN, USA, 2019, p. 2109–2116.
    [BibTeX]
    @InProceedings{source:multitask:NAACL:2019,
    author = "Ramy Baly and Georgi Karadzhov and Abdelrhman Saleh and James Glass and Preslav Nakov",
    title = "Multi-Task Ordinal Regression for Jointly Predicting the Trustworthiness and the Leading Political Ideology of News Media",
    booktitle = {Proceedings of the 17th Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
    series = {NAACL-HLT~'19},
    year = "2019",
    pages = "2109--2116",
    NOpublisher = "Association for Computational Linguistics",
    address = "Minneapolis, MN, USA",
    NOurl = "https://www.aclweb.org/anthology/N19-1216.pdf"
    }
  • R. Baly, G. Karadzhov, A. Saleh, J. Glass, and P. Nakov, “Multi-task ordinal regression for jointly predicting the trustworthiness and the leading political ideology news media,” in Proceedings of the 17th annual conference of the north american chapter of the association for computational linguistics: human language technologies (naacl’19), Minneapolis, MN, USA, 2019, p. 2109–2116.
    [BibTeX] [Download PDF]
    @InProceedings{Factuality:ordinal:2019,
    author = "Baly, Ramy and
    Karadzhov, Georgi and
    Saleh, Abdelrhman and
    Glass, James and
    Nakov, Preslav",
    title = "Multi-Task Ordinal Regression for Jointly Predicting the Trustworthiness and the Leading Political Ideology News Media",
    booktitle = {Proceedings of the 17th Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL'19)},
    series = {NAACL-HLT~'19},
    year = "2019",
    pages = "2109--2116",
    publisher = "Association for Computational Linguistics",
    address = "Minneapolis, MN, USA",
    url = "https://www.aclweb.org/anthology/N19-1216"
    }
  • G. Da San Martino, A. Barron-Cedeno, and P. Nakov, “Findings of the NLP4IF-2019 shared task on fine-grained propaganda detection,” in Proceedings of the 2nd workshop on nlp for internet freedom (nlp4if): censorship, disinformation, and propaganda, Hong Kong, China, 2019, p. 162–170.
    [BibTeX]
    @InProceedings{NLP4IF2019:propaganda:task,
    author = "Da San Martino, Giovanni and Alberto Barron-Cedeno and Preslav Nakov",
    title = "Findings of the {NLP4IF}-2019 Shared Task on Fine-Grained Propaganda Detection",
    booktitle = "Proceedings of the 2nd Workshop on NLP for Internet Freedom (NLP4IF): Censorship, Disinformation, and Propaganda",
    series = {NLP4IF\@EMNLP~'19},
    NOmonth = {November},
    year = "2019",
    pages = "162--170",
    address = "Hong Kong, China",
    }
  • P. Stefanov, K. Darwish, A. Atanasov, and P. Nakov, “Predicting the topical stance of media and popular twitter users,” Arxiv preprint arxiv:1907.01260, 2019.
    [BibTeX]
    @article{stefanov2019predicting,
    title={Predicting the topical stance of media and popular twitter users},
    author={Stefanov, Peter and Darwish, Kareem and Atanasov, Atanas and Nakov, Preslav},
    journal={arXiv preprint arXiv:1907.01260},
    year={2019}
    }
  • P. Nakov, L. Màrquez, A. Barrón-Cedeño, P. Gencheva, G. Karadzhov, T. Mihaylova, M. Mohtarami, and J. Glass, “Automatic fact checking using context and discourse information,” Acm journal of data and information quality (acm jdiq), 2019.
    [BibTeX]
    @article{JDIQ2019,
    author = "Preslav Nakov and
    M\`{a}rquez, Llu\'{i}­s and
    Barr\'{o}n-Cede\~{n}o, Alberto and
    Pepa Gencheva and
    Georgi Karadzhov and
    Tsvetomila Mihaylova and
    Mitra Mohtarami and
    James Glass",
    title = "Automatic Fact Checking Using Context and Discourse Information",
    journal = "ACM Journal of Data and Information Quality (ACM JDIQ)",
    year = "2019",
    }
  • M. Zampieri, S. Malmasi, P. Nakov, S. Rosenthal, N. Farra, and R. Kumar, “SemEval-2019 task 6: identifying and categorizing offensive language in social media (OffensEval),” in Proceedings of the international workshop on semantic evaluation (semeval’19), Minneapolis, MN, USA, 2019, p. 75–86.
    [BibTeX] [Download PDF]
    @InProceedings{OffenseEval:SemEval:2019,
    author = {Marcos Zampieri and Shervin Malmasi and Preslav Nakov and Sara Rosenthal and Noura Farra and Ritesh Kumar},
    title = {{SemEval}-2019 Task 6: Identifying and Categorizing Offensive Language in Social Media ({OffensEval})},
    booktitle = {Proceedings of the International Workshop on Semantic Evaluation (SemEval'19)},
    series = {SemEval~'19},
    year = {2019},
    pages = {75--86},
    publisher = "Association for Computational Linguistics",
    address = "Minneapolis, MN, USA",
    url = {https://www.aclweb.org/anthology/S19-2010}
    }
  • A. Saleh, R. Baly, A. Barrón-Cedeño, G. D. S. Martino, M. Mohtarami, P. Nakov, and J. Glass, “Team qcri-mit at semeval-2019 task 4: propaganda analysis meets hyperpartisan news detection,” Arxiv preprint arxiv:1904.03513, 2019.
    [BibTeX]
    @article{saleh2019team,
    title="Team QCRI-MIT at SemEval-2019 Task 4: Propaganda Analysis Meets Hyperpartisan News Detection",
    author="Saleh, Abdelrhman and Baly, Ramy and Barr{\'o}n-Cede{\~n}o, Alberto and Martino, Giovanni Da San and Mohtarami, Mitra and Nakov, Preslav and Glass, James",
    journal="arXiv preprint arXiv:1904.03513",
    year="2019"
    }
  • T. Staykovski, A. Barrón-Cedeño, G. Da San Martino, and P. Nakov, “Dense vs. sparse representations for news stream clustering,” in Proceedings of the second international workshop on narrative extraction from texts (text2story), Cologne, Germany, 2019.
    [BibTeX]
    @inproceedings{Staykovski:19,
    author="Staykovski, Todor and
    Barr\'{o}n-Cede{\~n}o, Alberto and
    Da San Martino, Giovanni and
    Nakov, Preslav",
    title="Dense vs. Sparse Representations for News Stream Clustering",
    booktitle="Proceedings of the Second International Workshop on Narrative Extraction from Texts (Text2story)",
    address = "Cologne, Germany",
    year="2019"
    }
  • S. Romeo, G. Da San Martino, Y. Belinkov, A. Barrón-Cedeño, M. Eldesouki, K. Darwish, H. Mubarak, J. Glass, and A. Moschitti, “Language processing and learning models for community question answering in arabic,” Information processing & management, vol. 56, iss. 2, p. 274–290, 2019.
    [BibTeX]
    @article{romeo2019language,
    title={Language processing and learning models for community question answering in arabic},
    author={Romeo, Salvatore and Da San Martino, Giovanni and Belinkov, Yonatan and Barr{\'o}n-Cede{\~n}o, Alberto and Eldesouki, Mohamed and Darwish, Kareem and Mubarak, Hamdy and Glass, James and Moschitti, Alessandro},
    journal={Information Processing \& Management},
    volume={56},
    number={2},
    pages={274--290},
    year={2019},
    publisher={Pergamon}
    }
  • H. Mubarak, A. Abdelali, H. Sajjad, Y. Samih, and K. Darwish, “Highly effective arabic diacritization using sequence to sequence modeling,” in Proceedings of the 2019 conference of the north american chapter of the association for computational linguistics: human language technologies, volume 1 (long and short papers), 2019, p. 2390–2395.
    [BibTeX]
    @inproceedings{mubarak2019highly,
    title={Highly effective arabic diacritization using sequence to sequence modeling},
    author={Mubarak, Hamdy and Abdelali, Ahmed and Sajjad, Hassan and Samih, Younes and Darwish, Kareem},
    booktitle={Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)},
    pages={2390--2395},
    year={2019}
    }
  • Y. Samih, H. Mubarak, A. Abdelali, M. Attia, M. Eldesouki, and K. Darwish, “Qc-go submission for madar shared task: arabic fine-grained dialect identification,” in Proceedings of the fourth arabic natural language processing workshop, 2019, p. 290–294.
    [BibTeX]
    @inproceedings{samih2019qc,
    title={QC-GO Submission for MADAR Shared Task: Arabic Fine-Grained Dialect Identification},
    author={Samih, Younes and Mubarak, Hamdy and Abdelali, Ahmed and Attia, Mohammed and Eldesouki, Mohamed and Darwish, Kareem},
    booktitle={Proceedings of the Fourth Arabic Natural Language Processing Workshop},
    pages={290--294},
    year={2019}
    }
  • A. Barrón-Cedeño, G. Da San Martino, I. Jaradat, and P. Nakov, “Proppy: organizing news coverage on the basis of their propagandistic content,” Information processing and management, 2019.
    [BibTeX]
    @article{Barron:19,
    author = "Barr\'{o}n-Cede\~no, Alberto and
    Da San Martino, Giovanni and
    Jaradat, Israa and
    Nakov, Preslav",
    title = "Proppy: Organizing News Coverage on the Basis of Their Propagandistic Content",
    journal = "Information Processing and Management",
    year = "2019"
    }
  • M. Attia, Y. Samih, A. Elkahky, H. Mubarak, A. Abdelali, and K. Darwish, “Pos tagging for improving code-switching identification in arabic,” in Proceedings of the fourth arabic natural language processing workshop, 2019, p. 18–29.
    [BibTeX]
    @inproceedings{attia2019pos,
    title={POS Tagging for Improving Code-Switching Identification in Arabic},
    author={Attia, Mohammed and Samih, Younes and Elkahky, Ali and Mubarak, Hamdy and Abdelali, Ahmed and Darwish, Kareem},
    booktitle={Proceedings of the Fourth Arabic Natural Language Processing Workshop},
    pages={18--29},
    year={2019}
    }
  • M. Eldesouki, N. Gopee, A. Ali, and K. Darwish, “Farspeech: arabic natural language processing for live arabic speech.,” in Interspeech, 2019, p. 2372–2373.
    [BibTeX]
    @inproceedings{eldesouki2019farspeech,
    title={FarSpeech: Arabic Natural Language Processing for Live Arabic Speech.},
    author={Eldesouki, Mohamed and Gopee, Naassih and Ali, Ahmed and Darwish, Kareem},
    booktitle={INTERSPEECH},
    pages={2372--2373},
    year={2019}
    }
  • M. Kutlu, K. Darwish, C. Bayrak, A. Rashed, and T. Elsayed, “Embedding-based qualitative analysis of polarization in turkey,” Arxiv preprint arxiv:1909.10213, 2019.
    [BibTeX]
    @article{kutlu2019embedding,
    title={Embedding-based Qualitative Analysis of Polarization in Turkey},
    author={Kutlu, Mucahid and Darwish, Kareem and Bayrak, Cansin and Rashed, Ammar and Elsayed, Tamer},
    journal={arXiv preprint arXiv:1909.10213},
    year={2019}
    }
  • H. Mubarak, A. Abdelali, K. Darwish, M. Eldesouki, Y. Samih, and H. Sajjad, “A system for diacritizing four varieties of arabic,” in Proceedings of the 2019 conference on empirical methods in natural language processing and the 9th international joint conference on natural language processing (emnlp-ijcnlp): system demonstrations, 2019, p. 217–222.
    [BibTeX]
    @inproceedings{mubarak2019system,
    title={A System for Diacritizing Four Varieties of Arabic},
    author={Mubarak, Hamdy and Abdelali, Ahmed and Darwish, Kareem and Eldesouki, Mohamed and Samih, Younes and Sajjad, Hassan},
    booktitle={Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP): System Demonstrations},
    pages={217--222},
    year={2019}
    }
  • K. Darwish, “Quantifying polarization on twitter: the kavanaugh nomination,” in International conference on social informatics (socinfo-2019), 2019, p. 188–201.
    [BibTeX]
    @inproceedings{darwish2019quantifying,
    title={Quantifying polarization on twitter: The kavanaugh nomination},
    author={Darwish, Kareem},
    booktitle={International Conference on Social Informatics (SocInfo-2019)},
    pages={188--201},
    year={2019},
    organization={Springer, Cham}
    }
  • H. Mubarak and K. Darwish, “Arabic offensive language classification on twitter,” in International conference on social informatics, 2019, p. 269–276.
    [BibTeX]
    @inproceedings{mubarak2019arabic,
    title={Arabic offensive language classification on twitter},
    author={Mubarak, Hamdy and Darwish, Kareem},
    booktitle={International Conference on Social Informatics},
    pages={269--276},
    year={2019},
    organization={Springer, Cham}
    }
  • I. Weber, K. M. Darwish, C. Wagner, E. Zagheni, L. Nelson, S. Aref, and F. Flöck, Social informatics: 11th international conference, socinfo 2019, doha, qatar, november 18–21, 2019, proceedingsSpringer nature, 2019.
    [BibTeX]
    @misc{weber2019social,
    title={Social Informatics: 11th International Conference, SocInfo 2019, Doha, Qatar, November 18--21, 2019, Proceedings},
    author={Weber, Ingmar and Darwish, Kareem M and Wagner, Claudia and Zagheni, Emilio and Nelson, Laura and Aref, Samin and Fl{\"o}ck, Fabian},
    year={2019},
    publisher={Springer Nature}
    }
  • P. Nakov, L. Màrquez, A. Moschitti, and H. Mubarak, “Arabic community question answering,” Natural language engineering, vol. 25, iss. 1, p. 5–41, 2019.
    [BibTeX]
    @article{nakov2019arabic,
    title={Arabic community question answering},
    author={Nakov, Preslav and M{\`a}rquez, Llu{\'\i}s and Moschitti, Alessandro and Mubarak, Hamdy},
    journal={Natural Language Engineering},
    volume={25},
    number={1},
    pages={5--41},
    year={2019},
    publisher={Cambridge University Press}
    }

2018

  • P. Nakov, A. Barrón-Cedeño, T. Elsayed, R. Suwaileh, L. Màrquez, W. Zaghouani, P. Atanasova, S. Kyuchukov, and G. Da San Martino, “Overview of the CLEF-2018 CheckThat! lab on automatic identification and verification of political claims,” in Proceedings of the ninth international conference of the clef association: experimental ir meets multilinguality, multimodality, and interaction (clef’18), Avignon, France, 2018, p. 372–387.
    [BibTeX] [Download PDF]
    @InProceedings{clef2018checkthat:overall,
    author = "Nakov, Preslav and
    Barr\'{o}n-Cede\~{n}o, Alberto and
    Elsayed, Tamer and
    Suwaileh, Reem and
    M\`{a}rquez, Llu\'{i}s and
    Zaghouani, Wajdi and
    Atanasova, Pepa and
    Kyuchukov, Spas and
    Da San Martino, Giovanni",
    title = "Overview of the {CLEF}-2018 {CheckThat}! Lab on Automatic Identification and Verification of Political Claims",
    booktitle = "Proceedings of the Ninth International Conference of the CLEF Association: Experimental IR Meets Multilinguality, Multimodality, and Interaction (CLEF'18)",
    series = "Lecture Notes in Computer Science",
    publisher = "Springer",
    editor = "Patrice Bellot, Chiraz Trabelsi, Josiane Mothe, Fionn Murtagh, Jian Yun Nie, Laure Soulier, Eric Sanjuan, Linda Cappellato, Nicola Ferro",
    address = "Avignon, France",
    month = "September",
    year = "2018",
    pages = "372--387",
    url = "http://link.springer.com/chapter/10.1007/978-3-319-98932-7_32"
    }
  • P. Atanasova, L. Màrquez, A. Barrón-Cedeño, T. Elsayed, R. Suwaileh, W. Zaghouani, S. Kyuchukov, G. Da San Martino, and P. Nakov, “Overview of the CLEF-2018 CheckThat! lab on automatic identification and verification of political claims, task 1: check-worthiness,” in Clef 2018 working notes. working notes of clef 2018 – conference and labs of the evaluation forum (clef’18), Avignon, France, 2018.
    [BibTeX] [Download PDF]
    @InProceedings{clef2018checkthat:task1,
    author = "Atanasova, Pepa and
    M\`{a}rquez, Llu\'{i}s and
    Barr\'{o}n-Cede\~{n}o, Alberto and
    Elsayed, Tamer and
    Suwaileh, Reem and
    Zaghouani, Wajdi and
    Kyuchukov, Spas and
    Da San Martino, Giovanni and
    Nakov, Preslav",
    title = "Overview of the {CLEF-2018 CheckThat}! Lab on Automatic Identification and Verification of Political Claims, Task 1: Check-Worthiness",
    booktitle = "CLEF 2018 Working Notes. Working Notes of CLEF 2018 - Conference and Labs of the Evaluation Forum (CLEF'18)",
    series = "{CEUR} Workshop Proceedings",
    publisher = "CEUR-WS.org",
    editor = "Cappellato, Linda and Ferro, Nicola and Nie, Jian-Yun and Soulier, Laure",
    address = "Avignon, France",
    month = "September",
    url = "http://ceur-ws.org/Vol-2125/invited_paper_13.pdf",
    year = "2018",
    }
  • A. Barrón-Cedeõ, T. Elsayed, R. Suwaileh, L. Màrquez, P. Atanasova, W. Zaghouani, S. Kyuchukov, G. Da San Martino, and P. Nakov, “Overview of the CLEF-2018 CheckThat! lab on automatic identification and verification of political claims, task 2: factuality,” in Clef 2018 working notes. working notes of clef 2018 – conference and labs of the evaluation forum (clef’18), Avignon, France, 2018.
    [BibTeX] [Download PDF]
    @InProceedings{clef2018checkthat:task2,
    author = "Barr\'{o}n-Cede\~o, Alberto and
    Elsayed, Tamer and
    Suwaileh, Reem and
    M\`{a}rquez, Llu\'{i}s and
    Atanasova, Pepa and
    Zaghouani, Wajdi and
    Kyuchukov, Spas and
    Da San Martino, Giovanni and
    Nakov, Preslav",
    title = "Overview of the {CLEF-2018 CheckThat}! Lab on Automatic Identification and Verification of Political Claims, Task 2: Factuality",
    booktitle = "CLEF 2018 Working Notes. Working Notes of CLEF 2018 - Conference and Labs of the Evaluation Forum (CLEF'18)",
    series = "{CEUR} Workshop Proceedings",
    publisher = "CEUR-WS.org",
    editor = "Cappellato, Linda and Ferro, Nicola and Nie, Jian-Yun and Soulier, Laure",
    address = "Avignon, France",
    month = "September",
    url = "http://ceur-ws.org/Vol-2125/invited_paper_14.pdf",
    year = "2018",
    }
  • S. Romeo, G. Da San Martino, A. Barrón-Cedeño, and A. Moschitti, “A flexible, efficient and accurate framework for community question answering pipelines,” in Proceedings of acl 2018, system demonstrations, Melbourne, Australia, 2018, p. 134–139.
    [BibTeX] [Download PDF]
    @inproceedings{romeo-etal-2018-flexible,
    title = "A Flexible, Efficient and Accurate Framework for Community Question Answering Pipelines",
    author = "Romeo, Salvatore and
    Da San Martino, Giovanni and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    Moschitti, Alessandro",
    booktitle = "Proceedings of ACL 2018, System Demonstrations",
    month={July},
    year = "2018",
    address = "Melbourne, Australia",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/P18-4023",
    pages = "134--139",
    }
  • I. Jaradat, P. Gencheva, A. Barrón-Cedeño, L. Màrquez, and P. Nakov, “Claimrank: detecting check-worthy claims in arabic and english,” in Proceedings of the 2018 conference of the north american chapter of the association for computational linguistics: demonstrations, New Orleans, Louisiana, 2018, p. 26–30. doi:10.18653/v1/N18-5006
    [BibTeX] [Download PDF]
    @inproceedings{jaradat-etal-2018-claimrank,
    title = "ClaimRank: Detecting Check-Worthy Claims in Arabic and English",
    author = "Jaradat, Israa and
    Gencheva, Pepa and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    M{\`a}rquez, Llu{\'\i}s and
    Nakov, Preslav",
    booktitle = "Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Demonstrations",
    month = "June",
    year = "2018",
    address = "New Orleans, Louisiana",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/N18-5006",
    doi = "10.18653/v1/N18-5006",
    pages = "26--30",
    }
  • M. Walid, K. Darwish, and A. Ali, System and method for automatic generation of information-rich content from multiple microblogs, each microblog containing only sparse information, 2018.
    [BibTeX]
    @misc{walid2018system,
    title={System and method for automatic generation of information-rich content from multiple microblogs, each microblog containing only sparse information},
    author={Walid, Magdy and Darwish, Kareem and Ali, Ahmed},
    year={2018},
    month="jun",
    note={US Patent 9,990,368}
    }
  • F. Dalvi, N. Durrani, H. Sajjad, and S. Vogel, “Incremental decoding and training methods for simultaneous translation in neural machine translation,” in Proceedings of the 16th annual conference of the north american chapter of the association for computational linguistics: human language technologies (naacl), 2018.
    [BibTeX]
    @InProceedings{dalvi:2018:NAACL,
    title={Incremental Decoding and Training Methods for Simultaneous Translation in Neural Machine Translation},
    author={Dalvi, Fahim and Durrani, Nadir and Sajjad, Hassan and Vogel, Stephan},
    booktitle={Proceedings of the 16th Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL)},
    year={2018},
    Month = {June},
    location = {New Orleans, US},
    }
  • R. Baly, M. Mohtarami, J. Glass, L. Màrquez, A. Moschitti, and P. Nakov, “Integrating stance detection and fact checking in a unified corpus,” in Proceedings of the 2018 conference of the north american chapter of the association for computational linguistics: human language technologies (naacl-hlt’18), New Orleans, LA, 2018, p. 21–27.
    [BibTeX] [Download PDF]
    @InProceedings{baly-EtAl:2018:N18-2,
    author = "Baly, Ramy and
    Mohtarami, Mitra and
    Glass, James and
    M\`{a}rquez, Llu\'{i}s and
    Moschitti, Alessandro and
    Nakov, Preslav",
    title = "Integrating Stance Detection and Fact Checking in a Unified Corpus",
    booktitle = "Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT'18)",
    series = "NAACL-HLT'18",
    month = "June",
    year = "2018",
    address = "New Orleans, LA",
    publisher = "Association for Computational Linguistics",
    pages = "21--27",
    url = "http://www.aclweb.org/anthology/N18-2004"
    }
  • I. Jaradat, P. Gencheva, A. Barrón-Cedeño, L. Màrquez, and P. Nakov, “ClaimRank: detecting check-worthy claims in Arabic and English,” in Proceedings of the 16th annual conference of the north american chapter of the association for computational linguistics: human language technologies (naacl-hlt’18), New Orleans, LA, 2018, pp. 26-30.
    [BibTeX] [Download PDF]
    @InProceedings{NAACL2018:claimrank,
    author = "Jaradat, Israa and
    Gencheva, Pepa and
    Barr\'on-Cede{\~n}o, Alberto and
    M\`{a}rquez, Llu\'{i}s and
    Nakov, Preslav",
    title = "{ClaimRank}: Detecting Check-Worthy Claims in {A}rabic and {E}nglish",
    booktitle = "Proceedings of the 16th Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT'18)",
    series = "NAACL-HLT'18",
    year = "2018",
    pages = "26-30",
    address = "New Orleans, LA",
    month = "June",
    url = "http://aclweb.org/anthology/N18-5006"
    }
  • H. Bouamor and H. Sajjad, “H2@bucc18: parallel sentence extraction from comparable corpora using multilingual sentence embeddings,” in Proceedings of the 11th workshop on building and using comparable corpora (bucc), 2018.
    [BibTeX]
    @InProceedings{bouamor:bucc18,
    author = {Houda Bouamor and Hassan Sajjad},
    title = {H2@BUCC18: Parallel Sentence Extraction from Comparable Corpora Using Multilingual Sentence Embeddings},
    booktitle = {Proceedings of the 11th Workshop on Building and Using Comparable Corpora (BUCC)},
    month = {May},
    year = {2018},
    location = {Miyzaki, Japan}
    }
  • R. Alharbi, W. Magdy, K. Darwish, A. AbdelAli, and H. Mubarak, “Part-of-speech tagging for Arabic Gulf dialect using Bi-LSTM,” in Proceedings of the eleventh international conference on language resources and evaluation (LREC 2018), Miyazaki, Japan, 2018.
    [BibTeX] [Download PDF]
    @inproceedings{alharbi-etal-2018-part,
    title = "Part-of-Speech Tagging for {A}rabic {G}ulf Dialect Using {B}i-{LSTM}",
    author = "Alharbi, Randah and
    Magdy, Walid and
    Darwish, Kareem and
    AbdelAli, Ahmed and
    Mubarak, Hamdy",
    booktitle = "Proceedings of the Eleventh International Conference on Language Resources and Evaluation ({LREC} 2018)",
    month = {may},
    year = "2018",
    address = "Miyazaki, Japan",
    publisher = "European Language Resources Association (ELRA)",
    url = "https://www.aclweb.org/anthology/L18-1620",
    }
  • T. Mihaylova, P. Nakov, L. Màrquez, A. Barrón-Cedeño, M. Mohtarami, G. Karadjov, and J. Glass, “Fact checking in community forums,” in Proceedings of the thirty-second aaai conference on artificial intelligence (aaai’18), New Orleans, LA, 2018, p. 5309–5316.
    [BibTeX] [Download PDF]
    @InProceedings{AAAI2018:factchecking,
    author = "Tsvetomila Mihaylova and
    Preslav Nakov and
    Llu\'{i}s M\`{a}rquez and
    Alberto Barr\'on-Cede{\~n}o and
    Mitra Mohtarami and
    Georgi Karadjov and
    James Glass",
    title = "Fact Checking in Community Forums",
    booktitle = "Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence (AAAI'18)",
    series = "AAAI'18",
    year = "2018",
    address = "New Orleans, LA",
    pages = "5309--5316",
    month = "February",
    url = "https://www.aaai.org/ocs/index.php/AAAI/AAAI18/paper/viewFile/16780/16082"
    }
  • A. Elmadany, H. Mubarak, and W. Magdy, “Arsas: an arabic speech-act and sentiment corpus of tweets,” Osact, vol. 3, p. 20, 2018.
    [BibTeX]
    @article{elmadany2018arsas,
    title={Arsas: An arabic speech-act and sentiment corpus of tweets},
    author={Elmadany, AbdelRahim and Mubarak, Hamdy and Magdy, Walid},
    journal={OSACT},
    volume={3},
    pages={20},
    year={2018}
    }
  • R. Alharbi, W. Magdy, K. Darwish, A. Abdelali, and H. Mubarak, “Part-of-speech tagging for arabic gulf dialect using bi-lstm,” in Proceedings of the eleventh international conference on language resources and evaluation (lrec 2018), 2018.
    [BibTeX]
    @inproceedings{alharbi2018part,
    title={Part-of-speech tagging for Arabic Gulf dialect using Bi-LSTM},
    author={Alharbi, Randah and Magdy, Walid and Darwish, Kareem and Abdelali, Ahmed and Mubarak, Hamdy},
    booktitle={Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018)},
    year={2018}
    }
  • A. Barrón-Cedeño, T. Elsayed, R. Suwaileh, L. Màrquez, P. Atanasova, W. Zaghouani, S. Kyuchukov, G. Da San Martino, and P. Nakov, “Overview of the CLEF-2018 CheckThat! Lab on automatic identification and verification of political claims, Task 2: factuality,” in Clef 2018 working notes. working notes of clef 2018 – conference and labs of the evaluation forum, Avignon, France, 2018.
    [BibTeX]
    @InProceedings{clef2018checkthat:task2,
    author = {Barr\'{o}n-Cede\~{n}o, Alberto and Elsayed, Tamer and Suwaileh, Reem and M\`{a}rquez, Llu\'{i}s and Atanasova, Pepa and Zaghouani, Wajdi and Kyuchukov, Spas and Da San Martino, Giovanni and Nakov, Preslav},
    title = {Overview of the {CLEF-2018 CheckThat! Lab} on Automatic Identification and Verification of Political Claims, {T}ask 2: Factuality},
    booktitle = {CLEF 2018 Working Notes. Working Notes of CLEF 2018 - Conference and Labs of the Evaluation Forum},
    series = {{CEUR} Workshop Proceedings},
    publisher = {CEUR-WS.org},
    editor = {Cappellato, Linda and Ferro, Nicola and Nie, Jian-Yun and Soulier, Laure},
    address = {Avignon, France},
    NOmonth = {September},
    year = {2018},
    }
  • P. Atanasova, L. Màrquez, A. Barrón-Cedeño, T. Elsayed, R. Suwaileh, W. Zaghouani, S. Kyuchukov, G. Da San Martino, and P. Nakov, “Overview of the CLEF-2018 CheckThat! Lab on automatic identification and verification of political claims, Task 1: check-worthiness,” in Clef 2018 working notes. working notes of clef 2018 – conference and labs of the evaluation forum, Avignon, France, 2018.
    [BibTeX]
    @InProceedings{clef2018checkthat:task1,
    author = {Atanasova, Pepa and M\`{a}rquez, Llu\'{i}s and Barr\'{o}n-Cede\~{n}o, Alberto and Elsayed, Tamer and Suwaileh, Reem and Zaghouani, Wajdi and Kyuchukov, Spas and Da San Martino, Giovanni and Nakov, Preslav},
    title = {Overview of the {CLEF-2018 CheckThat! Lab} on Automatic Identification and Verification of Political Claims, {T}ask 1: Check-Worthiness},
    booktitle = {CLEF 2018 Working Notes. Working Notes of CLEF 2018 - Conference and Labs of the Evaluation Forum},
    series = {{CEUR} Workshop Proceedings},
    publisher = {CEUR-WS.org},
    editor = {Cappellato, Linda and Ferro, Nicola and Nie, Jian-Yun and Soulier, Laure},
    address = {Avignon, France},
    NOmonth = {September},
    year = {2018},
    }
  • P. Nakov, A. Barrón-Cedeño, T. Elsayed, R. Suwaileh, L. Màrquez, W. Zaghouani, P. Atanasova, S. Kyuchukov, and G. Da San Martino, “Overview of the CLEF-2018 CheckThat! Lab on automatic identification and verification of political claims,” in Proceedings of the ninth international conference of the clef association: experimental ir meets multilinguality, multimodality, and interaction, Avignon, France, 2018, p. 372–387.
    [BibTeX]
    @InProceedings{clef2018checkthat:overall,
    author = {Nakov, Preslav and Barr\'{o}n-Cede\~{n}o, Alberto and Elsayed, Tamer and Suwaileh, Reem and M\`{a}rquez, Llu\'{i}s and Zaghouani, Wajdi and Atanasova, Pepa and Kyuchukov, Spas and Da San Martino, Giovanni},
    title = {Overview of the {CLEF-2018 CheckThat! Lab} on Automatic Identification and Verification of Political Claims},
    booktitle = {Proceedings of the Ninth International Conference of the CLEF Association: Experimental IR Meets Multilinguality, Multimodality, and Interaction},
    series = {Lecture Notes in Computer Science},
    publisher = {Springer},
    address = {Avignon, France},
    NOmonth = {September},
    year = {2018},
    pages = {372--387}
    }
  • M. Mohtarami, R. Baly, J. Glass, P. Nakov, L. Màrquez, and A. Moschitti, “Automatic stance detection using end-to-end memory networks,” in Proceedings of the 16th annual conference of the north american chapter of the association for computational linguistics: human language technologies, New Orleans, Louisiana, USA, 2018, p. 767–776.
    [BibTeX]
    @InProceedings{NAACL2018:stance,
    author = {Mitra Mohtarami and Ramy Baly and James Glass and Preslav Nakov and Llu\'{i}s M\`{a}rquez and Alessandro Moschitti},
    title = {Automatic Stance Detection Using End-to-End Memory Networks},
    booktitle = {Proceedings of the 16th Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
    series = {NAACL-HLT~'18},
    year = {2018},
    address = {New Orleans, Louisiana, USA},
    pages = {767--776},
    NOmonth = {June},
    noURL = "http://aclweb.org/anthology/N18-1070"
    }
  • H. Mubarak, “Build fast and accurate lemmatization for arabic,” in Proceedings of the eleventh international conference on language resources and evaluation (lrec 2018), 2018.
    [BibTeX]
    @inproceedings{mubarak2018build,
    title={Build Fast and Accurate Lemmatization for Arabic},
    author={Mubarak, Hamdy},
    booktitle={Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018)},
    year={2018}
    }
  • R. Baly, G. Karadzhov, D. Alexandrov, J. Glass, and P. Nakov, “Predicting factuality of reporting and bias of news media sources,” in Proceedings of the 2018 conference on empirical methods in natural language processing, Brussels, Belgium, 2018, p. 3528–3539.
    [BibTeX]
    @InProceedings{D18-1389,
    author = "Baly, Ramy
    and Karadzhov, Georgi
    and Alexandrov, Dimitar
    and Glass, James
    and Nakov, Preslav",
    title = "Predicting Factuality of Reporting and Bias of News Media Sources",
    booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
    series = {EMNLP~'18},
    year = "2018",
    NOpublisher = "Association for Computational Linguistics",
    pages = "3528--3539",
    address = "Brussels, Belgium",
    NOurl = "http://aclweb.org/anthology/D18-1389"
    }
  • I. Abbes, A. Barrón-Cedeño, and M. Jemni, “Towards opendomain crosslanguage question answering,” in Qatar foundation annual research conference proceedings, 2018, p. ICTPD881.
    [BibTeX]
    @inproceedings{abbes2018towards,
    title="Towards OpenDomain CrossLanguage Question Answering",
    author="Abbes, Ines and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    Jemni, Mohamed",
    booktitle="Qatar Foundation Annual Research Conference Proceedings",
    volume="2018",
    number="3",
    pages="ICTPD881",
    year="2018",
    organization="HBKU Press Qatar"
    }
  • K. Darwish, “To kavanaugh or not to kavanaugh: that is the polarizing question,” Arxiv preprint arxiv:1810.06687, 2018.
    [BibTeX]
    @article{darwish2018kavanaugh,
    title={To kavanaugh or not to kavanaugh: That is the polarizing question},
    author={Darwish, Kareem},
    journal={arXiv preprint arXiv:1810.06687},
    year={2018}
    }
  • A. Abdelali, M. Attia, Y. Samih, K. Darwish, and H. Mubarak, “Diacritization of maghrebi arabic sub-dialects,” Arxiv preprint arxiv:1810.06619, 2018.
    [BibTeX]
    @article{abdelali2018diacritization,
    title={Diacritization of maghrebi arabic sub-dialects},
    author={Abdelali, Ahmed and Attia, Mohammed and Samih, Younes and Darwish, Kareem and Mubarak, Hamdy},
    journal={arXiv preprint arXiv:1810.06619},
    year={2018}
    }
  • M. Kutlu, K. Darwish, and T. Elsayed, “Devam vs. tamam: 2018 turkish elections,” Arxiv preprint arxiv:1807.06655, 2018.
    [BibTeX]
    @article{kutlu2018devam,
    title={Devam vs. tamam: 2018 Turkish elections},
    author={Kutlu, Mucahid and Darwish, Kareem and Elsayed, Tamer},
    journal={arXiv preprint arXiv:1807.06655},
    year={2018}
    }
  • K. Darwish, W. Magdy, A. Rahimi, T. Baldwin, and N. Abokhodair, “Predicting online islamophobic behavior after\# parisattacks,” The journal of web science, vol. 4, 2018.
    [BibTeX]
    @article{darwish2018predicting,
    title={Predicting online islamophobic behavior after\# parisattacks},
    author={Darwish, Kareem and Magdy, Walid and Rahimi, Afshin and Baldwin, Timothy and Abokhodair, Norah},
    journal={The Journal of Web Science},
    volume={4},
    year={2018}
    }
  • C. Hadda, S. Bougrine, and A. Abdelali, “Spoken arabic algerian dialect identification,” in Natural language and speech processing (icnlsp), 2018 2nd international conference on, 2018, p. 1–6.
    [BibTeX]
    @inproceedings{hadda2018spoken,
    title={Spoken Arabic Algerian dialect identification},
    author={Hadda, Cherroun and Bougrine, Soumia and Abdelali, Ahmed},
    booktitle={Natural Language and Speech Processing (ICNLSP), 2018 2nd International Conference on},
    pages={1--6},
    year={2018},
    organization={IEEE}
    }
  • K. Darwish, H. Mubarak, A. Abdelali, M. Eldesouki, Y. Samih, R. Alharbi, M. Attia, W. Magdy, and L. Kallmeyer, “Multi-dialect arabic pos tagging: a crf approach,” in In 11th edition of the language resources and evaluation conference, 2018.
    [BibTeX]
    @inproceedings{darwish2018multi,
    title={Multi-Dialect Arabic POS Tagging: A CRF Approach},
    author={Darwish, Kareem and Mubarak, Hamdy and Abdelali, Ahmed and Eldesouki, Mohamed and Samih, Younes and Alharbi, Randah and Attia, Mohammed and Magdy, Walid and Kallmeyer, Laura},
    booktitle={In 11th edition of the Language Resources and Evaluation Conference},
    year={2018},
    organization={Miyazaki (Japan).}
    }
  • K. Darwish, A. Abdelali, H. Mubarak, Y. Samih, and M. Attia, “Diacritization of moroccan and tunisian arabic dialects: a crf approach,” in Proceedings of the 4th arabic natural language processing workshop (wanlp-2018), the 11th edition of the language resources and evaluation conference, 2018.
    [BibTeX]
    @inproceedings{darwish2018diacritization,
    title={Diacritization of Moroccan and Tunisian Arabic Dialects: A CRF Approach},
    author={Darwish, Kareem and Abdelali, Ahmed and Mubarak, Hamdy and Samih, Younes and Attia, Mohammed},
    booktitle={Proceedings of The 4th Arabic Natural Language Processing Workshop (WANLP-2018), the 11th edition of the Language Resources and Evaluation Conference},
    year={2018},
    organization={Miyazaki (Japan).}
    }
  • A. Abdelali, I. Temnikova, S. Hedaya, and S. Vogel, “The waw corpus: the first corpus of interpreted speeches and their translations for english and arabic.,” in Language resources and evaluation conference (lrec 2018), 2018, p. 2135–2140.
    [BibTeX]
    @inproceedings{abdelali2018waw,
    title={The WAW Corpus: The First Corpus of Interpreted Speeches and Their Translations for English and Arabic.},
    author={Abdelali, Ahmed and Temnikova, Irina and Hedaya, Samy and Vogel, Stephan},
    booktitle={Language Resources and Evaluation Conference (LREC 2018)},
    pages={2135--2140},
    year={2018},
    organization={Miyazaki, Japan.}
    }
  • T. Mihaylov, T. Mihaylova, P. Nakov, L. Màrquez, G. Georgiev, and I. Koychev, “The dark side of news community forums: opinion manipulation trolls,” Internet research, vol. 28, iss. 5, p. 1292–1312, 2018. doi:10.1108/IntR-03-2017-0118
    [BibTeX] [Download PDF]
    @article{InternetResearchJournal:2018,
    author = "Mihaylov, Todor and
    Mihaylova, Tsvetomila and
    Nakov, Preslav and
    M\`{a}rquez, Llu\'{i}s and
    Georgiev, Georgi and
    Koychev, Ivan",
    title = "The Dark Side of News Community Forums: Opinion Manipulation Trolls",
    journal = "Internet Research",
    year = "2018",
    volume = "28",
    number = "5",
    pages = "1292--1312",
    url = "http://doi.org/10.1108/IntR-03-2017-0118",
    doi = "10.1108/IntR-03-2017-0118"
    }
  • A. Barrón-Cedeño, T. Elsayed, R. Suwaileh, L. Màrquez, P. Atanasova, W. Zaghouani, S. Kyuchukov, G. Da San Martino, and P. Nakov, “Overview of the clef-2018 checkthat! lab on automatic identification and verification of political claims. task 2: factuality,” in Working notes of clef 2018 – conference and labs of the evaluation forum, 2018.
    [BibTeX] [Download PDF]
    @inproceedings{barron2018overview,
    author="Barr{\'o}n-Cede{\~n}o, Alberto and
    Elsayed, Tamer and
    Suwaileh, Reem and
    M{\`a}rquez, Llu{\'i}s and
    Atanasova, Pepa and
    Zaghouani, Wajdi and
    Kyuchukov, Spas and
    Da San Martino, Giovanni and
    Nakov, Preslav",
    title="Overview of the CLEF-2018 CheckThat! Lab on automatic identification and verification of political claims. Task 2: Factuality",
    booktitle="Working Notes of CLEF 2018 - Conference and Labs of the Evaluation Forum",
    year="2018",
    url = "http://ceur-ws.org/Vol-2125/invited_paper_14.pdf"
    }
  • A. Barrón-Cedeño, G. Da San Martino, Y. Zhang, A. Ali, and F. Dalvi, “Qlusty: Quick and Dirty Generation of Event Videos from Written Media Coverage,” in Proceedings of the second international workshop on recent trends in news information retrieval, Grenoble, France, 2018, p. 27–32.
    [BibTeX] [Download PDF]
    @inproceedings{Barron:18,
    author = "Barr\'{o}n-Cede\~no, Alberto and
    Da San Martino, Giovanni and
    Zhang, Yifan and
    Ali, Ahmed and
    Dalvi, Fahim",
    title = "{Qlusty: Quick and Dirty Generation of Event Videos from Written Media Coverage}",
    booktitle = "Proceedings of the Second International Workshop on Recent Trends in News Information Retrieval",
    pages = "27--32",
    url = "http://ceur-ws.org/Vol-2079/paper7.pdf",
    address = "Grenoble, France",
    year = 2018
    }
  • A. A. Freihat, G. Bella, H. Mubarak, and F. Giunchiglia, “A single-model approach for arabic segmentation, pos tagging, and named entity recognition,” in 2018 2nd international conference on natural language and speech processing (icnlsp), 2018, p. 1–8.
    [BibTeX]
    @inproceedings{freihat2018single,
    title={A single-model approach for Arabic segmentation, POS tagging, and named entity recognition},
    author={Freihat, Abed Alhakim and Bella, Gabor and Mubarak, Hamdy and Giunchiglia, Fausto},
    booktitle={2018 2nd International Conference on Natural Language and Speech Processing (ICNLSP)},
    pages={1--8},
    year={2018},
    organization={IEEE}
    }

2017

  • H. Sajjad, N. Durrani, F. Dalvi, Y. Belinkov, and S. Vogel, “Neural machine translation training in a multi-domain scenario,” in Proceedings of the 14th international workshop on spoken language translation (iwslt), 2017.
    [BibTeX]
    @InProceedings{sajjad-etal:iwslt17,
    author = {Hassan Sajjad and Nadir Durrani and Fahim Dalvi and Yonatan Belinkov and Stephan Vogel},
    title = {Neural Machine Translation Training in a Multi-Domain Scenario},
    booktitle = {Proceedings of the 14th International Workshop on Spoken Language Translation (IWSLT)},
    month = {December},
    year = {2017},
    location = {Tokyo, Japan}
    }
  • Y. Belinkov, L. Màrquez, H. Sajjad, N. Durrani, F. Dalvi, and J. Glass, “Evaluating layers of representation in neural machine translation on part-of-speech and semantic tagging tasks,” in Proceedings of the 8th international joint conference on natural language processing (ijcnlp), 2017.
    [BibTeX]
    @inproceedings{belinkov:ijcnlp2017,
    author = {Yonatan Belinkov and Llu\'{i}s M\`arquez and Hassan Sajjad and Nadir Durrani and Fahim Dalvi and James Glass},
    title = {Evaluating Layers of Representation in Neural Machine Translation on Part-of-Speech and Semantic Tagging Tasks},
    booktitle = {Proceedings of the 8th International Joint Conference on Natural Language Processing (IJCNLP)},
    year = 2017,
    month = {November},
    location = {Taipei, Taiwan},
    }
  • F. Dalvi, N. Durrani, H. Sajjad, Y. Belinkov, and S. Vogel, “Understanding and improving morphological learning in the neural machine translation decoder,” in Proceedings of the 8th international joint conference on natural language processing (ijcnlp), 2017.
    [BibTeX]
    @inproceedings{dalvi:ijcnlp2017,
    author = {Fahim Dalvi and Nadir Durrani and Hassan Sajjad and Yonatan Belinkov and Stephan Vogel},
    title = {Understanding and Improving Morphological Learning in the Neural Machine Translation Decoder},
    booktitle = {Proceedings of the 8th International Joint Conference on Natural Language Processing (IJCNLP)},
    year = 2017,
    month = {November},
    location = {Taipei, Taiwan},
    }
  • H. Sajjad, F. Dalvi, N. Durrani, A. Abdelali, Y. Belinkov, and S. Vogel, “Challenging Language-Dependent Segmentation for Arabic: An Application to Machine Translation and Part-of-Speech Tagging,” in Proceedings of the 55th conference of the association for computational linguistics (acl), 2017.
    [BibTeX]
    @InProceedings{sajjad-etal:2017:ACLShort,
    author = {Hassan Sajjad and Fahim Dalvi and Nadir Durrani and Ahmed Abdelali and Yonatan Belinkov and Stephan Vogel},
    title = {{Challenging Language-Dependent Segmentation for Arabic: An Application to Machine Translation and Part-of-Speech Tagging}},
    booktitle = {Proceedings of the 55th Conference of the Association for Computational Linguistics (ACL)},
    year = {2017},
    Month = {August},
    location = {Vancouver, Canada},
    }
  • C. España-Bonet and A. Barrón-Cedeño, “Lump at semeval-2017 task 1: towards an interlingua semantic similarity,” in Proceedings of the 11th international workshop on semantic evaluation (semeval-2017), Vancouver, Canada, 2017, p. 144–149. doi:10.18653/v1/S17-2019
    [BibTeX] [Download PDF]
    @inproceedings{espana-bonet-barron-cedeno-2017-lump,
    title = "Lump at SemEval-2017 Task 1: Towards an Interlingua Semantic Similarity",
    author = "Espa{\~n}a-Bonet, Cristina and
    Barr{\'o}n-Cede{\~n}o, Alberto",
    booktitle = "Proceedings of the 11th International Workshop on Semantic Evaluation (SemEval-2017)",
    month = "August",
    year = "2017",
    address = "Vancouver, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/S17-2019",
    doi = "10.18653/v1/S17-2019",
    pages = "144--149",
    }
  • Y. Belinkov, N. Durrani, F. Dalvi, H. Sajjad, and J. Glass, “What do neural machine translation models learn about morphology?,” in Proceedings of the 55th conference of the association for computational linguistics (acl), 2017.
    [BibTeX]
    @InProceedings{belinkov:2017:ACL,
    title={What do Neural Machine Translation Models Learn about Morphology?},
    author={Belinkov, Yonatan and Durrani, Nadir and Dalvi, Fahim and Sajjad, Hassan and Glass, James},
    booktitle={Proceedings of the 55th Conference of the Association for Computational Linguistics (ACL)},
    year={2017},
    Month = {August},
    location = {Vancouver, Canada},
    }
  • D. T. Nguyen, K. Al-Mannai, S. Joty, H. Sajjad, M. Imran, and P. Mitra, “Robust classification of crisis-related data on social networks using convolutional neural networks,” in Proceedings of the 11th international aaai conference on web and social media (icwsm), 2017.
    [BibTeX]
    @InProceedings{nguyen:icwsm2017,
    title={Robust Classification of Crisis-Related Data on Social Networks using Convolutional Neural Networks},
    author={Dat Tien Nguyen and Kamla Al-Mannai and Shafiq Joty and Hassan Sajjad and Muhammad Imran and Prasenjit Mitra},
    booktitle={Proceedings of the 11th International AAAI Conference on Web and Social Media (ICWSM)},
    location = {Montreal, Canada},
    month={May},
    year={2017},
    }
  • A. Abdelali, Query expansion system and method using language and language variants, 2017.
    [BibTeX]
    @misc{abdelali2017query,
    title={Query expansion system and method using language and language variants},
    author={Abdelali, Ahmed},
    year={2017},
    month={may},
    note={US Patent App. 15/117,107}
    }
  • F. Dalvi, Y. Zhang, S. Khurana, N. Durrani, H. Sajjad, A. Abdelali, H. Mubarak, A. Ali, and S. Vogel, “Qcri live speech translation system,” in In proceedings of the 15th conference of the european chapter of the association for computational linguistics (eacl), 2017.
    [BibTeX]
    @inproceedings{dalvi2017qcri,
    title={QCRI Live Speech Translation System},
    author={Dalvi, Fahim and Zhang, Yifan and Khurana, Sameer and Durrani, Nadir and Sajjad, Hassan and Abdelali, Ahmed and Mubarak, Hamdy and Ali, Ahmed and Vogel, Stephan},
    booktitle={In Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics (EACL)},
    year={2017},
    month={April},
    }
  • R. Liepins, U. Germann, G. Barzdins, A. Birch, S. Renals, S. Weberu, P. van der Kreefti, H. Bourlard, J. PrietoJ, O. Klejch, and others, “The summa platform prototype,” in Proceedings of the 15th conference of the european chapter of the association for computational linguistics (eacl), 2017.
    [BibTeX]
    @inproceedings{liepins2017summa,
    title={The SUMMA Platform Prototype},
    author={Liepins, Renars and Germann, Ulrich and Barzdins, Guntis and Birch, Alexandra and Renals, Steve and Weberu, Susanne and van der Kreefti, Peggy and Bourlard, Herv{\'e} and PrietoJ, Jo{\~a}o and Klejch, Ondrej and others},
    booktitle={Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics (EACL)},
    year={2017},
    month={April},
    }
  • A. Barrón-Cedeño, G. Da San Martino, S. Filice, and A. Moschitti, “On the use of an intermediate class in boolean crowdsourced relevance annotations for learning to rank comments,” in Proceedings of the 40th international acm sigir conference on research and development in information retrieval, 2017, p. 1209–1212.
    [BibTeX]
    @inproceedings{barron2017use,
    author="Barr{\'o}n-Cede{\~n}o, Alberto and
    Da San Martino, Giovanni and
    Filice, Simone and
    Moschitti, Alessandro",
    title="On the Use of an Intermediate Class in Boolean Crowdsourced Relevance Annotations for Learning to Rank Comments",
    booktitle="Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval",
    pages="1209--1212",
    year="2017",
    organization="ACM"
    }
  • K. Darwish, W. Magdy, and T. Zanouda, “Improved stance prediction in a user similarity feature space,” in 2017 ieee/acm international conference on advances in social networks analysis and mining, 2017, p. 145–148.
    [BibTeX]
    @inproceedings{darwish2017improved,
    title={Improved Stance Prediction in a User Similarity Feature Space},
    author={Darwish, Kareem and Magdy, Walid and Zanouda, Tahar},
    booktitle={2017 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining},
    pages={145--148},
    year={2017},
    organization={Association for Computing Machinery}
    }
  • M. Eldesouki, Y. Samih, A. Abdelali, M. Attia, H. Mubarak, K. Darwish, and K. Laura, “Arabic multi-dialect segmentation: bi-lstm-crf vs. svm,” Arxiv preprint arxiv:1708.05891, 2017.
    [BibTeX]
    @article{eldesouki2017arabic,
    title={Arabic Multi-Dialect Segmentation: bi-LSTM-CRF vs. SVM},
    author={Eldesouki, Mohamed and Samih, Younes and Abdelali, Ahmed and Attia, Mohammed and Mubarak, Hamdy and Darwish, Kareem and Laura, Kallmeyer},
    journal={arXiv preprint arXiv:1708.05891},
    year={2017}
    }
  • S. Joty, N. Durrani, H. Sajjad, and A. Abdelali, “Domain adaptation using neural network joint model,” Computer speech and language, vol. 45, iss. C, 2017.
    [BibTeX]
    @article{joty2017:csl,
    journal = {Computer Speech and Language},
    title = {Domain Adaptation using Neural Network Joint Model},
    author = {Shafiq Joty and Nadir Durrani and Hassan Sajjad and Ahmed Abdelali},
    year = {2017},
    issn = {0885-2308},
    volume = {45},
    number = {C},
    issue_date = {September 2017},
    publisher = {Academic Press Ltd.},
    address = {London, UK, UK},
    }
  • N. Habash, M. Diab, K. Darwish, W. El-Hajj, H. Al-Khalifa, H. Bouamor, N. Tomeh, and M. El-Haj, “Proceedings of the third arabic natural language processing workshop,” in Proceedings of the third arabic natural language processing workshop, 2017.
    [BibTeX]
    @inproceedings{habash2017proceedings,
    title={Proceedings of the Third Arabic Natural Language Processing Workshop},
    author={Habash, Nizar and Diab, Mona and Darwish, Kareem and El-Hajj, Wassim and Al-Khalifa, Hend and Bouamor, Houda and Tomeh, Nadi and El-Haj, Mahmoud},
    booktitle={Proceedings of the Third Arabic Natural Language Processing Workshop},
    year={2017}
    }
  • H. Mubarak, K. Darwish, and W. Magdy, “Abusive language detection on arabic social media,” in Proceedings of the first workshop on abusive language online, 2017, p. 52–56.
    [BibTeX]
    @inproceedings{mubarak2017abusive,
    title={Abusive language detection on Arabic social media},
    author={Mubarak, Hamdy and Darwish, Kareem and Magdy, Walid},
    booktitle={Proceedings of the first workshop on abusive language online},
    pages={52--56},
    year={2017}
    }
  • H. Sajjad, H. Schmid, A. Fraser, and H. Schütze, “Statistical models for unsupervised, semi-supervised and supervised transliteration mining,” Computational linguistics, vol. 43, iss. 2, 2017.
    [BibTeX]
    @article{sajjad2017statistical,
    title={Statistical models for unsupervised, semi-supervised and supervised transliteration mining},
    author={Sajjad, Hassan and Schmid, Helmut and Fraser, Alexander and Sch{\"u}tze, Hinrich},
    journal={Computational Linguistics},
    year={2017},
    volume = {43},
    number = {2},
    issue_date = {June 2017},
    publisher={MIT Press One Rogers Street, Cambridge, MA 02142-1209 USA journals-info@ mit. edu},
    }
  • Y. Samih, M. Eldesouki, M. Attia, K. Darwish, A. Abdelali, H. Mubarak, and L. Kallmeyer, “Learning from relatives: unified dialectal arabic segmentation,” in Proceedings of the 21st conference on computational natural language learning (conll 2017), 2017, p. 432–441.
    [BibTeX]
    @inproceedings{samih2017learning,
    title={Learning from relatives: unified dialectal Arabic segmentation},
    author={Samih, Younes and Eldesouki, Mohamed and Attia, Mohammed and Darwish, Kareem and Abdelali, Ahmed and Mubarak, Hamdy and Kallmeyer, Laura},
    booktitle={Proceedings of the 21st Conference on Computational Natural Language Learning (CoNLL 2017)},
    pages={432--441},
    year={2017}
    }
  • K. Darwish, W. Magdy, and T. Zanouda, “Trump vs. hillary: what went viral during the 2016 us presidential election,” in International conference on social informatics (socinfo-2017), 2017, p. 143–161.
    [BibTeX]
    @inproceedings{darwish2017trump,
    title={Trump vs. Hillary: What went viral during the 2016 US presidential election},
    author={Darwish, Kareem and Magdy, Walid and Zanouda, Tahar},
    booktitle={International conference on social informatics (SocInfo-2017)},
    pages={143--161},
    year={2017},
    organization={Springer, Cham}
    }
  • K. Darwish, D. Alexandrov, P. Nakov, and Y. Mejova, “Seminar users in the arabic twitter sphere,” in International conference on social informatics, 2017, p. 91–108.
    [BibTeX]
    @inproceedings{darwish2017seminar,
    title={Seminar users in the Arabic Twitter sphere},
    author={Darwish, Kareem and Alexandrov, Dimitar and Nakov, Preslav and Mejova, Yelena},
    booktitle={International Conference on Social Informatics},
    pages={91--108},
    year={2017},
    organization={Springer, Cham}
    }
  • G. Karadzhov, P. Gencheva, P. Nakov, and I. Koychev, “We built a fake news & click-bait filter: what happened next will blow your mind!,” in Proceedings of the international conference on recent advances in natural language processing (ranlp’17), Varna, Bulgaria, 2017, p. 334–343.
    [BibTeX] [Download PDF]
    @inproceedings{RANLP2017:clickbait,
    title={We Built a Fake News \& Click-bait Filter: What Happened Next Will Blow Your Mind!},
    author={Georgi Karadzhov and Pepa Gencheva and Preslav Nakov and Ivan Koychev},
    booktitle={Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP'17)},
    series = {RANLP~'17},
    address = {Varna, Bulgaria},
    pages = {334--343},
    year={2017},
    URL="https://www.aclweb.org/anthology/papers/R/R17/R17-1045/"
    }
  • G. Da San Martino, S. Romeo, A. Barrón-Cedeño, S. Joty, L. Marquez, A. Moschitti, and P. Nakov, “Cross-language question re-ranking,” in Proceedings of the 40th international acm sigir conference on research and development in information retrieval (sigir-2017), 2017.
    [BibTeX] [Download PDF]
    @inproceedings{martino2017cross,
    author="Da San Martino, Giovanni and
    Romeo, Salvatore and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    Joty, Shafiq and
    Marquez, Lluis and
    Moschitti, Alessandro and
    Nakov, Preslav",
    title="Cross-language question re-ranking",
    booktitle="Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR-2017)",
    year="2017",
    url="https://raihanjoty.github.io/papers/martino-et-al-sigir-17.pdf"
    }
  • C. España-Bonet, C. Ádám. Varga, A. Barrón-Cedeño, and J. van Genabith, “An empirical analysis of nmt-derived interlingual embeddings and their use in parallel sentence identification,” Ieee journal of selected topics in signal processing, vol. 11, iss. 8, p. 1340–1350, 2017.
    [BibTeX] [Download PDF]
    @article{espana2017empirical,
    title="An empirical analysis of nmt-derived interlingual embeddings and their use in parallel sentence identification",
    author="Espa{\~n}a-Bonet, Cristina and Varga, {\'A}d{\'a}m Csaba and Barr{\'o}n-Cede{\~n}o, Alberto and van Genabith, Josef",
    journal="IEEE Journal of Selected Topics in Signal Processing",
    volume="11",
    number="8",
    pages="1340--1350",
    year="2017",
    publisher="IEEE",
    url= "https://ieeexplore.ieee.org/document/8070942"
    }
  • P. Gencheva, P. Nakov, L. Màrquez, A. Barrón-Cedeño, and I. Koychev, “A context-aware approach for detecting worth-checking claims in political debates,” in Proceedings of the international conference on recent advances in natural language processing (ranlp’17), Varna, Bulgaria, 2017, p. 267–276.
    [BibTeX] [Download PDF]
    @inproceedings{RANLP2017:debates,
    author="Pepa Gencheva and
    Preslav Nakov and
    Llu\'{i}s M\`{a}rquez and
    Alberto Barr\'on-Cede{\~n}o and
    Ivan Koychev",
    title="A Context-Aware Approach for Detecting Worth-Checking Claims in Political Debates",
    booktitle="Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP'17)",
    series = "RANLP'17",
    address = "Varna, Bulgaria",
    pages = "267--276",
    year="2017",
    url="http://doi.org/10.26615/978-954-452-049-6_037",
    }
  • G. Karadzhov, P. Nakov, L. Màrquez, A. Barrón-Cedeño, and I. Koychev, “Fully automated fact checking using external sources,” in Proceedings of the international conference on recent advances in natural language processing (ranlp’17), Varna, Bulgaria, 2017, p. 344–353.
    [BibTeX] [Download PDF]
    @inproceedings{RANLP2017:factchecking:external,
    author="Georgi Karadzhov and
    Preslav Nakov and
    Llu\'{i}s M\`{a}rquez and
    Alberto Barr\'on-Cede{\~n}o and
    Ivan Koychev",
    title="Fully Automated Fact Checking Using External Sources",
    booktitle="Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP'17)",
    series = "RANLP'17",
    address = "Varna, Bulgaria",
    year="2017",
    pages = "344--353",
    URL="http://doi.org/10.26615/978-954-452-049-6_046"
    }
  • P. Nakov, T. Mihaylova, L. Màrquez, Y. Shiroya, and I. Koychev, “Do not trust the trolls: predicting credibility in community question answering forums,” in Proceedings of the international conference on recent advances in natural language processing (ranlp’17), Varna, Bulgaria, 2017, p. 551–560.
    [BibTeX] [Download PDF]
    @inproceedings{RANLP2017:credibility:trolls,
    author="Preslav Nakov and
    Tsvetomila Mihaylova and
    Llu\'is M\`arquez and
    Yashkumar Shiroya and
    Ivan Koychev",
    title="Do Not Trust the Trolls: Predicting Credibility in Community Question Answering Forums",
    booktitle="Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP'17)",
    series = "RANLP'17",
    address = "Varna, Bulgaria",
    year="2017",
    pages = "551--560",
    url="http://doi.org/10.26615/978-954-452-049-6_072",
    }
  • S. Romeo, G. Da San Martino, A. Barrón-Cedeño, and A. Moschitti, “A multiple-instance learning approach to sentence selection for question ranking,” in European conference on information retrieval, 2017, p. 437–449.
    [BibTeX]
    @inproceedings{romeo2017multiple,
    author="Romeo, Salvatore and
    Da San Martino, Giovanni and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    Moschitti, Alessandro",
    title="A Multiple-Instance Learning Approach to Sentence Selection for Question Ranking",
    booktitle="European Conference on Information Retrieval",
    pages="437--449",
    year="2017",
    organization="Springer, Cham"
    }
  • K. Darwish, H. Mubarak, A. Abdelali, and M. Eldesouki, “Arabic pos tagging: don’t abandon feature engineering just yet,” Wanlp 2017 (co-located with eacl 2017), p. 130, 2017.
    [BibTeX]
    @article{darwish2017arabic,
    title={Arabic POS Tagging: Don’t Abandon Feature Engineering Just Yet},
    author={Darwish, Kareem and Mubarak, Hamdy and Abdelali, Ahmed and Eldesouki, Mohamed},
    journal={WANLP 2017 (co-located with EACL 2017)},
    pages={130},
    year={2017}
    }
  • K. Darwish, D. Alexandrov, P. Nakov, and Y. Mejova, “Seminar users in the Arabic Twitter sphere,” in Proceedings of the 9th international conference on social informatics (socinfo’17), Oxford, UK, 2017, p. 91–108. doi:10.1007/978-3-319-67217-5_7
    [BibTeX] [Download PDF]
    @inproceedings{SeminarUsers2017,
    author = "Kareem Darwish and
    Dimitar Alexandrov and
    Preslav Nakov and
    Yelena Mejova",
    title = "Seminar Users in the {A}rabic {T}witter Sphere",
    booktitle = "Proceedings of the 9th International Conference on Social Informatics (SocInfo'17)",
    series = "SocInfo'17",
    address = "Oxford, UK",
    pages = "91--108",
    year = "2017",
    url = "http://doi.org/10.1007/978-3-319-67217-5_7",
    doi = "10.1007/978-3-319-67217-5_7",
    }
  • H. Sajjad, F. Dalvi, N. Durrani, A. Abdelali, Y. Belinkov, and S. Vogel, “Challenging language-dependent segmentation for arabic: an application to machine translation and part-of-speech tagging,” Arxiv preprint arxiv:1709.00616, 2017.
    [BibTeX]
    @article{sajjad2017challenging,
    title={Challenging language-dependent segmentation for arabic: An application to machine translation and part-of-speech tagging},
    author={Sajjad, Hassan and Dalvi, Fahim and Durrani, Nadir and Abdelali, Ahmed and Belinkov, Yonatan and Vogel, Stephan},
    journal={arXiv preprint arXiv:1709.00616},
    year={2017}
    }
  • I. Temnikova, A. Abdelali, S. Hedaya, S. Vogel, and A. Al Daher, “Interpreting strategies annotation in the waw corpus,” Ranlp 2017, p. 36, 2017.
    [BibTeX]
    @article{temnikova2017interpreting,
    title={Interpreting strategies annotation in the WAW corpus},
    author={Temnikova, Irina and Abdelali, Ahmed and Hedaya, Samy and Vogel, Stephan and Al Daher, Aishah},
    journal={RANLP 2017},
    pages={36},
    year={2017}
    }
  • S. Bougrine, H. Cherroun, and A. Abdelali, “Altruistic crowdsourcing for arabic speech corpus annotation,” Procedia computer science, vol. 117, p. 137–144, 2017.
    [BibTeX]
    @article{bougrine2017altruistic,
    title={Altruistic crowdsourcing for arabic speech corpus annotation},
    author={Bougrine, Soumia and Cherroun, Hadda and Abdelali, Ahmed},
    journal={Procedia Computer Science},
    volume={117},
    pages={137--144},
    year={2017},
    publisher={Elsevier}
    }
  • K. Darwish, H. Mubarak, and A. Abdelali, “Arabic diacritization: stats, rules, and hacks,” in Proceedings of the third arabic natural language processing workshop, 2017, p. 9–17.
    [BibTeX]
    @inproceedings{darwish2017barabic,
    title={Arabic Diacritization: Stats, Rules, and Hacks},
    author={Darwish, Kareem and Mubarak, Hamdy and Abdelali, Ahmed},
    booktitle={Proceedings of the Third Arabic Natural Language Processing Workshop},
    pages={9--17},
    year={2017},
    organization={Association for Computational Linguistics}
    }
  • Y. Samih, M. Attia, M. Eldesouki, A. Abdelali, H. Mubarak, L. Kallmeyer, and K. Darwish, “A neural architecture for dialectal arabic segmentation,” in Proceedings of the third arabic natural language processing workshop, 2017, p. 46–54.
    [BibTeX]
    @inproceedings{samih2017neural,
    title={A Neural Architecture for Dialectal Arabic Segmentation},
    author={Samih, Younes and Attia, Mohammed and Eldesouki, Mohamed and Abdelali, Ahmed and Mubarak, Hamdy and Kallmeyer, Laura and Darwish, Kareem},
    booktitle={Proceedings of the Third Arabic Natural Language Processing Workshop},
    pages={46--54},
    year={2017},
    organization={Association for Computational Linguistics}
    }
  • K. Darwish, H. Mubarak, A. Abdelali, and M. Eldesouki, “Arabic pos tagging: don’t abandon feature engineering just yet,” in Proceedings of the third arabic natural language processing workshop, 2017, p. 130–137.
    [BibTeX]
    @inproceedings{darwish2017aarabic,
    title={Arabic POS Tagging: Don't Abandon Feature Engineering Just Yet},
    author={Darwish, Kareem and Mubarak, Hamdy and Abdelali, Ahmed and Eldesouki, Mohamed},
    booktitle={Proceedings of the Third Arabic Natural Language Processing Workshop},
    pages={130--137},
    year={2017},
    organization={Association for Computational Linguistics}
    }
  • H. Mubarak, “Crowdsourcing speech and language data for resource-poor languages,” in International conference on advanced intelligent systems and informatics, 2017, p. 440–447.
    [BibTeX]
    @inproceedings{mubarak2017crowdsourcing,
    title={Crowdsourcing Speech and Language Data for Resource-Poor Languages},
    author={Mubarak, Hamdy},
    booktitle={International Conference on Advanced Intelligent Systems and Informatics},
    pages={440--447},
    year={2017},
    organization={Springer}
    }

2016

  • E. Hoque, S. Joty, L. Màrquez, A. Barrón-Cedeño, G. Da San Martino, A. Moschitti, P. Nakov, S. Romeo, and G. Carenini, “An interactive system for exploring community question answering forums,” in Proceedings of coling 2016, the 26th international conference on computational linguistics: system demonstrations, Osaka, Japan, 2016, p. 1–5.
    [BibTeX] [Download PDF]
    @inproceedings{hoque-etal-2016-interactive,
    title = "An Interactive System for Exploring Community Question Answering Forums",
    author = "Hoque, Enamul and
    Joty, Shafiq and
    M{\`a}rquez, Llu{\'\i}s and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    Da San Martino, Giovanni and
    Moschitti, Alessandro and
    Nakov, Preslav and
    Romeo, Salvatore and
    Carenini, Giuseppe",
    booktitle = "Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: System Demonstrations",
    month = "December",
    year = "2016",
    address = "Osaka, Japan",
    publisher = "The COLING 2016 Organizing Committee",
    url = "https://www.aclweb.org/anthology/C16-2001",
    pages = "1--5",
    }
  • N. Durrani, H. Sajjad, S. Joty, and A. Abdelali, “A deep fusion model for domain adaptation in phrase-based mt,” in Proceedings of the 26th international conference on computational linguistics (coling), Osaka, Japan, 2016.
    [BibTeX]
    @InProceedings{durrani-EtAl:2016:COLING,
    author = {Durrani, Nadir and Sajjad, Hassan and Joty, Shafiq and Abdelali, Ahmed},
    title = {A Deep Fusion Model for Domain Adaptation in Phrase-based MT},
    booktitle = {Proceedings of the 26th International Conference on Computational Linguistics (COLING)},
    month = {December},
    year = {2016},
    address = {Osaka, Japan},
    }
  • N. Durrani, F. Dalvi, H. Sajjad, and S. Vogel, “QCRI’s Machine Translation Systems for IWSLT’2016,” in Proceedings of the 13th international workshop on spoken language translation (iwslt), 2016.
    [BibTeX]
    @InProceedings{durrani-etal:iwslt16,
    author = {Nadir Durrani and Fahim Dalvi and Hassan Sajjad and Stephan Vogel},
    title = {{QCRI’s Machine Translation Systems for IWSLT’2016}},
    booktitle = {Proceedings of the 13th International Workshop on Spoken Language Translation (IWSLT)},
    month = {December},
    year = {2016},
    location = {Seattle, USA}
    }
  • S. Romeo, G. Da San Martino, A. Barrón-Cedeño, A. Moschitti, Y. Belinkov, W. Hsu, Y. Zhang, M. Mohtarami, and J. Glass, “Neural attention for learning to rank questions in community question answering,” in Proceedings of coling 2016, the 26th international conference on computational linguistics: technical papers, Osaka, Japan, 2016, p. 1734–1745.
    [BibTeX] [Download PDF]
    @inproceedings{romeo-etal-2016-neural,
    title = "Neural Attention for Learning to Rank Questions in Community Question Answering",
    author = "Romeo, Salvatore and
    Da San Martino, Giovanni and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    Moschitti, Alessandro and
    Belinkov, Yonatan and
    Hsu, Wei-Ning and
    Zhang, Yu and
    Mohtarami, Mitra and
    Glass, James",
    booktitle = "Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: Technical Papers",
    month = "December",
    year = "2016",
    address = "Osaka, Japan",
    publisher = "The COLING 2016 Organizing Committee",
    url = "https://www.aclweb.org/anthology/C16-1163",
    pages = "1734--1745"
    }
  • M. Eldesouki, F. Dalvi, H. Sajjad, and K. Darwish, “QCRI @ DSL 2016: Spoken Arabic Dialect Identification Using Textual,” in Proceedings of the 3rd workshop on nlp for similar languages, varieties and dialects, 2016.
    [BibTeX]
    @inproceedings{eldesouki2016qcri,
    title={{QCRI @ DSL 2016: Spoken Arabic Dialect Identification Using Textual}},
    author={Eldesouki, Mohamed and Dalvi, Fahim and Sajjad, Hassan and Darwish, Kareem},
    booktitle={Proceedings of the 3rd Workshop on NLP for Similar Languages, Varieties and Dialects},
    year={2016},
    month={December},
    location = {Osaka, Japan},
    }
  • H. Sajjad, F. Guzmán, and S. Vogel, “An empirical study: post-editing effort for english to arabic hybrid machine translation,” in Proceedings of the association for machine translation in the americas (amta), 2016.
    [BibTeX]
    @InProceedings{sajjad16:postediting,
    title={An Empirical Study: Post-editing Effort for English to Arabic Hybrid Machine Translation},
    author={Sajjad, Hassan and Guzm{\'a}n, Francisco and Vogel, Stephan},
    booktitle={Proceedings of the Association for Machine Translation in the Americas (AMTA)},
    location = {Austin, US},
    month={October},
    year={2016},
    }
  • D. T. Nguyen, S. Joty, M. Imran, H. Sajjad, and P. Mitra, “Applications of online deep learning for crisis response using social media information,” in Proceedings of the 4th international workshop on social web for disaster management (swdm), 2016.
    [BibTeX]
    @InProceedings{nguyen2016:swdm,
    title={Applications of Online Deep Learning for Crisis Response Using Social Media Information},
    author={Dat Tien Nguyen and Shafiq Joty and Muhammad Imran and Hassan Sajjad and Prasenjit Mitra},
    booktitle={Proceedings of the 4th International Workshop on Social Web for Disaster Management (SWDM)},
    location = {Indianapolis, US},
    month={October},
    year={2016},
    }
  • W. Zaghouani, A. Abdelali, F. Guzmán, and H. Sajjad, “Normalizing mathematical expressions to improve the translation of educational content,” in Proceedings of the amta 2016 workshop semitic machine translation (semat), 2016.
    [BibTeX]
    @InProceedings{zaghouani2016normalizing,
    title={Normalizing Mathematical Expressions to Improve the Translation of Educational Content},
    author={Zaghouani, Wajdi and Abdelali, Ahmed and Guzm{\'a}n, Francisco and Sajjad, Hassan},
    booktitle={Proceedings of the AMTA 2016 Workshop Semitic Machine Translation (SeMaT)},
    location = {Austin, US},
    month={October},
    year={2016},
    }
  • T. Mihaylov and P. Nakov, “Hunting for troll comments in news community forums,” in Proceedings of the 54th annual meeting of the association for computational linguistics, Berlin, Germany, 2016, p. 399–405.
    [BibTeX] [Download PDF]
    @InProceedings{mihaylov-nakov:2016:P16-2,
    author = {Mihaylov, Todor and Nakov, Preslav},
    title = {Hunting for troll comments in news community forums},
    booktitle = {Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics},
    series = {ACL~'16},
    month = {August},
    year = {2016},
    address = {Berlin, Germany},
    pages = {399--405},
    url = {http://anthology.aclweb.org/P16-2065}
    }
  • H. Sajjad, F. Guzmán, N. Durrani, A. Abdelali, H. Bouamor, I. P. Temnikova, and S. Vogel, “Eyes don’t lie: predicting machine translation quality using eye movement.,” in Proceedings of the 15th annual conference of the north american chapter of the association of computational linguistics: human language technologies (naacl-hlt), 2016.
    [BibTeX]
    @inproceedings{sajjad2016eyes,
    title={Eyes Don't Lie: Predicting Machine Translation Quality Using Eye Movement.},
    author={Sajjad, Hassan and Guzm{\'a}n, Francisco and Durrani, Nadir and Abdelali, Ahmed and Bouamor, Houda and Temnikova, Irina P and Vogel, Stephan},
    booktitle={Proceedings of the 15th Annual Conference of the North American Chapter of the
    Association of Computational Linguistics: Human Language Technologies (NAACL-HLT)},
    year={2016},
    location = {San Diego, US},
    month = {June},
    }
  • A. Barrón-Cedeño, D. Bonadiman, G. Da San Martino, S. Joty, A. Moschitti, F. A. Al Obaidli, S. Romeo, K. Tymoshenko, and A. Uva, “Convkn at semeval-2016 task 3: answer and question selection for question answering on arabic and english fora,” Proceedings of semeval-2016, p. 896–903, 2016.
    [BibTeX] [Download PDF]
    @article{barron2016convkn,
    title="ConvKN at SemEval-2016 Task 3: Answer and question selection for question answering on Arabic and English fora",
    author="Barr{\'o}n-Cede{\~n}o, Alberto and
    Bonadiman, Daniele and
    Da San Martino, Giovanni and
    Joty, Shafiq and
    Moschitti, Alessandro and
    Al Obaidli, Fahad A and
    Romeo, Salvatore and
    Tymoshenko, Kateryna and
    Uva, Antonio",
    journal="Proceedings of SemEval-2016",
    pages="896--903",
    year="2016",
    publisher="Association for Computational Linguistics",
    url  = "https://aclweb.org/anthology/papers/S/S16/S16-1138/"
    }
  • K. Darwish and H. Mubarak, “Farasa: a new fast and accurate arabic word segmenter,” in Proceedings of the tenth international conference on language resources and evaluation (lrec 2016), 2016.
    [BibTeX]
    @inproceedings{darwish2016farasa,
    title={Farasa: A New Fast and Accurate Arabic Word Segmenter},
    author={Darwish, Kareem and Mubarak, Hamdy},
    booktitle={Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC 2016)},
    year={2016},
    organization={European Language Resources Association (ELRA)}
    }
  • H. Mubarak and K. Darwish, “Demographic surveys of arab annotators on crowdflower,” in Weaving relations of trust in crowd work: transparency and reputation across platforms workshop, 2016.
    [BibTeX]
    @inproceedings{mubarak2016demographic,
    title={Demographic surveys of arab annotators on crowdflower},
    author={Mubarak, Hamdy and Darwish, Kareem},
    booktitle={Weaving Relations of Trust in Crowd Work: Transparency and Reputation across Platforms Workshop},
    year={2016}
    }
  • M. Eldesouki, F. Dalvi, H. Sajjad, and K. Darwish, “Qcri@ dsl 2016: spoken arabic dialect identification using textual features,” in Proceedings of the third workshop on nlp for similar languages, varieties and dialects (vardial3), 2016, p. 221–226.
    [BibTeX]
    @inproceedings{eldesouki2016qcri,
    title={Qcri@ dsl 2016: Spoken arabic dialect identification using textual features},
    author={Eldesouki, Mohamed and Dalvi, Fahim and Sajjad, Hassan and Darwish, Kareem},
    booktitle={Proceedings of the Third Workshop on NLP for Similar Languages, Varieties and Dialects (VarDial3)},
    pages={221--226},
    year={2016}
    }
  • D. Parsing, “Natural language processing,” in Proceedings of the acl workshop on statistical nlp and weighted automata (statfsm), 2016, p. 32–41.
    [BibTeX]
    @inproceedings{parsing2016natural,
    title={Natural language processing},
    author={Parsing, Dependency},
    booktitle={Proceedings of the ACL Workshop on Statistical NLP and Weighted Automata (StatFSM)},
    pages={32--41},
    year={2016}
    }
  • A. Abdelali, K. Darwish, N. Durrani, and H. Mubarak, “Farasa: a fast and furious segmenter for arabic,” in 15th annual conference of the north american chapter of the association for computational linguistics: human language technologies, 2016, p. 11–16.
    [BibTeX]
    @inproceedings{abdelali2016farasa,
    title={Farasa: A Fast and Furious Segmenter for Arabic},
    author={Abdelali, Ahmed and Darwish, Kareem and Durrani, Nadir and Mubarak, Hamdy},
    booktitle={15th Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
    pages={11--16},
    year={2016},
    organization={Association for Computational Linguistics}
    }
  • W. Magdy, K. Darwish, N. Abokhodair, A. Rahimi, and T. Baldwin, “\# isisisnotislam or\# deportallmuslims? predicting unspoken views,” in Proceedings of the 8th acm conference on web science, 2016, p. 95–106.
    [BibTeX]
    @inproceedings{magdy2016isisisnotislam,
    title={\# isisisnotislam or\# deportallmuslims? Predicting unspoken views},
    author={Magdy, Walid and Darwish, Kareem and Abokhodair, Norah and Rahimi, Afshin and Baldwin, Timothy},
    booktitle={Proceedings of the 8th ACM Conference on Web Science},
    pages={95--106},
    year={2016}
    }
  • A. Barrón-Cedeño, G. Da San Martino, S. Romeo, and A. Moschitti, “Selecting sentences versus selecting tree constituents for automatic question ranking,” in Proceedings of coling 2016, the 26th international conference on computational linguistics: technical papers, 2016, p. 2515–2525.
    [BibTeX] [Download PDF]
    @inproceedings{barron2016selecting,
    author="Barr{\'o}n-Cede\~no, Alberto and
    Da San Martino, Giovanni and
    Romeo, Salvatore and
    Moschitti, Alessandro",
    title="Selecting sentences versus selecting tree constituents for automatic question ranking",
    booktitle="Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: Technical Papers",
    pages="2515--2525",
    year="2016",
    url = "https://aclweb.org/anthology/papers/C/C16/C16-1237/"
    }
  • H. Mubarak and A. Abdelali, “Arabic to english person name transliteration using twitter,” in Proceedings of the tenth international conference on language resources and evaluation (lrec 2016), 2016, p. 351–355.
    [BibTeX]
    @inproceedings{mubarak2016arabic,
    title={Arabic to English Person Name Transliteration using Twitter},
    author={Mubarak, Hamdy and Abdelali, Ahmed},
    booktitle={Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC 2016)},
    pages={351--355},
    year={2016},
    organization={European Language Resources Association (ELRA)}
    }
  • A. Abdelali, N. Durrani, and F. Guzmán, “Iappraise: a manual machine translation evaluation environment,” in Proceedings of naacl-hlt 2016 (demonstrations), 2016, p. 17–21.
    [BibTeX]
    @inproceedings{abdelali2016iappraise,
    title={iAppraise: A Manual Machine Translation Evaluation Environment},
    author={Abdelali, Ahmed and Durrani, Nadir and Guzm{\'a}n, Francisco},
    booktitle={Proceedings of NAACL-HLT 2016 (Demonstrations)},
    pages={17--21},
    year={2016},
    organization={Association for Computational Linguistics}
    }
  • H. Sajjad, F. Guzmán, N. Durrani, A. Abdelali, H. Bouamor, I. Temnikova, and S. Vogel, “Eyes don’t lie: predicting machine translation quality using eye movement,” in Proceedings of the 2016 conference of the north american chapter of the association for computational linguistics: human language technologies, 2016, p. 1082–1088.
    [BibTeX]
    @inproceedings{sajjad2016eyes,
    title={Eyes Don't Lie: Predicting Machine Translation Quality Using Eye Movement},
    author={Sajjad, Hassan and Guzm{\'a}n, Francisco and Durrani, Nadir and Abdelali, Ahmed and Bouamor, Houda and Temnikova, Irina and Vogel, Stephan},
    booktitle={Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
    pages={1082--1088},
    year={2016}
    }
  • N. Doumi, A. Lehireche, D. Maurel, and A. Abdelali, “A semi-automatic and low cost approach to build scalable lemma-based lexical resources for arabic verbs,” International journal of information technology and computer science (ijitcs), vol. 8, iss. 1, 2016.
    [BibTeX]
    @article{doumi2016semi,
    title={A Semi-Automatic and Low Cost Approach to Build Scalable Lemma-based Lexical Resources for Arabic Verbs},
    author={Doumi, Noureddine and Lehireche, Ahmed and Maurel, Denis and Abdelali, Ahmed},
    journal={International Journal of Information Technology and Computer Science (IJITCS)},
    volume={8},
    number={1},
    year={2016}
    }
  • T. Mihaylov and P. Nakov, “SemanticZ at SemEval-2016 Task 3: ranking relevant answers in community question answering using semantic similarity based on fine-tuned word embeddings,” in Proceedings of the 10th international workshop on semantic evaluation, San Diego, California, USA, 2016, p. 879–886.
    [BibTeX]
    @InProceedings{SemEval2016:task3:SemanticZ,
    author = {Todor Mihaylov and Preslav Nakov},
    title = {{SemanticZ at SemEval-2016 Task 3}: Ranking Relevant Answers in Community Question Answering Using Semantic Similarity Based on Fine-tuned Word Embeddings},
    booktitle = {Proceedings of the 10th International Workshop on Semantic Evaluation},
    series = {SemEval~'16},
    year = {2016},
    address = {San Diego, California, USA},
    pages = {879--886},
    }
  • M. Hardalov, I. Koychev, and P. Nakov, “In search of credible news,” in Proceedings of the 17th international conference on artificial intelligence: methodology, systems, and applications, Varna, Bulgaria, 2016, p. 172–180. doi:10.1007/978-3-319-44748-3_17
    [BibTeX] [Download PDF]
    @Inproceedings{Hardalov2016,
    author="Hardalov, Momchil
    and Koychev, Ivan
    and Nakov, Preslav",
    editor="Dichev, Christo and Agre, Gennady",
    title="In Search of Credible News",
    bookTitle="Proceedings of the 17th International Conference on Artificial Intelligence: Methodology, Systems, and Applications",
    series = {AIMSA~'16},
    address = {Varna, Bulgaria},
    year="2016",
    publisher="Springer International Publishing",
    pages="172--180",
    isbn="978-3-319-44748-3",
    doi="10.1007/978-3-319-44748-3_17",
    url="https://doi.org/10.1007/978-3-319-44748-3_17",
    }
  • G. Da San Martino, A. Barrón Cedeño, S. Romeo, A. Uva, and A. Moschitti, “Learning to re-rank questions in community question answering using advanced features,” in Proceedings of the 25th acm international on conference on information and knowledge management, 2016, p. 1997–2000.
    [BibTeX]
    @inproceedings{da2016learning,
    author="Da San Martino, Giovanni and
    Barr{\'o}n Cede{\~n}o, Alberto and
    Romeo, Salvatore and
    Uva, Antonio and
    Moschitti, Alessandro",
    title="Learning to re-rank questions in community question answering using advanced features",
    booktitle="Proceedings of the 25th ACM International on Conference on Information and Knowledge Management",
    pages="1997--2000",
    year="2016",
    organization="ACM"
    }
  • G. {Da San Martino}, A. Barrón-Cedeño, S. Romeo, A. Moschitti, S. Joty, F. A. Al Obaidli, K. Tymoshenko, and A. Uva, “Addressing community question answering in english and arabic,” Arxiv preprint arxiv:1610.05522, 2016.
    [BibTeX] [Download PDF]
    @article{martino2016addressing,
    author="{Da San Martino}, Giovanni and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    Romeo, Salvatore and
    Moschitti, Alessandro and
    Joty, Shafiq and
    Al Obaidli, Fahad A and
    Tymoshenko, Kateryna and
    Uva, Antonio",
    title="Addressing Community Question Answering in English and Arabic",
    journal="arXiv preprint arXiv:1610.05522",
    year="2016",
    url="http://disi.unitn.it/moschitti/since2013/2016_SIGIR_Da-San-Martino_CQA-English-Arabic.pdf"
    }
  • A. Ali, P. Bell, J. Glass, Y. Messaoui, H. Mubarak, S. Renals, and Y. Zhang, “The mgb-2 challenge: arabic multi-dialect broadcast media recognition,” in 2016 ieee spoken language technology workshop (slt), 2016, p. 279–284.
    [BibTeX]
    @inproceedings{ali2016mgb,
    title={The MGB-2 challenge: Arabic multi-dialect broadcast media recognition},
    author={Ali, Ahmed and Bell, Peter and Glass, James and Messaoui, Yacine and Mubarak, Hamdy and Renals, Steve and Zhang, Yifan},
    booktitle={2016 IEEE Spoken Language Technology Workshop (SLT)},
    pages={279--284},
    year={2016},
    organization={IEEE}
    }

2015

  • N. Durrani, H. Sajjad, Joty Shafiq, A. Abdelali, and S. Vogel, “Using joint models for domain adaptation in statistical machine translation,” in Proceedings of the 15th machine translation summit (mt summit xv), Florida, USA, 2015.
    [BibTeX]
    @inproceedings{durraniEtAl:MT-Summit2015,
    address = {Florida, USA},
    author = {Durrani, Nadir and Sajjad, Hassan and Joty, Shafiq, and Abdelali, Ahmed and Vogel, Stephan},
    booktitle = {Proceedings of the 15th Machine Translation Summit (MT Summit XV)},
    title = {Using Joint Models for Domain Adaptation in Statistical Machine Translation},
    Month = {November},
    year = {2015},
    }
  • S. Joty, A. Barrón-Cedeño, G. Da San Martino, S. Filice, L. Màrquez, A. Moschitti, and P. Nakov, “Global thread-level inference for comment classification in community question answering,” in Proceedings of the 2015 conference on empirical methods in natural language processing, Lisbon, Portugal, 2015, p. 573–578. doi:10.18653/v1/D15-1068
    [BibTeX] [Download PDF]
    @inproceedings{joty-etal-2015-global,
    title = "Global Thread-level Inference for Comment Classification in Community Question Answering",
    author = "Joty, Shafiq and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    Da San Martino, Giovanni and
    Filice, Simone and
    M{\`a}rquez, Llu{\'\i}s and
    Moschitti, Alessandro and
    Nakov, Preslav",
    booktitle = "Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing",
    month = "September",
    year = "2015",
    address = "Lisbon, Portugal",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/D15-1068",
    doi = "10.18653/v1/D15-1068",
    pages = "573--578",
    }
  • T. Mihaylov, I. Koychev, G. Georgiev, and P. Nakov, “Exposing paid opinion manipulation trolls,” in Proceedings of the international conference recent advances in natural language processing, Hissar, Bulgaria, 2015, p. 443–450.
    [BibTeX] [Download PDF]
    @inproceedings{Mihaylov2015ExposingPO,
    author = {Mihaylov, Todor and Koychev, Ivan and Georgiev, Georgi and Nakov, Preslav},
    title = {Exposing paid opinion manipulation trolls},
    booktitle = {Proceedings of the International Conference Recent Advances in Natural Language Processing},
    series = {RANLP~'15},
    month = {September},
    year = {2015},
    address = {Hissar, Bulgaria},
    publisher = {INCOMA Ltd. Shoumen, BULGARIA},
    pages = {443--450},
    url = {http://www.aclweb.org/anthology/R15-1058}
    }
  • S. Joty, H. Sajjad, N. Durrani, K. Al-Mannai, A. Abdelali, and S. Vogel, “How to Avoid Unwanted Pregnancies: Domain Adaptation using Neural Network Models,” in Proceedings of the conference on empirical methods in natural language processing (emnlp), Lisbon, Portugal, 2015.
    [BibTeX]
    @InProceedings{joty-etAL:2015:EMNLP,
    author = {Joty, Shafiq and Sajjad, Hassan and Durrani, Nadir and Al-Mannai, Kamla and Abdelali, Ahmed and Vogel, Stephan},
    title = "{How to Avoid Unwanted Pregnancies: Domain Adaptation using Neural Network Models}",
    booktitle = {Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)},
    month = {September},
    year = {2015},
    address = {Lisbon, Portugal},
    }
  • A. Rafae, A. Qayyum, M. M. Uddin, A. Karim, H. Sajjad, and F. Kamiran, “An unsupervised method for discovering lexical variations in roman Urdu informal text.,” in Proceedings of the conference on empirical methods in natural language processing (emnlp), 2015.
    [BibTeX]
    @inproceedings{rafae2015unsupervised,
    title={An Unsupervised Method for Discovering Lexical Variations in Roman {Urdu} Informal Text.},
    author={Rafae, Abdul and Qayyum, Abdul and Uddin, Muhammad Moeen and Karim, Asim and Sajjad, Hassan and Kamiran, Faisal},
    booktitle={Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)},
    location ={Lisbon, Portugal},
    year={2015},
    month={September},
    }
  • T. Mihaylov, G. Georgiev, and P. Nakov, “Finding opinion manipulation trolls in news community forums,” in Proceedings of the nineteenth conference on computational natural language learning, Beijing, China, 2015, p. 310–314.
    [BibTeX] [Download PDF]
    @inproceedings{Mihaylov2015FindingOM,
    author = {Mihaylov, Todor and Georgiev, Georgi and Nakov, Preslav},
    title = {Finding opinion manipulation trolls in news community forums},
    booktitle = {Proceedings of the Nineteenth Conference on Computational Natural Language Learning},
    series = {CoNLL~'15},
    month = {July},
    year = {2015},
    address = {Beijing, China},
    pages = {310--314},
    url = {http://www.aclweb.org/anthology/K15-1032}
    }
  • H. Bouamor, H. Sajjad, N. Durrani, and K. Oflazer, “Qcmuq@qalb-2015 shared task: combining character level mt and error-tolerant finite-state recognition for arabic spelling correction,” in Proceedings of the workshop of arabic natural language processing (anlp), 2015.
    [BibTeX]
    @InProceedings{bouamor:anlp15,
    title={QCMUQ@QALB-2015 Shared Task: Combining Character level MT and Error-tolerant Finite-State Recognition for Arabic
    Spelling Correction},
    author={Houda Bouamor and Hassan Sajjad and Nadir Durrani and Kemal Oflazer},
    booktitle={Proceedings of the Workshop of Arabic Natural Language Processing (ANLP)},
    year={2015},
    month={July},
    location={Beijing, China},
    }
  • H. Sajjad, N. Durrani, F. Guzman, P. Nakov, A. Abdelali, S. Vogel, W. Salloum, A. E. Kholy, and N. Habash, “QCN Egyptian Arabic to English Machine Translation System for NIST OpenMT15,” in Workshop of nist openmt15, 2015.
    [BibTeX]
    @InProceedings{sajjad:nist15,
    title={{QCN Egyptian Arabic to English Machine
    Translation System for NIST OpenMT15}},
    author={Hassan Sajjad and Nadir Durrani and Francisco Guzman and Preslav Nakov and Ahmed Abdelali and Stephan Vogel and
    Wael Salloum and Ahmed El Kholy and Nizar Habash},
    booktitle={Workshop of NIST OpenMT15},
    location = {Washington DC, US},
    month={June},
    year={2015},
    }
  • M. Nicosia, S. Filice, A. Barrón-Cedeño, I. Saleh, H. Mubarak, W. Gao, P. Nakov, G. Da San Martino, A. Moschitti, K. Darwish, L. Màrquez, S. Joty, and W. Magdy, “Qcri: answer selection for community question answering – experiments for arabic and english,” in Proceedings of the 9th international workshop on semantic evaluation (semeval 2015), Denver, Colorado, 2015, p. 203–209. doi:10.18653/v1/S15-2036
    [BibTeX] [Download PDF]
    @inproceedings{nicosia-etal-2015-qcri,
    title = "QCRI: Answer Selection for Community Question Answering - Experiments for Arabic and English",
    author = "Nicosia, Massimo and
    Filice, Simone and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    Saleh, Iman and
    Mubarak, Hamdy and
    Gao, Wei and
    Nakov, Preslav and
    Da San Martino, Giovanni and
    Moschitti, Alessandro and
    Darwish, Kareem and
    M{\`a}rquez, Llu{\'\i}s and
    Joty, Shafiq and
    Magdy, Walid",
    booktitle = "Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval 2015)",
    month = "June",
    year = "2015",
    address = "Denver, Colorado",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/S15-2036",
    doi = "10.18653/v1/S15-2036",
    pages = "203--209",
    }
  • W. Magdy, H. Sajjad, T. El-Ganainy, and F. Sebastiani, “Distant supervision for tweet classification using youtube labels,” in Proceedings of the ninth international aaai conference on web and social media (icwsm), 2015.
    [BibTeX]
    @inproceedings{magdy2015distant,
    title={Distant Supervision for Tweet Classification Using YouTube Labels},
    author={Magdy, Walid and Sajjad, Hassan and El-Ganainy, Tarek and Sebastiani, Fabrizio},
    booktitle={Proceedings of the Ninth International AAAI Conference on Web and Social Media (ICWSM)},
    location={Oxford, UK},
    month ={May},
    year={2015},
    }
  • I. Bensalem, I. Boukhalfa, P. Rosso, L. Abouenour, K. Darwish, and S. Chikhi, “Overview of the araplagdet pan@fire2015 shared task on arabic plagiarism detection,” Notebook papers of fire 2015, vol. 1587, 2015.
    [BibTeX]
    @article{bensalem2015overview,
    title={Overview of the AraPlagDet PAN@FIRE2015 Shared Task on Arabic Plagiarism Detection},
    author={Bensalem, Imene and Boukhalfa, Imene and Rosso, Paolo and Abouenour, Lahsen and Darwish, Kareem and Chikhi, Salim},
    journal={Notebook Papers of FIRE 2015},
    volume={1587},
    year={2015}
    }
  • N. Habash, S. Vogel, and K. Darwish, “Proceedings of the second workshop on arabic natural language processing,” in Proceedings of the second workshop on arabic natural language processing, 2015.
    [BibTeX]
    @inproceedings{habash2015proceedings,
    title={Proceedings of the Second Workshop on Arabic Natural Language Processing},
    author={Habash, Nizar and Vogel, Stephan and Darwish, Kareem},
    booktitle={Proceedings of the Second Workshop on Arabic Natural Language Processing},
    year={2015}
    }
  • A. Barrón-Cedeño, C. España-Bonet, J. Boldoba, and L. Màrquez, “A factory of comparable corpora from Wikipedia,” in Proceedings of the eighth workshop on building and using comparable corpora, 2015, p. 3–13.
    [BibTeX]
    @inproceedings{barron2015factory,
    author="Barr{\'o}n-Cede{\~n}o, Alberto and
    Espa{\~n}a-Bonet, Cristina and
    Boldoba, Josu and
    M{\`a}rquez, Llu{\'\i}s",
    title="{A factory of comparable corpora from Wikipedia}",
    booktitle="Proceedings of the Eighth Workshop on Building and Using Comparable Corpora",
    pages="3--13",
    year="2015"
    }
  • W. Magdy, H. Sajjad, T. El-Ganainy, and F. Sebastiani, “Bridging social media via distant supervision,” Social network analysis and mining, vol. 35, iss. 5, 2015.
    [BibTeX]
    @article{madgy2015:SNAM,
    journal = {Social Network Analysis and Mining},
    title = {Bridging social media via distant supervision},
    author = {Magdy, Walid and Sajjad, Hassan and El-Ganainy, Tarek and Sebastiani, Fabrizio},
    year = {2015},
    volume = {35},
    number = {5},
    }
  • K. Darwish and W. Magdy, “Attitudes towards refugees in light of the paris attacks,” Arxiv preprint arxiv:1512.04310, 2015.
    [BibTeX]
    @article{darwish2015attitudes,
    title={Attitudes towards refugees in light of the Paris attacks},
    author={Darwish, Kareem and Magdy, Walid},
    journal={arXiv preprint arXiv:1512.04310},
    year={2015}
    }
  • S. Wray, H. Mubarak, and A. Ali, “Best practices for crowdsourcing dialectal arabic speech transcription,” in Proceedings of the second workshop on arabic natural language processing, 2015, p. 99–107.
    [BibTeX]
    @inproceedings{wray2015best,
    title={Best practices for crowdsourcing dialectal arabic speech transcription},
    author={Wray, Samantha and Mubarak, Hamdy and Ali, Ahmed},
    booktitle={Proceedings of the Second Workshop on Arabic Natural Language Processing},
    pages={99--107},
    year={2015}
    }
  • Y. Belinkov, A. Barrón-Cedeno, and H. Mubarak, “Answer selection in arabic community question answering: a feature-rich approach,” in Proceedings of the second workshop on arabic natural language processing, 2015, p. 183–190.
    [BibTeX]
    @inproceedings{belinkov2015answer,
    title={Answer selection in arabic community question answering: A feature-rich approach},
    author={Belinkov, Yonatan and Barr{\'o}n-Cedeno, Alberto and Mubarak, Hamdy},
    booktitle={Proceedings of the second workshop on arabic natural language processing},
    pages={183--190},
    year={2015}
    }
  • W. Magdy, K. Darwish, and N. Abokhodair, “Quantifying public response towards islam on twitter after paris attacks,” Arxiv preprint arxiv:1512.04570, 2015.
    [BibTeX]
    @article{magdy2015quantifying,
    title={Quantifying public response towards Islam on Twitter after Paris attacks},
    author={Magdy, Walid and Darwish, Kareem and Abokhodair, Norah},
    journal={arXiv preprint arXiv:1512.04570},
    year={2015}
    }
  • Y. Zhang, C. Li, R. Barzilay, and K. Darwish, “Randomized greedy inference for joint segmentation, pos tagging and dependency parsing,” in Proceedings of the 2015 conference of the north american chapter of the association for computational linguistics: human language technologies, 2015, p. 42–52.
    [BibTeX]
    @inproceedings{zhang2015randomized,
    title={Randomized greedy inference for joint segmentation, POS tagging and dependency parsing},
    author={Zhang, Yuan and Li, Chengtao and Barzilay, Regina and Darwish, Kareem},
    booktitle={Proceedings of the 2015 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
    pages={42--52},
    year={2015}
    }
  • W. Magdy, K. Darwish, and I. Weber, “” i like isis, but i want to watch chris nolan’s new movie” exploring isis supporters on twitter,” in Proceedings of the 26th acm conference on hypertext & social media, 2015, p. 321–322.
    [BibTeX]
    @inproceedings{magdy2015like,
    title={" I like ISIS, but I want to watch Chris Nolan's new movie" Exploring ISIS Supporters on Twitter},
    author={Magdy, Walid and Darwish, Kareem and Weber, Ingmar},
    booktitle={Proceedings of the 26th ACM Conference on Hypertext \& Social Media},
    pages={321--322},
    year={2015}
    }
  • H. Mubarak and K. Darwish, “Classifying arab names geographically,” in Proceedings of the second workshop on arabic natural language processing, 2015, p. 1–8.
    [BibTeX]
    @inproceedings{mubarak2015classifying,
    title={Classifying Arab Names Geographically},
    author={Mubarak, Hamdy and Darwish, Kareem},
    booktitle={Proceedings of the Second Workshop on Arabic Natural Language Processing},
    pages={1--8},
    year={2015}
    }
  • A. Barrón-Cedeño, S. Filice, G. Da San Martino, S. Joty, L. Màrquez, P. Nakov, and A. Moschitti, “Thread-level information for comment classification in community question answering,” in Proceedings of the 53rd annual meeting of the association for computational linguistics and the 7th international joint conference on natural language processing (volume 2: short papers), 2015, p. 687–693.
    [BibTeX] [Download PDF]
    @inproceedings{barron2015thread,
    author="Barr{\'o}n-Cede{\~n}o, Alberto and
    Filice, Simone and
    Da San Martino, Giovanni and
    Joty, Shafiq and
    M{\`a}rquez, Llu{\'i}s and
    Nakov, Preslav and
    Moschitti, Alessandro",
    title="Thread-level information for comment classification in community question answering",
    booktitle="Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing (Volume 2: Short Papers)",
    volume="2",
    pages="687--693",
    year="2015",
    url = "https://aclweb.org/anthology/papers/P/P15/P15-2113/"
    }
  • W. Magdy, K. Darwish, and I. Weber, “\# failedrevolutions: using twitter to study the antecedents of isis support,” Arxiv preprint arxiv:1503.02401, 2015.
    [BibTeX]
    @article{magdy2015failedrevolutions,
    title={\# failedrevolutions: Using twitter to study the antecedents of isis support},
    author={Magdy, Walid and Darwish, Kareem and Weber, Ingmar},
    journal={arXiv preprint arXiv:1503.02401},
    year={2015}
    }
  • J. Borge-Holthoefer, W. Magdy, K. Darwish, and I. Weber, “Content and network dynamics behind egyptian political polarization on twitter,” in Proceedings of the 18th acm conference on computer supported cooperative work & social computing, 2015, p. 700–711.
    [BibTeX]
    @inproceedings{borge2015content,
    title={Content and network dynamics behind Egyptian political polarization on Twitter},
    author={Borge-Holthoefer, Javier and Magdy, Walid and Darwish, Kareem and Weber, Ingmar},
    booktitle={Proceedings of the 18th ACM Conference on Computer Supported Cooperative Work \& Social Computing},
    pages={700--711},
    year={2015}
    }
  • G. Francisco, A. Abdelali, I. Temnikova, H. Sajjad, and S. Vogel, “How do humans evaluate machine translation,” in Proceedings of the tenth workshop on statistical machine translation. lisboa, portugal, 2015, p. 457–466.
    [BibTeX]
    @inproceedings{francisco2015humans,
    title={How do Humans Evaluate Machine Translation},
    author={Francisco, Guzm{\'a}n and Abdelali, Ahmed and Temnikova, Irina and Sajjad, Hassan and Vogel, Stephan},
    booktitle={Proceedings of the Tenth Workshop on Statistical Machine Translation. Lisboa, Portugal},
    pages={457--466},
    year={2015},
    organization={Association for Computational Linguistics}
    }
  • H. S. Shafiq Joty, N. Durrani, K. Al-Mannai, A. Abdelali, and S. Vogel, “How to avoid unwanted pregnancies: domain adaptation using neural network models,” in Emnlp, 2015.
    [BibTeX]
    @inproceedings{shafiq2015avoid,
    title={How to Avoid Unwanted Pregnancies: Domain Adaptation using Neural Network Models},
    author={Shafiq Joty, Hassan Sajjad and Durrani, Nadir and Al-Mannai, Kamla and Abdelali, Ahmed and Vogel, Stephan},
    booktitle={EMNLP},
    year={2015}
    }
  • H. Mubarak, K. Darwish, and A. Abdelali, “Qcri $@$ qalb-2015 shared task: correction of arabic text for native and non-native speakers’ errors,” in Proceedings of the second workshop on arabic natural language processing, 2015, p. 150–154.
    [BibTeX]
    @inproceedings{mubarak2015qcri,
    title={QCRI $@$ QALB-2015 Shared Task: Correction of Arabic Text for Native and Non-Native Speakers’ Errors},
    author={Mubarak, Hamdy and Darwish, Kareem and Abdelali, Ahmed},
    booktitle={Proceedings of the Second Workshop on Arabic Natural Language Processing},
    pages={150--154},
    year={2015}
    }
  • A. Abdelali, A. Ali, F. Guzmán, F. Stahlberg, S. Vogel, and Y. Zhang, “Qat2—the qcri advanced transcription and translation system,” in Sixteenth annual conference of the international speech communication association, 2015.
    [BibTeX]
    @inproceedings{abdelali2015qat2,
    title={QAT2—The QCRI Advanced Transcription and Translation System},
    author={Abdelali, Ahmed and Ali, Ahmed and Guzm{\'a}n, Francisco and Stahlberg, Felix and Vogel, Stephan and Zhang, Yifan},
    booktitle={Sixteenth Annual Conference of the International Speech Communication Association},
    year={2015}
    }
  • H. Sajjad, N. Durrani, F. Guzman, P. Nakov, A. Abdelali, S. Vogel, W. Salloum, A. El Kholy, and N. Habash, “The qcn egyptian arabic to english statistical machine translation system for nist openmt’2015,” in Openmt’2015, 2015.
    [BibTeX]
    @inproceedings{sajjad2015qcn,
    title={The QCN Egyptian Arabic to English Statistical Machine Translation System for NIST OpenMT’2015},
    author={Sajjad, Hassan and Durrani, Nadir and Guzman, Francisco and Nakov, Preslav and Abdelali, Ahmed and Vogel, Stephan and Salloum, Wael and El Kholy, Ahmed and Habash, Nizar},
    booktitle={OpenMT’2015},
    year={2015}
    }
  • H. Sajjad, N. Durrani, F. Guzman, P. Nakov, A. Abdelali, S. Vogel, W. Salloum, A. El Kholy, and N. Habash, “Qcn system description for nist openmt15,” , 2015.
    [BibTeX]
    @article{sajjad2015qcn,
    title={QCN System Description for NIST OpenMT15},
    author={Sajjad, Hassan and Durrani, Nadir and Guzman, Francisco and Nakov, Preslav and Abdelali, Ahmed and Vogel, Stephan and Salloum, Wael and El Kholy, Ahmed and Habash, Nizar},
    year={2015}
    }
  • L. Formiga, A. Barrón-Cedeño, L. Màrquez, C. A. Henr{‘i}quez, and J. B. Mariño, “Leveraging online user feedback to improve statistical machine translation,” Journal of artificial intelligence research, vol. 54, p. 159–192, 2015.
    [BibTeX] [Download PDF]
    @article{formiga2015leveraging,
    author="Formiga, Llu{\'\i}s and
    Barr{\'o}n-Cede\~no, Alberto and
    M{\`a}rquez, Llu{\'i}s and
    Henr{\'\i}quez, Carlos A. and
    Mari{\~n}o, Jos{\'e} B.",
    title="Leveraging online user feedback to improve statistical machine translation",
    journal="Journal of Artificial Intelligence Research",
    volume="54",
    pages="159--192",
    year="2015",
    url = "https://dl.acm.org/citation.cfm?id=2910562"
    }
  • E. Flores, A. Barrón-Cedeño, L. Moreno, and P. Rosso, “Cross-language source code re-use detection using latent semantic analysis,” J. ucs, vol. 21, iss. 13, p. 1708–1725, 2015.
    [BibTeX] [Download PDF]
    @article{flores2015cross,
    author="Flores, Enrique and
    Barr{\'o}n-Cede{\~n}o, Alberto and
    Moreno, Lidia and
    Rosso, Paolo",
    title="Cross-Language Source Code Re-Use Detection Using Latent Semantic Analysis",
    journal="J. UCS",
    volume="21",
    number="13",
    pages="1708--1725",
    year="2015",
    url="http://www.jucs.org/jucs_21_13/cross_language_source_code/jucs_21_13_1708_1725_flores.pdf"
    }
  • M. Nicosia, S. Filice, A. Barrón-Cedeno, I. Saleh, H. Mubarak, W. Gao, P. Nakov, G. D. S. MARTINO, A. Moschitti, K. Darwish, and others, “Qcri: answer selection for community question answering-experiment for arabic and english.” 2015.
    [BibTeX]
    @inproceedings{nicosia2015qcri,
    title={QCRI: Answer selection for community question answering-Experiment for Arabic and English},
    author={Nicosia, Massimo and Filice, Simone and Barr{\'o}n-Cedeno, Alberto and Saleh, Iman and Mubarak, Hamdy and Gao, Wei and Nakov, Preslav and MARTINO, Giovanni Da San and Moschitti, Alessandro and Darwish, Kareem and others},
    year={2015},
    organization={Association for Computational Linguistics}
    }

2014

  • K. Al-Mannai, H. Sajjad, A. Khader, F. Al Obaidli, P. Nakov, and S. Vogel, “Unsupervised word segmentation improves dialectal Arabic to English machine translation,” in Proceedings of the workshop of arabic natural language processing (anlp), 2014.
    [BibTeX]
    @inproceedings{kamla:anlp2014,
    title={Unsupervised word segmentation improves dialectal {Arabic to English} machine translation},
    author={Al-Mannai, Kamla and Sajjad, Hassan and Khader, Alaa and Al Obaidli, Fahad and Nakov, Preslav and Vogel, Stephan},
    booktitle={Proceedings of the Workshop of Arabic Natural Language Processing (ANLP)},
    year={2014},
    month={October},
    location={Doha, Qatar},
    }
  • K. Darwish, H. Sajjad, and H. Mubarak, “Verifiably effective arabic dialect identification.,” in Proceedings of the conference on empirical methods in natural language processing (emnlp), 2014.
    [BibTeX]
    @inproceedings{darwish2014verifiably,
    title={Verifiably Effective Arabic Dialect Identification.},
    author={Darwish, Kareem and Sajjad, Hassan and Mubarak, Hamdy},
    booktitle={Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)},
    year={2014},
    month={October},
    location={Doha, Qatar},
    }
  • A. Abdelali, F. Guzman, H. Sajjad, and S. Vogel, “The AMARA corpus: building parallel language resources for the educational domain,” in Proceedings of the 9th international conference on language resources and evaluation (lrec), Reykjavik, Iceland, 2014.
    [BibTeX]
    @InProceedings{Abdelali_2014_lrec,
    author = {Ahmed Abdelali and Francisco Guzman and Hassan Sajjad and Stephan Vogel},
    title = {The {AMARA} Corpus: Building Parallel Language Resources for the Educational Domain},
    booktitle = {Proceedings of the 9th International Conference on Language Resources and Evaluation (LREC)},
    year = {2014},
    month = {May},
    address = {Reykjavik, Iceland},
    }
  • M. Moeen Uddin, M. Imran, and H. Sajjad, “Understanding types of users on Twitter,” in Proceedings of the 6th ase international conference in social computing (socialcom), 2014.
    [BibTeX]
    @InProceedings{uddin:socialcom2014,
    author = {Moeen Uddin, Mohammad and Imran, Mohammad and Sajjad, Hassan},
    title = {Understanding Types of Users on {T}witter},
    booktitle = {Proceedings of the 6th ASE International Conference in Social Computing (SocialCom)},
    month = {May},
    year = {2014},
    location = {Stanford, USA},
    }
  • N. Durrani, H. Sajjad, H. Hoang, and P. Koehn, “Integrating an Unsupervised Transliteration Model into Statistical Machine Translation,” in Proceedings of the 15th conference of the european chapter of the acl (eacl), Gothenburg, Sweden, 2014.
    [BibTeX]
    @InProceedings{durrani-EtAl:2014:EACL,
    author = {Durrani, Nadir and Sajjad, Hassan and Hoang, Hieu and Koehn, Philipp},
    title = "{Integrating an Unsupervised Transliteration Model into Statistical Machine Translation}",
    booktitle = {Proceedings of the 15th Conference of the European Chapter of the ACL (EACL)},
    month = {April},
    year = {2014},
    address = {Gothenburg, Sweden},
    }
  • N. Tourani and A. Abdelali, “Strategy stories of annual reports: case of sears canada incorporation,” in Society of business research conference – march 20-22, 2014, phoenix az., 2014.
    [BibTeX]
    @inproceedings{tourani2014strategy,
    title={Strategy Stories of Annual Reports: Case of Sears Canada Incorporation},
    author={Tourani, Nazanin and Abdelali, Ahmed},
    booktitle={Society of Business Research Conference - March 20-22, 2014, Phoenix AZ.},
    year={2014}
    }
  • H. Mubarak and K. Darwish, “Using twitter to collect a multi-dialectal corpus of arabic,” in Proceedings of the emnlp 2014 workshop on arabic natural language processing (anlp), 2014, p. 1–7.
    [BibTeX]
    @inproceedings{mubarak2014using,
    title={Using Twitter to collect a multi-dialectal corpus of Arabic},
    author={Mubarak, Hamdy and Darwish, Kareem},
    booktitle={Proceedings of the EMNLP 2014 Workshop on Arabic Natural Language Processing (ANLP)},
    pages={1--7},
    year={2014}
    }
  • K. Darwish and W. Gao, “Simple effective microblog named entity recognition: arabic as an example,” in International conference on language resources and evaluation, 2014.
    [BibTeX]
    @inproceedings{darwish2014simple,
    title={Simple Effective Microblog Named Entity Recognition: Arabic as an Example},
    author={Darwish, Kareem and Gao, Wei},
    booktitle={International Conference on Language Resources and Evaluation},
    year={2014}
    }
  • J. Borge-holthoefer, W. Magdy, K. Darwish, and I. Weber, “Structural and semantic evolution of egyptian political polarization on twitter,” in Qatar foundation annual research conference proceedings volume 2014 issue 1, 2014, p. SSPP0757.
    [BibTeX]
    @inproceedings{borge2014structural,
    title={Structural And Semantic Evolution Of Egyptian Political Polarization On Twitter},
    author={Borge-holthoefer, Javier and Magdy, Walid and Darwish, Kareem and Weber, Ingmar},
    booktitle={Qatar Foundation Annual Research Conference Proceedings Volume 2014 Issue 1},
    volume={2014},
    number={1},
    pages={SSPP0757},
    year={2014},
    organization={Hamad bin Khalifa University Press (HBKU Press)}
    }
  • H. Mubarak and K. Darwish, “Automatic correction of arabic text: a cascaded approach,” in Proceedings of the emnlp 2014 workshop on arabic natural language processing (anlp), 2014, p. 132–136.
    [BibTeX]
    @inproceedings{mubarak2014automatic,
    title={Automatic correction of arabic text: a cascaded approach},
    author={Mubarak, Hamdy and Darwish, Kareem},
    booktitle={Proceedings of the EMNLP 2014 Workshop on Arabic Natural Language Processing (ANLP)},
    pages={132--136},
    year={2014}
    }
  • K. Darwish, A. Abdelali, and H. Mubarak, “Using stem-templates to improve arabic pos and gender/number tagging.,” in Lrec, 2014, p. 2926–2931.
    [BibTeX]
    @inproceedings{darwish2014using,
    title={Using Stem-Templates to Improve Arabic POS and Gender/Number Tagging.},
    author={Darwish, Kareem and Abdelali, Ahmed and Mubarak, Hamdy},
    booktitle={LREC},
    pages={2926--2931},
    year={2014}
    }
  • K. Darwish, H. Sajjad, and H. Mubarak, “Verifiably effective arabic dialect identification,” in Proceedings of the 2014 conference on empirical methods in natural language processing (emnlp), 2014, p. 1465–1468.
    [BibTeX]
    @inproceedings{darwish2014verifiably,
    title={Verifiably effective arabic dialect identification},
    author={Darwish, Kareem and Sajjad, Hassan and Mubarak, Hamdy},
    booktitle={Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
    pages={1465--1468},
    year={2014}
    }
  • H. Hassan and K. Darwish, “Statistical machine translation,” in Natural language processing of semitic languages, Springer, berlin, heidelberg, 2014, p. 199–219.
    [BibTeX]
    @incollection{hassan2014statistical,
    title={Statistical machine translation},
    author={Hassan, Hany and Darwish, Kareem},
    booktitle={Natural Language Processing of Semitic Languages},
    pages={199--219},
    year={2014},
    publisher={Springer, Berlin, Heidelberg}
    }
  • K. Darwish and W. Magdy, Arabic information retrievalNow publishers inc, 2014.
    [BibTeX]
    @misc{darwish2014arabic,
    title={Arabic Information Retrieval},
    author={Darwish, Kareem and Magdy, Walid},
    journal={Foundations and Trends in Information Retrieval},
    volume={7},
    number={4},
    pages={239--342},
    year={2014},
    publisher={Now Publishers Inc}
    }
  • K. L. Hacker, A. Abdelali, J. Johnston, and D. Boje, Analyzng iranian leaders’ conflict framing with leximancer atomated text analysisProgress, 2014.
    [BibTeX]
    @misc{hacker2014analyzng,
    title={Analyzng iranian leaders’ conflict framing with Leximancer Atomated Text Analysis},
    author={Hacker, Kenneth L and Abdelali, Ahmed and Johnston, Jennifer and Boje, David},
    year={2014},
    publisher={Progress}
    }
  • K. Darwish, A. M. Ali, and A. Abdelali, “Query term expansion by automatic learning of morphological equivalence patterns from wikipedia,” in Sigir 2014 workshop on semantic matching in information retrieval (smir), 2014, p. 24–29.
    [BibTeX]
    @inproceedings{darwish2014query,
    title={Query Term Expansion by Automatic Learning of Morphological Equivalence Patterns from Wikipedia},
    author={Darwish, Kareem and Ali, Ahmed M. and Abdelali, Ahmed},
    booktitle={SIGIR 2014 Workshop on Semantic Matching in Information Retrieval (SMIR)},
    volume={1204},
    pages={24--29},
    year={2014},
    organization={CEUR-WS}
    }
  • Y. O. Elhadj, A. Abdelali, R. Bouziane, and A. H. Ammar, “Revisiting arabic part of speech tagsets,” in 2014 ieee/acs 11th international conference on computer systems and applications (aiccsa), 2014, p. 793–802.
    [BibTeX]
    @inproceedings{elhadj2014revisiting,
    title={Revisiting Arabic part of speech tagsets},
    author={Elhadj, Yahya OM and Abdelali, Ahmed and Bouziane, Rachid and Ammar, Adel H},
    booktitle={2014 IEEE/ACS 11th International Conference on Computer Systems and Applications (AICCSA)},
    pages={793--802},
    year={2014},
    organization={IEEE}
    }
  • E. Mahmoud Ba, A. Vashist, I. Temnikova, A. Abdelali, and F. Guzmán, “Translation and transcription of educational videos,” in Qatar foundation annual research conference, 2014, p. ITSP1067.
    [BibTeX]
    @inproceedings{mahmoud2014translation,
    title={Translation And Transcription Of Educational Videos},
    author={Mahmoud, Ba, Elsherif and Vashist, Arushi and Temnikova, Irina and Abdelali, Ahmed and Guzm{\'a}n, Francisco},
    booktitle={Qatar Foundation Annual Research Conference},
    number={1},
    pages={ITSP1067},
    year={2014}
    }
  • A. Abdelali, F. Guzman, H. Sajjad, and S. Vogel, “The amara corpus: building parallel language resources for the educational domain.,” in Lrec, 2014, p. 1044–1054.
    [BibTeX]
    @inproceedings{abdelali2014amara,
    title={The AMARA Corpus: Building Parallel Language Resources for the Educational Domain.},
    author={Abdelali, Ahmed and Guzman, Francisco and Sajjad, Hassan and Vogel, Stephan},
    booktitle={LREC},
    volume={14},
    pages={1044--1054},
    year={2014}
    }
  • A. Ali, H. Mubarak, and S. Vogel, “Advances in dialectal arabic speech recognition: a study using twitter to improve egyptian asr,” in International workshop on spoken language translation (iwslt 2014), 2014.
    [BibTeX]
    @inproceedings{ali2014advances,
    title={Advances in dialectal arabic speech recognition: A study using twitter to improve egyptian asr},
    author={Ali, Ahmed and Mubarak, Hamdy and Vogel, Stephan},
    booktitle={International Workshop on Spoken Language Translation (IWSLT 2014)},
    year={2014}
    }

2013

  • H. Sajjad, F. Guzmán, P. Nakov, A. Abdelali, K. Murray, F. A. Obaidli, and S. Vogel, “QCRI at IWSLT 2013: experiments in Arabic-English and English-Arabic spoken language translation,” in Proceedings of the 10th international workshop on spoken language technology (iwslt), 2013.
    [BibTeX]
    @InProceedings{sajjad-etal:iwslt13,
    author = {Hassan Sajjad and Francisco Guzmán and Preslav Nakov and Ahmed Abdelali and Kenton Murray and Fahad Al Obaidli and Stephan Vogel},
    title = {{QCRI} at {IWSLT} 2013: Experiments in {Arabic-English and English-Arabic} Spoken Language Translation},
    booktitle = {Proceedings of the 10th International Workshop on Spoken Language Technology (IWSLT)},
    month = {December},
    year = {2013},
    location = {Heidelberg, Germany}
    }
  • F. Guzmán, H. Sajjad, S. Vogel, and A. Abdelali, “The AMARA corpus: building resources for translating the web’s educational content,” in Proceedings of the 10th international workshop on spoken language technology (iwslt), 2013.
    [BibTeX]
    @InProceedings{guzman-sajjad-etal:iwslt13,
    author = {Guzm{\'a}n, Francisco and Sajjad, Hassan and Vogel, Stephan and Abdelali, Ahmed},
    title = {The {AMARA} Corpus: Building Resources for Translating the Web's Educational Content},
    booktitle = {Proceedings of the 10th International Workshop on Spoken Language Technology (IWSLT)},
    month = {December},
    year = {2013},
    location = {Heidelberg, Germany}
    }
  • M. Weller, M. Kisselew, S. Smekalova, A. Fraser, H. Schmid, N. Durrani, H. Sajjad, and R. Farkas, “Munich-Edinburgh-Stuttgart Submissions at WMT13: Morphological and Syntactic Processing for SMT,” in Proceedings of the eighth workshop on statistical machine translation (wmt), 2013.
    [BibTeX]
    @inproceedings{weller13:wmt13,
    author = {Marion Weller and Max Kisselew and Svetlana Smekalova and Alexander Fraser and Helmut Schmid and Nadir Durrani and Hassan Sajjad and Richárd Farkas},
    title = {{Munich-Edinburgh-Stuttgart Submissions at WMT13: Morphological and Syntactic Processing for SMT}},
    booktitle = {Proceedings of the Eighth Workshop on Statistical Machine Translation (WMT)},
    year = 2013,
    location = {Sofia, Bulgaria},
    month = {August},
    }
  • N. Durrani, H. Schmid, A. Fraser, H. Sajjad, and R. Farkas, “Munich-Edinburgh-Stuttgart Submissions of OSM Systems at WMT13,” in Proceedings of the eighth workshop on statistical machine translation (wmt), 2013.
    [BibTeX]
    @Inproceedings{durrani-EtAl:2013:WMT,
    author = {Nadir Durrani and Helmut Schmid and Alexander Fraser and Hassan Sajjad and Richárd Farkas},
    title = {{Munich-Edinburgh-Stuttgart Submissions of OSM Systems at WMT13}},
    booktitle = {Proceedings of the Eighth Workshop on Statistical Machine Translation (WMT)},
    year = {2013},
    month = {August},
    location = {Sofia, Bulgaria},
    }
  • H. Sajjad, S. Smekalova, N. Durrani, A. Fraser, and H. Schmid, “QCRI-MES submission at WMT13: using transliteration mining to improve statistical machine translation,” in Proceedings of the eighth workshop on statistical machine translation (wmt), 2013.
    [BibTeX]
    @Inproceedings{sajjad-EtAl:2013:WMT,
    author = {Sajjad, Hassan and Smekalova, Svetlana and Durrani, Nadir and Fraser, Alexander and Schmid, Helmut},
    title = {{QCRI-MES} Submission at {WMT}13: Using Transliteration Mining to Improve Statistical Machine Translation},
    booktitle = {Proceedings of the Eighth Workshop on Statistical Machine Translation (WMT)},
    year = {2013},
    month = {August},
    location = {Sofia, Bulgaria},
    }
  • H. Sajjad, K. Darwish, and Y. Belinkov, “Translating Dialectal Arabic to English,” in Proceedings of the 51st conference of the association for computational linguistics (acl), 2013.
    [BibTeX]
    @inproceedings{sajjad2013translating,
    title={{Translating Dialectal Arabic to English}},
    author={Sajjad, Hassan and Darwish, Kareem and Belinkov, Yonatan},
    booktitle={Proceedings of the 51st Conference of the Association for Computational Linguistics (ACL)},
    year={2013},
    month = {August},
    location = {Sofia, Bulgaria},
    }
  • A. Ali and K. Darwish, Automated admission, 2013.
    [BibTeX]
    @misc{ali2013automated,
    title={Automated admission},
    author={Ali, Ahmed and Darwish, Kareem},
    year={2013},
    month="jun",
    note={US Patent App. 13/370,097}
    }
  • K. Darwish, Online communities, 2013.
    [BibTeX]
    @misc{darwish2013online,
    title={Online communities},
    author={Darwish, Kareem},
    year={2013},
    month="feb",
    note={US Patent App. 13/218,828}
    }
  • A. Abdelali, Y. M. O. Elhadj, and R. Bouziane, “Toward an efficient arabic part of speech tagger,” in 2013 acs international conference on computer systems and applications (aiccsa), 2013, p. 1–1.
    [BibTeX]
    @inproceedings{abdelali2013toward,
    title={Toward An Efficient Arabic Part of Speech Tagger},
    author={Abdelali, Ahmed and Elhadj, Yahya O Mohamed and Bouziane, Rachid},
    booktitle={2013 ACS International Conference on Computer Systems and Applications (AICCSA)},
    pages={1--1},
    year={2013},
    organization={IEEE}
    }
  • H. Sajjad, F. Guzmán, P. Nakov, A. Abdelali, K. Murray, F. Al Obaidli, and S. Vogel, “Qcri at iwslt 2013: experiments in arabic-english and english-arabic spoken language translation,” in Iwslt 2013, 2013.
    [BibTeX]
    @inproceedings{sajjad2013qcri,
    title={QCRI at IWSLT 2013: Experiments in Arabic-English and English-Arabic Spoken Language Translation},
    author={Sajjad, Hassan and Guzm{\'a}n, Francisco and Nakov, Preslav and Abdelali, Ahmed and Murray, Kenton and Al Obaidli, Fahad and Vogel, Stephan},
    booktitle={IWSLT 2013},
    year={2013}
    }
  • F. Guzman, H. Sajjad, S. Vogel, and A. Abdelali, “The amara corpus: building resources for translating the web’s educational content,” in Proceedings of the international workshop on spoken language translation, iwslt, 2013.
    [BibTeX]
    @inproceedings{guzman2013amara,
    title={The AMARA corpus: Building resources for translating the web’s educational content},
    author={Guzman, Francisco and Sajjad, Hassan and Vogel, Stephan and Abdelali, Ahmed},
    booktitle={Proceedings of the International Workshop on Spoken Language Translation, IWSLT},
    volume={13},
    year={2013}
    }
  • A. Mourad and K. Darwish, “Subjectivity and sentiment analysis of modern standard arabic and arabic microblogs,” in Proceedings of the 4th workshop on computational approaches to subjectivity, sentiment and social media analysis, 2013, p. 55–64.
    [BibTeX]
    @inproceedings{mourad2013subjectivity,
    title={Subjectivity and sentiment analysis of modern standard Arabic and Arabic microblogs},
    author={Mourad, Ahmed and Darwish, Kareem},
    booktitle={Proceedings of the 4th workshop on computational approaches to subjectivity, sentiment and social media analysis},
    pages={55--64},
    year={2013}
    }
  • K. Darwish, “Arabizi detection and conversion to arabic,” Arxiv preprint arxiv:1306.6755, 2013.
    [BibTeX]
    @article{darwish2013arabizi,
    title={Arabizi detection and conversion to Arabic},
    author={Darwish, Kareem},
    journal={arXiv preprint arXiv:1306.6755},
    year={2013}
    }
  • H. Sajjad, K. Darwish, and Y. Belinkov, “Translating dialectal arabic to english,” in Proceedings of the 51st annual meeting of the association for computational linguistics (volume 2: short papers), 2013, p. 1–6.
    [BibTeX]
    @inproceedings{sajjad2013translating,
    title={Translating Dialectal Arabic to English},
    author={Sajjad, Hassan and Darwish, Kareem and Belinkov, Yonatan},
    booktitle={Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)},
    pages={1--6},
    year={2013},
    organization={Association for Computational Linguistics}
    }
  • K. Darwish, “Named entity recognition using cross-lingual resources: arabic as an example,” in Proceedings of the 51st annual meeting of the association for computational linguistics, 2013, p. 1558–1567.
    [BibTeX]
    @inproceedings{darwish2013named,
    title={Named Entity Recognition using Cross-lingual Resources: Arabic as an Example},
    author={Darwish, Kareem},
    booktitle={Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics},
    pages={1558--1567},
    year={2013},
    organization={Association for Computational Linguistics}
    }
  • A. Kothari, W. Magdy, K. Darwish, A. Mourad, and A. Taei, “Detecting comments on news articles in microblogs.,” Icwsm, vol. 2013, 2013.
    [BibTeX]
    @article{kothari2013detecting,
    title={Detecting Comments on News Articles in Microblogs.},
    author={Kothari, Alok and Magdy, Walid and Darwish, Kareem and Mourad, Ahmed and Taei, Ahmed},
    journal={ICWSM},
    volume={2013},
    year={2013}
    }

2012

  • A. El Kahki, K. Darwish, M. Abdul-Wahab, and A. Taei, “Transliteration mining using large training and test sets,” in Proceedings of the 2012 conference of the north american chapter of the association for computational linguistics: human language technologies, 2012, p. 243–252.
    [BibTeX]
    @inproceedings{el2012transliteration,
    title={Transliteration mining using large training and test sets},
    author={El Kahki, Ali and Darwish, Kareem and Abdul-Wahab, Mohamed and Taei, Ahmed},
    booktitle={Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
    pages={243--252},
    year={2012}
    }
  • K. Darwish and A. Ali, “Arabic retrieval revisited: morphological hole filling,” in Proceedings of the 50th annual meeting of the association for computational linguistics (volume 2: short papers), 2012, p. 218–222.
    [BibTeX]
    @inproceedings{darwish2012arabic,
    title={Arabic retrieval revisited: Morphological hole filling},
    author={Darwish, Kareem and Ali, Ahmed},
    booktitle={Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)},
    pages={218--222},
    year={2012}
    }
  • M. Moussa, M. Fakhr, and K. Darwish, “Statistical denormalization for arabic text.,” in Konvens, 2012, p. 228–232.
    [BibTeX]
    @inproceedings{moussa2012statistical,
    title={Statistical denormalization for Arabic text.},
    author={Moussa, Mohammed and Fakhr, Mohammed and Darwish, Kareem},
    booktitle={KONVENS},
    pages={228--232},
    year={2012}
    }
  • K. Darwish, W. Magdy, and A. Mourad, “Language processing for arabic microblog retrieval,” in Proceedings of the 21st acm international conference on information and knowledge management, 2012, p. 2427–2430.
    [BibTeX]
    @inproceedings{darwish2012language,
    title={Language processing for arabic microblog retrieval},
    author={Darwish, Kareem and Magdy, Walid and Mourad, Ahmed},
    booktitle={Proceedings of the 21st ACM international conference on Information and knowledge management},
    pages={2427--2430},
    year={2012}
    }
  • W. Gao, P. Li, and K. Darwish, “Joint topic modeling for event summarization across news and social media streams,” in Proceedings of the 21st acm international conference on information and knowledge management, 2012, p. 1173–1182.
    [BibTeX]
    @inproceedings{gao2012joint,
    title={Joint topic modeling for event summarization across news and social media streams},
    author={Gao, Wei and Li, Peng and Darwish, Kareem},
    booktitle={Proceedings of the 21st ACM international conference on Information and knowledge management},
    pages={1173--1182},
    year={2012}
    }
  • W. Magdy, A. Ali, and K. Darwish, “A summarization tool for time-sensitive social media,” in Proceedings of the 21st acm international conference on information and knowledge management, 2012, p. 2695–2697.
    [BibTeX]
    @inproceedings{magdy2012summarization,
    title={A summarization tool for time-sensitive social media},
    author={Magdy, Walid and Ali, Ahmed and Darwish, Kareem},
    booktitle={Proceedings of the 21st ACM international conference on Information and knowledge management},
    pages={2695--2697},
    year={2012}
    }

2011

  • H. Sajjad, N. Durrani, H. Schmid, and A. Fraser, “Comparing two techniques for learning transliteration models using a parallel corpus,” in Proceedings of 5th international joint conference on natural language processing (ijcnlp), 2011.
    [BibTeX]
    @inproceedings{sajjad-EtAl:2011:IJCNLP-2011,
    author = {Sajjad, Hassan and Durrani, Nadir and Schmid, Helmut and Fraser, Alexander},
    title = {Comparing Two Techniques for Learning Transliteration Models Using a Parallel Corpus},
    booktitle = {Proceedings of 5th International Joint Conference on Natural Language Processing (IJCNLP)},
    month = {November},
    year = {2011},
    location = {Chiang Mai, Thailand},
    }
  • A. Hefny, K. Darwish, and A. Alkahky, “Is a query worth translating: ask the users!,” in European conference on information retrieval, 2011, p. 238–250.
    [BibTeX]
    @inproceedings{hefny2011query,
    title={Is a query worth translating: ask the users!},
    author={Hefny, Ahmed and Darwish, Kareem and Alkahky, Ali},
    booktitle={European Conference on Information Retrieval},
    pages={238--250},
    year={2011},
    organization={Springer, Berlin, Heidelberg}
    }
  • A. El-Kahky, K. Darwish, A. S. Aldein, M. A. El-Wahab, A. Hefny, and W. Ammar, “Improved transliteration mining using graph reinforcement,” in Proceedings of the conference on empirical methods in natural language processing, 2011, p. 1384–1393.
    [BibTeX]
    @inproceedings{el2011improved,
    title={Improved transliteration mining using graph reinforcement},
    author={El-Kahky, Ali and Darwish, Kareem and Aldein, Ahmed Saad and El-Wahab, Mohamed Abd and Hefny, Ahmed and Ammar, Waleed},
    booktitle={Proceedings of the Conference on Empirical Methods in Natural Language Processing},
    pages={1384--1393},
    year={2011},
    organization={Association for Computational Linguistics}
    }
  • A. El Kahki and K. Darwish, “Qcri@ trec 2011: microblog track.,” in Trec, 2011.
    [BibTeX]
    @inproceedings{el2011qcri,
    title={QCRI@ TREC 2011: Microblog Track.},
    author={El Kahki, Ali and Darwish, Kareem},
    booktitle={TREC},
    year={2011}
    }
Twitter feeds