| { |
| "paper_id": "P06-1047", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:25:31.760933Z" |
| }, |
| "title": "Extractive Summarization using Inter-and Intra-Event Relevance", |
| "authors": [ |
| { |
| "first": "Wenjie", |
| "middle": [], |
| "last": "Li", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The Hong Kong Polytechnic University", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Mingli", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The Hong Kong Polytechnic University", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Qin", |
| "middle": [], |
| "last": "Lu", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "The Hong Kong Polytechnic University", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Wei", |
| "middle": [], |
| "last": "Xu", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tsinghua University", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Chunfa", |
| "middle": [], |
| "last": "Yuan", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tsinghua University", |
| "location": {} |
| }, |
| "email": "cfyuan@mail.ts" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Event-based summarization attempts to select and organize the sentences in a summary with respect to the events or the sub-events that the sentences describe. Each event has its own internal structure, and meanwhile often relates to other events semantically, temporally, spatially, causally or conditionally. In this paper, we define an event as one or more event terms along with the named entities associated, and present a novel approach to derive intra-and inter-event relevance using the information of internal association, semantic relatedness, distributional similarity and named entity clustering. We then apply PageRank ranking algorithm to estimate the significance of an event for inclusion in a summary from the event relevance derived. Experiments on the DUC 2001 test data shows that the relevance of the named entities involved in events achieves better result when their relevance is derived from the event terms they associate. It also reveals that the topic-specific relevance from documents themselves outperforms the semantic relevance from a general purpose knowledge base like Word-Net.", |
| "pdf_parse": { |
| "paper_id": "P06-1047", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Event-based summarization attempts to select and organize the sentences in a summary with respect to the events or the sub-events that the sentences describe. Each event has its own internal structure, and meanwhile often relates to other events semantically, temporally, spatially, causally or conditionally. In this paper, we define an event as one or more event terms along with the named entities associated, and present a novel approach to derive intra-and inter-event relevance using the information of internal association, semantic relatedness, distributional similarity and named entity clustering. We then apply PageRank ranking algorithm to estimate the significance of an event for inclusion in a summary from the event relevance derived. Experiments on the DUC 2001 test data shows that the relevance of the named entities involved in events achieves better result when their relevance is derived from the event terms they associate. It also reveals that the topic-specific relevance from documents themselves outperforms the semantic relevance from a general purpose knowledge base like Word-Net.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Extractive summarization selects sentences which contain the most salient concepts in documents. Two important issues with it are how the concepts are defined and what criteria should be used to judge the salience of the concepts. Existing work has typically been based on techniques that extract key textual elements, such as keywords (also known as significant terms) as weighed by their tf*idf score, or concepts (such as events or entities) with linguistic and/or statistical analysis. Then, sentences are selected according to either the important textual units they contain or certain types of intersentence relations they hold.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Event-based summarization which has emerged recently attempts to select and organize sentences in a summary with respect to events or sub-events that the sentences describe. With regard to the concept of events, people do not have the same definition when introducing it in different domains. While traditional linguistics work on semantic theory of events and the semantic structures of verbs, studies in information retrieval (IR) within topic detection and tracking framework look at events as narrowly defined topics which can be categorized or clustered as a set of related documents (TDT). IR events are broader (or to say complex) events in the sense that they may include happenings and their causes, consequences or even more extended effects. In the information extraction (IE) community, events are defined as the pre-specified and structured templates that relate an action to its participants, times, locations and other entities involved . IE defines what people call atomic events.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Regardless of their distinct perspectives, people all agree that events are collections of activities together with associated entities. To apply the concept of events in the context of text summarization, we believe it is more appropriate to consider events at the sentence level, rather than at the document level. To avoid the complexity of deep semantic and syntactic processing, we complement the advantages of statistical techniques from the IR community and structured information provided by the IE community.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "We propose to extract semi-structured events with shallow natural language processing (NLP) techniques and estimate their importance for inclusion in a summary with IR techniques.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Though it is most likely that documents narrate more than one similar or related event, most event-based summarization techniques reported so far explore the importance of the events independently. Motivated by this observation, this paper addresses the task of event-relevance based summarization and explores what sorts of relevance make a contribution. To this end, we investigate intra-event relevance, that is actionentity relevance, and inter-event relevance, that is event-event relevance. While intra-event relevance is measured with frequencies of the associated events and entities directly, inter-event relevance is derived indirectly from a general WordNet similarity utility, distributional similarity in the documents to be summarized, named entity clustering and so on. Pagerank ranking algorithm is then applied to estimate the event importance for inclusion in a summary using the aforesaid relevance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The remainder of this paper is organized as follows. Section 2 introduces related work. Sections 3 introduces our proposed event-based summarization approaches which make use of intra-and inter-event relevance. Section 4 presents experiments and evaluates different approaches. Finally, Section 5 concludes the paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Event-based summarization has been investigated in recent research. It was first presented in (Daniel, Radev and Allison, 2003) , who treated a news topic in multi-document summarization as a series of sub-events according to human understanding of the topic. They determined the degree of sentence relevance to each sub-event through human judgment and evaluated six extractive approaches. Their paper concluded that recognizing the sub-events that comprise a single news event is essential for producing better summaries. However, it is difficult to automatically break a news topic into sub-events.", |
| "cite_spans": [ |
| { |
| "start": 94, |
| "end": 127, |
| "text": "(Daniel, Radev and Allison, 2003)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Later, atomic events were defined as the relationships between the important named entities (Filatova and Hatzivassiloglou, 2004) , such as participants, locations and times (which are called relations) through the verbs or action nouns labeling the events themselves (which are called connectors). They evaluated sentences based on co-occurrence statistics of the named entity relations and the event connectors involved. The proposed approach claimed to outperform conventional tf*idf approach. Apparently, named entities are key elements in their model. However, the constraints defining events seemed quite stringent.", |
| "cite_spans": [ |
| { |
| "start": 92, |
| "end": 129, |
| "text": "(Filatova and Hatzivassiloglou, 2004)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The application of dependency parsing, anaphora and co-reference resolution in recognizing events were presented involving NLP and IE techniques more or less (Yoshioka and Haraguchi, 2004) , (Vanderwende, Banko and Menezes, 2004) and (Leskovec, Grobelnik and Fraling, 2004) . Rather than pre-specifying events, these efforts extracted (verb)-(dependent relation)-(noun) triples as events and took the triples to form a graph merged by relations.", |
| "cite_spans": [ |
| { |
| "start": 158, |
| "end": 188, |
| "text": "(Yoshioka and Haraguchi, 2004)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 191, |
| "end": 229, |
| "text": "(Vanderwende, Banko and Menezes, 2004)", |
| "ref_id": null |
| }, |
| { |
| "start": 234, |
| "end": 273, |
| "text": "(Leskovec, Grobelnik and Fraling, 2004)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "As a matter of fact, events in documents are related in some ways. Judging whether the sentences are salient or not and organizing them in a coherent summary can take advantage from event relevance. Unfortunately, this was neglected in most previous work. Barzilay and Lapata (2005) exploited the use of the distributional and referential information of discourse entities to improve summary coherence. While they captured text relatedness with entity transition sequences, i.e. entity-based summarization, we are particularly interested in relevance between events in event-based summarization.", |
| "cite_spans": [ |
| { |
| "start": 256, |
| "end": 282, |
| "text": "Barzilay and Lapata (2005)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Extractive summarization requires ranking sentences with respect to their importance. Successfully used in Web-link analysis and more recently in text summarization, Google's PageRank (Brin and Page, 1998) is one of the most popular ranking algorithms. It is a kind of graph-based ranking algorithm deciding on the importance of a node within a graph by taking into account the global information recursively computed from the entire graph, rather than relying on only the local node-specific information. A graph can be constructed by adding a node for each sentence, phrase or word. Edges between nodes are established using intersentence similarity relations as a function of content overlap or grammatically relations between words or phrases.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The application of PageRank in sentence extraction was first reported in (Erkan and Radev, 2004) . The similarity between two sentence nodes according to their term vectors was used to generate links and define link strength. The same idea was followed and investigated exten-sively (Mihalcea, 2005) . Yoshioka and Haraguchi (2004) went one step further toward eventbased summarization. Two sentences were linked if they shared similar events. When tested on TSC-3, the approach favoured longer summaries. In contrast, the importance of the verbs and nouns constructing events was evaluated with PageRank as individual nodes aligned by their dependence relations (Vanderwende, 2004; Leskovec, 2004 ).", |
| "cite_spans": [ |
| { |
| "start": 73, |
| "end": 96, |
| "text": "(Erkan and Radev, 2004)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 283, |
| "end": 299, |
| "text": "(Mihalcea, 2005)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 302, |
| "end": 331, |
| "text": "Yoshioka and Haraguchi (2004)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 663, |
| "end": 682, |
| "text": "(Vanderwende, 2004;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 683, |
| "end": 697, |
| "text": "Leskovec, 2004", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Although we agree that the fabric of event constitutions constructed by their syntactic relations can help dig out the important events, we have two comments. First, not all verbs denote event happenings. Second, semantic similarity or relatedness between action words should be taken into account.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Events can be broadly defined as \"Who did What to Whom When and Where\". Both linguistic and empirical studies acknowledge that event arguments help characterize the effects of a verb's event structure even though verbs or other words denoting event determine the semantics of an event. In this paper, we choose verbs (such as \"elect\") and action nouns (such as \"supervision\") as event terms that can characterize or partially characterize actions or incident occurrences. They roughly relate to \"did What\". One or more associated named entities are considered as what are denoted by linguists as event arguments. Four types of named entities are currently under the consideration. These are <Per-son>, <Organization>, <Location> and <Date>. They convey the information of \"Who\", \"Whom\", \"When\" and \"Where\". A verb or an action noun is deemed as an event term only when it presents itself at least once between two named entities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Event Definition and Event Map", |
| "sec_num": "3.1." |
| }, |
| { |
| "text": "Events are commonly related with one another semantically, temporally, spatially, causally or conditionally, especially when the documents to be summarized are about the same or very similar topics. Therefore, all event terms and named entities involved can be explicitly connected or implicitly related and weave a document or a set of documents into an event fabric, i.e. an event graphical representation (see Figure 1 ). The nodes in the graph are of two types. Event terms (ET) are indicated by rectangles and named entities (NE) are indicated by ellipses. They represent concepts rather than instances. Words in either their original form or morphological variations are represented with a single node in the graph regardless of how many times they appear in documents. We call this representation an event map, from which the most important concepts can be pick out in the summary.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 413, |
| "end": 421, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Event Definition and Event Map", |
| "sec_num": "3.1." |
| }, |
| { |
| "text": "The advantage of representing with separated action and entity nodes over simply combining them into one event or sentence node is to provide a convenient way for analyzing the relevance among event terms and named entities either by their semantic or distributional similarity. More importantly, this favors extraction of concepts and brings the conceptual compression available.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1 Sample sentences and their graphical representation", |
| "sec_num": null |
| }, |
| { |
| "text": "We then integrate the strength of the connections between nodes into this graphical model in terms of the relevance defined from different perspectives. The relevance is indicated by ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1 Sample sentences and their graphical representation", |
| "sec_num": null |
| }, |
| { |
| "text": "We consider both intra-event and inter-event relevance for summarization. Intra-event relevance measures how an action itself is associated with its associated arguments. It is indicated as Table 1 below. This is a kind of direct relevance as the connections between actions and arguments are established from the text surface directly. No inference or background knowledge is required. We consider that when the connection between an event term i et and a named entity j ne is symmetry, then", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 190, |
| "end": 197, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Intra-and Inter-Event Relevance", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": ") , ( NE ET R and ) , ( ET NE R in", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intra-and Inter-Event Relevance", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "T NE ET R ET NE R ) , ( ) , ( = .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intra-and Inter-Event Relevance", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Events are related as explained in Section 2. By means of inter-event relevance, we consider how an event term (or a named entity involved in an event) associate to another event term (or another named entity involved in the same or different events) syntactically, semantically and distributionally. It is indicated by", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intra-and Inter-Event Relevance", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": ") , ( ET ET R or ) , ( NE NE R", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Intra-and Inter-Event Relevance", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "in Table 1 and measures an indirect connection which is not explicit in the event map needing to be derived from the external resource or overall event distribution. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 3, |
| "end": 10, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Intra-and Inter-Event Relevance", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "(ET) Named En- tity (NE) Event Term (ET) ) , ( ET ET R ) , ( NE ET R Named Entity (NE) ) , ( ET NE R ) , ( NE NE R", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Event Term", |
| "sec_num": null |
| }, |
| { |
| "text": "One way to measure the term relevance is to make use of a general language knowledge base, such as WordNet (Fellbaum 1998) . Word-Net::Similarity is a freely available software package that makes it possible to measure the semantic relatedness between a pair of concepts, or in our case event terms, based on WordNet (Pedersen, Patwardhan and Michelizzi, 2004) . It supports three measures. The one we choose is the function lesk. Alternatively, term relevance can be measured according to their distributions in the specified documents. We believe that if two events are concerned with the same participants, occur at same location, or at the same time, these two events are interrelated with each other in some ways. This observation motivates us to try deriving event term relevance from the number of name entities they share. The relevance derived with (E3) and (E4) are indirect relevance. In previous work, a clustering algorithm, shown in Figure 2 , has been proposed (Xu et al, 2006) to merge the named entity that refer to the same person (such as Ranariddh, Prince Norodom Ranariddh and President Prince Norodom Ranariddh). It is used for co-reference resolution and aims at joining the same concept into a single node in the event map. The experimental result suggests that merging named entity improves performance in some extend but not evidently. When applying the same algorithm for clustering all four types of name entities in DUC data, we observe that the name entities in the same cluster do not always refer to the same objects, even when they are indeed related in some way. For example, \"Mississippi\" is a state in the southeast United States, while \"Mississippi River\" is the secondlongest rever in the United States and flows through \"Mississippi\". In addition, the relevance of the named entities can be sometimes revealed by sentence context. Take the following most frequently used sentence patterns as examples:", |
| "cite_spans": [ |
| { |
| "start": 107, |
| "end": 122, |
| "text": "(Fellbaum 1998)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 317, |
| "end": 360, |
| "text": "(Pedersen, Patwardhan and Michelizzi, 2004)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 976, |
| "end": 992, |
| "text": "(Xu et al, 2006)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 947, |
| "end": 955, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Event Term", |
| "sec_num": null |
| }, |
| { |
| "text": "Considering that two neighbouring name entities in a sentence are usually relevant, the following window-based relevance is also experimented with. It is set to 0.85 experimentally. The significance of each sentence to be included in the summary is then obtained from the significance of the events it contains. The sentences with higher significance are picked up into the summary as long as they are not exactly the same sentences. We are aware of the important roles of information fusion and sentence compression in summary generation. However, the focus of this paper is to evaluate event-based approaches in extracting the most important sentences. Conceptual extraction based on event relevance is our future direction.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 3 The example patterns", |
| "sec_num": null |
| }, |
| { |
| "text": "To evaluate the event based summarization approaches proposed, we conduct a set of experiments on 30 English document sets provide by the DUC 2001 multi-document summarization task. The documents are pre-processed with GATE to recognize the previously mentioned four types of name entities. On average, each set contains 10.3 documents, 602 sentences, 216 event terms and 148.5 name entities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments and Discussions", |
| "sec_num": "4." |
| }, |
| { |
| "text": "To evaluate the quality of the generated summaries, we choose an automatic summary evaluation metric ROUGE, which has been used in DUCs. ROUGE is a recall-based metric for fixed length summaries. It bases on N-gram cooccurrence and compares the system generated summaries to human judges (Lin and Hovy, 2003) . For each DUC document set, the system creates a summary of 200 word length and present three of the ROUGE metrics: ROUGE-1 (unigram-based), ROUGE-2 (bigram-based), and ROUGE-W (based on longest common subsequence weighed by the length) in the following experiments and evaluations.", |
| "cite_spans": [ |
| { |
| "start": 288, |
| "end": 308, |
| "text": "(Lin and Hovy, 2003)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments and Discussions", |
| "sec_num": "4." |
| }, |
| { |
| "text": "We first evaluate the summaries generated based on ) , ( NE ET R itself. In the pre-evaluation experiments, we have observed that some fre-<Person>, a-position-name of <Organization>, does something. <Person> and another <Person> do something.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments and Discussions", |
| "sec_num": "4." |
| }, |
| { |
| "text": "quently occurring nouns, such as \"doctors\" and \"hospitals\", by themselves are not marked by general NE taggers. But they indicate persons, organizations or locations. We compare the ROUGE scores of adding frequent nouns or not to the set of named entities in Table 3 . A noun is considered as a frequent noun when its frequency is larger than 10. Roughly 5% improvement is achieved when high frequent nouns are taken into the consideration. Hereafter, when we mention NE in latter experiments, the high frequent nouns are included. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 259, |
| "end": 266, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments and Discussions", |
| "sec_num": "4." |
| }, |
| { |
| "text": ". The topic-specific relevance derived from the documents to be summarized outperforms the general purpose Word-Net relevance by about 4%. This result is reasonable as WordNet may introduce the word relatedness which is not necessary in the topic-specific documents. When we examine the relevance matrix from the event term pairs with the highest relevant, we find that the pairs, like \"abort\" and \"confirm\", \"vote\" and confirm\", do reflect semantics (antonymous) and associated (causal) relations to some degree. Table 5 . Looking more closely, we conclude that compared to event terms, named entities are more representative of the documents in which they are included. In other words, event terms are more likely to be distributed around all the document sets, whereas named entities are more topic-specific and therefore cluster in a particular document set more. Examples of high related named entities in relevance matrix are \"Andrew\" and \"Florida\", \"Louisiana\" and \"Florida\". Although their relevance is not as explicit as the same of event terms (their relevance is more contextual than semantic), we can still deduce that some events may happen in both Louisiana and Florida, or about Andrew in Florida. In addition, it also shows that the relevance we would have expected to be derived from patterns and clustering can also be discovered by . As DUC 2001 provides 4 different summary sizes for evaluation, it satisfies our desire to test the sensibility of the proposed event-based summarization techniques to the length of summaries. While the previously presented results are evaluated on 200 word summaries, now we move to check the results in four different sizes, i.e. 50, 100, 200 and 400 words. The experiments results show that the event-based approaches indeed prefer longer summaries. This is coincident with what we have hypothesized. For this set of experiments, we choose to integrate the best method from each individual evaluation presented previously. It appears that using the named entities relevance which is derived from the event terms gives the best ROUGE scores in almost all the summery sizes. Compared with the results provided in (Filatova and Hatzivassiloglou, 2004) whose average ROUGE-1 score is below 0.3 on the same data set, the significant improvement is revealed. Of course, we need to test on more data in the future. As discussed in Section 3.2, the named entities in the same cluster may often be relevant but not always be co-referred. In the following last set of experiments, we evaluate the two ways to use the clustering results. One is to consider them as related as if they are in the same cluster and derive the NE-NE relevance with (E5). The other is to merge the entities in one cluster as one reprehensive named entity and then use it in ET-NE with (E1). The rationality of the former approach is validated.", |
| "cite_spans": [ |
| { |
| "start": 2166, |
| "end": 2203, |
| "text": "(Filatova and Hatzivassiloglou, 2004)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 514, |
| "end": 521, |
| "text": "Table 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "R", |
| "sec_num": null |
| }, |
| { |
| "text": "Clustering is used to merge entities and then to derive ET-NE ROUGE-1 0.34072 0.33006 ROUGE-2 0.06727 0.06154 ROUGE-W 0.13229 0.12845 Table 7 ROUGE scores with regard to how to use the clustering information", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 134, |
| "end": 141, |
| "text": "Table 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Clustering is used to derive NE-NE", |
| "sec_num": null |
| }, |
| { |
| "text": "In this paper, we propose to integrate eventbased approaches to extractive summarization. Both inter-event and intra-event relevance are investigated and PageRank algorithm is used to evaluate the significance of each concept (including both event terms and named entities). The sentences containing more concepts and highest significance scores are chosen in the summary as long as they are not the same sentences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5." |
| }, |
| { |
| "text": "To derive event relevance, we consider the associations at the syntactic, semantic and contextual levels. An important finding on the DUC 2001 data set is that making use of named entity relevance derived from the event terms they associate with achieves the best result. The result of 0.35212 significantly outperforms the one reported in the closely related work whose average is below 0.3. We are interested in the issue of how to improve an event representation in order to build a more powerful event-based summarization system. This would be one of our future directions. We also want to see how concepts rather than sentences are selected into the summary in order to develop a more flexible compression technique and to know what characteristics of a document set is appropriate for applying event-based summarization techniques.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5." |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The work presented in this paper is supported partially by Research Grants Council on Hong Kong (reference number CERG PolyU5181/03E) and partially by National Natural Science Foundation of China (reference number: NSFC 60573186).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Automatic Evaluation of Summaries using N-gram Cooccurrence Statistics", |
| "authors": [ |
| { |
| "first": "Chin-Yew", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Eduard", |
| "middle": [], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of HLT-NAACL 2003", |
| "volume": "", |
| "issue": "", |
| "pages": "71--78", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chin-Yew Lin and Eduard Hovy. 2003. Automatic Evaluation of Summaries using N-gram Co- occurrence Statistics. In Proceedings of HLT- NAACL 2003, pp71-78.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "WordNet: An Electronic Lexical Database", |
| "authors": [ |
| { |
| "first": "Christiane", |
| "middle": [], |
| "last": "Fellbaum", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christiane Fellbaum. 1998, WordNet: An Electronic Lexical Database. MIT Press.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Event-based Extractive summarization", |
| "authors": [ |
| { |
| "first": "Elena", |
| "middle": [], |
| "last": "Filatova", |
| "suffix": "" |
| }, |
| { |
| "first": "Vasileios", |
| "middle": [], |
| "last": "Hatzivassiloglou", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of ACL 2004 Workshop on Summarization", |
| "volume": "", |
| "issue": "", |
| "pages": "104--111", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Elena Filatova and Vasileios Hatzivassiloglou. 2004. Event-based Extractive summarization. In Pro- ceedings of ACL 2004 Workshop on Summariza- tion, pp104-111.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "LexRank: Graph-based Centrality as Salience in Text Summarization", |
| "authors": [ |
| { |
| "first": "Gunes", |
| "middle": [], |
| "last": "Erkan", |
| "suffix": "" |
| }, |
| { |
| "first": "Dragomir", |
| "middle": [], |
| "last": "Radev", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Journal of Artificial Intelligence Research", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gunes Erkan and Dragomir Radev. 2004. LexRank: Graph-based Centrality as Salience in Text Sum- marization. Journal of Artificial Intelligence Re- search.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Learning Sub-structures of Document Semantic Graphs for Document Summarization", |
| "authors": [ |
| { |
| "first": "Jure", |
| "middle": [], |
| "last": "Leskovec", |
| "suffix": "" |
| }, |
| { |
| "first": "Marko", |
| "middle": [], |
| "last": "Grobelnik", |
| "suffix": "" |
| }, |
| { |
| "first": "Natasa", |
| "middle": [], |
| "last": "Milic-Frayling", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "LinkKDD", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jure Leskovec, Marko Grobelnik and Natasa Milic- Frayling. 2004. Learning Sub-structures of Docu- ment Semantic Graphs for Document Summariza- tion. In LinkKDD 2004.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Event-Centric Summary Generation", |
| "authors": [ |
| { |
| "first": "Lucy", |
| "middle": [], |
| "last": "Vanderwende", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Working Notes of DUC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lucy Vanderwende, Michele Banko and Arul Mene- zes. 2004. Event-Centric Summary Generation. In Working Notes of DUC 2004.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Multiple News Articles Summarization based on Event Reference Information", |
| "authors": [ |
| { |
| "first": "Masaharu", |
| "middle": [], |
| "last": "Yoshioka", |
| "suffix": "" |
| }, |
| { |
| "first": "Makoto", |
| "middle": [], |
| "last": "Haraguchi", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Working Notes of NTCIR-4", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Masaharu Yoshioka and Makoto Haraguchi. 2004. Multiple News Articles Summarization based on Event Reference Information. In Working Notes of NTCIR-4, Tokyo.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Sub-event based Multi-document Summarization", |
| "authors": [ |
| { |
| "first": "Naomi", |
| "middle": [], |
| "last": "Daniel", |
| "suffix": "" |
| }, |
| { |
| "first": "Dragomir", |
| "middle": [], |
| "last": "Radev", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Allison", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the HLT-NAACL 2003 Workshop on Text Summarization", |
| "volume": "", |
| "issue": "", |
| "pages": "9--16", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Naomi Daniel, Dragomir Radev and Timothy Allison. 2003. Sub-event based Multi-document Summari- zation. In Proceedings of the HLT-NAACL 2003 Workshop on Text Summarization, pp9-16.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "The PageRank Citation Ranking: Bring Order to the Web", |
| "authors": [ |
| { |
| "first": "Page", |
| "middle": [], |
| "last": "Lawrence", |
| "suffix": "" |
| }, |
| { |
| "first": "Brin", |
| "middle": [], |
| "last": "Sergey", |
| "suffix": "" |
| }, |
| { |
| "first": "Motwani", |
| "middle": [], |
| "last": "Rajeev", |
| "suffix": "" |
| }, |
| { |
| "first": "Winograd", |
| "middle": [], |
| "last": "Terry", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Page Lawrence, Brin Sergey, Motwani Rajeev and Winograd Terry. 1998. The PageRank Citation Ranking: Bring Order to the Web. Technical Re- port, Stanford University.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Language Independent Extractive Summarization", |
| "authors": [ |
| { |
| "first": "Rada", |
| "middle": [], |
| "last": "Mihalcea", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "ACL 2005 poster", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rada Mihalcea. 2005. Language Independent Extrac- tive Summarization. ACL 2005 poster.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Modelling Local Coherence: An Entity-based Approach", |
| "authors": [ |
| { |
| "first": "Regina", |
| "middle": [], |
| "last": "Barzilay", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Elhadad", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "141--148", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Regina Barzilay and Michael Elhadad. 2005. Model- ling Local Coherence: An Entity-based Approach. In Proceedings of ACL, pp141-148.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "TDT", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "TDT. http://projects.ldc.upenn.edu/TDT.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "WordNet::Similarity -Measuring the Relatedness of Concepts", |
| "authors": [ |
| { |
| "first": "Ted", |
| "middle": [], |
| "last": "Pedersen", |
| "suffix": "" |
| }, |
| { |
| "first": "Siddharth", |
| "middle": [], |
| "last": "Patwardhan", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Michelizzi", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of AAAI", |
| "volume": "", |
| "issue": "", |
| "pages": "25--29", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ted Pedersen, Siddharth Patwardhan and Jason Michelizzi. 2004. WordNet::Similarity -Measur- ing the Relatedness of Concepts. In Proceedings of AAAI, pp25-29.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Deriving Event Relevance from the Ontology Constructed with Formal Concept Analysis", |
| "authors": [ |
| { |
| "first": "Wei", |
| "middle": [], |
| "last": "Xu", |
| "suffix": "" |
| }, |
| { |
| "first": "Wenjie", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Mingli", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| }, |
| { |
| "first": "Wei", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Chunfa", |
| "middle": [], |
| "last": "Yuan", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of CiCling'06", |
| "volume": "", |
| "issue": "", |
| "pages": "480--489", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wei Xu, Wenjie Li, Mingli Wu, Wei Li and Chunfa Yuan. 2006. Deriving Event Relevance from the Ontology Constructed with Formal Concept Analysis, in Proceedings of CiCling'06, pp480- 489.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF1": { |
| "type_str": "figure", |
| "text": "then estimated recursively with PageRank ranking algorithm which assigns the significance score to each node according to the number of nodes connecting to it as well as the strength of their connections. is the factor used to avoid the limitation of loop in the map structure.", |
| "uris": null, |
| "num": null |
| }, |
| "TABREF0": { |
| "num": null, |
| "text": "Organization>, benefiting all three and giving technological independence from <Organization> Microsoft </Organization>. lated with PageRank ranking algorithm. Sections 3.2 and 3.3 address the issues of deriving", |
| "content": "<table><tr><td colspan=\"10\"><Organization> America Online </Organization> was to buy <Organization> Netscape </Organization> and forge a partnership with <Organization> Sun j according to intra-or/and inter-event relevance and calculating , ( i node node r ) ( i node w in de-</) tail.</td></tr><tr><td>r</td><td>(</td><td>node</td><td>, i node</td><td>j</td><td>)</td><td>, where</td><td colspan=\"3\">i node and</td><td>j node repre-</td></tr><tr><td colspan=\"10\">sent two nodes, and are either event terms ( i et )</td></tr><tr><td colspan=\"10\">or named entities ( j ne ). Then, the significance</td></tr><tr><td colspan=\"8\">of each node, indicated by</td><td>( w</td><td>i node</td><td>)</td><td>, is calcu-</td></tr></table>", |
| "type_str": "table", |
| "html": null |
| }, |
| "TABREF1": { |
| "num": null, |
| "text": "", |
| "content": "<table><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"7\">Relevance Matrix</td></tr><tr><td colspan=\"18\">The complete relevance matrix is:</td></tr><tr><td/><td/><td colspan=\"2\">R</td><td colspan=\"2\">=</td><td>\u23a2 \u23a3 \u23a1</td><td colspan=\"3\">( ( R R</td><td colspan=\"2\">NE ET</td><td>, ,</td><td>ET ET</td><td colspan=\"2\">) )</td><td/><td>R R</td><td>( (</td><td>NE ET</td><td>, ,</td><td>NE NE</td><td>) )</td><td>\u23a5 \u23a6 \u23a4</td></tr><tr><td colspan=\"18\">The intra-event relevance</td><td>R</td><td>(</td><td>ET</td><td>,</td><td>NE</td><td>)</td><td>can be</td></tr><tr><td colspan=\"18\">simply established by counting how many times</td></tr><tr><td colspan=\"18\">i et and j ne are associated, i.e.</td></tr><tr><td>Document r</td><td>(</td><td>et</td><td>i</td><td>,</td><td colspan=\"3\">ne</td><td>j</td><td>)</td><td>=</td><td colspan=\"3\">freq</td><td>(</td><td>et</td><td>i</td><td>,</td><td>ne</td><td>j</td><td>)</td></tr></table>", |
| "type_str": "table", |
| "html": null |
| }, |
| "TABREF4": { |
| "num": null, |
| "text": "", |
| "content": "<table><tr><td/><td/><td/><td/><td/><td colspan=\"8\">Some results of the named entity</td><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">merged</td><td/><td/><td/></tr><tr><td colspan=\"14\">It therefore provides a second way to measure</td></tr><tr><td colspan=\"14\">named entity relevance based on the clusters</td></tr><tr><td colspan=\"14\">found. It is actually a kind of measure of lexical</td></tr><tr><td colspan=\"4\">similarity.</td><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td>Cluster r</td><td>(</td><td>ne</td><td>i</td><td>,</td><td>ne</td><td>j</td><td>)</td><td>=</td><td>\u23a9 \u23a8 \u23a7 0 , , 1</td><td>otherwise are , j i ne ne</td><td>in the</td><td>same</td><td>cluster</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td colspan=\"2\">(E5)</td></tr></table>", |
| "type_str": "table", |
| "html": null |
| } |
| } |
| } |
| } |