| { |
| "paper_id": "S07-1018", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:22:47.889144Z" |
| }, |
| "title": "SemEval'07 Task 19: Frame Semantic Structure Extraction", |
| "authors": [ |
| { |
| "first": "Collin", |
| "middle": [], |
| "last": "Baker", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "International Computer Science Institute Berkeley", |
| "location": { |
| "country": "California" |
| } |
| }, |
| "email": "collinb@icsi.berkeley.edu" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Ellsworth", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "International Computer Science Institute Berkeley", |
| "location": { |
| "country": "California" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Katrin", |
| "middle": [], |
| "last": "Erk", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Texas", |
| "location": {} |
| }, |
| "email": "katrin.erk@mail.utexas.edu" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This task consists of recognizing words and phrases that evoke semantic frames as defined in the FrameNet project (http: //framenet.icsi.berkeley.edu), and their semantic dependents, which are usually, but not always, their syntactic dependents (including subjects). The training data was FN annotated sentences. In testing, participants automatically annotated three previously unseen texts to match gold standard (human) annotation, including predicting previously unseen frames and roles. Precision and recall were measured both for matching of labels of frames and FEs and for matching of semantic dependency trees based on the annotation.", |
| "pdf_parse": { |
| "paper_id": "S07-1018", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This task consists of recognizing words and phrases that evoke semantic frames as defined in the FrameNet project (http: //framenet.icsi.berkeley.edu), and their semantic dependents, which are usually, but not always, their syntactic dependents (including subjects). The training data was FN annotated sentences. In testing, participants automatically annotated three previously unseen texts to match gold standard (human) annotation, including predicting previously unseen frames and roles. Precision and recall were measured both for matching of labels of frames and FEs and for matching of semantic dependency trees based on the annotation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The task of labeling frame-evoking words with appropriate frames is similar to WSD, while the task of assigning frame elements is called Semantic Role Labeling (SRL), and has been the subject of several shared tasks at ACL and CoNLL. For example, in the sentence \"Matilde said, 'I rarely eat rutabaga,\"' said evokes the Statement frame, and eat evokes the Ingestion frame. The role of SPEAKER in the Statement frame is filled by Matilda, and the role of MESSAGE, by the whole quotation. In the Ingestion frame, I is the INGESTOR and rutabaga fills the INGESTIBLES role. Since the ingestion event is contained within the MESSAGE of the Statement event, we can represent the fact that the message conveyed was about ingestion, just by annotating the sentence with respect to these two frames.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "After training on FN annotations, the participants' systems labeled three new texts automatically. The evaluation measured precision and recall for frames and frame elements, with partial credit for incorrect but closely related frames. Two types of evaluation were carried out: Label matching evaluation, in which the participant's labeled data was compared directly with the gold standard labeled data, and Semantic dependency evaluation, in which both the gold standard and the submitted data were first converted to semantic dependency graphs in XML format, and then these graphs were compared.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "There are three points that make this task harder and more interesting than earlier SRL tasks: (1) while previous tasks focused on role assignment, the current task also comprises the identification of the appropriate FrameNet frame, similar to WSD, (2) the task comprises not only the labeling of individual predicates and their arguments, but also the integration of all labels into an overall semantic dependency graph, a partial semantic representation of the overall sentence meaning based on frames and roles, and (3) the test data includes occurrences of frames that are not seen in the training data. For these cases, participant systems have to identify the closest known frame. This is a very realistic scenario, encouraging the development of robust systems showing graceful degradation in the face of unknown events.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The basic concept of Frame Semantics is that many words are best understood as part of a group of terms that are related to a particular type of event and the participants and \"props\" involved in it (Fillmore, 1976; Fillmore, 1982) . The classes of events are the semantic frames of the lexical units (LUs) that evoke them, and the roles associated with the event are referred to as frame elements (FEs). The same type of analysis applies not only to events but also to relations and states; the frame-evoking expressions may be single words or multi-word expressions, which may be of any syntactic category. Note that these FE names are quite frame-specific; generalizations over them are expressed via explicit FE-FE relations.", |
| "cite_spans": [ |
| { |
| "start": 199, |
| "end": 215, |
| "text": "(Fillmore, 1976;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 216, |
| "end": 231, |
| "text": "Fillmore, 1982)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame semantics and FrameNet", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The Berkeley FrameNet project (hereafter FN) (Fillmore et al., 2003) is creating a computer-and human-readable lexical resource for English, based on the theory of frame semantics and supported by corpus evidence. The current release (1.3) of the FrameNet data, which has been freely available for instructional and research purposes since the fall of 2006, includes roughly 780 frames with roughly 10,000 word senses (lexical units). It also contains roughly 150,000 annotation sets, of which 139,000 are lexicographic examples, with each sentence annotated for a single predicator. The remainder are from full-text annotation in which each sentence is annotated for all predicators; 1,700 sentences are annotated in the full-text portion of the database, accounting for roughly 11,700 annotation sets, or 6.8 predicators (=annotation sets) per sentence. Nearly all of the frames are connected into a single graph by frame-to-frame relations, almost all of which have associated FE-to-FE relations (Fillmore et al., 2004a) ", |
| "cite_spans": [ |
| { |
| "start": 45, |
| "end": 68, |
| "text": "(Fillmore et al., 2003)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 999, |
| "end": 1023, |
| "text": "(Fillmore et al., 2004a)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame semantics and FrameNet", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The ultimate goal is to represent the lexical semantics of all the sentences in a text, based on the relations between predicators and their dependents, including both phrases and clauses, which may, in turn, include other predicators; although this has been a long-standing goal of FN (Fillmore and Baker, 2001) , automatic means of doing this are only now becoming available.", |
| "cite_spans": [ |
| { |
| "start": 286, |
| "end": 312, |
| "text": "(Fillmore and Baker, 2001)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics of texts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Consider a sentence from one of the testing texts:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics of texts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "(1) This geography is important in understanding Dublin.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics of texts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "In the frame semantic analysis of this sentence, there are two predicators which FN has analyzed: important and understanding, as well as one which we have not yet analyzed, geography. In addition, Dublin is recognized by the NER system as a location. In the gold standard annotation, we have the annotation shown in (2) for the Importance frame, evoked by the target important, and the annotation shown in (3) for the Grasp frame, evoked by understanding.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics of texts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "(2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics of texts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "[ FACTOR This geography] [ COP is] IMPOR- TANT [ UNDERTAKING in understanding Dublin]. [ INTERESTED PARTY INI] (3) This geography is important in UNDER- STANDING [ PHENOMENON Dublin]. [ COGNIZER CNI]", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics of texts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The definitions of the two frames begin like this: Importance: A FACTOR affects the outcome of an UNDERTAKING, which can be a goal-oriented activity or the maintenance of a desirable state, the work in a FIELD, or something portrayed as affecting an INTERESTED PARTY. . .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics of texts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Grasp: A COGNIZER possesses knowledge about the workings, significance, or meaning of an idea or object, which we call PHENOMENON, and is able to make predictions about the behavior or occurrence of the PHENOMENON. . .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics of texts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Using these definitions and the labels, and the fact that the target and FEs of one frame are subsumed by an FE of the other, we can compose the meanings of the two frames to produce a detailed paraphrase of the meaning of the sentence: Something denoted by this geography is a factor which affects the outcome of the undertaking of understanding the location called \"Dublin\" by any interested party. We have not dealt with geography as a frame-evoking expression, although we would eventually like to. (The preposition in serves only as a marker of the frame element UNDERTAKING.)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics of texts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "In (2), the INTERESTED PARTY is not a label on any part of the text; rather, it is marked INI, for \"indefinite null instantiation\", meaning that it is conceptually required as part of the frame definition, absent from the sentence, and not recoverable from the context as being a particular individual-meaning that this geography is important for anyone in general's understanding of Dublin. In (3), the COG-NIZER is \"constructionally null instantiated\", as the gerund understanding licenses omission of its subject. The marking of null instantiations is important in handling text coherence and was part of the gold standard, but as far as we know, none of the participants attempted it, and it was ignored in the evaluation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics of texts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Note that we have collapsed the two null instantiated FEs, the INTERESTED PARTY of the importance frame and the COGNIZER in the Grasp frame, since they are not constrained to be distinct.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics of texts", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Since the role fillers are dependents (broadly speaking) of the predicators, the full FrameNet annotation of a sentence is roughly equivalent to a dependency parse, in which some of the arcs are labeled with role names; and a dependency graph can be derived algorithmically from FrameNet annotation; an early version of this was proposed by (Fillmore et al., 2004b) Fig . 1 shows the semantic dependency graph derived from sentence (1); this graphical representation was derived from a semantic dependency XML file (see Sec. 5). It shows that the top frame in this sentence is evoked by the word important, although the syntactic head is the copula is (here given the more general label \"Support\"). The labels on the arcs are either the names of frame elements or indications of which of the daughter nodes are semantic heads, which is important in some versions of the evaluation. The labels on nodes are either frame names (also colored gray), syntactic phrases types (e.g. NP), or the names of certain other syntactic \"connectors\", in this case, Marker and Support.", |
| "cite_spans": [ |
| { |
| "start": 341, |
| "end": 365, |
| "text": "(Fillmore et al., 2004b)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 370, |
| "end": 373, |
| "text": ". 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Semantic dependency graphs", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The major part of the training data for the task consisted of the current data release from FrameNet (Release 1.3), described in Sec.2 This was supplemented by additional training data made available through SemEval to participants in this task. In addition to updated versions of some of the full-text annotation from Release 1.3, three files from the ANC were included: from Slate.com, \"Stephanopoulos Crimes\" and \"Entrepreneur as Madonna\", and from the Berlitz travel guides, \"History of Jerusalem\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training data", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The testing data was made up of three texts, none of which had been seen before; the gold standard consisted of manual annotations (by the FrameNet team) of these texts for all frame evoking expressions and the fillers of the associated frame elements. All annotation of the testing data was carefully reviewed by the FN staff to insure its correctness. Since most of the texts annotated in the FN database are from the NTI website (www.nti. org), we decided to take two of the three testing texts from there also. One, \"China Overview\", was very similar to other annotated texts such as \"Taiwan Introduction\", \"Russia Overview\", etc. available in Release 1.3. The other NTI text, \"Work Advances\", while in the same domain, was shorter and closer to newspaper style than the rest of the NTI texts. Finally, the \"Introduction to Sents NEs Frames Tokens Types Work 14 31 174 77 China 39 90 405 125 Dublin 67 86 480 165 Totals 120 207 1059 272 Table 1 : Summary of Testing Data", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 838, |
| "end": 970, |
| "text": "Frames Tokens Types Work 14 31 174 77 China 39 90 405 125 Dublin 67 86 480 165 Totals 120 207 1059 272 Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Testing data", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Dublin\", taken from the American National Corpus (ANC, www.americannationalcorpus. org) Berlitz travel guides, is of quite a different genre, although the \"History of Jerusalem\" text in the training data was somewhat similar. Table 1 gives some statistics on the three testing files. To give a flavor of the texts, here are two sentences; frame evoking words are in boldface: From \"Work Advances\": \"The Iranians are now willing to accept the installation of cameras only outside the cascade halls, which will not enable the IAEA to monitor the entire uranium enrichment process,\" the diplomat said.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 226, |
| "end": 233, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Testing data", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "From \"Introduction to Dublin\": And in this city, where literature and theater have historically dominated the scene, visual arts are finally coming into their own with the new Museum of Modern Art and the many galleries that display the work of modern Irish artists.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Testing data", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "A number of groups downloaded the training or testing data, but in the end, only three groups submitted results: the UTD-SRL group and the LTH group, who submitted full results, and the CLR group who submitted results for frames only. It should also be noted that the LTH group had the testing data for longer than the 10 days allowed by the rules of the exercise, which means that the results of the two teams are not exactly comparable. Also, the results from the CLR group were initially formatted slightly differently from the gold standard with regard to character spacing; a later reformatting allowed their results to be scored with the other groups'.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Participants", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The LTH system used only SVM classifiers, while the UTD-SRL system used a combination of SVM and ME classifiers, determined experimentally. The CLR system did not use classifiers, but hand-written symbolic rules. Please consult the separate system papers for details about the features used.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Participants", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The labels-only matching was similar to previous shared tasks, but the dependency structure evaluation deserves further explanation: The XML semantic dependency structure was produced by a program called fttosem, implemented in Perl, which goes sentence by sentence through a FrameNet full-text XML file, taking LU, FE, and other labels and using them to structure a syntactically unparsed piece of a sentence into a syntactic-semantic tree. Two basic principles allow us to produce this tree: (1) LUs are the sole syntactic head of a phrase whose semantics is expressed by their frame and (2) each label span is interpreted as the boundaries of a syntactic phrase, so that when a larger label span subsumes a smaller one, the larger span can be interpreted as a the higher node in a hierarchical tree. There are a fair number of complications, largely involving identifying mismatches between syntactic and semantic headedness. Some of these (support verbs, copulas, modifiers, transparent nouns, relative clauses) are annotated in the data with their own labels, while others (syntactic markers, e.g. prepositions, and auxiliary verbs) must be identified using simple syntactic heuristics and part-of-speech tags.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "For this evaluation, a non-frame node counts as matching provided that it includes the head of the gold standard, whether or not non-head children of that node are included. For frame nodes, the participants got full credit if the frame of the node matched the gold standard.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "One of the problems inherent in testing against unseen data is that it will inevitably contain lexical units that have not previously been annotated in FrameNet, so that systems which do not generalize well cannot get them right. In principle, the decision as to what frame to add a new LU to should be helped by the same criteria that are used to assign polysemous lemmas to existing frames. However, in practice this assignment is difficult, precisely because, unlike WSD, there is no assumption that all the senses of each lemma are defined in advance; if the system can't be sure that a new use of a lemma is in one of the frames listed for that lemma, then it must consider all the 800+ frames as possibilities. This amounts to the automatic induction of fine-grained semantic similarity from corpus data, a notoriously difficult problem (Stevenson and Joanis, 2003; Schulte im Walde, 2003) .", |
| "cite_spans": [ |
| { |
| "start": 843, |
| "end": 871, |
| "text": "(Stevenson and Joanis, 2003;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 872, |
| "end": 895, |
| "text": "Schulte im Walde, 2003)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Partial credit for related frames", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "For LUs which clearly do not fit into any existing frames, the problem is still more difficult. In the course of creating the gold standard annotation of the three testing texts, the FN team created almost 40 new frames. We cannot ask that participants hit upon the new frame name, but the new frames are not created in a vacuum; as mentioned above, they are almost always added to the existing structure of frameto-frame relations; this allows us to give credit for assignment to frames which are not the precise one in the gold standard, but are close in terms of frameto-frame relations. Whenever participants' proposed frames were wrong but connected to the right frame by frame relations, partial credit was given, decreasing by 20% for each link in the frame-frame relation graph between the proposed frame and the gold standard. For FEs, each frame element had to match the gold standard frame element and contain at least the same head word in order to gain full credit; again, partial credit was given for frame elements related via FE-to-FE relations. Table 3 : Results for combined Frame and FE recognition the F-scores in Table 3 with those in Table 2 . The difficulty of the task is reflected in the F-scores of around 35% for the most difficult text in the most difficult condition, but participants still managed to reach F-scores as high as 75% for the more limited task of Frame Identification (Table 2) , which more closely matches traditional Senseval tasks, despite the lack of a full sense inventory. The difficulty posed by having such an unconstrained task led to understandably low recall scores in all participants (between 25 and 50%). The systems submitted by the teams differed in their sensitivity to differences in the texts: UTD-SRL's system varied by around 10% across texts, while LTH's varied by 15%. There are some rather encouraging results also. The participants rather consistently performed better with our more complex, but also more useful and realistic scoring, including partial credit and grading on semantic dependency rather than exact span match (compare the top and bottom halves of Table 3 ). The participants all performed relatively well on the frame-recognition task, with precision scores averaging 63% and topping 85%.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1062, |
| "end": 1069, |
| "text": "Table 3", |
| "ref_id": null |
| }, |
| { |
| "start": 1134, |
| "end": 1141, |
| "text": "Table 3", |
| "ref_id": null |
| }, |
| { |
| "start": 1156, |
| "end": 1163, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 1411, |
| "end": 1420, |
| "text": "(Table 2)", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 2131, |
| "end": 2139, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Partial credit for related frames", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "The testing data for this task turned out to be especially challenging with regard to new frames, since, in an effort to annotate especially thoroughly, almost 40 new frames were created in the process of annotating these three specific passages. One result of this was that the test passages had more unseen frames than a random unseen passage, which probably lowered the recall on frames. It appears that this was not entirely compensated by giving partial credit for related frames.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "This task is a more advanced and realistic version of the Automatic Semantic Role Labeling task of Senseval-3 (Litkowski, 2004) . Unlike that task, the testing data was previously unseen, participants had to determine the correct frames as a first step, and participants also had to determine FE boundaries, which were given in the Senseval-3.", |
| "cite_spans": [ |
| { |
| "start": 110, |
| "end": 127, |
| "text": "(Litkowski, 2004)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "A crucial difference from similar approaches, such as SRL with PropBank roles (Pradhan et al., 2004) is that by identifying relations as part of a frame, you have identified a gestalt of relations that enables far more inference, and sentences from the same passage that use other words from the same frame will be easier to link together. Thus, the FN SRL results are translatable fairly directly into formal representations which can be used for reasoning, question answering, etc. (Scheffczyk et al., 2006; Frank and Semecky, 2004; Sinha and Narayanan, 2005) .", |
| "cite_spans": [ |
| { |
| "start": 78, |
| "end": 100, |
| "text": "(Pradhan et al., 2004)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 484, |
| "end": 509, |
| "text": "(Scheffczyk et al., 2006;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 510, |
| "end": 534, |
| "text": "Frank and Semecky, 2004;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 535, |
| "end": 561, |
| "text": "Sinha and Narayanan, 2005)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Despite the problems with recall, the participants have expressed a determination to work to improve these results, and the FN staff are eager to collaborate in this effort. A project is now underway at ICSI to speed up frame and LU definition, and another to speed up the training of SRL systems is just beginning, so the prospects for improvement seem good.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "This material is based in part upon work supported by the National Science Foundation under Grant No. IIS-0535297.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "7" |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Frame semantics for text understanding", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Charles", |
| "suffix": "" |
| }, |
| { |
| "first": "Collin", |
| "middle": [ |
| "F" |
| ], |
| "last": "Fillmore", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Baker", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proceedings of WordNet and Other Lexical Resources Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Charles J. Fillmore and Collin F. Baker. 2001. Frame semantics for text understanding. In Proceedings of WordNet and Other Lexical Resources Workshop, Pittsburgh, June. NAACL.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Background to FrameNet", |
| "authors": [ |
| { |
| "first": "Charles", |
| "middle": [ |
| "J" |
| ], |
| "last": "Fillmore", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [ |
| "R" |
| ], |
| "last": "Johnson", |
| "suffix": "" |
| }, |
| { |
| "first": "Miriam", |
| "middle": [ |
| "R" |
| ], |
| "last": "Petruck", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "International Journal of Lexicography", |
| "volume": "16", |
| "issue": "", |
| "pages": "235--250", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Charles J. Fillmore, Christopher R. Johnson, and Miriam R.L Petruck. 2003. Background to FrameNet. International Journal of Lexicography, 16.3:235-250.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "FrameNet as a \"Net", |
| "authors": [ |
| { |
| "first": "Charles", |
| "middle": [ |
| "J" |
| ], |
| "last": "Fillmore", |
| "suffix": "" |
| }, |
| { |
| "first": "Collin", |
| "middle": [ |
| "F" |
| ], |
| "last": "Baker", |
| "suffix": "" |
| }, |
| { |
| "first": "Hiroaki", |
| "middle": [], |
| "last": "Sato", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of LREC", |
| "volume": "4", |
| "issue": "", |
| "pages": "1091--1094", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Charles J. Fillmore, Collin F. Baker, and Hiroaki Sato. 2004a. FrameNet as a \"Net\". In Proceedings of LREC, volume 4, pages 1091-1094, Lisbon. ELRA.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "FrameNet and representing the link between semantic and syntactic relations", |
| "authors": [ |
| { |
| "first": "Charles", |
| "middle": [ |
| "J" |
| ], |
| "last": "Fillmore", |
| "suffix": "" |
| }, |
| { |
| "first": "Josef", |
| "middle": [], |
| "last": "Ruppenhofer", |
| "suffix": "" |
| }, |
| { |
| "first": "Collin", |
| "middle": [ |
| "F" |
| ], |
| "last": "Baker", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Frontiers in Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "19--59", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Charles J. Fillmore, Josef Ruppenhofer, and Collin F. Baker. 2004b. FrameNet and representing the link between semantic and syntactic relations. In Chu- ren Huang and Winfried Lenders, editors, Frontiers in Linguistics, volume I of Language and Linguisitcs Monograph Series B, pages 19-59. Inst. of Linguistics, Acadmia Sinica, Taipei.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Frame semantics and the nature of language", |
| "authors": [ |
| { |
| "first": "Charles", |
| "middle": [ |
| "J" |
| ], |
| "last": "Fillmore", |
| "suffix": "" |
| } |
| ], |
| "year": 1976, |
| "venue": "Annals of the New York Academy of Sciences", |
| "volume": "280", |
| "issue": "", |
| "pages": "20--32", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Charles J. Fillmore. 1976. Frame semantics and the na- ture of language. Annals of the New York Academy of Sciences, 280:20-32.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Frame semantics", |
| "authors": [ |
| { |
| "first": "Charles", |
| "middle": [ |
| "J" |
| ], |
| "last": "Fillmore", |
| "suffix": "" |
| } |
| ], |
| "year": 1982, |
| "venue": "Linguistics in the Morning Calm", |
| "volume": "", |
| "issue": "", |
| "pages": "111--137", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Charles J. Fillmore. 1982. Frame semantics. In Lin- guistics in the Morning Calm, pages 111-137. Han- shin Publishing Co., Seoul, South Korea.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Corpus-based induction of an LFG syntax-semantics interface for frame semantic processing", |
| "authors": [ |
| { |
| "first": "Anette", |
| "middle": [], |
| "last": "Frank", |
| "suffix": "" |
| }, |
| { |
| "first": "Jiri", |
| "middle": [], |
| "last": "Semecky", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the 5th International Workshop on Linguistically Interpreted Corpora (LINC 2004)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anette Frank and Jiri Semecky. 2004. Corpus-based induction of an LFG syntax-semantics interface for frame semantic processing. In Proceedings of the 5th International Workshop on Linguistically Interpreted Corpora (LINC 2004), Geneva, Switzerland.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Senseval-3 task: Automatic labeling of semantic roles", |
| "authors": [ |
| { |
| "first": "Ken", |
| "middle": [], |
| "last": "Litkowski", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Senseval-3: Third International Workshop on the Evaluation of Systems for the Semantic Analysis of Text", |
| "volume": "", |
| "issue": "", |
| "pages": "9--12", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ken Litkowski. 2004. Senseval-3 task: Automatic label- ing of semantic roles. In Rada Mihalcea and Phil Ed- monds, editors, Senseval-3: Third International Work- shop on the Evaluation of Systems for the Semantic Analysis of Text, pages 9-12, Barcelona, Spain, July. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Shallow semantic parsing using support vector machines", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Sameer", |
| "suffix": "" |
| }, |
| { |
| "first": "Wayne", |
| "middle": [ |
| "H" |
| ], |
| "last": "Pradhan", |
| "suffix": "" |
| }, |
| { |
| "first": "Kadri", |
| "middle": [], |
| "last": "Ward", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [ |
| "H" |
| ], |
| "last": "Hacioglu", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Martin", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Jurafsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "HLT-NAACL 2004: Main Proceedings", |
| "volume": "", |
| "issue": "", |
| "pages": "233--240", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sameer S. Pradhan, Wayne H. Ward, Kadri Hacioglu, James H. Martin, and Dan Jurafsky. 2004. Shallow semantic parsing using support vector machines. In Daniel Marcu Susan Dumais and Salim Roukos, ed- itors, HLT-NAACL 2004: Main Proceedings, pages 233-240, Boston, Massachusetts, USA, May 2 -May 7. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Ontology-based reasoning about lexical resources", |
| "authors": [ |
| { |
| "first": "Jan", |
| "middle": [], |
| "last": "Scheffczyk", |
| "suffix": "" |
| }, |
| { |
| "first": "Collin", |
| "middle": [ |
| "F" |
| ], |
| "last": "Baker", |
| "suffix": "" |
| }, |
| { |
| "first": "Srini", |
| "middle": [], |
| "last": "Narayanan", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of ONTOLEX 2006", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jan Scheffczyk, Collin F. Baker, and Srini Narayanan. 2006. Ontology-based reasoning about lexical re- sources. In Alessandro Oltramari, editor, Proceedings of ONTOLEX 2006, pages 1-8, Genoa. LREC.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Experiments on the choice of features for learning verb classes", |
| "authors": [ |
| { |
| "first": "Sabine", |
| "middle": [], |
| "last": "Schulte Im Walde", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the 10th Conference of the EACL (EACL-03)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sabine Schulte im Walde. 2003. Experiments on the choice of features for learning verb classes. In Pro- ceedings of the 10th Conference of the EACL (EACL- 03).", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Model based answer selection", |
| "authors": [ |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Sinha", |
| "suffix": "" |
| }, |
| { |
| "first": "Srini", |
| "middle": [], |
| "last": "Narayanan", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the Workshop on Textual Inference, 18th National Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Steve Sinha and Srini Narayanan. 2005. Model based answer selection. In Proceedings of the Workshop on Textual Inference, 18th National Conference on Artifi- cial Intelligence, PA, Pittsburgh. AAAI.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Semisupervised verb class discovery using noisy features", |
| "authors": [ |
| { |
| "first": "Suzanne", |
| "middle": [], |
| "last": "Stevenson", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [], |
| "last": "Joanis", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the 7th Conference on Natural Language Learning (CoNLL-03)", |
| "volume": "", |
| "issue": "", |
| "pages": "71--78", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Suzanne Stevenson and Eric Joanis. 2003. Semi- supervised verb class discovery using noisy features. In Proceedings of the 7th Conference on Natural Lan- guage Learning (CoNLL-03), pages 71-78.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Figure 1: Sample Semantic Dependency Graph", |
| "uris": null, |
| "type_str": "figure", |
| "num": null |
| }, |
| "TABREF1": { |
| "type_str": "table", |
| "text": "", |
| "content": "<table><tr><td>: Frame Recognition only</td></tr><tr><td>The strictness of the requirement of exact bound-ary matching (which depends on an accurate syntac-tic parse) is compounded by the cascading effect of semantic classification errors, as seen by comparing</td></tr></table>", |
| "num": null, |
| "html": null |
| } |
| } |
| } |
| } |