ß NER SharedTask 2024

WHAT IS THE PAPER FOR?

The system description paper should let another researcher:
         (1) Verify what the system does and how it has been trained.
         (2) Reimplement the system to reproduce the results.
         (3) Understand the system’s strengths and weaknesses.

WHAT FORMAT SHOULD THE PAPER BE?

The paper will be included in the The First Arabic Natural Language Processing Conference (ArabicNLP 2023) proceedings and needs to use one of the following templates:
         * Latex Template: Download
         * Word Template: Download
         * Overleaf Template: Link
EMNLP 2023 has made the decision to enforce latex style files and submission of both latex source and PDF for final papers.
The paper is expected to be up to 4 pages long plus any number of pages for references. Please, note that the review process is double-blind, so anonymity is required.
Submission Website: submissions should be done via openreview:https://openreview.net/group?id=SIGARAB.org/ArabicNLP/2023/Conference
Please, make sure you choose Submission Type: System Description Paper and Tracks: Track 6: WojoodNER (Check the screenshots below).


Shared task system paper submissions deadline: September 5, 2023 September 12, 2023: (Extended).

HOW SHOULD THE PAPER BE STRUCTURED?

A common structure for system description papers is:
Title: Title should be as follows: your_team_name at WojoodNER shared task: your_own_title. For example, UBC at WojoodNER shared task: Multitask learning for Arabic named-entity Recognition
Abstract: four/five sentences highlighting your approach and key results.
Introduction: ¾ a page expanding on the abstract mentioning key background such as why the task is challenging for current modeling techniques and why your approach is interesting/novel.
Data: review of the data you used to train your system. Be sure to mention the size of the training, validation and test sets that you’ve used, and the label distributions, as well as any tools you used for preprocessing data.
System: a detailed description of how the systems were built and trained. If you’re using a neural network, were there pre-trained embeddings, how was the model trained, what hyperparameters were chosen and experimented with? How long did the model take to train, and on what infrastructure? Linking to source code is valuable here as well, but the description should be able to stand alone as a full description of how to reimplement the system. While other paper styles include background as a separate section, it’s fine to simply include citations to similar systems which inspired your work as you describe your system.
Results: a description of the key results of the paper. If you have done extra error analysis into what types of errors the system makes, this is extremely valuable for the reader. Unofficial results from after the submission deadline can be very useful as well.
Discussion: general discussion of the task and your system. Description of characteristic errors and their frequency over a sample of development data. What would you do if you had another 3 months to work on it?
Conclusion: a restatement of the introduction, highlighting what was learned about the task and how to model it.

Please use the following bibtex entry to cite the shared task description paper:


@inproceedings{Jarrar:2023:WojoodNER,
              author = {Jarrar, Mustafa and Abdul-Mageed, Muhammad and Khalilia, Mohammed and
                         Talafha, Bashar and Elmadany, AbdelRahim and Hamad, Nagham and Omer, Alaa },
              title = {{WojoodNER: The Arabic Named Entity Recognition Shared Task}},
              booktitle ={Proceedings of The First Arabic Natural Language Processing Conference (ArabicNLP 2023)}, 
              year = {2023}
            }