|
{ |
|
"paper_id": "2021", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T10:42:17.042918Z" |
|
}, |
|
"title": "FrameForm: An Open-source Annotation Interface for FrameNet", |
|
"authors": [ |
|
{ |
|
"first": "B\u00fc\u015fra", |
|
"middle": [], |
|
"last": "Mar\u015fan", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Ozyegin University", |
|
"location": {} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Olcay", |
|
"middle": [ |
|
"Taner" |
|
], |
|
"last": "Y\u0131ld\u0131z", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Ozyegin University", |
|
"location": {} |
|
}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "In this paper, we introduce FrameForm 1 , an open-source annotation tool designed to accommodate predicate annotations based on Frame Semantics (Fillmore et al., 1976). FrameForm is a user-friendly tool for creating, annotating and maintaining computational lexicography projects like FrameNet and has been used while building the Turkish FrameNet (Mar\u015fan et al., 2021). Responsive and opensource, FrameForm can be easily modified to answer the annotation needs of a wide range of different languages.", |
|
"pdf_parse": { |
|
"paper_id": "2021", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "In this paper, we introduce FrameForm 1 , an open-source annotation tool designed to accommodate predicate annotations based on Frame Semantics (Fillmore et al., 1976). FrameForm is a user-friendly tool for creating, annotating and maintaining computational lexicography projects like FrameNet and has been used while building the Turkish FrameNet (Mar\u015fan et al., 2021). Responsive and opensource, FrameForm can be easily modified to answer the annotation needs of a wide range of different languages.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "FrameNet (Lowe, 1997; Baker et al., 1998; Fillmore and Atkins, 1998; Johnson et al., 2001 ) is a growing NLP resource developed by the International Computer Science Institute in Berkeley, California. Having its theoretical background in Fillmore's Frame Semantics notion (Fillmore et al., 1976) , FrameNet is a coherent and exhaustive computational lexicography that provides in-depth semantic information regarding the argument structure and thematic relations of a predicate.", |
|
"cite_spans": [ |
|
{ |
|
"start": 9, |
|
"end": 21, |
|
"text": "(Lowe, 1997;", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 22, |
|
"end": 41, |
|
"text": "Baker et al., 1998;", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 42, |
|
"end": 68, |
|
"text": "Fillmore and Atkins, 1998;", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 69, |
|
"end": 89, |
|
"text": "Johnson et al., 2001", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 179, |
|
"end": 200, |
|
"text": "Berkeley, California.", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 272, |
|
"end": 295, |
|
"text": "(Fillmore et al., 1976)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In FrameNet, predicates are annotated into their respective frames. A frame refers to a schematic representation that brings lemmas together based on their semantic properties and syntactic features (for a more detailed definition and discussion of the frame notion, see (Fillmore et al., 1976) ). For instance, Motion frame brings frames that denote a motion between two points or on a path, and it has the following definition 2 : Some entity (Theme) starts out in one place (Source) and ends up in some other place (Goal), having covered some 1 https://github.com/StarlangSoftware/SemanticRoleLabeling 2 https://framenet.icsi.berkeley.edu/fndrupal/frameIndex space between the two (Path). Alternatively, the Area or Direction in which the Theme moves or the Distance of the movement may be mentioned.", |
|
"cite_spans": [ |
|
{ |
|
"start": 271, |
|
"end": 294, |
|
"text": "(Fillmore et al., 1976)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Predicates (Lexical Units or LUs, as called in FrameNet) that fit the definition above are annotated to this frame. Here we must point out that each sense of a Lexical Unit pertains to a different frame. For instance, \"blow\" (as an intransitive verb) has several meanings 3 : 1. to move or be carried by or as if by wind 2. erupt, explode 3. to send forth a current of air or other gas With its first meaning, \"blow\" is annotated to Move frame.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Following the framework put forward by English FrameNet team, many other researchers re-created this resource in different languages. In order to ease building process and streamline the maintenance of FrameNet resources, we developed an open-source annotation interface called FrameForm 4 .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "We will discuss the creation process of Frame-Form in Section 2 and introduce its features in Section 3. Finally, we will offer a brief discussion regarding the future work in Section 4.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Development process of FrameForm is closely tied to the creation process of Turkish FrameNet (Mar\u015fan et al., 2021): While gathering data for Turkish FrameNet, our team needed an easy-to-use tool that allowed frame annotation, semantic annotation and morphologic analysis. First we did a thorough research to see what software and tools were used for building other FrameNets. In their articles covering the process of building and/or expanding their FrameNets, many teams don't mention the tools or interface they use, that is why we were able to find only few resources regarding the annotation of FrameNets in various languages:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Developing the FrameForm", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "\u2022 FrameNet Brasil team uses a web-based annotation tool called FrameNet Brasil WebTool (Matos and Torrent, 2016) . The same tool is also used for Global FrameNet annotations. It allows the users to create language specific tags to accommodate typological features of different languages but it does not allow an in-depth morphological analysis. That is why our team was unable to use FrameNet Brasil WebTool.", |
|
"cite_spans": [ |
|
{ |
|
"start": 87, |
|
"end": 112, |
|
"text": "(Matos and Torrent, 2016)", |
|
"ref_id": "BIBREF13" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Developing the FrameForm", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "\u2022 The team behind German FrameNet SALSA uses two main tools for annotation: SALTO (Burchardt et al., 2006) and FrameNet Transformer (Ruppenhofer et al., 2010) . Although very practical, these tools fell short of satisfying our needs regarding morphological analysis and semantic annotation.", |
|
"cite_spans": [ |
|
{ |
|
"start": 82, |
|
"end": 106, |
|
"text": "(Burchardt et al., 2006)", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 132, |
|
"end": 158, |
|
"text": "(Ruppenhofer et al., 2010)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Developing the FrameForm", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "\u2022 Swedish FrameNet team uses Karp, \"the open lexical infrastructure of Sprakbanken (the Swedish Language Bank)\" (Borin et al., 2013) , which cannot be used for annotating other languages.", |
|
"cite_spans": [ |
|
{ |
|
"start": 112, |
|
"end": 132, |
|
"text": "(Borin et al., 2013)", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Developing the FrameForm", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "\u2022 Spanish FrameNet team uses the same annotation software as Berkeley team (Fillmore et al., 2002) , which, again, does not allow us to do a semantic annotation and morphological analysis as detailed as we desire.", |
|
"cite_spans": [ |
|
{ |
|
"start": 75, |
|
"end": 98, |
|
"text": "(Fillmore et al., 2002)", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Developing the FrameForm", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "After our thorough research, we found ourselves in a position where we had to develop our own annotation interface. Thus, we created FrameForm. It is written in Java and can be found on GitHub. Since it is an open-source program, it is possible to change or further develop FrameForm freely. That is why we believe that it can be easily integrated into many other FrameNet projects in different languages.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Developing the FrameForm", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Thus far, mostly Indo-European languages followed suit with the English FrameNet. These languages are relatively poorer in morphology compared to agglutinative languages like Turkish. That is why the annotation tools we discussed above do not offer a morphologic analyser component which is essential for morphologically richer languages. Our annotation tool, FrameForm allows adding a new morphological analyser and introducing a new dictionary and/or WordNet. That is why different languages can utilise FrameForm for their annotation processes simply by making some minor adjustments in the back-end.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Developing the FrameForm", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "FrameForm saves every annotation pertaining to a Lexical Unit in a single file: Morphologic analysis, predicate analysis (shows which word or group of words is the predicate), semantic analysis (maps the related meaning to the word), frame information and frame elements. This way, one can find all the necessary information regarding a Lexical unit with one click.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Features", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The annotation process starts with the morphologic analysis of the sample sentence (see Figure 1 ). For this analysis, we incorporated our own morphological analysis library for Turkish, which can be accessed freely on GitHub 5 . Using this library, FrameForm offers an automatic morphologic analysis to speed up the process. The annotator can change auto-generated annotation if it is not correct.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 88, |
|
"end": 97, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Features", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Using the Starlang Turkish Morphological Analysis library, FrameForm processes roots and suffixes separately. It chooses the longest possible root (including derivational suffixes but excluding inflectional suffixes). If the longest possible root yields a plausible analysis, the algorithm goes with that. Otherwise, it refers to a set of predetermined set of rules (see (Y\u0131ld\u0131z et al., 2019) for a detailed discussion). In order to use the morphological analysis feature of FrameForm in a different language, Starlang's Turkish Morphological Analysis library can be replaced with a different library pertaining to the target language.", |
|
"cite_spans": [ |
|
{ |
|
"start": 371, |
|
"end": 392, |
|
"text": "(Y\u0131ld\u0131z et al., 2019)", |
|
"ref_id": "BIBREF15" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Features", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Next step involves the semantic annotation. In this step, the annotator should select the correct meaning of the Lexical Unit in regard to the frame, and appropriate meanings of the other elements in the sample sentence as well (see Figure 2 ). Au- tomatic semantic annotation is possible in order to make annotation process more seamless but the annotator can always change or manually select the meanings. For the certain multi-word expressions (such as phrasal verbs, idioms, etc.) or the words that have only one meaning, the annotation is done automatically. The rest of the words are annotated by human annotators.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 233, |
|
"end": 241, |
|
"text": "Figure 2", |
|
"ref_id": "FIGREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Features", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "For the semantic annotation step, FrameForm refers to a dictionary or WordNet. For the purposes of Turkish FrameNet, we used Turkish WordNet KeNet (Bakay et al., 2021) in order to make Turkish FrameNet compatible with other resources in Turkish (such as Turkish PropBank (Kara et al., 2020 )) yet it is possible to introduce different dictionaries or WordNets in order to use FrameForm in different languages.", |
|
"cite_spans": [ |
|
{ |
|
"start": 147, |
|
"end": 167, |
|
"text": "(Bakay et al., 2021)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 271, |
|
"end": 289, |
|
"text": "(Kara et al., 2020", |
|
"ref_id": "BIBREF10" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Features", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "After the semantic annotation, the annotator should move on to predicate selection screen where they need to mark the predicate/Lexical Unit in the sample sentence (see Figure 3 ).", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 169, |
|
"end": 177, |
|
"text": "Figure 3", |
|
"ref_id": "FIGREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Features", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Final step is annotating the Frame Elements where the annotator can see all the FEs within that frame and match them with related sentence ele-ments (see Figure 4) .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 154, |
|
"end": 163, |
|
"text": "Figure 4)", |
|
"ref_id": "FIGREF3" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Features", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "One of the most important features of the Frame-Form is the fact that it significantly facilitates to ensure inter-annotator agreement and coherency. FrameForm allows all annotators to see each others' annotations, that is why the annotators can discuss specific cases or annotations and notify one another regarding potential agreement issues. In addition, FrameForm groups together the Lexical Units and Frame Elements of a single Frame. This way, the annotators can only see and select the Frame Elements pertaining to the Frame they are annotating. Thus, the annotators cannot use or mark down Frame Elements of other frames.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Features", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "FrameForm has 4 different screens for the each step of the annotation process: Morphologic analysis screen (see Figure 1) , semantic annotation screen (see Figure 2 ), predicate marking screen (see Figure 3 ) and frame element annotation screen (see Figure 4 ). ", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 112, |
|
"end": 121, |
|
"text": "Figure 1)", |
|
"ref_id": "FIGREF0" |
|
}, |
|
{ |
|
"start": 156, |
|
"end": 164, |
|
"text": "Figure 2", |
|
"ref_id": "FIGREF1" |
|
}, |
|
{ |
|
"start": 198, |
|
"end": 207, |
|
"text": "Figure 3", |
|
"ref_id": "FIGREF2" |
|
}, |
|
{ |
|
"start": 251, |
|
"end": 260, |
|
"text": "Figure 4", |
|
"ref_id": "FIGREF3" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Interfaces", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "FrameForm?", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "What can be annotated with", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "FrameForm is a very potent tool for annotation. It allows the user to:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "What can be annotated with", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "\u2022 Create new frames,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "What can be annotated with", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "\u2022 Transfer data between the frames,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "What can be annotated with", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "\u2022 Manually edit or change sample sentences,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "What can be annotated with", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "\u2022 Delete Lexical Units,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "What can be annotated with", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "\u2022 Do morphologic analysis, semantic annotation, predicate marking and frame element annotation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "What can be annotated with", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "With FrameForm, we aimed to create a potent, flexible, easy-to-use annotation tool. In order to ensure that FrameForm alone is enough for every step of the FrameNet annotation and maintenance processes, we equipped our tool with a wide range of features including semantic annotation and Frame Element annotation. Thus it is possible to create a FrameNet from scratch, grow it and maintain it using only FrameForm. FrameForm can be downloaded freely on GitHub. Being easy to access and distribute, a crowded team of annotators can use Frame-Form for their annotation needs. Since annotators can see progress made by other members of the team, FrameForm makes it easier to ensure interannotator agreement.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion and Future Studies", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "One of our main goals was to make FrameForm capable of answering the needs of other FrameNet teams. That is why it is an open-source tool that can be modified or advanced in accordance with the unique needs and typologies of other languages. Further studies can focus on the compatibility of FrameForm with other languages and what should be improved.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion and Future Studies", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "https://www.merriam-webster.com/dictionary/blow 4 https://github.com/StarlangSoftware/SemanticRoleLabeling", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://github.com/StarlangSoftware/TurkishMorphologicalAnalysis", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Beg\u00fcm Avar, and Olcay Taner Y\u0131ld\u0131z. 2021. Turkish WordNet KeNet", |
|
"authors": [ |
|
{ |
|
"first": "Ozge", |
|
"middle": [], |
|
"last": "Bakay", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "\u00d6zlem", |
|
"middle": [], |
|
"last": "Ergelen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Elif", |
|
"middle": [], |
|
"last": "Sarm\u0131\u015f", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Selin", |
|
"middle": [], |
|
"last": "Y\u0131ld\u0131r\u0131m", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Atilla", |
|
"middle": [], |
|
"last": "Bilge Nas Ar\u0131can", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Kocabalc\u0131oglu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ezgi", |
|
"middle": [], |
|
"last": "Merve\u00f6z\u00e7elik", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Oguzhan", |
|
"middle": [], |
|
"last": "San\u0131yar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Kuyruk\u00e7u", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "Proceedings of the 11th", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ozge Bakay,\u00d6zlem Ergelen, Elif Sarm\u0131\u015f, Selin Y\u0131ld\u0131r\u0131m, Bilge Nas Ar\u0131can, Atilla Kocabalc\u0131oglu, Merve\u00d6z\u00e7elik, Ezgi San\u0131yar, Oguzhan Kuyruk\u00e7u, Beg\u00fcm Avar, and Olcay Taner Y\u0131ld\u0131z. 2021. Turk- ish WordNet KeNet. In Proceedings of the 11th", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Global Wordnet Association", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "166--174", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Global Wordnet Conference, pages 166-174, Univer- sity of South Africa (UNISA). Global Wordnet As- sociation.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "The Berkeley FrameNet project", |
|
"authors": [ |
|
{ |
|
"first": "Collin", |
|
"middle": [ |
|
"F" |
|
], |
|
"last": "Baker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Charles", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Fillmore", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "John", |
|
"middle": [ |
|
"B" |
|
], |
|
"last": "Lowe", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "36th Annual Meeting of the Association for Computational Linguistics and 17th International Conference on Computational Linguistics", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "86--90", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.3115/980845.980860" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Collin F. Baker, Charles J. Fillmore, and John B. Lowe. 1998. The Berkeley FrameNet project. In 36th An- nual Meeting of the Association for Computational Linguistics and 17th International Conference on Computational Linguistics, Volume 1, pages 86-90, Montreal, Quebec, Canada. Association for Compu- tational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "The lexical editing system of karp", |
|
"authors": [ |
|
{ |
|
"first": "Lars", |
|
"middle": [], |
|
"last": "Borin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Markus", |
|
"middle": [], |
|
"last": "Forsberg", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Leif-J\u00f6ran", |
|
"middle": [], |
|
"last": "Olsson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Olof", |
|
"middle": [], |
|
"last": "Olsson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jonatan", |
|
"middle": [], |
|
"last": "Uppstr\u00f6m", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of the eLex 2013 conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "503--516", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Lars Borin, Markus Forsberg, Leif-J\u00f6ran Olsson, Olof Olsson, and Jonatan Uppstr\u00f6m. 2013. The lexical editing system of karp. In Proceedings of the eLex 2013 conference, pages 503-516.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "SALTO -a versatile multi-level annotation tool", |
|
"authors": [ |
|
{ |
|
"first": "Aljoscha", |
|
"middle": [], |
|
"last": "Burchardt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Katrin", |
|
"middle": [], |
|
"last": "Erk", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anette", |
|
"middle": [], |
|
"last": "Frank", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andrea", |
|
"middle": [], |
|
"last": "Kowalski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sebastian", |
|
"middle": [], |
|
"last": "Pado", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceedings of the Fifth International Conference on Language Resources and Evaluation (LREC'06)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Aljoscha Burchardt, Katrin Erk, Anette Frank, Andrea Kowalski, and Sebastian Pado. 2006. SALTO -a versatile multi-level annotation tool. In Proceed- ings of the Fifth International Conference on Lan- guage Resources and Evaluation (LREC'06), Genoa, Italy. European Language Resources Association (ELRA).", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Framenet and lexicographic reference", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Charles", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Beryl Ts", |
|
"middle": [], |
|
"last": "Fillmore", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Atkins", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "First International Conference on language resources & evaluation: Granada, Spain", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "417--426", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Charles J Fillmore and Beryl TS Atkins. 1998. Framenet and lexicographic reference. In First Inter- national Conference on language resources & evalu- ation: Granada, Spain, 28-30 May 1998, pages 417- 426. European Language Resources Association.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "The FrameNet database and software tools", |
|
"authors": [ |
|
{ |
|
"first": "Charles", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Fillmore", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Collin", |
|
"middle": [ |
|
"F" |
|
], |
|
"last": "Baker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hiroaki", |
|
"middle": [], |
|
"last": "Sato", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Proceedings of the Third International Conference on Language Resources and Evaluation (LREC'02)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Charles J. Fillmore, Collin F. Baker, and Hiroaki Sato. 2002. The FrameNet database and software tools. In Proceedings of the Third International Conference on Language Resources and Evaluation (LREC'02), Las Palmas, Canary Islands -Spain. Eu- ropean Language Resources Association (ELRA).", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Frame semantics and the nature of language", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Charles", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Fillmore", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1976, |
|
"venue": "Annals of the New York Academy of Sciences: Conference on the origin and development of language and speech", |
|
"volume": "280", |
|
"issue": "", |
|
"pages": "20--32", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Charles J Fillmore et al. 1976. Frame semantics and the nature of language. In Annals of the New York Academy of Sciences: Conference on the origin and development of language and speech, volume 280, pages 20-32. New York.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "The framenet project: Tools for lexicon building", |
|
"authors": [ |
|
{ |
|
"first": "Christopher", |
|
"middle": [], |
|
"last": "Johnson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Charles", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Fillmore", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Josef", |
|
"middle": [], |
|
"last": "Wood", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Margaret", |
|
"middle": [], |
|
"last": "Ruppenhofer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Miriam", |
|
"middle": [], |
|
"last": "Urban", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Collin", |
|
"middle": [], |
|
"last": "Petruck", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Baker", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Christopher Johnson, Charles J Fillmore, E Wood, Josef Ruppenhofer, Margaret Urban, MIRIAM Petruck, and COLLIN Baker. 2001. The framenet project: Tools for lexicon building. Manuscript.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "TRopBank: Turkish PropBank v2.0", |
|
"authors": [ |
|
{ |
|
"first": "Neslihan", |
|
"middle": [], |
|
"last": "Kara", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Deniz", |
|
"middle": [], |
|
"last": "Baran Aslan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B\u00fc\u015fra", |
|
"middle": [], |
|
"last": "Mar\u015fan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ozge", |
|
"middle": [], |
|
"last": "Bakay", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Koray", |
|
"middle": [], |
|
"last": "Ak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Olcay Taner", |
|
"middle": [], |
|
"last": "Y\u0131ld\u0131z", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 12th Language Resources and Evaluation Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "2763--2772", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Neslihan Kara, Deniz Baran Aslan, B\u00fc\u015fra Mar\u015fan, Ozge Bakay, Koray Ak, and Olcay Taner Y\u0131ld\u0131z. 2020. TRopBank: Turkish PropBank v2.0. In Pro- ceedings of the 12th Language Resources and Eval- uation Conference, pages 2763-2772, Marseille, France. European Language Resources Association.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "A frame-semantic approach to semantic annotation", |
|
"authors": [ |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "John", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Lowe", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Tagging Text with Lexical Semantics: Why, What, and How", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "John B Lowe. 1997. A frame-semantic approach to semantic annotation. In Tagging Text with Lexical Semantics: Why, What, and How?", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Building the Turkish FrameNet", |
|
"authors": [ |
|
{ |
|
"first": "Neslihan", |
|
"middle": [], |
|
"last": "B\u00fc\u015fra Mar\u015fan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Kara", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bilge", |
|
"middle": [], |
|
"last": "Merve\u00f6z\u00e7elik", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Neslihan", |
|
"middle": [], |
|
"last": "Nas Ar\u0131can", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Asl\u0131", |
|
"middle": [], |
|
"last": "Cesur", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ezgi", |
|
"middle": [], |
|
"last": "Kuzgun", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Oguzhan", |
|
"middle": [], |
|
"last": "San\u0131yar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Olcay Taner", |
|
"middle": [], |
|
"last": "Kuyruk\u00e7u", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Yildiz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of the 11th Global Wordnet Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "118--125", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "B\u00fc\u015fra Mar\u015fan, Neslihan Kara, Merve\u00d6z\u00e7elik, Bilge Nas Ar\u0131can, Neslihan Cesur, Asl\u0131 Kuzgun, Ezgi San\u0131yar, Oguzhan Kuyruk\u00e7u, and Olcay Taner Yildiz. 2021. Building the Turkish FrameNet. In Proceedings of the 11th Global Wordnet Confer- ence, pages 118-125, University of South Africa (UNISA). Global Wordnet Association.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "A flexible tool for an enriched framenet", |
|
"authors": [ |
|
{ |
|
"first": "Ely", |
|
"middle": [], |
|
"last": "Matos", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tiago", |
|
"middle": [], |
|
"last": "Torrent", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of the 9th International Conference on Construction Grammar (ICCG9), Juiz de Fora, Brazil, october. Federal University of Juiz de Fora (UFJF)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ely Matos and Tiago Torrent. 2016. A flexible tool for an enriched framenet. In Proceedings of the 9th International Conference on Construction Grammar (ICCG9), Juiz de Fora, Brazil, october. Federal Uni- versity of Juiz de Fora (UFJF).", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Generating FrameNets of various granularities: The FrameNet transformer", |
|
"authors": [ |
|
{ |
|
"first": "Josef", |
|
"middle": [], |
|
"last": "Ruppenhofer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jonas", |
|
"middle": [], |
|
"last": "Sunde", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Manfred", |
|
"middle": [], |
|
"last": "Pinkal", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the Seventh International Conference on Language Resources and Evaluation (LREC'10)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Josef Ruppenhofer, Jonas Sunde, and Manfred Pinkal. 2010. Generating FrameNets of various granulari- ties: The FrameNet transformer. In Proceedings of the Seventh International Conference on Lan- guage Resources and Evaluation (LREC'10), Val- letta, Malta. European Language Resources Associ- ation (ELRA).", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "An open, extendible, and fast Turkish morphological analyzer", |
|
"authors": [ |
|
{ |
|
"first": "Beg\u00fcm", |
|
"middle": [], |
|
"last": "Olcay Taner Y\u0131ld\u0131z", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G\u00f6khan", |
|
"middle": [], |
|
"last": "Avar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Ercan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the International Conference on Recent Advances in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1364--1372", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.26615/978-954-452-056-4_156" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Olcay Taner Y\u0131ld\u0131z, Beg\u00fcm Avar, and G\u00f6khan Ercan. 2019. An open, extendible, and fast Turkish mor- phological analyzer. In Proceedings of the Interna- tional Conference on Recent Advances in Natural Language Processing (RANLP 2019), pages 1364- 1372, Varna, Bulgaria. INCOMA Ltd.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"type_str": "figure", |
|
"text": "Morphologic analysis interface of FrameForm", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF1": { |
|
"type_str": "figure", |
|
"text": "Semantic annotation interface of FrameForm", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF2": { |
|
"type_str": "figure", |
|
"text": "Predicate annotation interface of FrameForm", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF3": { |
|
"type_str": "figure", |
|
"text": "Frame element annotation interface of FrameForm", |
|
"num": null, |
|
"uris": null |
|
} |
|
} |
|
} |
|
} |