| { |
| "paper_id": "2021", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T14:53:16.788515Z" |
| }, |
| "title": "Multilingual Epidemic Event Extraction : From simple Classification methods to Open Information Extraction (OIE) and Ontology", |
| "authors": [ |
| { |
| "first": "Sihem", |
| "middle": [], |
| "last": "Sahnoun", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Sorbonne University", |
| "location": { |
| "country": "France" |
| } |
| }, |
| "email": "sahnounsihem@yahoo.com" |
| }, |
| { |
| "first": "Ga\u00ebl", |
| "middle": [], |
| "last": "Lejeune", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Sorbonne University", |
| "location": { |
| "country": "France" |
| } |
| }, |
| "email": "gael.lejeune@sorbonne-universite.fr" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "There is an incredible amount of information available in the form of textual documents due to the growth of information sources. In order to get the information into an actionable way, it is common to use information extraction and more specifically the event extraction, it became crucial in various domains even in public health. In this paper, We address the problem of the epidemic event extraction in potentially any language, so that we tested different corpora on an existed multilingual system for tele-epidemiology: the Data Analysis for Information Extraction in any Language (DANIEL) system. We focused on the influence of the number of documents on the performance of the system, on average results show that it is able to achieve a precision and recall around 82% but when we resorted to the evaluation by event by checking whether it has been really detected or not, results are not satisfactory according to this paper's evaluation. Our idea is to propose a system that uses an ontology which includes information in different languages and covers specific epidemiological concepts, it is also based on the multilingual open information extraction for the relation extraction step to reduce the expert intervention and to restrict the content for each text. We describe a methodology of five main stages: Preprocessing, relation extraction, named entity recognition (NER), event recognition and the matching between the information extracted and the ontology.", |
| "pdf_parse": { |
| "paper_id": "2021", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "There is an incredible amount of information available in the form of textual documents due to the growth of information sources. In order to get the information into an actionable way, it is common to use information extraction and more specifically the event extraction, it became crucial in various domains even in public health. In this paper, We address the problem of the epidemic event extraction in potentially any language, so that we tested different corpora on an existed multilingual system for tele-epidemiology: the Data Analysis for Information Extraction in any Language (DANIEL) system. We focused on the influence of the number of documents on the performance of the system, on average results show that it is able to achieve a precision and recall around 82% but when we resorted to the evaluation by event by checking whether it has been really detected or not, results are not satisfactory according to this paper's evaluation. Our idea is to propose a system that uses an ontology which includes information in different languages and covers specific epidemiological concepts, it is also based on the multilingual open information extraction for the relation extraction step to reduce the expert intervention and to restrict the content for each text. We describe a methodology of five main stages: Preprocessing, relation extraction, named entity recognition (NER), event recognition and the matching between the information extracted and the ontology.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Infectious diseases are responsible for the morbidity and mortality and like we see today with the Covid-19 pandemic, surveillance provides us with information to improve our knowledge of their epidemiology (space-time dynamics, evolution of clinical and microbiological characteristics), in order to identify an appropriate control and prevention mea-sures. The growth of digital data sources provide an avenue for data-driven surveillance, referred to as Epidemic Intelligence. The purpose of epidemic intelligence is to detect, analyze and monitor potential health threats over time (Nash and Geng, 2020) . It requires the development of tools dedicated to the collection and processing of unstructured textual data published on the Web. Information Extraction (IE) (Martinez-Rodriguez et al., 2020) is one of the areas of active research in artificial intelligence and made it possible to analyze data from web sources. Different tasks of the IE systems have been suggested such as named entity recognition (NER) to identify real-world objects such as names of people, locations, names of diseases, etc. The relation extraction , which aims to find a semantic relation between two entities in a text (Elloumi et al., 2012) . The event extraction is also an important task in the field of IE to detect, from the text, the occurrence of events with specific types, and to extract arguments (i.e. typed participants or attributes) that are associated with an event (Hettiarachchi et al., 2021) . In 2007, the open information extraction has appeared and has introduced a new extraction paradigm unlike the traditional IE methods, relations are automatically detected instead of specifying target relations in advance and it enables a fast extraction over huge datasets (Niklaus et al., 2018) . In this paper, we applied some experiments on the DANIEL system in order to evaluate its performance especially in the multilingual event extraction in the epidemiological field and we have exploited corpora from several diverse language families namely, English, Greek, French, Spanish, Portuguese, Russian, Polish, and Chinese. On the latter we proposed a new approach which reduces the expert intervention by using a multilingual OIE systems for a relation extraction, an automatic NER, and an ontology applied for any epidemiological event. The remainder of this paper is organized as follows. Section 2 reviews works related to epidemic surveillance and event extraction systems, Section 3 describes the dataset used in the experimental study, in Section 4 we present the results. Finally, we provide a discussion about our new proposition and a conclusion in Section 5.", |
| "cite_spans": [ |
| { |
| "start": 586, |
| "end": 607, |
| "text": "(Nash and Geng, 2020)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 769, |
| "end": 802, |
| "text": "(Martinez-Rodriguez et al., 2020)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 1204, |
| "end": 1226, |
| "text": "(Elloumi et al., 2012)", |
| "ref_id": null |
| }, |
| { |
| "start": 1466, |
| "end": 1494, |
| "text": "(Hettiarachchi et al., 2021)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 1770, |
| "end": 1792, |
| "text": "(Niklaus et al., 2018)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Many systems have been proposed in the domain of IE and which reflects the basis that were taken to build our approach. We made a study on three different approaches that take us to our perspectives for our new system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The system proposes techniques for identifying emerging infectious disease threats in online news text, it's based on two main steps: Corpus creation and evaluation. Figure 1 illustrates the architecture of the DANIEL system (Mutuvi et al., 2020a) .", |
| "cite_spans": [ |
| { |
| "start": 225, |
| "end": 247, |
| "text": "(Mutuvi et al., 2020a)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 166, |
| "end": 174, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "The DANIEL System", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Corpus creation The system uses the Program for Monitoring Emerging Diseases (PROMED) platform to create the corpus. Firstly, the source URLs where the article was originally published, together with the other meta-data such as title, description, location, date were formatted and stored in a JSON format making the corpus easily reusable and reproducible. Then a language filtering was performed to ensure that only documents belonging to the languages of interest were retained using the K-means clustering algorithm. the boilerplate content such as navigation links, headers and footers was eliminated from HTML pages, it is among the data cleaning tasks. The final pre-processing task was de-duplication which involves eliminating perfect duplicate and near-duplicate content so that only one instance of each text was preserved.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The DANIEL System", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Evaluation DANIEL is a multilingual news surveillance system, it aims to extract diseaselocation for each text in its corresponding language. it describes an event as a disease outbreak and the place where it occurred. It avoids grammar analysis and the usage of language-specific NLP toolkits (e.g., Part-of speech tagger, dependency parser), it considers the text as a sequence of strings instead of words. The named entities presented by a list of diseases and a list of locations in JSON files in different languages. The named entity extraction depends on a ratio r which has a default value that can be fine-tuned by the user. The ratio r is depicted in the following equation:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The DANIEL System", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "r = length(substring)/length(entity n ame)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The DANIEL System", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "(1) This ratio is a kind of threshold for the different size of the substrings. For example (r= 0.8) means that substrings sharing 80% of the named entity.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The DANIEL System", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The news articles are grouped into various categories such as politics, wellness, travel, entertainment, sports and healthy living, among others. The models classify a news article as either relevant or non-relevant, depending on whether it alerts about a disease outbreak or not as described in (Mutuvi et al., 2020a ).", |
| "cite_spans": [ |
| { |
| "start": 296, |
| "end": 317, |
| "text": "(Mutuvi et al., 2020a", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The DANIEL System", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "BioCaster (Collier et al., 2008) ingests documents through RSS feeds. An Automatic classification of the reports was performed for topical relevance using a na\u00efve Bayes algorithm. A named entity recognition is then accomplished for relevant documents for 18 term types based on the BioCaster ontology. The BioCaster ontology includes information in eight languages focused on the epidemiological role of pathogens as well as geographical locations with their latitudes/longitudes. At this stage disease-location pairs are plotted onto a public portal called the Global Health Monitor, to gain a geographically contextualized view of an outbreak anywhere in the world in Google Maps which can be filtered by pathogen, syndrome or text type. The event extraction is based on matching entity classes, skipwords, string literals, regular expressions, entity types as well as guard lists which include verbs of infection, common victim expressions. This is done by using a Simple Rule Language (SRL) as described in (Collier et al., 2008) . ", |
| "cite_spans": [ |
| { |
| "start": 10, |
| "end": 32, |
| "text": "(Collier et al., 2008)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 1011, |
| "end": 1033, |
| "text": "(Collier et al., 2008)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The BioCaster System", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The approach proposes an event extraction by using an OIE system for a relation extraction without supervision, an automatic NER, and an ontology applied for any management change event (Sahnoun et al., 2020). The approach admits 2 phases as shown in Figure. 2 that depend on each other: A learning phase and a recognition phase. The learning phase consists of modeling an event by an ontology (classes, subclasses and instances in relations), and constructing a set of rules manually. The recognition phase includes the RE, the NER and an automatic reasoning between the rules and the input ontology adaptation. The rules construction is an important step which drives to a possible event extraction. For the relation extraction the system uses OLLIE, it is an Open information extraction tool which extracts the relationship triplets that contains three textual components (Arg1, Rel, Arg2) where the first and the third stand for the pair of arguments and the second indicates the relationship. For the Named Entity Recognition step, the system can detect a person, an organization, location, etc., in any part of the triplet using the python library SPACY 1 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 251, |
| "end": 258, |
| "text": "Figure.", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Event Detection based on Open Information Extraction and Ontology System", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "For the ontology input adaptation, verbs will be passed through a lemmatization layer to convert verbs to their infinitive form. An instance is every token recognized by a NE, then it will be added to the ontology and linked by relations whenever the following conditions are achieved :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Event Detection based on Open Information Extraction and Ontology System", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "\u2022 The number of named entities is greater than or equal to 2 to have a possible relationship among them.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Event Detection based on Open Information Extraction and Ontology System", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "\u2022 The lemmatized verb and the other relations between delimiters \";\" should be included in the relation list of the ontology and Named Entities can be linked with these relations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Event Detection based on Open Information Extraction and Ontology System", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "the last step is reasoning by inferring logical consequences of a set of rules to affect for each instance its role (event) as described in (Sahnoun et al., 2020) .", |
| "cite_spans": [ |
| { |
| "start": 140, |
| "end": 162, |
| "text": "(Sahnoun et al., 2020)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Event Detection based on Open Information Extraction and Ontology System", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "3", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Event Detection based on Open Information Extraction and Ontology System", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "We tested the Daniel system on three large datasets in different languages (low-or high-resource), the first (Daniel-corpus) contains 2089 of relevant and irrelevant files (Romain et al., 2013), then we extend the dataset (BIG-corpus) (Mutuvi et al., 2020b) to include additional languages so that it covers news articles from several, diverse language families: Germanic (English, en), Hellenic (Greek, el), Romance (French, fr), Slavic (Polish, pl and Russian, ru) and Sino-tibetan (Chinese, zh). It includes 7046 irrelevant files and 1653 relevant files, and the third present the fusion of the two precedent corpora. The statistics of the dataset are presented in Table 1 and Table 2 . The experimental study was carried out according to the two measurements of the true positive rate (TPR), the false positive rate (FPR), depending on the threshold r (1). The true positive rate (TPR) (2): Called also sensibility measures the likelihood of actual positive results. The false positive rate (FPR) (3):It's the probability that a positive result will be given when the true value is negative.", |
| "cite_spans": [ |
| { |
| "start": 235, |
| "end": 257, |
| "text": "(Mutuvi et al., 2020b)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 668, |
| "end": 687, |
| "text": "Table 1 and Table 2", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Dataset and Evaluation", |
| "sec_num": null |
| }, |
| { |
| "text": "T P R = T P/T P + F N = Recall (2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dataset and Evaluation", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "F P R = F P/F P + T N", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "Dataset and Evaluation", |
| "sec_num": null |
| }, |
| { |
| "text": "We used a ROC curve to visualize the performance of the binary classifier. It's a plot of the TPR versus the FPR for every possible classification threshold. A classifier that does a very good job separating the classes will have a ROC that hugs the upper left corner of the plot 2 . Conversely, a classifier that does a poor job will have a ROC Language # Texts # Paragraphs # Char. curve that is close to the diagonal line. The purpose of AUC, which stands for Area Under the Curve. A very poor classifier has an AUC of around 0.5 and a perfect classifier has an AUC close to 1. After Evaluating the Daniel system and by taking into account the influence of the number of documents on the performance of the system, we resorted to the evaluation by event, each disease-location pair (e.g. flu in Spain) is considered as a unique event, regardless of the number of documents in which it has been reported, and then we check whether it has been detected or not. 4 Results Figure 3 depicts the tracing of the ROC curve for the first corpus (Daniel-corpus) for 2089 files, the system represents its performance with a threshold of 0.8: The TPR has for percentage of 89% while we find only 4% of FPR that explains that the system has detected a significant number of events in the relevant documents. The Daniel-corpus contains texts in five different languages: Greek, English, Chinese, Russian and Polish as it shows in Figure 5 , For the five languages, the ROC curve hugs the upper left corner of the plot for each curve (i.e. the system detects well the events for each language). Figure 4 demonstrate that the ROC curve is close to the diagonal for the BIG-corpus, we have 39% of TPR and 10% of FPR for a threshold of 0.8 results are not satisfactory for this corpus, so when we have increased the number of documents the TPR decreased because there are new names of diseases and locations that are not detected and there are new languages have been added. We merged the two corpora in order to obtain a more representative corpus, the results of the subsequent corpus are shown in figures 6 and 7. The results have been slightly improved for Spanish, Portuguese, Greek, Russian, Polish and Chinese the system gives a high-performance but this not the case for English and French. For a threshold of 0.8 we observe a TPR of 42% and a 9% FPR. Table 3 shows the results of the evaluation by event for the DANIEL-corpus, demonstrating that there The results of the relevant documents for The BIG-corpus in Table 4 shows that there is 75 of events detected between 939 unique events (in all languages) so the number of events detected is not great if we consider that we have a much larger corpus. Table 5 presents an example of an event extraction in the form of a peer of disease-location, the real date that documents have mentioned the event and the date when it was detected.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 972, |
| "end": 980, |
| "text": "Figure 3", |
| "ref_id": "FIGREF2" |
| }, |
| { |
| "start": 1419, |
| "end": 1427, |
| "text": "Figure 5", |
| "ref_id": null |
| }, |
| { |
| "start": 1583, |
| "end": 1591, |
| "text": "Figure 4", |
| "ref_id": null |
| }, |
| { |
| "start": 2345, |
| "end": 2352, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| }, |
| { |
| "start": 2506, |
| "end": 2513, |
| "text": "Table 4", |
| "ref_id": "TABREF6" |
| }, |
| { |
| "start": 2697, |
| "end": 2704, |
| "text": "Table 5", |
| "ref_id": "TABREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Dataset and Evaluation", |
| "sec_num": null |
| }, |
| { |
| "text": "In this paper we have focused on the study of some systems in the epidemiological field such as Daniel and BioCaster, and an event extraction system which is based on a methodology that opens the door for a new proposition using the open information extraction and the ontology. We propose a procedure to an eventual epidemic event extraction which consists of five main stages: Pre-processing, relation extraction, named entity extraction and the matching between the information extracted and the ontology. The first task is to Retrieve articles from PROMED in different languages, then a preprocessing step based on a Data cleaning task to Eliminate the boilerplate content from the corpus. The text then will be passed to a relation extraction using an open information extraction to restrict the content of a text into triplets of relationships so that it is in form (Arg1, verb, Arg2) and we can differentiate between the nominal part and the verbal part. In the nominal part where we can find the named entities and in the verbal part we can visualize verbal expressions in the epidemiological context. The relation extraction method aim to represent semantic relations between entities. The entities have numerous applications in building knowledge representation models that report relations between words, such as ontologies, semantic networks.. In this work, we will investigate the area of multilingual open information extraction for the Portuguese, English and other languages (Claro et al., 2019) . The extracted relations will be passed to a named entity recognition layer. The system can detect the location, the date, the percentage and the name of disease... For the event extraction we can use the simple rule language (SRL) with a capability to match regular expressions and guard lists include verbs of infection, common victim expressions, occupation names. The ontology in our approach present the event which is an object that admits an existence in the space of time and depends on other objects in relation. An ontology is a set of concepts, as well as relationships between these concepts that's why the event was modeled by an ontology. The matching between the extracted information and the ontology will bring us to an eventual event extraction as depicted in Figure. 8, we can use an ontology already existed like the BioCaster ontology but it is not available online so we're going to do it ourselves.", |
| "cite_spans": [ |
| { |
| "start": 1491, |
| "end": 1511, |
| "text": "(Claro et al., 2019)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 2291, |
| "end": 2298, |
| "text": "Figure.", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Conclusion and Perspectives", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We are looking for evaluating the results of the test obtained and compare them by another systems like BioCaster and DANIEL.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Perspectives", |
| "sec_num": "5" |
| }, |
| { |
| "text": "https://www.ekino.com/articles/handson-de-quelquestaches-courantes-en-nlp", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "https://www.dataschool.io/roc-curves-and-aucexplained/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Multilingual open information extraction: Challenges and opportunities. Information", |
| "authors": [ |
| { |
| "first": "Daniela", |
| "middle": [], |
| "last": "Barreiro Claro", |
| "suffix": "" |
| }, |
| { |
| "first": "Marlo", |
| "middle": [], |
| "last": "Souza", |
| "suffix": "" |
| }, |
| { |
| "first": "Clarissa", |
| "middle": [ |
| "Castell\u00e3" |
| ], |
| "last": "Xavier", |
| "suffix": "" |
| }, |
| { |
| "first": "Leandro", |
| "middle": [], |
| "last": "Oliveira", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "1--25", |
| "other_ids": { |
| "DOI": [ |
| "10.3390/info10070228" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Daniela Barreiro Claro, Marlo Souza, Clarissa Castell\u00e3 Xavier, and Leandro Oliveira. 2019. Multilingual open information extraction: Challenges and oppor- tunities. Information 2019, pages 1-25.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Biocaster: detecting public health rumors with a web-based text mining system", |
| "authors": [ |
| { |
| "first": "Nigel", |
| "middle": [], |
| "last": "Collier", |
| "suffix": "" |
| }, |
| { |
| "first": "Son", |
| "middle": [], |
| "last": "Doan", |
| "suffix": "" |
| }, |
| { |
| "first": "Ai", |
| "middle": [], |
| "last": "Kawazoe1", |
| "suffix": "" |
| }, |
| { |
| "first": "Reiko", |
| "middle": [], |
| "last": "Matsuda Goodwin1", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoshio Tateno Mike", |
| "middle": [], |
| "last": "Conway", |
| "suffix": "" |
| }, |
| { |
| "first": "Quoc-Hung", |
| "middle": [], |
| "last": "Ngo", |
| "suffix": "" |
| }, |
| { |
| "first": "Dinh", |
| "middle": [], |
| "last": "Dien", |
| "suffix": "" |
| }, |
| { |
| "first": "Asanee", |
| "middle": [], |
| "last": "Kawtrakul", |
| "suffix": "" |
| }, |
| { |
| "first": "Koichi", |
| "middle": [], |
| "last": "Takeuchi", |
| "suffix": "" |
| }, |
| { |
| "first": "Mika", |
| "middle": [], |
| "last": "Shigematsu", |
| "suffix": "" |
| }, |
| { |
| "first": "Kiyosu", |
| "middle": [], |
| "last": "Taniguchi", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Bioinformatics", |
| "volume": "", |
| "issue": "", |
| "pages": "2940--2941", |
| "other_ids": { |
| "DOI": [ |
| "10.1093/bioinformatics/btn534" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nigel Collier, Son Doan, Ai Kawazoe1, Reiko Matsuda Goodwin1, Yoshio Tateno Mike Conway, Quoc- Hung Ngo, Dinh Dien, Asanee Kawtrakul, Koichi Takeuchi, Mika Shigematsu, and Kiyosu Taniguchi. 2008. Biocaster: detecting public health rumors with a web-based text mining system. Bioinformat- ics, pages 2940-2941.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "General learning approach for event extraction: Case of management change event", |
| "authors": [ |
| { |
| "first": "Helmi", |
| "middle": [], |
| "last": "Hmmami", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "211--224", |
| "other_ids": { |
| "DOI": [ |
| "10.1177/0165551512464140" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Helmi Hmmami. 2012. General learning approach for event extraction: Case of management change event. pages 211-224.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Em-bed2detect: Temporally clustered embedded words for event detection in social media", |
| "authors": [ |
| { |
| "first": "Hansi", |
| "middle": [], |
| "last": "Hettiarachchi", |
| "suffix": "" |
| }, |
| { |
| "first": "Mariam", |
| "middle": [], |
| "last": "Adedoyin-Olowe", |
| "suffix": "" |
| }, |
| { |
| "first": "Jagdev", |
| "middle": [], |
| "last": "Bhogal", |
| "suffix": "" |
| }, |
| { |
| "first": "Mohamed", |
| "middle": [ |
| "Medhat" |
| ], |
| "last": "Gaber", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "1--39", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hansi Hettiarachchi, Mariam Adedoyin-Olowe, Jagdev Bhogal, and Mohamed Medhat Gaber. 2021. Em- bed2detect: Temporally clustered embedded words for event detection in social media. pages 1-39.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Information extraction meets the semantic web: A survey", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Jose", |
| "suffix": "" |
| }, |
| { |
| "first": "Hogan", |
| "middle": [], |
| "last": "Martinez-Rodriguez", |
| "suffix": "" |
| }, |
| { |
| "first": "Van", |
| "middle": [], |
| "last": "Aidanb", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Lopez-Arevalo", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Semantic Web", |
| "volume": "", |
| "issue": "", |
| "pages": "255--335", |
| "other_ids": { |
| "DOI": [ |
| "10.3233/SW-180333" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jose L. Martinez-Rodriguez, Hogan Aidanb, and van Lopez-Arevalo. 2020. Information extraction meets the semantic web: A survey. Semantic Web, pages 255-335.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "A dataset for multilingual epidemiological event extraction", |
| "authors": [ |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Mutuvi", |
| "suffix": "" |
| }, |
| { |
| "first": "Antoine", |
| "middle": [], |
| "last": "Doucet", |
| "suffix": "" |
| }, |
| { |
| "first": "Gael", |
| "middle": [], |
| "last": "Lejeune", |
| "suffix": "" |
| }, |
| { |
| "first": "Moses", |
| "middle": [], |
| "last": "Odeo", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the 12th Conference on Language Resources and Evaluation (LREC 2020)", |
| "volume": "", |
| "issue": "", |
| "pages": "4139--4144", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stephen Mutuvi, Antoine Doucet, Gael Lejeune, and Moses Odeo. 2020a. A dataset for multilingual epi- demiological event extraction. Proceedings of the 12th Conference on Language Resources and Evalu- ation (LREC 2020), pages 4139--4144.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Multilingual epidemiological text classification: A comparative study", |
| "authors": [ |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Mutuvi", |
| "suffix": "" |
| }, |
| { |
| "first": "Antoine", |
| "middle": [], |
| "last": "Doucet Emanuela", |
| "suffix": "" |
| }, |
| { |
| "first": "Gael", |
| "middle": [], |
| "last": "Boros", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Lejeune", |
| "suffix": "" |
| }, |
| { |
| "first": "Moses", |
| "middle": [], |
| "last": "Jatowt", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Odeo", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the 28th International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "6172--6183", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/2020.coling-main.543" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stephen Mutuvi, Antoine Doucet Emanuela Boros, Gael Lejeune, Adam Jatowt, and Moses Odeo. 2020b. Multilingual epidemiological text classifica- tion: A comparative study. Proceedings of the 28th International Conference on Computational Linguis- tics, pages 6172--6183.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Goal-aligned, epidemic intelligence for the public health response to the covid-19 pandemic", |
| "authors": [ |
| { |
| "first": "Denis", |
| "middle": [], |
| "last": "Nash", |
| "suffix": "" |
| }, |
| { |
| "first": "Elvin", |
| "middle": [], |
| "last": "Geng", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "American Journal of Public Health", |
| "volume": "", |
| "issue": "", |
| "pages": "1154--1156", |
| "other_ids": { |
| "DOI": [ |
| "10.2105/AJPH.2020.305794" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Denis Nash and Elvin Geng. 2020. Goal-aligned, epi- demic intelligence for the public health response to the covid-19 pandemic. American Journal of Public Health, pages 1154-1156.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "A survey on open information extraction", |
| "authors": [ |
| { |
| "first": "Christina", |
| "middle": [], |
| "last": "Niklaus", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthias", |
| "middle": [], |
| "last": "Cetto", |
| "suffix": "" |
| }, |
| { |
| "first": "Andre", |
| "middle": [], |
| "last": "Freitas", |
| "suffix": "" |
| }, |
| { |
| "first": "Siegfried", |
| "middle": [], |
| "last": "Handschuh", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "27th International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christina Niklaus, Matthias Cetto, Andre Freitas, and Siegfried Handschuh. 2018. A survey on open infor- mation extraction. 27th International Conference on Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Any language early detection of epidemic diseases from web news streams", |
| "authors": [ |
| { |
| "first": "Lejeune", |
| "middle": [], |
| "last": "Brixtel Romain", |
| "suffix": "" |
| }, |
| { |
| "first": "Doucet", |
| "middle": [], |
| "last": "Gael", |
| "suffix": "" |
| }, |
| { |
| "first": "Lucas", |
| "middle": [], |
| "last": "Antoine", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Nadine", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "ternational Conference on Healthcare Informatics (ICHI)", |
| "volume": "", |
| "issue": "", |
| "pages": "159--168", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Brixtel Romain, Lejeune Gael, Doucet Antoine, and Lucas Nadine. 2013. Any language early detection of epidemic diseases from web news streams. In- ternational Conference on Healthcare Informatics (ICHI), pages 159-168.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Event detection based on open information extraction and ontology", |
| "authors": [ |
| { |
| "first": "Sihem", |
| "middle": [], |
| "last": "Sahnoun", |
| "suffix": "" |
| }, |
| { |
| "first": "Samir", |
| "middle": [], |
| "last": "Elloumi", |
| "suffix": "" |
| }, |
| { |
| "first": "Sadok", |
| "middle": [], |
| "last": "Ben Yahia", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Journal of Information and Telecommunication", |
| "volume": "", |
| "issue": "", |
| "pages": "383--403", |
| "other_ids": { |
| "DOI": [ |
| "10.1080/24751839.2020.1763007" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sihem Sahnoun, Samir Elloumi, and Sadok Ben Yahia. 2020. Event detection based on open information extraction and ontology. Journal of Information and Telecommunication, pages 383-403.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "num": null, |
| "uris": null, |
| "type_str": "figure", |
| "text": "The architecture of the DANIEL System" |
| }, |
| "FIGREF1": { |
| "num": null, |
| "uris": null, |
| "type_str": "figure", |
| "text": "The Event Detection based on Open Information Extraction and Ontology System architecture" |
| }, |
| "FIGREF2": { |
| "num": null, |
| "uris": null, |
| "type_str": "figure", |
| "text": "ROC curve for the DANIEL corpus (2089 files)(Romain et al., 2013)" |
| }, |
| "FIGREF3": { |
| "num": null, |
| "uris": null, |
| "type_str": "figure", |
| "text": "ROC curve for the BIG-corpus (8699 files)(Mutuvi et al., 2020b) The ROC curves for each language of the DANIEL-corpusFigure 6: The ROC curve for the MERGED corpora" |
| }, |
| "FIGREF4": { |
| "num": null, |
| "uris": null, |
| "type_str": "figure", |
| "text": "The Epidemiological event extraction based on open information extraction and ontology system architecture" |
| }, |
| "TABREF1": { |
| "html": null, |
| "num": null, |
| "content": "<table><tr><td colspan=\"4\">: Statistics for the DANIEL-corpus : number of</td></tr><tr><td colspan=\"3\">texts, paragraphs and characters</td><td/></tr><tr><td colspan=\"4\">Language # Texts # Sentences # Tokens</td></tr><tr><td>English</td><td>3,562</td><td colspan=\"2\">117,190 2,692,942</td></tr><tr><td>(en)</td><td/><td/><td/></tr><tr><td>French</td><td>2,415</td><td colspan=\"2\">70,893 1,959,848</td></tr><tr><td>(fr)</td><td/><td/><td/></tr><tr><td>Polish</td><td>341</td><td>9,527</td><td>151,901</td></tr><tr><td>(pl)</td><td/><td/><td/></tr><tr><td>Russian</td><td>426</td><td>6,865</td><td>133,905</td></tr><tr><td>(ru)</td><td/><td/><td/></tr><tr><td>Chinese</td><td>446</td><td>4,555</td><td>236,707</td></tr><tr><td>(zh)</td><td/><td/><td/></tr><tr><td>Greek</td><td>384</td><td>6,840</td><td>183,373</td></tr><tr><td>(el)</td><td/><td/><td/></tr></table>", |
| "type_str": "table", |
| "text": "" |
| }, |
| "TABREF2": { |
| "html": null, |
| "num": null, |
| "content": "<table/>", |
| "type_str": "table", |
| "text": "Statistics for the BIG-corpus (number of texts, sentences and tokens)" |
| }, |
| "TABREF4": { |
| "html": null, |
| "num": null, |
| "content": "<table><tr><td>: Evaluation by unique event for the DANIEL-</td></tr><tr><td>corpus with a threshold of 0.8 (NB: this a strict scenario</td></tr><tr><td>where no entity linking has been performed)</td></tr></table>", |
| "type_str": "table", |
| "text": "" |
| }, |
| "TABREF6": { |
| "html": null, |
| "num": null, |
| "content": "<table><tr><td colspan=\"2\">: Evaluation by unique event for the BIG corpus</td></tr><tr><td colspan=\"2\">for a threshold of 0.8 (NB: this is a strict scenario where</td></tr><tr><td colspan=\"2\">no entity linking has been performed)</td></tr><tr><td>Event</td><td>Real date Detection date Diff.</td></tr><tr><td colspan=\"2\">Flu-India 12-01-2012 17-01-2010 5 days</td></tr><tr><td>Grypa-</td><td>06-01-2012 12-01-2012 6 days</td></tr><tr><td>Chiny</td><td/></tr><tr><td>H5N1-</td><td>30-12-2011 30-12-2011 0 days</td></tr><tr><td>\u039a\u03af\u03bd\u03b1</td><td/></tr></table>", |
| "type_str": "table", |
| "text": "" |
| }, |
| "TABREF7": { |
| "html": null, |
| "num": null, |
| "content": "<table/>", |
| "type_str": "table", |
| "text": "Example of an Event Extraction" |
| } |
| } |
| } |
| } |