ACL-OCL / Base_JSON /prefixV /json /vlsp /2020.vlsp-1.17.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
raw
history blame contribute delete
No virus
70.9 kB
{
"paper_id": "2020",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T12:14:06.369439Z"
},
"title": "Overview of VLSP RelEx shared task: A Data Challenge for Semantic Relation Extraction from Vietnamese News",
"authors": [
{
"first": "Mai-Vu",
"middle": [],
"last": "Tran",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "VNU University of Engineering and Technology",
"location": {
"settlement": "Hanoi",
"country": "Vietnam"
}
},
"email": ""
},
{
"first": "Hoang-Quynh",
"middle": [],
"last": "Le",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "VNU University of Engineering and Technology",
"location": {
"settlement": "Hanoi",
"country": "Vietnam"
}
},
"email": ""
},
{
"first": "Duy-Cat",
"middle": [],
"last": "Can",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "VNU University of Engineering and Technology",
"location": {
"settlement": "Hanoi",
"country": "Vietnam"
}
},
"email": ""
},
{
"first": "Huyen",
"middle": [],
"last": "Nguyen",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Hanoi University of Science",
"location": {
"country": "Vietnam"
}
},
"email": "huyenntm@hus.edu.vn"
},
{
"first": "Linh",
"middle": [],
"last": "Nguyen",
"suffix": "",
"affiliation": {},
"email": "linhntn3@viettel.com.vn"
},
{
"first": "Tran",
"middle": [],
"last": "Ngoc",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Tam",
"middle": [],
"last": "Doan",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper reports the overview of RelEx shared task for semantic relation extraction from Vietnamese News, which is hosted at the seventh annual workshop on Vietnamese Language and Speech Processing (VLSP 2020). This task focuses on classifying entity pairs in Vietnamese News text into four different, non-overlapping categories of semantic relations defined in advance. In order to generate a fair benchmark, we build a humanannotated dataset of 1,056 documents and 5,900 instances of semantic relations, collected from Vietnamese News in several domains. All models will be evaluated in terms of macro-and micro-averaged F1 scores, two typical evaluation metrics for semantic relation extraction problem.",
"pdf_parse": {
"paper_id": "2020",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper reports the overview of RelEx shared task for semantic relation extraction from Vietnamese News, which is hosted at the seventh annual workshop on Vietnamese Language and Speech Processing (VLSP 2020). This task focuses on classifying entity pairs in Vietnamese News text into four different, non-overlapping categories of semantic relations defined in advance. In order to generate a fair benchmark, we build a humanannotated dataset of 1,056 documents and 5,900 instances of semantic relations, collected from Vietnamese News in several domains. All models will be evaluated in terms of macro-and micro-averaged F1 scores, two typical evaluation metrics for semantic relation extraction problem.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The rapid growth of volume and variety of news brings an unprecedented opportunity to explore electronic text but an enormous challenge when facing a massive amount of unstructured and semistructured data. Recent research progress in text mining needs to be supported by Information Extraction (IE) and Natural Language Processing (NLP) techniques. One of the most fundamental sub-tasks of IE is Relation Extraction (RE). It is the task of identifying and determining the semantic relations between pairs of named entity mentions (or nominals) in the text (Aggarwal, 2015) . Receiving the (set of) document(s) as an input, the relation extraction system aims to extract all predefined relationships mentioned in this document by identifying the corresponding entities and determining the type of relationship between each pair of entities (see examples in Figure 1 ). RE is of significant importance to many fields and applications, ranging from ontology building (Thukral et al., 2018) , improving the access to scientific literature (G\u00e1bor et al., 2018) , question answering (Lukovnikov et al., 2017; Das et al., 2017) to major life events extraction (Li et al., 2014; Cavalin et al., 2016 ) and many other applications. However, manually curating relations is plagued by its high cost and the rapid growth of the electronic text.",
"cite_spans": [
{
"start": 556,
"end": 572,
"text": "(Aggarwal, 2015)",
"ref_id": "BIBREF0"
},
{
"start": 964,
"end": 986,
"text": "(Thukral et al., 2018)",
"ref_id": "BIBREF15"
},
{
"start": 1035,
"end": 1055,
"text": "(G\u00e1bor et al., 2018)",
"ref_id": "BIBREF8"
},
{
"start": 1077,
"end": 1102,
"text": "(Lukovnikov et al., 2017;",
"ref_id": "BIBREF11"
},
{
"start": 1103,
"end": 1120,
"text": "Das et al., 2017)",
"ref_id": "BIBREF5"
},
{
"start": 1153,
"end": 1170,
"text": "(Li et al., 2014;",
"ref_id": "BIBREF10"
},
{
"start": 1171,
"end": 1191,
"text": "Cavalin et al., 2016",
"ref_id": "BIBREF2"
}
],
"ref_spans": [
{
"start": 856,
"end": 864,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "For English, several challenge evaluations have been organized such as Semantic Evaluation (Se-mEval) (G\u00e1bor et al., 2018; Hendrickx et al., 2010) , BioNLP shared task (Del\u00e9ger et al., 2016) , and Automatic Content Extraction (ACE) (Walker et al., 2006) . These challenges evaluations attracted many scientists worldwide to attend and publish their latest research on semantic relation extraction. Many approaches are proposed for RE in English texts, ranging from knowledgebased methods to machine learning-based methods (Bach and Badaskar, 2007; Dongmei et al., 2020) . Studies on this problem for Vietnamese text are still in the early stages with a few initial achievements. In recent years, there has been a growing interest to develop computational ap-proaches for extracting semantic relations in Vietnamese text automatically with proposals of several methods. Despite these attempts, the lack of a comprehensive benchmarking dataset has limited the comparison of different techniques. RelEx challenge task in VLSP was set up to provide an opportunity for researchers to propose, assess and advance their researches.",
"cite_spans": [
{
"start": 102,
"end": 122,
"text": "(G\u00e1bor et al., 2018;",
"ref_id": "BIBREF8"
},
{
"start": 123,
"end": 146,
"text": "Hendrickx et al., 2010)",
"ref_id": "BIBREF9"
},
{
"start": 168,
"end": 190,
"text": "(Del\u00e9ger et al., 2016)",
"ref_id": "BIBREF6"
},
{
"start": 232,
"end": 253,
"text": "(Walker et al., 2006)",
"ref_id": "BIBREF17"
},
{
"start": 522,
"end": 547,
"text": "(Bach and Badaskar, 2007;",
"ref_id": "BIBREF1"
},
{
"start": 548,
"end": 569,
"text": "Dongmei et al., 2020)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The remainder of the paper is organized as follows. Section 2 gives the description about RelEx shared task. The next section describes the data collection and annotation methodologies. Subsequently, section 4 describes the competition, approaches and respective results. Finally, Section 5 concludes the paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "As the first shared task of relation extraction for Vietnamese text, we go from typical relations between three fundamental entities in News domain: Location, Organization and P erson. All semantic relations between nominals other than the aforementioned entities were excluded. Based on these three types of annotated entities, we selected four relation types with coverage sufficiently broad to be of general and practical interest. Our selection is referenced and modified based on the relation types and subtypes used in the ACE 2005 task (Walker et al., 2006) . We aimed at avoiding semantic overlap as much as possible. Four relation types are described in Table 1 and as follow.",
"cite_spans": [
{
"start": 543,
"end": 564,
"text": "(Walker et al., 2006)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [
{
"start": 663,
"end": 670,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "RelEx 2020 Challenge",
"sec_num": "2"
},
{
"text": "\u2022 The LOCAT ED relation captures the physical or geographical location of an entity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RelEx 2020 Challenge",
"sec_num": "2"
},
{
"text": "\u2022 The P ART \u2212 W HOLE relation type captures the relationship when the parts contribute to the structure of the wholes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RelEx 2020 Challenge",
"sec_num": "2"
},
{
"text": "\u2022 The P ERSON AL\u2212SOCIAL relations describe the relationship between people.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RelEx 2020 Challenge",
"sec_num": "2"
},
{
"text": "\u2022 The ORGAN IZAT ION \u2212 AF F ILIAT ION relation type represents the organizational relationship of entities.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RelEx 2020 Challenge",
"sec_num": "2"
},
{
"text": "\u2022 We do not annotate non-relation entity pairs (N ON E). These negatives instances need to be self-generated by participated teams, if necessary.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RelEx 2020 Challenge",
"sec_num": "2"
},
{
"text": "In the case of P ERSON AL \u2212 SOCIAL, an undirected relation type, two entities are symmetric (i.e., not ordered). Other relation types are directed, i.e., their entities are asymmetry (i.e., order sensitive). We restrict the direction of these relation types always come from entity 1 to entity 2. The participated system needs to define which entity mention plays the role of entity 1 and which entity mention plays the role of entity 2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RelEx 2020 Challenge",
"sec_num": "2"
},
{
"text": "This task only focused on intra-sentence relation extraction, i.e., we limit relations to only those that are expressed within a single sentence. The relations between entity mentions are annotated if and only if the relationship is explicitly referenced in the sentence that contains the two mentions. Even if there is a relationship between two entities in the real world (or elsewhere in the document), there must be evidence for that relationship in the local context where it is tagged. We do not accept the case of bridging relations (i.e., a relationship derived from two other consecutive relationships), uncertain relations, inferred relations, and relation in the future tenser (i.e., allusion/mean to happen in the future).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RelEx 2020 Challenge",
"sec_num": "2"
},
{
"text": "A relation is defined by two entities participating in this relationship. In other words, a sentence can contain several different relations if it has more than one pairs of entities. Any qualifying relations must be predicted, even if the text mentions them is overlap or nested with range text of other relations. We do not allow the multi-label cases, i.e., a pair of entities must have only one relationship or no relation. If there is an ambiguity between some relation types, the participated system needs to decide to choose the most suitable label.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RelEx 2020 Challenge",
"sec_num": "2"
},
{
"text": "Only binary relations are accepted. N-nary relations should be predicted if and only if they can be split into several binary relations without changing the semantic meaning of the relationships.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RelEx 2020 Challenge",
"sec_num": "2"
},
{
"text": "For the task, we prepared a total of 1, 056 News documents: 506 documents for the training, 250 documents for development and 300 documents in the test set. Of all 1, 056 news documents, 815 documents were selected in a single crawler process. The remaining 241 documents were selected in another crawler process to represent difference features and were incorporated into the test set. We",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data Statistics",
"sec_num": "3.1"
},
{
"text": "Agruments Directionality then prepared the manual annotations, Table 2 describes statistics of the RelEx dataset in detailed. Figure 2 show the distribution of relation types in training/development set and the test set. Due to the effect of adding 'strange' data to the test set, the rate is partly inconsistent between training/development and test set.",
"cite_spans": [],
"ref_spans": [
{
"start": 63,
"end": 70,
"text": "Table 2",
"ref_id": "TABREF2"
},
{
"start": 126,
"end": 134,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Relation",
"sec_num": null
},
{
"text": "There are 6 human annotators to participate in the annotation process. An annotation guideline with full definition and illustrative examples was provided. We used a week to train annotators about the markable and non-markable cases in documents. In the following week, annotators conducted trial annotations, then raised some issues that need clarification. An expert then preliminarily assessed the quality of the trial annotation process before started the full annotation process.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annotators and Annotation Tool",
"sec_num": "3.2.1"
},
{
"text": "We used WebAnno 1 as the Annotation tool. It is a general purpose web-based annotation tool for a wide range of linguistic annotations including various layers of morphological, syntactical, and semantic annotations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annotators and Annotation Tool",
"sec_num": "3.2.1"
},
{
"text": "The annotators were divided into two groups and used their account to conduct independent annotations, i.e., each document was annotated at least twice. The annotation process is described in Figure 3 . First, the supervisor separated the whole dataset into several small parts. Each part was given to two independent annotators for annotating. For finding out the agreement between annotators, the committee then calculated the Inter-Annotator Agreement (IAA). Follow (Dalianis, 2018) , IAA can be carried out by calculating the Precision, Recall, F-score, and Cohen's kappa, between two annotators. If the IAA is very low, for example, F 1 is under 0.6, it may be due to the complexity and difficulty of the annotation task or the low quality of the annotation. For the RelEx task, the committee selected the IAA based on F 1, and chose an acceptable threshold of 0.7. If the IAA between two annotators on a subset was smaller than 0.7, we went through the curation process with a third annotator to decide the final annotation.",
"cite_spans": [
{
"start": 469,
"end": 485,
"text": "(Dalianis, 2018)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [
{
"start": 192,
"end": 200,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Annotation Process",
"sec_num": "3.2.2"
},
{
"text": "The test set are formatted similarly with the training and development data, but without information for the relation label. The task is to predict, given a sentence and two tagged entities, which of the relation labels to apply. The participated teams must submit the result in the same format with the training and development data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data Format and Submission",
"sec_num": "4.1"
},
{
"text": "The participating systems had the following task: Given a documents and tagged entities, predict the semantic relations between those entities and the directions of the relations. Each teams can submit up to 3 runs for the evaluation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data Format and Submission",
"sec_num": "4.1"
},
{
"text": "The participated results were evaluated using standard metrics of Precision (P ), Recall (R) and F 1. In which, Precision indicates the percentage of system positives that are true instances, Recall indicates the percentage of true instances that the system has retrieved. F 1 is the harmonic mean of Recall and Precision, calculated as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metrics",
"sec_num": "4.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "F 1 = 2 \u00d7 P \u00d7 R P + R",
"eq_num": "(1)"
}
],
"section": "Evaluation Metrics",
"sec_num": "4.2"
},
{
"text": "We released a detailed scorer which outputs:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metrics",
"sec_num": "4.2"
},
{
"text": "\u2022 A confusion matrix,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metrics",
"sec_num": "4.2"
},
{
"text": "\u2022 Results for the individual relations with P , R and F 1,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metrics",
"sec_num": "4.2"
},
{
"text": "\u2022 The micro-averaged P , R and F 1,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metrics",
"sec_num": "4.2"
},
{
"text": "\u2022 The macro-averaged P , R and F 1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metrics",
"sec_num": "4.2"
},
{
"text": "Our official scoring metric is macro-averaged F 1, taking the directionality into account (except P ERSON AL \u2212 SOCIAL relations).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Metrics",
"sec_num": "4.2"
},
{
"text": "A total of 4 teams participated in the RelEx task. Since each team was allowed to submit up to 3 runs (i.e., 3 different version of their proposal method), a total of 12 runs were submitted. Table 3 lists the participants and provides a rough overview of the system features. Vn-CoreNLP 2 and underthesea 3 are used for preprocessing. All proposed model are based on the deep neural network architectures with different approaches, go from a simple method (i.e., multilayer perceptron) to Bidirectional Long Short-Term Memory and more complex architectures (e.g., BERT with entity start). With the application of deep learning models, participated teams use several pre-trained embedding model. In addition to word2vec (Mikolov et al., 2013; Vu, 2016) , RelEx challenge acknowledgement several BERTbased word embedding for Vietnamese, including PhoBERT (Nguyen and Nguyen, 2020), Nl-pHUST/vibert4news 4 , FPTAI/vibert (The et al., 2020) and XLMRoBERTa (Conneau et al., 2020) .",
"cite_spans": [
{
"start": 719,
"end": 741,
"text": "(Mikolov et al., 2013;",
"ref_id": "BIBREF12"
},
{
"start": 742,
"end": 751,
"text": "Vu, 2016)",
"ref_id": "BIBREF16"
},
{
"start": 952,
"end": 974,
"text": "(Conneau et al., 2020)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [
{
"start": 191,
"end": 198,
"text": "Table 3",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Participants",
"sec_num": "4.3.1"
},
{
"text": "As shown in Table 4 , the macro-averaged F 1 score of participated teams (only considering the best run) ranges from 57.99% to 66.16% with an average of 62.42%. For reference information, the micro-averaged F 1 score ranges from 61.84% to 72.06% with an average of 66.99%. The highest macro-averaged P and R is 80.38% and 66.75%, respectively. However, the team with the highest P has quite low R, and vice versa, the team with the highest R has the lowest P . The first and secondranked teams have the right balance between P and R.",
"cite_spans": [],
"ref_spans": [
{
"start": 12,
"end": 19,
"text": "Table 4",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "4.3.2"
},
{
"text": "We ranked the teams by the performance of their best macro-averaged F 1 score. Team of Thuat Nguyen and Hieu Man Duc Trong from Hanoi University of Science and Technology, Hanoi, Vietnam submitted the best system, with a performance of 66.16% of F 1, i.e., 2.74% better than the runner-up system. The second prize was awarded to Pham Quang Nhat Minh with 63.42% of F 1. The third prize was awarded to SunBear Team from AI Research Team, R&D Lab, Sun Inc, who proposed many improvements in their model. The detailed results of all teams are shown in Table 5 .",
"cite_spans": [],
"ref_spans": [
{
"start": 549,
"end": 556,
"text": "Table 5",
"ref_id": "TABREF7"
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "4.3.2"
},
{
"text": "We also analyze the performance for specific relations on the best results of each team for each relation. P ART \u2212 W HOLE seems to be the easiest relation. Comparing the best runs of teams, the lowest result for this relation is 79.57%, and the highest result was over 84.35%, i.e., the difference is comparatively small (4.78%). ORGAN IZAT ION \u2212 AF F ILIAT ION is the relation that has the most difference between the best and worst system (16.73%). The most challenging relation is P ERSON AL \u2212 SOCIAL. It is proved that being a problematic relation for all teams. This note can be clarified from the data statistics, although P ERSON AL \u2212 SOCIAL is a relation that has many different patterns in realistic, it accounts for only \u223c 5% of training and development data. It becomes even more difficult when it takes up \u223c 25% of test data. LOCAT ED follows P ERSON AL \u2212 SOCIAL in terms of difficulty. Some of its patterns are confused with the ORGAN IZAT ION \u2212 AF F ILIAT ION relation, i.e., whether a person is/do something in a particular location or is citizen/resident of a (geopolitical) location. An interesting observation shows that directional relations were not a difficult problem for participated teams. The submission with the most misdirected error failed only 7 examples out of the total number of results returned. Many submission does not have any errors in the directionality. Figure 4 shows the ratio between easy cases (correctly predicted in all runs), difficult cases (did not found by any run), the rest are the number of examples that correctly predicted in at least one run (but not all runs). There were 140 examples (\u223c 10%) that are classified incorrectly by all systems. Except for a handful of errors Num of examples predicted in 1-11 runs Figure 5 gives statistics on how many instances are correctly found in 1 to 11 out of 12 submissions. It shows that the proposed systems of participated teams produce multiple inconsistent results. It also notes the difficulty of the challenge and data.",
"cite_spans": [],
"ref_spans": [
{
"start": 1393,
"end": 1401,
"text": "Figure 4",
"ref_id": "FIGREF4"
},
{
"start": 1767,
"end": 1775,
"text": "Figure 5",
"ref_id": "FIGREF6"
}
],
"eq_spans": [],
"section": "Relation-specific Analysis",
"sec_num": "4.4.1"
},
{
"text": "The RelEx task was designed to compare different semantic relation classification approaches and provide a standard testbed for future research.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "5"
},
{
"text": "The RelEx dataset constructed in this task is expected to make significant contributions to the other related researches. RelEx challenge is an endorsement of machine learning methods based on deep neural networks. The participated teams have achieved some exciting and potential results. However, the deeper analysis also shows some performance limitations, especially in the case of semantic relations presented in a complex linguistic structure. This observation raises some research problems for future works. Finally, we conclude that the RelEx shared task was run successfully and is expected to contribute significantly to Vietnamese text mining and natural language processing communities.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "5"
},
{
"text": "https://github.com/vncorenlp 3 https://github.com/undertheseanlp 4 http://huggingface.co/NlpHUST/ vibert4news-base-cased",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "This work was supported by the Vingroup Innovation Foundation (VINIF) under the project code DA137_15062019/year 2019. The shared task committee would like to grateful DAGORAS data technology JSC. for their technical and financial support, and the six annotators for their hardworking to support the shared task.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Mining text data",
"authors": [
{
"first": "C",
"middle": [],
"last": "Charu",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Aggarwal",
"suffix": ""
}
],
"year": 2015,
"venue": "data mining",
"volume": "",
"issue": "",
"pages": "429--455",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Charu C Aggarwal. 2015. Mining text data. In data mining, pages 429-455. Springer.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A review of relation extraction",
"authors": [
{
"first": "Nguyen",
"middle": [],
"last": "Bach",
"suffix": ""
},
{
"first": "Sameer",
"middle": [],
"last": "Badaskar",
"suffix": ""
}
],
"year": 2007,
"venue": "Literature review for Language and Statistics",
"volume": "II",
"issue": "",
"pages": "1--15",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nguyen Bach and Sameer Badaskar. 2007. A review of relation extraction. Literature review for Language and Statistics II, 2:1-15.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Classification of life events on social media",
"authors": [
{
"first": "Fillipe",
"middle": [],
"last": "Paulo R Cavalin",
"suffix": ""
},
{
"first": "S\u00e9rgio Ms Da",
"middle": [],
"last": "Dornelas",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Cruz",
"suffix": ""
}
],
"year": 2016,
"venue": "29th SIBGRAPI (Conference on Graphics, Patterns and Images",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Paulo R Cavalin, Fillipe Dornelas, and S\u00e9rgio MS da Cruz. 2016. Classification of life events on social media. In 29th SIBGRAPI (Conference on Graphics, Patterns and Images).",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Unsupervised cross-lingual representation learning at scale",
"authors": [
{
"first": "Alexis",
"middle": [],
"last": "Conneau",
"suffix": ""
},
{
"first": "Kartikay",
"middle": [],
"last": "Khandelwal",
"suffix": ""
},
{
"first": "Naman",
"middle": [],
"last": "Goyal",
"suffix": ""
},
{
"first": "Vishrav",
"middle": [],
"last": "Chaudhary",
"suffix": ""
},
{
"first": "Guillaume",
"middle": [],
"last": "Wenzek",
"suffix": ""
},
{
"first": "Francisco",
"middle": [],
"last": "Guzm\u00e1n",
"suffix": ""
},
{
"first": "\u00c9douard",
"middle": [],
"last": "Grave",
"suffix": ""
},
{
"first": "Myle",
"middle": [],
"last": "Ott",
"suffix": ""
},
{
"first": "Luke",
"middle": [],
"last": "Zettlemoyer",
"suffix": ""
},
{
"first": "Veselin",
"middle": [],
"last": "Stoyanov",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "8440--8451",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alexis Conneau, Kartikay Khandelwal, Naman Goyal, Vishrav Chaudhary, Guillaume Wenzek, Francisco Guzm\u00e1n, \u00c9douard Grave, Myle Ott, Luke Zettle- moyer, and Veselin Stoyanov. 2020. Unsupervised cross-lingual representation learning at scale. In Proceedings of the 58th Annual Meeting of the Asso- ciation for Computational Linguistics, pages 8440- 8451.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Evaluation metrics and evaluation",
"authors": [
{
"first": "Hercules",
"middle": [],
"last": "Dalianis",
"suffix": ""
}
],
"year": 2018,
"venue": "Clinical Text Mining",
"volume": "",
"issue": "",
"pages": "45--53",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hercules Dalianis. 2018. Evaluation metrics and eval- uation. In Clinical Text Mining, pages 45-53. Springer.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Question answering on knowledge bases and text using universal schema and memory networks",
"authors": [
{
"first": "Rajarshi",
"middle": [],
"last": "Das",
"suffix": ""
},
{
"first": "Manzil",
"middle": [],
"last": "Zaheer",
"suffix": ""
},
{
"first": "Siva",
"middle": [],
"last": "Reddy",
"suffix": ""
},
{
"first": "Andrew",
"middle": [],
"last": "Mccallum",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics",
"volume": "2",
"issue": "",
"pages": "358--365",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rajarshi Das, Manzil Zaheer, Siva Reddy, and Andrew McCallum. 2017. Question answering on knowl- edge bases and text using universal schema and memory networks. In Proceedings of the 55th An- nual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers), volume 2, pages 358-365.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Overview of the bacteria biotope task at bionlp shared task 2016",
"authors": [
{
"first": "Louise",
"middle": [],
"last": "Del\u00e9ger",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Bossy",
"suffix": ""
},
{
"first": "Estelle",
"middle": [],
"last": "Chaix",
"suffix": ""
},
{
"first": "Mouhamadou",
"middle": [],
"last": "Ba",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the 4th BioNLP shared task workshop",
"volume": "",
"issue": "",
"pages": "12--22",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Louise Del\u00e9ger, Robert Bossy, Estelle Chaix, Mouhamadou Ba, Arnaud Ferr\u00e9, Philippe Bessieres, and Claire N\u00e9dellec. 2016. Overview of the bacteria biotope task at bionlp shared task 2016. In Proceed- ings of the 4th BioNLP shared task workshop, pages 12-22.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Review of entity relation extraction methods",
"authors": [
{
"first": "Li",
"middle": [],
"last": "Dongmei",
"suffix": ""
},
{
"first": "Zhang",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "Li",
"middle": [],
"last": "Dongyuan",
"suffix": ""
},
{
"first": "Lin",
"middle": [],
"last": "Danqiong",
"suffix": ""
}
],
"year": 2020,
"venue": "Journal of Computer Research and Development",
"volume": "57",
"issue": "7",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Li Dongmei, Zhang Yang, Li Dongyuan, and Lin Dan- qiong. 2020. Review of entity relation extraction methods. Journal of Computer Research and De- velopment, 57(7):1424.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Semeval-2018 task 7: Semantic relation extraction and classification in scientific papers",
"authors": [
{
"first": "Kata",
"middle": [],
"last": "G\u00e1bor",
"suffix": ""
},
{
"first": "Davide",
"middle": [],
"last": "Buscaldi",
"suffix": ""
},
{
"first": "Anne-Kathrin",
"middle": [],
"last": "Schumann",
"suffix": ""
},
{
"first": "Behrang",
"middle": [],
"last": "Qasemizadeh",
"suffix": ""
},
{
"first": "Haifa",
"middle": [],
"last": "Zargayouna",
"suffix": ""
},
{
"first": "Thierry",
"middle": [],
"last": "Charnois",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of The 12th International Workshop on Semantic Evaluation",
"volume": "",
"issue": "",
"pages": "679--688",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kata G\u00e1bor, Davide Buscaldi, Anne-Kathrin Schu- mann, Behrang QasemiZadeh, Haifa Zargayouna, and Thierry Charnois. 2018. Semeval-2018 task 7: Semantic relation extraction and classification in scientific papers. In Proceedings of The 12th Inter- national Workshop on Semantic Evaluation, pages 679-688.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Semeval-2010 task 8: Multi-way classification of semantic relations between pairs of nominals",
"authors": [
{
"first": "Iris",
"middle": [],
"last": "Hendrickx",
"suffix": ""
},
{
"first": "Su",
"middle": [
"Nam"
],
"last": "Kim",
"suffix": ""
},
{
"first": "Zornitsa",
"middle": [],
"last": "Kozareva",
"suffix": ""
},
{
"first": "Preslav",
"middle": [],
"last": "Nakov",
"suffix": ""
},
{
"first": "\u00d3",
"middle": [],
"last": "Diarmuid",
"suffix": ""
},
{
"first": "Sebastian",
"middle": [],
"last": "S\u00e9aghdha",
"suffix": ""
},
{
"first": "Marco",
"middle": [],
"last": "Pad\u00f3",
"suffix": ""
},
{
"first": "Lorenza",
"middle": [],
"last": "Pennacchiotti",
"suffix": ""
},
{
"first": "Stan",
"middle": [],
"last": "Romano",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Szpakowicz",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 5th International Workshop on Semantic Evaluation",
"volume": "",
"issue": "",
"pages": "33--38",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Iris Hendrickx, Su Nam Kim, Zornitsa Kozareva, Preslav Nakov, Diarmuid \u00d3 S\u00e9aghdha, Sebastian Pad\u00f3, Marco Pennacchiotti, Lorenza Romano, and Stan Szpakowicz. 2010. Semeval-2010 task 8: Multi-way classification of semantic relations be- tween pairs of nominals. In Proceedings of the 5th International Workshop on Semantic Evaluation, pages 33-38.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Major life event extraction from twitter based on congratulations/condolences speech acts",
"authors": [
{
"first": "Jiwei",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Alan",
"middle": [],
"last": "Ritter",
"suffix": ""
},
{
"first": "Claire",
"middle": [],
"last": "Cardie",
"suffix": ""
},
{
"first": "Eduard",
"middle": [],
"last": "Hovy",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 2014 conference on empirical methods in natural language processing (EMNLP)",
"volume": "",
"issue": "",
"pages": "1997--2007",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jiwei Li, Alan Ritter, Claire Cardie, and Eduard Hovy. 2014. Major life event extraction from twitter based on congratulations/condolences speech acts. In Pro- ceedings of the 2014 conference on empirical meth- ods in natural language processing (EMNLP), pages 1997-2007.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Neural network-based question answering over knowledge graphs on word and character level",
"authors": [
{
"first": "Denis",
"middle": [],
"last": "Lukovnikov",
"suffix": ""
},
{
"first": "Asja",
"middle": [],
"last": "Fischer",
"suffix": ""
},
{
"first": "Jens",
"middle": [],
"last": "Lehmann",
"suffix": ""
},
{
"first": "S\u00f6ren",
"middle": [],
"last": "Auer",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 26th international conference on World Wide Web",
"volume": "",
"issue": "",
"pages": "1211--1220",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Denis Lukovnikov, Asja Fischer, Jens Lehmann, and S\u00f6ren Auer. 2017. Neural network-based question answering over knowledge graphs on word and char- acter level. In Proceedings of the 26th international conference on World Wide Web, pages 1211-1220. International World Wide Web Conferences Steer- ing Committee.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Distributed representations of words and phrases and their compositionality",
"authors": [
{
"first": "Tomas",
"middle": [],
"last": "Mikolov",
"suffix": ""
},
{
"first": "Ilya",
"middle": [],
"last": "Sutskever",
"suffix": ""
},
{
"first": "Kai",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Greg",
"middle": [],
"last": "Corrado",
"suffix": ""
},
{
"first": "Jeffrey",
"middle": [],
"last": "Dean",
"suffix": ""
}
],
"year": 2013,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1310.4546"
]
},
"num": null,
"urls": [],
"raw_text": "Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg Cor- rado, and Jeffrey Dean. 2013. Distributed represen- tations of words and phrases and their composition- ality. arXiv preprint arXiv:1310.4546.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Phobert: Pre-trained language models for vietnamese",
"authors": [
{
"first": "Anh",
"middle": [
"Tuan"
],
"last": "Dat Quoc Nguyen",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Nguyen",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: Findings",
"volume": "",
"issue": "",
"pages": "1037--1042",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dat Quoc Nguyen and Anh Tuan Nguyen. 2020. Phobert: Pre-trained language models for viet- namese. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Process- ing: Findings, pages 1037-1042.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Improving sequence tagging for vietnamese text using transformer-based neural models",
"authors": [
{
"first": "Oanh",
"middle": [],
"last": "Viet Bui The",
"suffix": ""
},
{
"first": "Phuong",
"middle": [],
"last": "Tran Thi",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Le-Hong",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:2006.15994"
]
},
"num": null,
"urls": [],
"raw_text": "Viet Bui The, Oanh Tran Thi, and Phuong Le-Hong. 2020. Improving sequence tagging for vietnamese text using transformer-based neural models. arXiv preprint arXiv:2006.15994.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Semi-automatic ontology builder based on relation extraction from textual data",
"authors": [
{
"first": "Anjali",
"middle": [],
"last": "Thukral",
"suffix": ""
},
{
"first": "Ayush",
"middle": [],
"last": "Jain",
"suffix": ""
},
{
"first": "Mudit",
"middle": [],
"last": "Aggarwal",
"suffix": ""
},
{
"first": "Mehul",
"middle": [],
"last": "Sharma",
"suffix": ""
}
],
"year": 2018,
"venue": "Advanced Computational and Communication Paradigms",
"volume": "",
"issue": "",
"pages": "343--350",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Anjali Thukral, Ayush Jain, Mudit Aggarwal, and Mehul Sharma. 2018. Semi-automatic ontology builder based on relation extraction from textual data. In Advanced Computational and Communica- tion Paradigms, pages 343-350. Springer.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Pre-trained word2vec models for vietnamese",
"authors": [
{
"first": "Xuan-Son",
"middle": [],
"last": "Vu",
"suffix": ""
}
],
"year": 2016,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xuan-Son Vu. 2016. Pre-trained word2vec models for vietnamese. https://github.com/sonvx/ word2vecVN.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Ace 2005 multilingual training corpus. Linguistic Data Consortium",
"authors": [
{
"first": "Christopher",
"middle": [],
"last": "Walker",
"suffix": ""
},
{
"first": "Stephanie",
"middle": [],
"last": "Strassel",
"suffix": ""
},
{
"first": "Julie",
"middle": [],
"last": "Medero",
"suffix": ""
},
{
"first": "Kazuaki",
"middle": [],
"last": "Maeda",
"suffix": ""
}
],
"year": 2006,
"venue": "",
"volume": "57",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christopher Walker, Stephanie Strassel, Julie Medero, and Kazuaki Maeda. 2006. Ace 2005 multilin- gual training corpus. Linguistic Data Consortium, Philadelphia, 57:45.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "Relation examples."
},
"FIGREF1": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "The distribution of relation types in Datasets."
},
"FIGREF2": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "The annotation process."
},
"FIGREF4": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "The annotation process."
},
"FIGREF6": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "Number of examples predicted in 1-11 runs."
},
"TABREF1": {
"html": null,
"text": "Relation types permitted arguments and directionality.",
"content": "<table><tr><td/><td>Training set</td><td>Development set</td><td>Test set</td></tr><tr><td>Number of documents</td><td>506</td><td>250</td><td>300</td></tr><tr><td>LOCATED</td><td>612</td><td>346</td><td>294</td></tr><tr><td>PART-WHOLE</td><td>1176</td><td>514</td><td>815</td></tr><tr><td>PERSONAL -SOCIAL</td><td>102</td><td>98</td><td>449</td></tr><tr><td>ORGANIZATION -AFFILIATION</td><td>771</td><td>518</td><td>205</td></tr></table>",
"type_str": "table",
"num": null
},
"TABREF2": {
"html": null,
"text": "Statistics of the RelEx dataset.",
"content": "<table><tr><td>Data statistics</td><td/></tr><tr><td>Training + Development sets</td><td>Test set</td></tr><tr><td>LOCATED</td><td>PART-WHOLE</td></tr><tr><td colspan=\"2\">PERSONAL -SOCIAL AFFILIATION</td></tr></table>",
"type_str": "table",
"num": null
},
"TABREF4": {
"html": null,
"text": "Overview of the methods used by participating teams in RelEx task.",
"content": "<table><tr><td>Team</td><td>Macro-averaged P R F1</td><td>Micro-averaged P R F1</td></tr><tr><td colspan=\"3\">HT-HUS 73.54 62.34 66.16 76.17 68.37 72.06</td></tr><tr><td colspan=\"3\">MinhPQN 73.32 57.09 63.42 76.83 60.28 67.56</td></tr><tr><td>SunBear</td><td colspan=\"2\">58.44 66.75 62.09 60.82 73.29 66.48</td></tr><tr><td>VC-Tus</td><td colspan=\"2\">80.38 46.43 57.99 83.51 49.09 61.84</td></tr><tr><td/><td colspan=\"2\">Results are reported in %.</td></tr><tr><td colspan=\"3\">Highest result in each column is highlighted in bold.</td></tr></table>",
"type_str": "table",
"num": null
},
"TABREF5": {
"html": null,
"text": "The final results of participated teams (best run results).",
"content": "<table/>",
"type_str": "table",
"num": null
},
"TABREF6": {
"html": null,
"text": "HUS_1 62.74 72.33 84.05 40.43 78.76 57.90 64.89 80.49 63.82 71.19 HT-HUS_2 60.70 68.08 84.35 44.37 78.17 57.07 64.37 78.68 61.91 69.30 HT-HUS_3 62.50 74.60 82.87 44.67 73.54 62.34 66.16 76.17 68.37 72.06 MinhPQN_1 61.04 65.87 80.77 43.37 72.21 56.78 62.76 75.63 60.08 66.96 MinhPQN_2 62.41 66.38 81.00 43.87 73.32 57.09 63.42 76.83 60.28 67.56 MinhPQN_3 60.40 64.68 80.14 46.56 74.36 55.94 62.94 76.87 58.52 66.45 SunBear_1 59.74 67.54 79.57 41.50 58.44 66.75 62.09 60.82 73.29 66.48 SunBear_2 54.43 68.10 76.33 38.83 55.39 64.15 59.42 59.69 70.08 64.47 SunBear_3 49.29 62.10 71.52 31.24 53.11 55.27 53.54 55.91 59.16 57.49",
"content": "<table><tr><td>Team/Run</td><td>LOC AFF P-W F1 F1 F1</td><td>P-S F1</td><td>Macro-averaged P R F1</td><td>Micro-averaged P R F1</td></tr><tr><td>HT-VC-TUS_1</td><td colspan=\"4\">46.37 56.21 74.11 28.68 75.92 40.18 51.34 80.29 44.38 57.16</td></tr><tr><td>VC-TUS_2</td><td colspan=\"4\">55.23 57.87 79.70 39.16 80.38 46.43 57.99 83.51 49.09 61.84</td></tr><tr><td>VC-TUS_3</td><td colspan=\"4\">54.67 56.96 79.12 38.87 80.83 45.76 57.40 83.38 48.38 61.23</td></tr><tr><td/><td colspan=\"4\">Results are reported in %. Highest result in each column is highlighted in bold.</td></tr><tr><td/><td colspan=\"4\">LOC: LOCATED, AFF: ORGANIZATION-AFFILIATION,</td></tr><tr><td/><td/><td colspan=\"3\">P-W: PART-WHOLE, P-S: PERSONAL-SOCIAL.</td></tr></table>",
"type_str": "table",
"num": null
},
"TABREF7": {
"html": null,
"text": "Detailed results of all submissions. Sunbury] of LOCAT ED relation is misclassified either as ORGAN IZAT ION \u2212 AF F ILIAT ION or as no relation.",
"content": "<table><tr><td>caused by annotation errors, most of them are</td></tr><tr><td>made up of examples illustrating the limits of cur-</td></tr><tr><td>rent approaches. We need a more in-depth sur-</td></tr><tr><td>vey on linguistic patterns and knowledge, as well</td></tr><tr><td>as more complex reasoning techniques to resolve</td></tr><tr><td>these cases. A case in point: \"\u0110\u1eebng qu\u00ean trong tay</td></tr><tr><td>c\u1ee7a HLV Tom Thibodeau v\u1eabn c\u00f2n \u0111\u00f3 b\u1ed9 3 ng\u00f4i sao</td></tr><tr><td>Karl-Anthony Towns -Andrew Wiggins -Jimmy</td></tr><tr><td>Buter.\" (ID 24527838). In this instance, [Tom Thi-</td></tr><tr><td>bodeau] is participated in three P ERSON AL \u2212</td></tr><tr><td>SOCIAL relations with [Karl-Anthony Towns],</td></tr><tr><td>[Andrew Wiggins], and [Jimmy Buter]. In which,</td></tr><tr><td>two relations of [Tom Thibodeau] -[Andrew Wig-</td></tr><tr><td>gins] and [Tom Thibodeau] -[Jimmy Buter] were</td></tr><tr><td>not predicted by any team, probably on account</td></tr><tr><td>of their complex semantics presenting with a con-</td></tr><tr><td>junction. Another example: [Hassan \u0111\u01b0\u1ee3c cho l\u00e0</td></tr><tr><td>ng\u01b0\u1eddi Iraq , \u0111\u01b0\u1ee3c m\u1ed9t c\u1eb7p v\u1ee3 ch\u1ed3ng ng\u01b0\u1eddi Anh</td></tr><tr><td>nh\u1eadn l\u00e0m con nu\u00f4i v\u00e0 c\u00f9ng sinh s\u1ed1ng t\u1ea1i Sunbury</td></tr><tr><td>, v\u00f9ng ngo\u1ea1i \u00f4 London] (ID 23352918). Instance</td></tr><tr><td>[Hassan] -[</td></tr></table>",
"type_str": "table",
"num": null
}
}
}
}