ACL-OCL / Base_JSON /prefixS /json /S19 /S19-2014.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "S19-2014",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T15:47:25.729362Z"
},
"title": "GCN-Sem at SemEval-2019 Task 1: Semantic Parsing using Graph Convolutional and Recurrent Neural Networks",
"authors": [
{
"first": "Shiva",
"middle": [],
"last": "Taslimipoor",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Research Group in Computational Linguistics University of Wolverhampton",
"location": {
"country": "UK"
}
},
"email": "shiva.taslimi@wlv.ac.uk"
},
{
"first": "Omid",
"middle": [],
"last": "Rohanian",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Research Group in Computational Linguistics University of Wolverhampton",
"location": {
"country": "UK"
}
},
"email": "omid.rohanian@wlv.ac.uk"
},
{
"first": "Sara",
"middle": [],
"last": "Mo\u017ee",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Research Group in Computational Linguistics University of Wolverhampton",
"location": {
"country": "UK"
}
},
"email": "s.moze@wlv.ac.uk"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper describes the system submitted to the SemEval 2019 shared task 1 'Cross-lingual Semantic Parsing with UCCA'. We rely on the semantic dependency parse trees provided in the shared task which are converted from the original UCCA files and model the task as tagging. The aim is to predict the graph structure of the output along with the types of relations among the nodes. Our proposed neural architecture is composed of Graph Convolution and BiLSTM components. The layers of the system share their weights while predicting dependency links and semantic labels. The system is applied to the CONLLU format of the input data and is best suited for semantic dependency parsing.",
"pdf_parse": {
"paper_id": "S19-2014",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper describes the system submitted to the SemEval 2019 shared task 1 'Cross-lingual Semantic Parsing with UCCA'. We rely on the semantic dependency parse trees provided in the shared task which are converted from the original UCCA files and model the task as tagging. The aim is to predict the graph structure of the output along with the types of relations among the nodes. Our proposed neural architecture is composed of Graph Convolution and BiLSTM components. The layers of the system share their weights while predicting dependency links and semantic labels. The system is applied to the CONLLU format of the input data and is best suited for semantic dependency parsing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Universal Conceptual Cognitive Annotation (UCCA) (Abend and Rappoport, 2013 ) is a semantically motivated approach to grammatical representation inspired by typological theories of grammar (Dixon, 2012) and Cognitive Linguistics literature (Croft and Cruse, 2004) . In parsing, bi-lexical dependencies that are based on binary head-argument relations between lexical units are commonly employed in the representation of syntax (Nivre et al., 2007; Chen and Manning, 2014) and semantics (Haji\u010d et al., 2012; Oepen et al., 2014; Dozat and Manning, 2018) .",
"cite_spans": [
{
"start": 49,
"end": 75,
"text": "(Abend and Rappoport, 2013",
"ref_id": "BIBREF0"
},
{
"start": 189,
"end": 202,
"text": "(Dixon, 2012)",
"ref_id": "BIBREF4"
},
{
"start": 240,
"end": 263,
"text": "(Croft and Cruse, 2004)",
"ref_id": "BIBREF3"
},
{
"start": 427,
"end": 447,
"text": "(Nivre et al., 2007;",
"ref_id": "BIBREF17"
},
{
"start": 448,
"end": 471,
"text": "Chen and Manning, 2014)",
"ref_id": "BIBREF2"
},
{
"start": 486,
"end": 506,
"text": "(Haji\u010d et al., 2012;",
"ref_id": null
},
{
"start": 507,
"end": 526,
"text": "Oepen et al., 2014;",
"ref_id": "BIBREF18"
},
{
"start": 527,
"end": 551,
"text": "Dozat and Manning, 2018)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "UCCA differs significantly from traditional dependency approaches in that it attempts to abstract away traditional syntactic structures and relations in favour of employing purely semantic distinctions to analyse sentence structure. The shared task, 'cross-lingual semantic parsing with UCCA' (Hershcovich et al., 2019) consists in parsing English, German, and French datasets using the UCCA semantic tagset. In order to enable multi-task learning, the UCCA-annotated data is automatically converted to other parsing formats, e.g. Abstract Meaning Representation (AMR) and Semantic Dependency Parsing (SDP), inter alia (Hershcovich et al., 2018) .",
"cite_spans": [
{
"start": 293,
"end": 319,
"text": "(Hershcovich et al., 2019)",
"ref_id": "BIBREF10"
},
{
"start": 619,
"end": 645,
"text": "(Hershcovich et al., 2018)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Although the schemes are formally different, they have shared semantic content. In order to perform our experiments, we target the converted CONLLU format, which corresponds to traditional bi-lexical dependencies and rely on the conversion methodology which is provided in the shared task (Hershcovich et al., 2019) to attain UCCA graphs.",
"cite_spans": [
{
"start": 289,
"end": 315,
"text": "(Hershcovich et al., 2019)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "UCCA graphs contain both explicit and implicit units 1 However, in bi-lexical dependencies, nodes are text tokens and semantic relations are direct bi-lexical relations between the tokens. The conversion between the two format results in partial loss of information. Nonetheless, we believe that it is worth trying to model the task using one of the available formats (i.e. semantic dependency parsing) which is very popular among NLP researchers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Typically, transition-based methods are used in syntactic (Chen and Manning, 2014) and semantic (Hershcovich et al., 2017) dependency parsing. By contrast, our proposed system shares several similarities with sequence-to-sequence neural architectures, as it does not specifically deal with parsing transitions. Our model uses word, POS and syntactic dependency tree representations as input and directly produces an edge-labeled graph representation for each sentence (i.e. edges and their labels as two separate outputs). This multilabel neural architecture, which consists of a BiL-STM and a Graph Convolutional Network (GCN), is described in Section 3.",
"cite_spans": [
{
"start": 58,
"end": 82,
"text": "(Chen and Manning, 2014)",
"ref_id": "BIBREF2"
},
{
"start": 96,
"end": 122,
"text": "(Hershcovich et al., 2017)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "A recent trend in parsing research is sequence-tosequence learning (Vinyals et al., 2015b; Kitaev and Klein, 2018) , which is inspired from Neural Machine Translation. These methods ignore explicit structural information in favour of relying on long-term memory, attention mechanism (contentbased or position-based) (Kitaev and Klein, 2018) or pointer networks (Vinyals et al., 2015a) . By doing so, high-order features are implicitly captured, which results in competitive parsing performance (Jia and Liang, 2016) .",
"cite_spans": [
{
"start": 67,
"end": 90,
"text": "(Vinyals et al., 2015b;",
"ref_id": "BIBREF25"
},
{
"start": 91,
"end": 114,
"text": "Kitaev and Klein, 2018)",
"ref_id": "BIBREF15"
},
{
"start": 316,
"end": 340,
"text": "(Kitaev and Klein, 2018)",
"ref_id": "BIBREF15"
},
{
"start": 361,
"end": 384,
"text": "(Vinyals et al., 2015a)",
"ref_id": "BIBREF23"
},
{
"start": 494,
"end": 515,
"text": "(Jia and Liang, 2016)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Sequence-to-sequence learning has been particularly effective in Semantic Role Labeling (SRL) (Zhou and Xu, 2015) . By augmenting these models with syntactic information, researchers have been able to develop state-of-the-art systems for SRL (Marcheggiani and Titov, 2017; Strubell et al., 2018) .",
"cite_spans": [
{
"start": 94,
"end": 113,
"text": "(Zhou and Xu, 2015)",
"ref_id": "BIBREF27"
},
{
"start": 242,
"end": 272,
"text": "(Marcheggiani and Titov, 2017;",
"ref_id": "BIBREF16"
},
{
"start": 273,
"end": 295,
"text": "Strubell et al., 2018)",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "As information derived from dependency parse trees can significantly contribute towards understanding the semantics of a sentence, Graph Convolutional Network (GCN) (Kipf and Welling, 2017) is used to help our system perform semantic parsing while attending to structural syntactic information. The architecture is similar to the GCN component employed in Rohanian et al. (2019) for detecting gappy multiword expressions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "For this task, we employ a neural architecture utilising structural features to predict semantic parsing tags for each sentence. The system maps a sentence from the source language to a probability distribution over the tags for all the words in the sentence. Our architecture consists of a GCN layer (Kipf and Welling, 2017), a bidirectional LSTM, and a final dense layer on top.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Methodology",
"sec_num": "3"
},
{
"text": "The inputs to our system are sequences of words, alongside their corresponding POS and named-entity tags. 2 Word tokens are represented by contextualised ELMo embeddings (Peters et al., 2018) , and POS and named-entity tags are one-hot encoded. We also use sentence-level syntactic dependency parse information as input to the system. In the GCN layer, the convolution filters operate based on the structure of the dependency tree (rather than the sequential order of words).",
"cite_spans": [
{
"start": 106,
"end": 107,
"text": "2",
"ref_id": null
},
{
"start": 170,
"end": 191,
"text": "(Peters et al., 2018)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Methodology",
"sec_num": "3"
},
{
"text": "Graph Convolution. Convolutional Neural Networks (CNNs), as originally conceived, are sequential in nature, acting as detectors of Ngrams (Kim, 2014) , and are often used as featuregenerating front-ends in deep neural networks. Graph Convolutional Network (GCN) has been introduced as a way to integrate rich structural relations such as syntactic graphs into the convolution process.",
"cite_spans": [
{
"start": 138,
"end": 149,
"text": "(Kim, 2014)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Methodology",
"sec_num": "3"
},
{
"text": "In the context of a syntax tree, a GCN can be understood as a non-linear activation function f and a filter W with a bias term b:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Methodology",
"sec_num": "3"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "c = f ( i\u2208r(v) W x i + b)",
"eq_num": "(1)"
}
],
"section": "Methodology",
"sec_num": "3"
},
{
"text": "where r(v) denotes all the words in relation with a given word v in a sentence, and c represents the output of the convolution. Using adjacency matrices, we define graph relations as mask filters for the inputs Schlichtkrull et al., 2017 ).",
"cite_spans": [
{
"start": 211,
"end": 237,
"text": "Schlichtkrull et al., 2017",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Methodology",
"sec_num": "3"
},
{
"text": "In the present task, information from each graph corresponds to a sentence-level dependency parse tree. Given the filter W s and bias b s , we can therefore define the sentence-level GCN as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Methodology",
"sec_num": "3"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "C s = f (W s X T A + b s )",
"eq_num": "(2)"
}
],
"section": "Methodology",
"sec_num": "3"
},
{
"text": "where X n\u00d7v , A n\u00d7n , and C o\u00d7n are tensor representation of words, the adjacency matrix, and the convolution output respectively. 3 In Kipf and Welling (2017), a separate adjacency matrix is constructed for each relation to avoid overparametrising the model; by contrast, our model is limited to the following three types of relations: 1) the head to the dependents, 2) the dependents to the head, and 3) each word to itself (self-loops) similar to Marcheggiani and Titov (2017) . The final output is the maximum of the weights from the three individual adjacency matrices. The model architecture is depicted in Figure 1 .",
"cite_spans": [
{
"start": 131,
"end": 132,
"text": "3",
"ref_id": null
},
{
"start": 450,
"end": 479,
"text": "Marcheggiani and Titov (2017)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [
{
"start": 613,
"end": 621,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Methodology",
"sec_num": "3"
},
{
"text": "Our system participated in the closed track for English and German and the open track for French. We exclusively used the data provided in the shared task. The system is trained on the training data only, and the parameters are optimised using the development set. The results are reported on blind-test data in both in-domain and out-ofdomain settings. We focus on predicting the primary edges of UCCA semantic relations and their labels.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "4"
},
{
"text": "The datasets of the shared task are devised for four settings: 1) English in-domain, using the Wiki corpus; 2) English out-of-domain, using the Wiki corpus as training and development data, and 20K Leagues as test data; 3) German in-domain, using the 20K Leagues corpus; 4) French setting with no training data (except trial data), using the 20K Leagues corpus as development and test data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "4.1"
},
{
"text": "Whilst the annotated files used by the shared task organisers are in the XML format, several other formats are also available. We decided to use CONLLU, as it is more interpretable. However, according to the shared task description, 4 the conversion between XML and CONLLU, which is a necessary step before evaluation, is lossy. Hershcovich et al. (2017) used the same procedure of performing dependency parsing methods on CON-LLU files and converting the predictions back to UCCA.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "4.1"
},
{
"text": "We trained ELMo on each of the shared task datasets using the system implemented by Che et al. (2018) . The embedding dimension is set to 1024. The number of nodes is 256 for GCN and 300 for BiLSTM, and we applied a dropout of 0.5 after each layer. We used the Adam optimiser for compiling the model. We tested our model in four different settings, as explained in Section 4.1. The parameters are optimised on the English Wiki development data (batch-size = 16 and number of epochs = 100) and used for all four settings. As no training data was available for French, the trained system on English Wiki was used to parse French sentences of 20K Leagues. For this reason the French model is evaluated within the open track.",
"cite_spans": [
{
"start": 84,
"end": 101,
"text": "Che et al. (2018)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Settings",
"sec_num": "4.2"
},
{
"text": "Our model predicts two outputs for each dataset: primary edges and their labels (UCCA semantic categories). 5 Table 1 shows the performance (in terms of precision, recall, and F1-score) for predicting primary edges in both labeled (i.e. with semantic tags) and unlabeled settings (i.e. ignoring semantic tags). Table 2 shows F1-scores for each semantic category separately. Although the overall performance of the system, as shown in the official evaluation in Table 1 , is not particularly impressive, there are a few results worth reporting. These are listed in Table 2 .",
"cite_spans": [],
"ref_spans": [
{
"start": 110,
"end": 117,
"text": "Table 1",
"ref_id": null
},
{
"start": 311,
"end": 318,
"text": "Table 2",
"ref_id": "TABREF1"
},
{
"start": 461,
"end": 468,
"text": "Table 1",
"ref_id": null
},
{
"start": 564,
"end": 571,
"text": "Table 2",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Official Evaluation",
"sec_num": "4.3"
},
{
"text": "Our system is ranked second in predicting four relations, i.e. L (linker), N (Connector), R (Relator), and G (Ground), in all settings displayed in bold. A plausible explanation would be that these relations are somewhat less affected by the loss of information incurred as a result of the conversions between formats.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Official Evaluation",
"sec_num": "4.3"
},
{
"text": "Our neural model is applied to UCCA corpora, which are converted to bi-lexical semantic dependency graphs and represented in the CONLLU format. The conversion from UCCA annotations to CONLLU tags appears to have a distinctly negative impact on the system's overall performance. As reported in the shared task description, converting the English Wiki corpus to the CONLLU format and back to the standard format results in an F1-score of only 89.7 for primary labeled edges. This means that our system cannot go beyond this upper limit.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "Since our system is trained on CONLLU files and the evaluation involves converting the CON-LLU format back to the standard UCCA format, the reported results for our system can be misleading. In order to further investigate this issue, we performed an evaluation using the English Wiki development data, comparing the predicted labels with the gold standard in development set in the CONLLU format. The average F1-score for labelled edges was 0.71 compared to the 0.685 score our system achieved on the development set using the official evaluation script. This clearly demonstrates that our system fares significantly better if it receives its input in the form of bi-lexical dependency graphs. Therefore, the system is best suited for semantic dependency parsing, although we believe that promising results could also be achieved in UCCA annotation if the conversion between the CONLLU and UCCA formats is improved to map and preserve information more accurately.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "dataset (D) (C) (N) (E) (F) (G) (L) (H) (A) (P) (U)",
"eq_num": "("
}
],
"section": "Discussion",
"sec_num": "5"
},
{
"text": "In this paper, we described the system we submitted to the SemEval-2019 Task 1: 'Semantic Parsing using Graph Convolutional and Recurrent Neural Networks'. The model performs semantic parsing using information derived from syntactic dependencies between words in each sentence. We developed the model using a combination of GCN and BiLSTM components. Due to the penalisation resulting from the use of lossy CONLLU files, we argue that the results cannot be directly compared with those of the other task participants. 6 In the future, we would like to build on the work",
"cite_spans": [
{
"start": 518,
"end": 519,
"text": "6",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion and Future Work",
"sec_num": "6"
},
{
"text": "Explicit units (terminal nodes) correspond to tokens in the text, but implicit (semantic) units have no corresponding component in the text.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "spaCy(Honnibal and Johnson, 2015) is used to generate POS, named-entity and syntactic dependency tags.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "o: output dimension; v: word vectors dimension; n: sentence length",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://competitions.codalab.org/ competitions/19160#fn1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "For more details about UCCA semantic categories and the way they are used for the shared task, see https: //competitions.codalab.org/competitions/ 19160#learn_the_details-overview. Our system does not predict remote edges defined in UCCA.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The code is available at https://github.com/ shivaat/GCN-Sem. presented in this paper by applying the architecture to the standard UCCA dataset, or possibly training the system to perform bi-lexical semantic dependency annotation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Universal Conceptual Cognitive Annotation (UCCA)",
"authors": [
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": ""
}
],
"year": 2013,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "228--238",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Omri Abend and Ari Rappoport. 2013. Universal Con- ceptual Cognitive Annotation (UCCA). In Proc. of ACL, pages 228-238.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Towards better UD parsing: Deep contextualized word embeddings, ensemble, and treebank concatenation",
"authors": [
{
"first": "Wanxiang",
"middle": [],
"last": "Che",
"suffix": ""
},
{
"first": "Yijia",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Yuxuan",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Bo",
"middle": [],
"last": "Zheng",
"suffix": ""
},
{
"first": "Ting",
"middle": [],
"last": "Liu",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies",
"volume": "",
"issue": "",
"pages": "55--64",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wanxiang Che, Yijia Liu, Yuxuan Wang, Bo Zheng, and Ting Liu. 2018. Towards better UD parsing: Deep contextualized word embeddings, ensemble, and treebank concatenation. In Proceedings of the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies, pages 55-64, Brussels, Belgium. Association for Compu- tational Linguistics.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "A fast and accurate dependency parser using neural networks",
"authors": [
{
"first": "Danqi",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
"volume": "",
"issue": "",
"pages": "740--750",
"other_ids": {
"DOI": [
"10.3115/v1/D14-1082"
]
},
"num": null,
"urls": [],
"raw_text": "Danqi Chen and Christopher Manning. 2014. A fast and accurate dependency parser using neural net- works. In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP), pages 740-750. Association for Compu- tational Linguistics.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Cognitive linguistics",
"authors": [
{
"first": "William",
"middle": [],
"last": "Croft",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Cruse",
"suffix": ""
}
],
"year": 2004,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "William Croft and D. A Cruse. 2004. Cognitive lin- guistics. Cambridge University Press.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Basic linguistic theory",
"authors": [
{
"first": "M",
"middle": [],
"last": "Robert",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Dixon",
"suffix": ""
}
],
"year": 2012,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Robert M. W Dixon. 2012. Basic linguistic theory. Oxford University Press.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Simpler but more accurate semantic dependency parsing",
"authors": [
{
"first": "Timothy",
"middle": [],
"last": "Dozat",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics",
"volume": "2",
"issue": "",
"pages": "484--490",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Timothy Dozat and Christopher D. Manning. 2018. Simpler but more accurate semantic dependency parsing. In Proceedings of the 56th Annual Meet- ing of the Association for Computational Linguistics (Volume 2: Short Papers), pages 484-490. Associa- tion for Computational Linguistics.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Announcing prague czech-english dependency treebank 2.0",
"authors": [
{
"first": "Marie",
"middle": [],
"last": "Mikulov\u00e1",
"suffix": ""
},
{
"first": "Petr",
"middle": [],
"last": "Pajas",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Popelka",
"suffix": ""
},
{
"first": "Ji\u0159\u00ed",
"middle": [],
"last": "Semeck\u00fd",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Jana\u0161indlerov\u00e1",
"suffix": ""
},
{
"first": "Josef",
"middle": [],
"last": "Jan\u0161t\u011bp\u00e1nek",
"suffix": ""
},
{
"first": "Zde\u0148ka",
"middle": [],
"last": "Toman",
"suffix": ""
},
{
"first": "Zden\u011bk\u017eabokrtsk\u00fd",
"middle": [],
"last": "Ure\u0161ov\u00e1",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)",
"volume": "",
"issue": "",
"pages": "3153--3160",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marie Mikulov\u00e1, Petr Pajas, Jan Popelka, Ji\u0159\u00ed Se- meck\u00fd, Jana\u0160indlerov\u00e1, Jan\u0160t\u011bp\u00e1nek, Josef Toman, Zde\u0148ka Ure\u0161ov\u00e1, and Zden\u011bk\u017dabokrtsk\u00fd. 2012. Announcing prague czech-english dependency tree- bank 2.0. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012), pages 3153-3160. ELRA, European Language Resources Association.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "A transition-based directed acyclic graph parser for ucca",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Hershcovich",
"suffix": ""
},
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": ""
}
],
"year": 2017,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "1127--1138",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Hershcovich, Omri Abend, and Ari Rappoport. 2017. A transition-based directed acyclic graph parser for ucca. In Proc. of ACL, pages 1127-1138.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Multitask parsing across semantic representations",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Hershcovich",
"suffix": ""
},
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": ""
}
],
"year": 2018,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "373--385",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Hershcovich, Omri Abend, and Ari Rappoport. 2018. Multitask parsing across semantic representa- tions. In Proc. of ACL, pages 373-385.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Semeval 2019 task 1: Cross-lingual semantic parsing with ucca",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Hershcovich",
"suffix": ""
},
{
"first": "Zohar",
"middle": [],
"last": "Aizenbud",
"suffix": ""
},
{
"first": "Leshem",
"middle": [],
"last": "Choshen",
"suffix": ""
},
{
"first": "Elior",
"middle": [],
"last": "Sulem",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": ""
},
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Hershcovich, Zohar Aizenbud, Leshem Choshen, Elior Sulem, Ari Rappoport, and Omri Abend. 2019. Semeval 2019 task 1: Cross-lingual semantic parsing with ucca.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "An improved non-monotonic transition system for dependency parsing",
"authors": [
{
"first": "Matthew",
"middle": [],
"last": "Honnibal",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "1373--1378",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Matthew Honnibal and Mark Johnson. 2015. An im- proved non-monotonic transition system for depen- dency parsing. In Proceedings of the 2015 Con- ference on Empirical Methods in Natural Language Processing, pages 1373-1378, Lisbon, Portugal. As- sociation for Computational Linguistics.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Data recombination for neural semantic parsing",
"authors": [
{
"first": "Robin",
"middle": [],
"last": "Jia",
"suffix": ""
},
{
"first": "Percy",
"middle": [],
"last": "Liang",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics",
"volume": "1",
"issue": "",
"pages": "12--22",
"other_ids": {
"DOI": [
"10.18653/v1/P16-1002"
]
},
"num": null,
"urls": [],
"raw_text": "Robin Jia and Percy Liang. 2016. Data recombination for neural semantic parsing. In Proceedings of the 54th Annual Meeting of the Association for Compu- tational Linguistics (Volume 1: Long Papers), pages 12-22. Association for Computational Linguistics.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Convolutional neural networks for sentence classification",
"authors": [
{
"first": "Yoon",
"middle": [],
"last": "Kim",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
"volume": "",
"issue": "",
"pages": "1746--1751",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yoon Kim. 2014. Convolutional neural networks for sentence classification. In Proceedings of the 2014 Conference on Empirical Methods in Natural Lan- guage Processing (EMNLP), pages 1746-1751.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Semisupervised classification with graph convolutional networks",
"authors": [
{
"first": "N",
"middle": [],
"last": "Thomas",
"suffix": ""
},
{
"first": "Max",
"middle": [],
"last": "Kipf",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Welling",
"suffix": ""
}
],
"year": 2017,
"venue": "International Conference on Learning Representations (ICLR",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Thomas N. Kipf and Max Welling. 2017. Semi- supervised classification with graph convolutional networks. In International Conference on Learning Representations (ICLR).",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Constituency parsing with a self-attentive encoder",
"authors": [
{
"first": "Nikita",
"middle": [],
"last": "Kitaev",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Klein",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics",
"volume": "1",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nikita Kitaev and Dan Klein. 2018. Constituency parsing with a self-attentive encoder. In Proceed- ings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Pa- pers), Melbourne, Australia. Association for Com- putational Linguistics.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Encoding sentences with graph convolutional networks for semantic role labeling",
"authors": [
{
"first": "Diego",
"middle": [],
"last": "Marcheggiani",
"suffix": ""
},
{
"first": "Ivan",
"middle": [],
"last": "Titov",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "1506--1515",
"other_ids": {
"DOI": [
"10.18653/v1/D17-1159"
]
},
"num": null,
"urls": [],
"raw_text": "Diego Marcheggiani and Ivan Titov. 2017. Encoding sentences with graph convolutional networks for se- mantic role labeling. In Proceedings of the 2017 Conference on Empirical Methods in Natural Lan- guage Processing, pages 1506-1515. Association for Computational Linguistics.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Maltparser: A language-independent system for data-driven dependency parsing",
"authors": [
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Johan",
"middle": [],
"last": "Hall",
"suffix": ""
},
{
"first": "Jens",
"middle": [],
"last": "Nilsson",
"suffix": ""
},
{
"first": "Atanas",
"middle": [],
"last": "Chanev",
"suffix": ""
},
{
"first": "Glsen",
"middle": [],
"last": "Eryigit",
"suffix": ""
},
{
"first": "Sandra",
"middle": [],
"last": "Kbler",
"suffix": ""
},
{
"first": "Svetoslav",
"middle": [],
"last": "Marinov",
"suffix": ""
},
{
"first": "Erwin",
"middle": [],
"last": "Marsi",
"suffix": ""
}
],
"year": 2007,
"venue": "Natural Language Engineering",
"volume": "",
"issue": "02",
"pages": "",
"other_ids": {
"DOI": [
"10.1017/s1351324906004505"
]
},
"num": null,
"urls": [],
"raw_text": "Joakim Nivre, Johan Hall, Jens Nilsson, Atanas Chanev, Glsen Eryigit, Sandra Kbler, Svetoslav Marinov, and Erwin Marsi. 2007. Maltparser: A language-independent system for data-driven depen- dency parsing. Natural Language Engineering, 13(02).",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Semeval 2014 task 8: Broad-coverage semantic dependency parsing",
"authors": [
{
"first": "Stephan",
"middle": [],
"last": "Oepen",
"suffix": ""
},
{
"first": "Marco",
"middle": [],
"last": "Kuhlmann",
"suffix": ""
},
{
"first": "Yusuke",
"middle": [],
"last": "Miyao",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Zeman",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Flickinger",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
},
{
"first": "Angelina",
"middle": [],
"last": "Ivanova",
"suffix": ""
},
{
"first": "Yi",
"middle": [],
"last": "Zhang",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 8th International Workshop on Semantic Evaluation",
"volume": "",
"issue": "",
"pages": "63--72",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephan Oepen, Marco Kuhlmann, Yusuke Miyao, Daniel Zeman, Dan Flickinger, Jan Haji\u010d, Angelina Ivanova, and Yi Zhang. 2014. Semeval 2014 task 8: Broad-coverage semantic dependency parsing. In Proceedings of the 8th International Workshop on Semantic Evaluation (SemEval 2014), pages 63-72.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Deep contextualized word representations",
"authors": [
{
"first": "Matthew",
"middle": [
"E"
],
"last": "Peters",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Neumann",
"suffix": ""
},
{
"first": "Mohit",
"middle": [],
"last": "Iyyer",
"suffix": ""
},
{
"first": "Matt",
"middle": [],
"last": "Gardner",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Clark",
"suffix": ""
},
{
"first": "Kenton",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Luke",
"middle": [],
"last": "Zettlemoyer",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of NAACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Matthew E. Peters, Mark Neumann, Mohit Iyyer, Matt Gardner, Christopher Clark, Kenton Lee, and Luke Zettlemoyer. 2018. Deep contextualized word rep- resentations. In Proceedings of NAACL.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Bridging the gap: Attending to discontinuity in identification of multiword expressions",
"authors": [
{
"first": "Shiva",
"middle": [],
"last": "Omid Rohanian",
"suffix": ""
},
{
"first": "Samaneh",
"middle": [],
"last": "Taslimipoor",
"suffix": ""
},
{
"first": "Le",
"middle": [
"An"
],
"last": "Kouchaki",
"suffix": ""
},
{
"first": "Ruslan",
"middle": [],
"last": "Ha",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mitkov",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Omid Rohanian, Shiva Taslimipoor, Samaneh Kouchaki, Le An Ha, and Ruslan Mitkov. 2019. Bridging the gap: Attending to discontinuity in identification of multiword expressions.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Modeling relational data with graph convolutional networks",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Schlichtkrull",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "Thomas",
"suffix": ""
},
{
"first": "Peter",
"middle": [],
"last": "Kipf",
"suffix": ""
},
{
"first": "Rianne",
"middle": [],
"last": "Bloem",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Van Den",
"suffix": ""
},
{
"first": "Ivan",
"middle": [],
"last": "Berg",
"suffix": ""
},
{
"first": "Max",
"middle": [],
"last": "Titov",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Welling",
"suffix": ""
}
],
"year": 2017,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1703.06103"
]
},
"num": null,
"urls": [],
"raw_text": "Michael Schlichtkrull, Thomas N Kipf, Peter Bloem, Rianne van den Berg, Ivan Titov, and Max Welling. 2017. Modeling relational data with graph convolu- tional networks. arXiv preprint arXiv:1703.06103.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Linguistically-informed self-attention for semantic role labeling",
"authors": [
{
"first": "Emma",
"middle": [],
"last": "Strubell",
"suffix": ""
},
{
"first": "Patrick",
"middle": [],
"last": "Verga",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Andor",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Weiss",
"suffix": ""
},
{
"first": "Andrew",
"middle": [],
"last": "Mccallum",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "5027--5038",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Emma Strubell, Patrick Verga, Daniel Andor, David Weiss, and Andrew McCallum. 2018. Linguistically-informed self-attention for semantic role labeling. In Proceedings of the 2018 Confer- ence on Empirical Methods in Natural Language Processing, pages 5027-5038. Association for Computational Linguistics.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Pointer networks",
"authors": [
{
"first": "Oriol",
"middle": [],
"last": "Vinyals",
"suffix": ""
},
{
"first": "Meire",
"middle": [],
"last": "Fortunato",
"suffix": ""
},
{
"first": "Navdeep",
"middle": [],
"last": "Jaitly",
"suffix": ""
}
],
"year": 2015,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Oriol Vinyals, Meire Fortunato, and Navdeep Jaitly. 2015a. Pointer networks. In C. Cortes, N. D.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Advances in Neural Information Processing Systems",
"authors": [
{
"first": "D",
"middle": [
"D"
],
"last": "Lawrence",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Sugiyama",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Garnett",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "28",
"issue": "",
"pages": "2692--2700",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lawrence, D. D. Lee, M. Sugiyama, and R. Garnett, editors, Advances in Neural Information Processing Systems 28, pages 2692-2700. Curran Associates, Inc.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Grammar as a foreign language",
"authors": [
{
"first": "Oriol",
"middle": [],
"last": "Vinyals",
"suffix": ""
},
{
"first": "\u0141ukasz",
"middle": [],
"last": "Kaiser",
"suffix": ""
},
{
"first": "Terry",
"middle": [],
"last": "Koo",
"suffix": ""
},
{
"first": "Slav",
"middle": [],
"last": "Petrov",
"suffix": ""
},
{
"first": "Ilya",
"middle": [],
"last": "Sutskever",
"suffix": ""
},
{
"first": "Geoffrey",
"middle": [],
"last": "Hinton",
"suffix": ""
}
],
"year": 2015,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Oriol Vinyals, \u0141ukasz Kaiser, Terry Koo, Slav Petrov, Ilya Sutskever, and Geoffrey Hinton. 2015b. Gram- mar as a foreign language. In C. Cortes, N. D.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Advances in Neural Information Processing Systems",
"authors": [
{
"first": "D",
"middle": [
"D"
],
"last": "Lawrence",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Sugiyama",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Garnett",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "28",
"issue": "",
"pages": "2773--2781",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lawrence, D. D. Lee, M. Sugiyama, and R. Garnett, editors, Advances in Neural Information Processing Systems 28, pages 2773-2781. Curran Associates, Inc.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "End-to-end learning of semantic role labeling using recurrent neural networks",
"authors": [
{
"first": "Jie",
"middle": [],
"last": "Zhou",
"suffix": ""
},
{
"first": "Wei",
"middle": [],
"last": "Xu",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing",
"volume": "1",
"issue": "",
"pages": "1127--1137",
"other_ids": {
"DOI": [
"10.3115/v1/P15-1109"
]
},
"num": null,
"urls": [],
"raw_text": "Jie Zhou and Wei Xu. 2015. End-to-end learning of semantic role labeling using recurrent neural net- works. In Proceedings of the 53rd Annual Meet- ing of the Association for Computational Linguis- tics and the 7th International Joint Conference on Natural Language Processing (Volume 1: Long Pa- pers), pages 1127-1137. Association for Computa- tional Linguistics.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"uris": null,
"text": "Figure 1: A GCN-based recurrent architecture.",
"num": null
},
"TABREF1": {
"content": "<table/>",
"type_str": "table",
"num": null,
"text": "Official results of the shared task evaluation for predicting Primary edges and their labels. (* The results for French are for Post-Evaluation.)",
"html": null
}
}
}
}