<div dir="ltr"><div dir="ltr">Greetings,<br><br>We would like to invite you to submit to the shared task on <i>Sentence Boundary Detection in PDF Noisy Text in the Financial Domain</i>, in conjunction with IJCAI-2019 @ August 10-12, 2019, Macao, China!<br><br>Call for Participation: <a href="http://finnlp.nlpfin.com" target="_blank">http://finnlp.nlpfin.com</a> <br><br>Register: <a href="https://sites.google.com/nlg.csie.ntu.edu.tw/finnlp/shared-task-finsbd" target="_blank">https://sites.google.com/nlg.csie.ntu.edu.tw/finnlp/shared-task-finsbd</a> <br><br>Submission deadline: May 13, 2019<br>Workshop date: <a class="gmail-m_8180568333886132352gmail-m_-3527193842417297563gmail-m_5102803415773688468gmail-m_1450491700097407192gmail-m_4411658632468685301gmail-navbar-brand" href="https://www.ijcai19.org" target="_blank">IJCAI-19 August 10-16 2019, Macao, China</a><br><b>------<br>Motivation<br>------</b><br><br>Sentences are basic units of the written language and detecting the beginning and end of sentences, or sentence boundary detection (SBD) is a foundational first step in many Natural Language Processing (NLP) applications, such as POS tagging; syntactic, semantic, and discourse parsing; information extraction; or machine translation.<br><br>Despite its important role in NLP, sentence boundary detection has so far not received enough attention. Previous research in the area has been confined to formal texts only (news, European Parliament proceedings, etc.) where existing rule-based and machine learning approaches are extremely accurate (when the data is perfectly clean). No sentence boundary detection research to date has addressed the problem in noisy texts extracted automatically from machine-readable formats (generally PDF file format) files such as financial documents.<br><br>In this shared task, we focus on extracting well-segmented sentences from Financial prospectuses by detecting their beginning and ending boundaries. These are official PDF documents in which investment funds precisely describe their characteristics and investment modalities. The most important step of extracting any information from these files is to parse them to get a noisy unstructured text, clean it, format information (by adding several tags) and finally, transform it into semi-structured text, where sentence boundaries are well marked.<br><br><b>------<br>Task Design<br>------</b><br><br> As part of the <i>FinNLP</i>, we present a shared task on sentence boundary detection in noisy text extracted from financial prospectuses, in two languages: English and French.<br><br>Systems participating in this shared task will be given a set of textual documents extracted from pdf files, which are to be automatically segmented to extract a set of well-delimited sentences (clean sentences).<br><br>Participants can choose to work on both languages, or submit systems for one language only.<br><br>In addition to the textual version of the documents, we will provide their PDF original files. Recommendations of additional language resources will also be listed/provided for some languages by the organizers.<br><br><b>------<br>Data Format:<br>------</b><br><br>In the provided dataset, participants will get a json format containing "text", that corresponds to the text to be segmented, begin_sentence and end_sentence correspond to all indexes of tokens marking the beginning and the end of well-formed sentences in the text. Notice that the provided text was already word tokenized using NLTK, participants should keep this tokenization as it is since all tokens indexes are instantiated based on it. The first token in the text will have then the index 0.<br><br>[{<br><br><b> 'text': </b>" UFF Sélection Alpha AINFORMATIONS CLÉS POUR L' INVESTISSEUR  « Ce document fournit des informations essentielles aux investisseurs de cet OPCVM . Il ne s'agit pas d' un document promotionnel . Les informations qu ' il contient vous sont fournies conformément à une obligation l  égale , afin de vous aider à comprendre en quoi consiste un investissement dans ce fonds et quels risques y sont associés . ..." ,<br><br><b>'begin_sentence':</b> [8, 21, 31 , ...],<br><br><b>'end_sentence':</b> [20, 30, 66, ...]<br><br>}]<br><br>All of the input text will be preprocessed in a common way to make sure all participants have access to all of these features at no additional overhead novelty cost. Rule-based, machine learning, deep learning, or hybrid techniques are all allowed. <br><br></div><div>Participants will get annotated training/dev data, and further a blind test data as a json format but with just the text. They should then predict the lists begin_sentence and end_sentence and submit the result in the same json format as of the training data.</div><div dir="ltr"><b><br></b></div><div dir="ltr"><b>------<br>Important dates<br>------</b><br><br><i>February 28, 2019: First announcement of the shared task and beginning of registration<br><br>March 7, 2019: Release of training data and scoring script<br><br>April 29, 2019: Registration deadline <br><br>May 6, 2019: Test set made available<br><br>May 13, 2019: Systems' outputs collected <br><br>May 27, 2019: Shared task system paper submissions due<br><br>June 17, 2019: Notification of acceptance<br><br>June 24, 2019: Camera-ready version of shared task system papers due<br><br>August 10-12, 2019: FinNLP 2019 Workshop in Macau</i><br><br><u>Read more:</u><br><br>FinNLP: <a href="http://finnlp.nlpfin.com" target="_blank">http://finnlp.nlpfin.com</a></div><div dir="ltr">FinSBD: <a href="https://sites.google.com/nlg.csie.ntu.edu.tw/finnlp/shared-task-finsbd" target="_blank">https://sites.google.com/nlg.csie.ntu.edu.tw/finnlp/shared-task-finsbd</a><br>IJCAI-19: <a href="https://ijcai19.org/" target="_blank">https://ijcai19.org/</a> <br><br>Sincerely,<br><br>The FinSBD Organizers<br><br>IJCAI-19</div></div>