Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "O09-3004",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T08:11:14.122542Z"
},
"title": "Summarization Assistant for News Brief Services on Cellular Phones",
"authors": [
{
"first": "Yuen-Hsien",
"middle": [],
"last": "Tseng",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "National Taiwan Normal University",
"location": {
"addrLine": "No.162, Sec. 1, Heping East Road",
"settlement": "Taipei City",
"country": "Taiwan"
}
},
"email": "samtseng@ntnu.edu.tw"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "A Chinese news summarization method is proposed in order to help humans deal with the message services of news briefs broadcast over cell phones. The problem to be solved here is unique because a strict length limit (69 or 45 characters) is imposed on the summaries for the message service. This requires some sort of automatic sentence fusion, rather than sentence selection alone. In the proposed method, important sentences were first identified based on the news content. They were matched against the news headline to determine a suitable position for concatenation with the headline to become candidates. These candidates were then ranked by their length and fitness for manual selection. In our evaluation, among 40 short news updates in the inside testing set, over 75% (80%) of the best candidates yield acceptable summaries without manual editing for the length limit of 69 (45) characters. These numbers, however, reduce to 70.7% (53.3%) for the outside testing set of 75 news stories of ordinary length. It seems that the shorter the length limit, the more difficult the problem of getting the summary from long stories. Nevertheless, the proposed method has the potential not only to reduce the cost of manual operation, but also to integrate and synchronize with other media in such services in the future.",
"pdf_parse": {
"paper_id": "O09-3004",
"_pdf_hash": "",
"abstract": [
{
"text": "A Chinese news summarization method is proposed in order to help humans deal with the message services of news briefs broadcast over cell phones. The problem to be solved here is unique because a strict length limit (69 or 45 characters) is imposed on the summaries for the message service. This requires some sort of automatic sentence fusion, rather than sentence selection alone. In the proposed method, important sentences were first identified based on the news content. They were matched against the news headline to determine a suitable position for concatenation with the headline to become candidates. These candidates were then ranked by their length and fitness for manual selection. In our evaluation, among 40 short news updates in the inside testing set, over 75% (80%) of the best candidates yield acceptable summaries without manual editing for the length limit of 69 (45) characters. These numbers, however, reduce to 70.7% (53.3%) for the outside testing set of 75 news stories of ordinary length. It seems that the shorter the length limit, the more difficult the problem of getting the summary from long stories. Nevertheless, the proposed method has the potential not only to reduce the cost of manual operation, but also to integrate and synchronize with other media in such services in the future.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The popularity of cell phones in the Taiwan area has reached the highest rate in the world during the last few years. Over 23 million cell phone numbers were used as of June 2002, which is slightly more than the population of Taiwan (Wang, 2002) . To better utilize this ubiquitous communication device, a number of content providers have provided Chinese news The news brief shown on a cell phone is different from one on a desktop computer. Due to the limited screen size, a length limit is defined for each news message. This is usually 45 Chinese characters in PHS systems or 69 characters in other systems, including punctuation marks (United Daily News, n.d.) . Summaries of this kind are longer than a news headline but shorter than a long Chinese sentence. For the benefit of the subscribers, the summaries should contain as much content as possible to reduce the frequency of retrieving the whole news story. Also the readability and coherence of the summaries are important factors that should be taken into account.",
"cite_spans": [
{
"start": 233,
"end": 245,
"text": "(Wang, 2002)",
"ref_id": "BIBREF25"
},
{
"start": 640,
"end": 665,
"text": "(United Daily News, n.d.)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "From the research perspective, the task defined above is a challenge for automatic document summarization. Previous studies have shown that the shorter the summary required, the lower the performance of machine-generated summary (Lin & Hovy, 2003) , hence, the more difficult the problem is. The task of news brief summarization for cell phones falls into this difficult category. On the other hand, human summarization of news stories for cell phones is not really a difficult problem. As mentioned above, the main issue is whether one can achieve this task in a low-cost and efficient way. Strictly maintaining the length limit requires a human summarizer to pay attention to the number of characters already there while making the summarization. If a machine could suggest a number of summary candidates, each with its length shown, for human selection, not only would the human summarizer be relieved of such tedious work and improve his/her efficiency, but also the task would become less difficult for machine summarization.",
"cite_spans": [
{
"start": 229,
"end": 247,
"text": "(Lin & Hovy, 2003)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "This article proposes a Chinese news summarization technique to assist human summarizers in the above way, with the aim of meeting the considerations described above. Basically, our approach is a sentence fusion technique that merges the news headline with the body sentence that supplements the information carried by the headline. After a brief review of previous work in the next section, the detailed approach and its motivations are described. The performance is then evaluated and the results are shown. This is followed by a discussion of the strengths and weaknesses of the proposed method. Finally, we conclude this paper with Summarization Assistant for 87 News Brief Services on Cellular Phones some other possible applications and future work for further exploring Chinese news summarization techniques.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Automatic news summarization techniques have been widely explored in recent years, such as the summarization tasks in DUC (DUC, n.d.) or in NTCIR (Fukusima, Okumura, & Nanba, 2002) . Several practical systems (e.g. (Hovy & Lin, 1999; Evans, Klavans, & McKeown, 2004; Radev, Otterbacher, Winkel, & Blair-Goldensohn, 2005) ) have been developed in the past decade. The summarization techniques used in most studies can be divided into two approaches: abstraction and extraction (Mani, 2001; Radev, Hovy & McKeown, 2002) . In abstraction, advanced natural language processing (NLP) techniques are applied to analyze sentential information and then to generate concise sentences with proper semantics. Sophisticated NLP techniques, such as anaphora resolution, may be used and certain human maintained knowledge bases or corpora may be needed. In extraction, statistical techniques are applied to rank and select the text snippets for a summary. Due to its relatively low cost and high robustness across application domains and document genres, most summarization tasks adopt the extraction approach (Carbonell & Goldstein, 1998; Lin & Hovy, 2002 , Tseng, et al, 2007 . Nevertheless, abstraction-based methods move the summarization field from the use of purely extractive methods to the generation of abstracts that contain sentences not found in any of the input documents and also synthesize information across sources (Barzilay & McKeown, 2005) . Thus, the need for an abstraction-based approach is sometimes inevitable.",
"cite_spans": [
{
"start": 146,
"end": 180,
"text": "(Fukusima, Okumura, & Nanba, 2002)",
"ref_id": "BIBREF9"
},
{
"start": 215,
"end": 233,
"text": "(Hovy & Lin, 1999;",
"ref_id": "BIBREF10"
},
{
"start": 234,
"end": 266,
"text": "Evans, Klavans, & McKeown, 2004;",
"ref_id": "BIBREF8"
},
{
"start": 267,
"end": 320,
"text": "Radev, Otterbacher, Winkel, & Blair-Goldensohn, 2005)",
"ref_id": "BIBREF18"
},
{
"start": 476,
"end": 488,
"text": "(Mani, 2001;",
"ref_id": "BIBREF15"
},
{
"start": 489,
"end": 517,
"text": "Radev, Hovy & McKeown, 2002)",
"ref_id": "BIBREF17"
},
{
"start": 1096,
"end": 1125,
"text": "(Carbonell & Goldstein, 1998;",
"ref_id": "BIBREF3"
},
{
"start": 1126,
"end": 1142,
"text": "Lin & Hovy, 2002",
"ref_id": "BIBREF12"
},
{
"start": 1143,
"end": 1163,
"text": ", Tseng, et al, 2007",
"ref_id": "BIBREF23"
},
{
"start": 1418,
"end": 1444,
"text": "(Barzilay & McKeown, 2005)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "Despite the vast literature already published, most of the studies are for English. Although some have focused on Chinese news (e.g. (Chen, Kuo, Huang, Lin & Wung, 2003) ), none have been done for the problem discussed here. The problem to be solved in this paper is unique due to the facts that there is a strict length limit imposed and that the range of the length limit makes most simple sentence selection approaches invalid. Thus, an abstraction-based method or a similar one that requires sentence fusion or alteration is required.",
"cite_spans": [
{
"start": 133,
"end": 169,
"text": "(Chen, Kuo, Huang, Lin & Wung, 2003)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "For example, in (Takefumi, Hidetaka, & Hiroshi, 2003) the authors reported a deletion-based approach to summarize a Web news article for PC to another short article for cell phones for Japanese. There, the length limit of the short article ranges from 50 to 100 Japanese characters. The approach first computes the values of TFxIDF for each clause in advance. A few significant sentences from the original article are then extracted based on the TFxIDF values. After that, verbose descriptions corresponding to the leaves of the dependency trees, having the lowest TFxIDF, are removed from the sentences until the length of the result of summarization is within the limit.",
"cite_spans": [
{
"start": 16,
"end": 53,
"text": "(Takefumi, Hidetaka, & Hiroshi, 2003)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "An important issue in automatic summarization is the evaluation of machine-derived summaries. This is not an easy task. Two main approaches are commonly applied: intrinsic and extrinsic evaluation (Mani, 2001) . In intrinsic evaluation, manually prepared answers or evaluation criteria are compared with those that are machine generated. In extrinsic evaluation, automated summaries are evaluated based on their performance or influence on other tasks, such as document categorization. We adopt the intrinsic approach here since it is obviously suitable for our task.",
"cite_spans": [
{
"start": 197,
"end": 209,
"text": "(Mani, 2001)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "To develop an automated Chinese news summarizer subject to the limitations of a cell phone, an understanding of the style of the news stories and how humans summarize them would be helpful. Table 1 lists three news examples and their English translations. As can be seen, these examples are short, with their bodies having only 1, 2, and 3 sentences, respectively. This is not uncommon for the stories to be transmitted to users' cell phones, although longer stories may be selected as well. Given such short stories, a human summarizer has very few clues as to rewrite the story thoroughly to fit the length limit. The best he or she can do may be to cut and paste the snippets from the news text with minimal editing to avoid garbling the original meaning.",
"cite_spans": [],
"ref_spans": [
{
"start": 190,
"end": 197,
"text": "Table 1",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "The Proposed Summarizer",
"sec_num": "3."
},
{
"text": "The snippets to be cut and pasted can be enumerated then suggested by a computer for manual selection. Nevertheless, the possibilities of such enumeration would be huge if all substrings of the news text are blindly considered. As can be seen from the examples in Table 1 , a Chinese sentence is often composed of several comma-separated clauses, which convey the meaning of the sentence in successive sequence. Chinese clauses are independent from each other in some circumstances and, thus, constitute a useful unit to be combined with others to make a new sentence. Although most of the combined sentences would be invalid, several of them would still be meaningful and sometimes more complete in content, especially for those from the beginning and ending clauses. world's population will probably peak at about 9 billion around 2070 before it starts to decline, scientists predicted Wednesday.",
"cite_spans": [],
"ref_spans": [
{
"start": 264,
"end": 272,
"text": "Table 1",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "The Proposed Summarizer",
"sec_num": "3."
},
{
"text": "Demographers at a think tank in Austria calculate that by the turn of the century the number of people on the planet will have dropped down to 8.4 billion people.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Proposed Summarizer",
"sec_num": "3."
},
{
"text": "\u6709\u53f2\u4ee5\uf92d\u7b2c\u4e00\u6b21\u7684\u300c\u6d77\u6d0b\u751f\u7269\u666e\u67e5\u8a08\u756b\u300d\u9032\ufa08\u4ee5\uf92d\uff0c\uf92d\u81ea 53 \u500b\u570b\u5bb6\u7684\u79d1\u5b78\u5bb6\u5011\uff0c \u5e73\u5747\u6bcf\u661f\u671f\uf965\u767c\u73fe 3 \u7a2e\u65b0\u7684\u6d77\u6d0b\u9b5a\u7a2e\u3002 52\u9019\u9805\u70ba\u671f 10 \uf98e\u3001\u8017\u8cc7 10 \u5104\u7f8e\u5143\u7684\u8a08\u756b\uff0c\u52d5\u54e1\uf9ba\uf92d\u81ea\u4e16\u754c\u5404\u5730\u7684\u79d1\u5b78\u5bb6\u5171\u540c\u5408\u4f5c\uff0c \u76ee\u7684\u662f\u70ba\uf9ba\u5c07\u5b58\u5728\u6d77\u6d0b\u4e2d\u6240\u6709\u7a2e\uf9d0\u7684\u751f\u7269\u767c\u6398\u51fa\uf92d\u4e26\u4e88\u4ee5\u5206\uf9d0\u3002 63\u8a08\u756b\u81f3\u4eca\u5df2\u5be6\u65bd\uf9ba 3 \uf98e\uff0c\u79d1\u5b78\u5bb6\u5728\u6d77\uf9e8\u767c\u73fe\uf9ba 15300 \u591a\u7a2e\u751f\u7269\uff0c\u4ed6\u5011\u4f30\u8a08\u9084\u6709 5 \u5343 \u591a\u7a2e\u751f\u7269\u5c1a\u672a\u88ab\u79d1\u5b78\u754c\u767c\u6398\u3002 49#2003/10/23# Marine Life Census Finds Hundreds of New Species New marine fish species are being logged at an average rate of three per week by scientists from 53 countries engaged in the first Census of Marine Life.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "The 10 year, $1 billion global scientific collaboration aims to identify and catalog all life in the oceans.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "After their first three years of work, census scientists report over 15,300 species of fish in the sea and estimate 5,000 more are still unknown to science. Marine life census finds hundreds of new species; they estimate 5,000 more are still unknown to science.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "Take the third story from Table 1 as an example. The headline has only 16 characters, falling short of the required length of 45 or 69. The other 3 sentences have 52, 63, and 49 characters, respectively. None of them alone is an ideal summary of the required length. Nevertheless, by concatenating the headline and the last clause of each body sentence, as shown in Table 2 , each becomes a better choice for summaries of length 45.",
"cite_spans": [],
"ref_spans": [
{
"start": 26,
"end": 33,
"text": "Table 1",
"ref_id": "TABREF0"
},
{
"start": 366,
"end": 373,
"text": "Table 2",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "It is noted that the simple Select-First-N strategy which usually has been the baseline method for most news summarization tasks would not work here. As can be seen from Table 1 , if the first n characters were used as the summary, the underlined text in the first sentence of the story would be chosen as the summary for the length limit 45. These summaries, however, are incomplete in their meaning. If the first clauses (ending with a comma or period and no longer than n) were used as the summary, they may be still incomplete in meaning or too verbose to deliver the message even when their meanings are complete. For example, for the length limit 45, the first two clauses of the first story: \"\u7f8e\u570b\u822a\u7a7a\u822a\u592a\u7e3d\u7f72\u7684\u79d1\u5b78\u5bb6\u661f\u671f\u4e09 \u7a31\uff0c\u65b0\u8fd1\u5728\u4e00\u9846\u9059\u9060\u7684\u6052\u661f\u5468\u570d\u767c\u73fe\uf9ba\u6c34\u5b58\u5728\u7684\u75d5\u8de1\" (38 characters) would be extracted based on the Select-First-N clause strategy. This, however, is inferior to the perfect summary \"\u592a\u7a7a\u63a2\u6e2c\u5668\u5728\u9059\u9060\u7684\u6052\u661f\u5468\u570d\u767c\u73fe\u6c34\u7684\u75d5\u8de1\uff0c\u9019\u53ef\u4ee5\u6210\u70ba\u7b2c\u4e00\u500b\u652f\u63f4\u9664\u6211\u5011\u81ea\u5df1\u5b58\u5728\u5730 \u5916\u751f\u547d\u7684\u8b49\u64da\u3002\" (45 characters) which is extracted based on the heuristic rule shown in Table 2 . In this example, the headline perfectly replaces the first two clauses, leaving more space for including the supplemental information in the final clause: \"\u9019\u53ef\u4ee5\u6210\u70ba\u7b2c\u4e00\u500b\u652f\u63f4\u9664\u6211\u5011 \u81ea\u5df1\u5b58\u5728\u5730\u5916\u751f\u547d\u7684\u8b49\u64da\u3002\".",
"cite_spans": [],
"ref_spans": [
{
"start": 170,
"end": 177,
"text": "Table 1",
"ref_id": "TABREF0"
},
{
"start": 992,
"end": 1001,
"text": "Table 2",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "The above observation gives us clues to effectively enumerate the summary candidates. Nevertheless, there are other problems that need to be considered in order to further reduce the burden of human selection: (1) The number of suggested candidates should be fairly equal for each story. Long stories should not yield considerably more candidates than short ones. 2The candidates should be ranked in some sense when they are suggested for selection.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "To tackle these problems, we propose the following processing steps:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "Step 1: Sort all the sentences of a news story by their weights and select the best 5 sentences for use in the next step.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "Step 2: Generate summary candidates by matching and combining each selected sentence with the news headline. Calculate the match scores and summary lengths.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "Step 3: Sort the candidates by their lengths and scores.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "In",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "Step 1, the weight of a sentence in a story of any length is determined by the accumulated weights of the keywords occurring in that sentence, as shown below: where tf w is the term frequency of keyword w and max_tf is the term frequency of the keyword which occurs most in the news story. Here, the keywords of a story are those headline words that remain from non-content-bearing word deletion and those maximally repeated patterns in the story that are extracted by Tseng's algorithm . Tseng has shown that Chinese news stories can contain many new keywords, almost 1/3 of repeated words are unknown to a lexicon of 123,226 terms. His algorithm ensures that unknown words can be extracted as well, as long as they occur at least twice in a document.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "( )",
"eq_num": "(0."
}
],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "In",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "Step 2, since headlines are guides to a news story, they should be included in the beginning of the candidates. The ending clauses to be concatenated should supplement the content of the headline. This means that the beginning clauses of a body sentence should be as similar to the headline as possible. To spot the position for concatenation and to know the similarity, a dynamic programming (DP) technique is used.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "Given two strings A[1..n] and B[1..m], where n<=m, the edit distance between A[1..i] and B[1..j] based on DP (Levenshtein, 1966) is:",
"cite_spans": [
{
"start": 109,
"end": 128,
"text": "(Levenshtein, 1966)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "d[i, j] = min(d[i-1, j] , d[i-1, j-1], d[i, j-1] )+ c(A[i], B[j])",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "where min is a function that returns the minimum of its 3 arguments, and c(A",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "[i], B[j]) = 0 if A[i]=B[i]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": ", and 1 otherwise. The initial values for the distance are:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "d[0, 0]=0, d[0, j]=0 for j=1..m and d[i, 0] = d[i-1,0]+1 for i=1..n.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "A similarity function is defined in (Lopresti & Zhou, 1996) to convert the edit distance into the similarity:",
"cite_spans": [
{
"start": 36,
"end": 59,
"text": "(Lopresti & Zhou, 1996)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "exp( d[n,j] / (d[n,j] -n) )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": ", where exp is the exponent function. This similarity ranges from 0 to 1. We found, however, that its range does not distribute well for later comparison. Thus, it was changed into:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "[ , ] ( ) exp( ) [ , ] d n j sim j d n j m n = \u2212 \u2212",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "where j denotes the j-th character (including the punctuation) of the body sentence. The new measure ranges from exp(-n/m) to 1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "The starting position (the position for concatenation) of the ending clauses is first determined by the comma which most closes the character with highest similarity. Since we favor length more than similarity (here, length is a direct measure that must be met, while similarity is just an approximation of the content similarity between the headline and the body sentence), the starting position is changed to its preceding or succeeding comma whenever such changes fit the length limit better. Figure 1 shows an example where the second row beneath the body sentence indicates an assumed similarity score for each character position. Although the last comma (defining the starting position of the proper ending clause) has a similarity score 0.5, higher than the one with 0.25, the desired ending clauses would start from the one with 0.25 since it fits the length limit better. This changes the summary candidate from \"\u6700\u597d\u7684\u4e00\uf906\uff0c\u5176\u5be6\u5728\u6700\u5f8c\u4e00\u5c0f\uf906\u3002\", with 15 characters in length and 0.5 in similarity, into \"\u6700\u597d\u7684\u4e00\uf906\uff0c\u770b\uf9ba\u4ee5\u5f8c\uff0c\u5176\u5be6\u5728\u6700\u5f8c \u4e00\u5c0f\uf906\u3002\", with 20 characters in length and 0.25 in similarity.",
"cite_spans": [],
"ref_spans": [
{
"start": 496,
"end": 504,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269 (16)",
"sec_num": "3"
},
{
"text": "\u6700 \u597d \u7684 \u4e00 \uf906 Body Sentence: Sometimes, the last clause of each body sentence may be too long, causing all the concatenated candidates to exceed the required length. In this case, only the news headline will be generated as the output without any concatenation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Title:",
"sec_num": null
},
{
"text": "\u2026 \uff0c \u770b \uf9ba \u4ee5 \u5f8c \uff0c \u5176 \u5be6 \u5728 \u6700 \u5f8c \u4e00 \u5c0f \uf906 \u3002 \u2026 0",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Title:",
"sec_num": null
},
{
"text": "News stories are often written in a so-called pyramid style where the later the paragraph occurs, the more details it carries. Thus, better summaries often come from the first few sentences. Therefore, in our current implementation, we decrease the similarity of the summary candidates composed from the sentences other than the first two by a factor of 0.85, if the number of sentences in the story exceeds 3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Title:",
"sec_num": null
},
{
"text": "Step 3, the length of the summary candidate is divided by the required length limit (45 or 69) to yield the length ratio ranging from 0 to 1. Now, we come to a problem of determining the rank of these candidates based on their length ratios and similarities. Ideally, this problem can be solved by machine learning methods, but they require manually prepared data to train a classifier to determine the best or to rank the candidates. The effectiveness of such machine classifiers depends heavily on the amount of training data. Since sufficient training data are difficult to prepare, a set of hand-crafted rules are devised instead:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "In",
"sec_num": null
},
{
"text": "(1)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "In",
"sec_num": null
},
{
"text": "From the candidate list, find the candidate with highest similarity, called X, and the candidate with largest length ratio, called Y.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "In",
"sec_num": null
},
{
"text": "(i) If X =Y, then output X.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "In",
"sec_num": null
},
{
"text": "(ii) If sim(X) > 1.25 * sim(Y) and ratio(X) > 0.75 * ratio(Y), then output X, otherwise output Y.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "In",
"sec_num": null
},
{
"text": "(iii) Remove the candidate just output from the list. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "In",
"sec_num": null
},
{
"text": "Based on the above steps, the summary candidates of length limit 45 for the third story in Table 1 are exactly the three in Table 2 . The (ratio, similarity) values for the candidates are (0.7556, 0.7351), (1.0, 0.7757), and (0.8444, 0.6718), respectively.",
"cite_spans": [],
"ref_spans": [
{
"start": 91,
"end": 98,
"text": "Table 1",
"ref_id": "TABREF0"
},
{
"start": 124,
"end": 131,
"text": "Table 2",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Performance Evaluation",
"sec_num": "4."
},
{
"text": "Step 3 sorts Candidates 1, 2, and 3 into 2, 3, and 1 in decreasing order of rank. As to the quality of the candidates, Candidate 2 with rank 1 is correct and coherent in meaning and is perfect in length. Candidate 3 is fair in Chinese expressions. It would become better if the word: \"\u4ed6\u5011\" (\"they\") in the beginning of the second clause were deleted. Candidate 1 is also correct and coherent. It carries more interesting content than Candidate 2, but it is shorter in length.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Performance Evaluation",
"sec_num": "4."
},
{
"text": "To further evaluate the above method, two sets of news stories were used. One set contained 40 Chinese news stories, which were real-time news (short stories updated every 30 minutes) from China Times 2 between August and September in 2003. Some of the stories, together with the above examples, were used to tune the parameters mentioned in the previous section. Therefore, this group of stories can be considered an inside testing set. The other set contains 75 normal stories, also from China Times between April 4 and 12 in 2009. The parameters and programs set for the inside testing set were used for these recent stories. Thus, they can be considered our outside testing set. Table 3 shows some statistics about these stories in the two sets. For each story in both sets, summary candidates were generated and ranked by the proposed method. A human summarizer chose a candidate that he/she thought to be the best among the candidates. The chosen one was then labeled in terms of its quality with one of the three tags: G (good), F (fair), or B (bad) if it was correct and coherent, correct with some readability, or unacceptable, respectively. The inside testing set was evaluated by one human summarizer, while the outside testing set was evaluated by 15 people each for 5 stories. All of the evaluators majored in library science, thus, have some sense of knowledge for manual summarization. Table 4 shows the results for the inside testing set, where for each news story the title and the best candidates for length limit 45 and 69 are shown, respectively. The actual lengths of the best candidates are shown in the second column. In the fourth column, with a *, the number of body sentences in that story is shown in the title row, while the rank of the chosen candidate is listed besides the candidate. The last column indicates the manual judgment of the machine-generated summary. Table 5 summarizes the data shown in Table 4 . As can be seen, of the 40 stories, 65.0% or 62.5% of the first candidates suggested by the method for the length limit 45 and 69, respectively, were judged good. If users were able to choose from all the suggested candidates, 80% or 75% of the summaries could be obtained from a machine without manual editing. Only about 12.5% or 10% of the stories yielded summaries that were unacceptable. The best candidates that are unacceptable (9 cases in total in news ID 4, 5, 8, 15, 17, 32, 33, and 40) contain undesired conjunctions that break the coherence and/or readability (4 cases in 4, 5, 8, 33), clauses that duplicate the headline strings (2 cases in 17 and 32), or were nothing but the headline itself, which means that no candidates could be generated under the required length limit (3 cases in 15 and 40). The suitability of conjunctions for direct concatenation is difficult to judge, because some of them are helpful and some are not. The cases of headline duplication can be eliminated by duplication detection before concatenation. As to those candidates that contain only headlines, the clauses can be broken into smaller structures, such as phrases, for re-combination. This, however, would be a more difficult problem that would require more language analysis. Table 6 summarizes the results for the outside testing set. As can be seen, the percentages of the first suggested candidates that were judged good decrease from 65% and 62.5% to 18.7% and 33.3%, respectively, for the length limit 45 and 69. The percentages that were judged good regardless of the rank position decreased from 80% to 53.3% for the length limit 45 and from 75% to 70.7% for the length limit 69, showing that the shorter the length limit, the less stable the method in performance. A large portion of the percentage moves to those that were judged fair. This decrease in performance may due to the greater number of body sentences and the larger number of evaluators for the outside testing set. As more candidates (and evaluators) exist for selection, less coincidence exists for the same choice (and judgment) results. The only consistent result (compared to the inside testing set) is that those best candidates that were judged bad are still rare (less than 10%). This shows that the heuristic: \"concatenating the last clauses of the body sentence with the headline\" seems to work for Chinese news in this application. 13 (17.3%) 8 (10.7%) 1 (1.3%) 3 7 (9.3%) 3 ( 4.0%) 0 (0.0%) 4 4 (5.3%) 1 ( 1.3%) 0 (0.0%) 5 4 (5.3%) 1 ( 1.3%) 0 (0.0%) total 53 (70.7%) 18 (24.0%) 4 (5.3%)",
"cite_spans": [
{
"start": 2402,
"end": 2407,
"text": "ID 4,",
"ref_id": null
},
{
"start": 2408,
"end": 2410,
"text": "5,",
"ref_id": null
},
{
"start": 2411,
"end": 2413,
"text": "8,",
"ref_id": null
},
{
"start": 2414,
"end": 2417,
"text": "15,",
"ref_id": null
},
{
"start": 2418,
"end": 2421,
"text": "17,",
"ref_id": null
},
{
"start": 2422,
"end": 2425,
"text": "32,",
"ref_id": null
},
{
"start": 2426,
"end": 2429,
"text": "33,",
"ref_id": null
},
{
"start": 2430,
"end": 2437,
"text": "and 40)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 683,
"end": 690,
"text": "Table 3",
"ref_id": "TABREF4"
},
{
"start": 1401,
"end": 1408,
"text": "Table 4",
"ref_id": "TABREF5"
},
{
"start": 1895,
"end": 1902,
"text": "Table 5",
"ref_id": "TABREF6"
},
{
"start": 1932,
"end": 1939,
"text": "Table 4",
"ref_id": "TABREF5"
},
{
"start": 3216,
"end": 3223,
"text": "Table 6",
"ref_id": "TABREF7"
}
],
"eq_spans": [],
"section": "Performance Evaluation",
"sec_num": "4."
},
{
"text": "The fact that the proposed method works for some stories is due to the characteristics of Chinese news. They tell stories in a successive sequence. Very few grammatical inversions within sentences and clauses are used. Chinese words have virtually no morphological variations. The clauses, especially at the rear part of a sentence, are sometimes quite independent of the front part. Headlines are given in a compact form to cover as many important facets as possible, such as who, what, where, when, why, and how. All of these characteristics make clause recombination a choice for summary generation. With this News Brief Services on Cellular Phones heuristic strategy, the remaining work is to evaluate their fitness as summaries and rank them in a correct sense. For the news stories we tested, the proposed method applies to most of them with success. Nonetheless, for stories not of this type, such as editorials, commentaries, and lists of events, items, or prices, this method may fail. For the stories whose headlines are more eye-catching rather than informative, such that most content words do not appear in the headlines, this method may fail as well.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "5."
},
{
"text": "The proposed method recombines snippets of news without modifying them. A direct advantage is that other synchronized media such as images, speech, or video of the same story can maintain synchronization with ease when they are summarized as well (like those in (ANSES, n.d.)), because the positions of where to cut and paste are known during the generation of the summary candidates. Thus, to achieve speech or video segmentation and summarization for similar services, one can use their synchronized texts based on this method.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6."
},
{
"text": "Other practical advantages of this computer-assisted summarization include the ease of maintaining summary quality regardless of the experience of human summarizers and the reduction in the cost and time to train novices for this kind of services.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6."
},
{
"text": "Evaluation of the quality of auto-generated summaries requires human judgment and is, thus, expensive and time-consuming for large-scale or multiple-run evaluation. To allow automatic evaluation using the methodology like those used in machine translation (Papineni, Roukos, Ward, & Zhu, 2002; Doddington, 2002) , a number of test collections need to be created. Our past research projects in Chinese OCR text retrieval and Chinese document classification have results in two corresponding test collections for free use 2004) . We hope that we can also release a Chinese collection for evaluating automatic summarization in the future.",
"cite_spans": [
{
"start": 256,
"end": 293,
"text": "(Papineni, Roukos, Ward, & Zhu, 2002;",
"ref_id": "BIBREF16"
},
{
"start": 294,
"end": 311,
"text": "Doddington, 2002)",
"ref_id": "BIBREF7"
},
{
"start": 520,
"end": 525,
"text": "2004)",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6."
},
{
"text": "The first two stories were accessed on 2005/01/04 from http://www.1999.com.tw/english/, while the third story was accessed on 2005/01/05 at http://news2.ngo.org.tw/php/ens.php?id=03102302",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "\"China Times\" http://www.chinatimes.com.tw/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "Special thanks are to the anonymous reviewers for their valuable comments and suggestions to improve the quality of this paper.This work is partly supported by WebGenie Information Ltd. and National Science Council under the grants numbered: NSC 93-2213-E-030-007-and NSC 97-2631-S-003-003-.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgement",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "ANSES : Automatic News Summarization and Extraction System : Knowledge Media Institute : The Open University",
"authors": [],
"year": 2009,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "ANSES : Automatic News Summarization and Extraction System : Knowledge Media Institute : The Open University. Available: http://technologies.kmi.open.ac.uk/anses/ [Accessed: July 22, 2009].",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Sentence Fusion for Multidocument News Summarization",
"authors": [
{
"first": "R",
"middle": [],
"last": "Barzilay",
"suffix": ""
},
{
"first": "K",
"middle": [
"R"
],
"last": "Mckeown",
"suffix": ""
}
],
"year": 2005,
"venue": "Computational Linguistics",
"volume": "31",
"issue": "3",
"pages": "297--327",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Barzilay, R. & McKeown, K. R. (2005). Sentence Fusion for Multidocument News Summarization. Computational Linguistics, 31(3), 297-327.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "The use of MMR, diversity-based re-ranking for reordering documents and producing summaries",
"authors": [
{
"first": "J",
"middle": [],
"last": "Carbonell",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Goldstein",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of SIGIR",
"volume": "",
"issue": "",
"pages": "335--336",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carbonell, J. & Goldstein, J. (1998). The use of MMR, diversity-based re-ranking for reordering documents and producing summaries. In Proceedings of SIGIR, Melbourne, Australia, 335-336.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "A summarization system for Chinese news from multiple sources",
"authors": [
{
"first": "H.-H",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "J.-J",
"middle": [],
"last": "Kuo",
"suffix": ""
},
{
"first": "S.-J",
"middle": [],
"last": "Huang",
"suffix": ""
},
{
"first": "C.-J",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "H.-C",
"middle": [],
"last": "Wung",
"suffix": ""
}
],
"year": 2003,
"venue": "Journal of the American Society for Information Science and Technology",
"volume": "54",
"issue": "13",
"pages": "1224--1236",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chen, H.-H., Kuo, J.-J., Huang, S.-J., Lin, C.-J., & Wung, H.-C. (2003). A summarization system for Chinese news from multiple sources. Journal of the American Society for Information Science and Technology, 54(13), 1224-1236.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "China Times. Media Challenges: Multi-modal communications",
"authors": [],
"year": 2003,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "China Times. Media Challenges: Multi-modal communications. (in Chinese). Available: http://marketing.chinatimes.com/item_detail_page/professional_columnist/professional_ columnist_content_by_author.asp?MMContentNoID=4369 [Accessed: Dec. 3, 2003].",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Document Understanding Conferences",
"authors": [],
"year": 2009,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Document Understanding Conferences, Available: http://duc.nist.gov/ [Accessed: July 22, 2009]",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Automatic Evaluation of Machine Translation Quality using N-gram Co-occurrence Statistics",
"authors": [
{
"first": "G",
"middle": [],
"last": "Doddington",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the second international conference on Human Language Technology Research",
"volume": "",
"issue": "",
"pages": "138--145",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Doddington, G. (2002). Automatic Evaluation of Machine Translation Quality using N-gram Co-occurrence Statistics. In Proceedings of the second international conference on Human Language Technology Research, San Diego, California, March, 2002, 138-145.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Columbia Newsblaster: Multilingual News Summarization on the Web",
"authors": [
{
"first": "D",
"middle": [
"K"
],
"last": "Evans",
"suffix": ""
},
{
"first": "J",
"middle": [
"L"
],
"last": "Klavans",
"suffix": ""
},
{
"first": "K",
"middle": [
"R"
],
"last": "Mckeown",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the Human Language Technology Conference of the North American Chapter of the Association for Computational Linguistics, HLT-NAACL 2004: Demonstration Papers",
"volume": "",
"issue": "",
"pages": "1--4",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Evans, D. K., Klavans, J. L., & McKeown, K. R. (2004). Columbia Newsblaster: Multilingual News Summarization on the Web. In Proceedings of the Human Language Technology Conference of the North American Chapter of the Association for Computational Linguistics, HLT-NAACL 2004: Demonstration Papers, May 2-7, 2004, Boston USA, 1-4.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Text Summarization Challenge 2: Text Summarization Evaluation at NTCIR Workshop3",
"authors": [
{
"first": "T",
"middle": [],
"last": "Fukusima",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Okumura",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Nanba",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the Third NTCIR Workshop on Evaluation of Information Retrieval, Automatic Text Summarization and Question Answering",
"volume": "",
"issue": "",
"pages": "1--6",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fukusima, T., Okumura, M., & Nanba, H. (2002). Text Summarization Challenge 2: Text Summarization Evaluation at NTCIR Workshop3. In Proceedings of the Third NTCIR Workshop on Evaluation of Information Retrieval, Automatic Text Summarization and Question Answering, Oct. 8-10, 2002, Tokyo, Japan, 1-6.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Automated Text Summarization in SUMMARIST",
"authors": [
{
"first": "E",
"middle": [
"H"
],
"last": "Hovy",
"suffix": ""
},
{
"first": "C.-Y",
"middle": [],
"last": "Lin",
"suffix": ""
}
],
"year": 1999,
"venue": "Advances in Automated Text Summarization",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hovy, E. H., & Lin, C.-Y. (1999). Automated Text Summarization in SUMMARIST. In I. Mani and M. Maybury, editors, Advances in Automated Text Summarization, chapter 8. MIT Press.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Binary codes capable of correcting deletions, insertions, and reversals",
"authors": [
{
"first": "V",
"middle": [
"I"
],
"last": "Levenshtein",
"suffix": ""
}
],
"year": 1966,
"venue": "Soviet Physics Doklady",
"volume": "10",
"issue": "8",
"pages": "707--710",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Levenshtein, V. I. (1966). Binary codes capable of correcting deletions, insertions, and reversals. Soviet Physics Doklady, 10(8), 707-710.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "From single to multi-document summarization: A prototype system and its evaluation",
"authors": [
{
"first": "C.-Y",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "E",
"middle": [
"H"
],
"last": "Hovy",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the ACL",
"volume": "",
"issue": "",
"pages": "457--464",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lin, C.-Y. & Hovy, E. H. (2002). From single to multi-document summarization: A prototype system and its evaluation. In Proceedings of the ACL, Philadelphia, PA, 2002, 457-464.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "The Potential and Limitations of Sentence Extraction for Summarization",
"authors": [
{
"first": "C.-Y",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "E",
"middle": [
"H"
],
"last": "Hovy",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the Workshop on Automatic Summarization, post-conference workshop of HLT-NAACL-2003",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lin, C.-Y. & Hovy, E. H. (2003). The Potential and Limitations of Sentence Extraction for Summarization. In Proceedings of the Workshop on Automatic Summarization, post-conference workshop of HLT-NAACL-2003, Edmonton, Canada, May 31 -June 1, 2003.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Retrieval Strategies for Noisy Text",
"authors": [
{
"first": "D",
"middle": [],
"last": "Lopresti",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Zhou",
"suffix": ""
}
],
"year": 1996,
"venue": "Proceedings of the Fifth Annual Symposium on Document Analysis and Information Retrieval",
"volume": "",
"issue": "",
"pages": "255--269",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lopresti, D. & Zhou, J. (1996). Retrieval Strategies for Noisy Text. In Proceedings of the Fifth Annual Symposium on Document Analysis and Information Retrieval, April 15-17, 1996, 255-269.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Automatic Summarization",
"authors": [
{
"first": "Inderjeet",
"middle": [],
"last": "Mani",
"suffix": ""
}
],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Inderjeet Mani, Automatic Summarization, John Benjamins, 2001.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Bleu: A method for automatic evaluation of machine translation",
"authors": [
{
"first": "K",
"middle": [],
"last": "Papineni",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Roukos",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Ward",
"suffix": ""
},
{
"first": "W.-J",
"middle": [],
"last": "Zhu",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the ACL",
"volume": "",
"issue": "",
"pages": "311--318",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Papineni, K., Roukos, S., Ward, T., & Zhu, W.-J. (2002). Bleu: A method for automatic evaluation of machine translation. In Proceedings of the ACL, Philadelphia, PA, 311-318.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Introduction to the Special Issue on Summarization",
"authors": [
{
"first": "D",
"middle": [
"R"
],
"last": "Radev",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Hovy",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Mckeown",
"suffix": ""
}
],
"year": 2002,
"venue": "Computational Linguistics",
"volume": "28",
"issue": "4",
"pages": "399--408",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Radev, D. R., Hovy, E., & McKeown, K. (2002). Introduction to the Special Issue on Summarization. Computational Linguistics, 28(4), 399-408.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "NewsInEssence: summarizing online news topics",
"authors": [
{
"first": "D",
"middle": [
"R"
],
"last": "Radev",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Otterbacher",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Winkel",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Blair-Goldensohn",
"suffix": ""
}
],
"year": 2005,
"venue": "Communications of the ACM",
"volume": "48",
"issue": "10",
"pages": "95--98",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Radev, D. R., Otterbacher, J., Winkel, A., & Blair-Goldensohn, S. (2005). NewsInEssence: summarizing online news topics. Communications of the ACM, 48(10), 95-98.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Web News Article Summarization and its Evaluation using Articles for Mobile Terminals",
"authors": [
{
"first": "O",
"middle": [],
"last": "Takefumi",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Hidetaka",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "Hiroshi",
"suffix": ""
}
],
"year": 2003,
"venue": "Joho Shori Gakkai Kenkyu Hokoku",
"volume": "",
"issue": "4",
"pages": "1--8",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Takefumi, O., Hidetaka, M., & Hiroshi, N. (2003). Web News Article Summarization and its Evaluation using Articles for Mobile Terminals. Joho Shori Gakkai Kenkyu Hokoku, 2003(4), 1-8. (in Japanese)",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Automatic Thesaurus Generation for Chinese Documents",
"authors": [
{
"first": "Y.-H",
"middle": [],
"last": "Tseng",
"suffix": ""
}
],
"year": 2002,
"venue": "Journal of the American Society for Information Science and Technology",
"volume": "53",
"issue": "13",
"pages": "1130--1138",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tseng, Y.-H. (2002). Automatic Thesaurus Generation for Chinese Documents. Journal of the American Society for Information Science and Technology, 53(13), 1130-1138.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "FJU Test Collection for Evaluation of Chinese OCR Text Retrieval",
"authors": [
{
"first": "Y.-H",
"middle": [],
"last": "Tseng",
"suffix": ""
}
],
"year": 2002,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tseng, Y.-H. (2002). FJU Test Collection for Evaluation of Chinese OCR Text Retrieval. Available:http://www.lins.fju.edu.tw/~tseng/Collections/Chinese_OCR_IR.html [Accessed: July 22, 2009].",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "FJU Test Collection for Evaluation of Chinese Text Categorization",
"authors": [
{
"first": "Y.-H",
"middle": [],
"last": "Tseng",
"suffix": ""
}
],
"year": 2004,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tseng, Y.-H. (2004). FJU Test Collection for Evaluation of Chinese Text Categorization. Available: http://www.lins.fju.edu.tw/~tseng/Collections/Chinese_TC.html [Accessed: July 22, 2009].",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Patent Surrogate Extraction and Evaluation in the Context of Patent Mapping",
"authors": [
{
"first": "Y.-H",
"middle": [],
"last": "Tseng",
"suffix": ""
},
{
"first": "Y.-M",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Y.-I",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "C.-J",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "D.-W",
"middle": [],
"last": "Juang",
"suffix": ""
}
],
"year": 2007,
"venue": "Journal of Information Science",
"volume": "33",
"issue": "6",
"pages": "718--736",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tseng, Y.-H., Wang, Y.-M., Lin, Y.-I., Lin, C.-J., & Juang, D.-W. (2007). Patent Surrogate Extraction and Evaluation in the Context of Patent Mapping. Journal of Information Science, 33(6), 718-736.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "United Daily News. egolife: Brief Message Delivery for Cell Phone",
"authors": [],
"year": 2005,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "United Daily News. egolife: Brief Message Delivery for Cell Phone. (in Chinese) Available: http://udn.com/NASApp/LogFriend/UDNSMS/introduction_news.html [Accessed: Jan. 2, 2005]",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Number One in the World: Cell Phone Numbers used More Than the Populations of Taiwan",
"authors": [
{
"first": "C",
"middle": [],
"last": "Wang",
"suffix": ""
}
],
"year": 2002,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wang, C. (2002). Number One in the World: Cell Phone Numbers used More Than the Populations of Taiwan. (in Chinese) ETtoday.com, 2002/08/09. Available: http://www.ettoday.com/2002/08/09/339-1337800.htm [Accessed: July 22, 2009].",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"num": null,
"text": ".25 0.3 0.35 0.4 0.45 0.5 0.55 0.6 0.65 \u2026 \u2026 \u2026 \u2026 \u2026 An example to show the need for changing the starting position for better ending clauses."
},
"TABREF0": {
"html": null,
"text": "detected signs of water around a distant star are the first evidence that planetary News Brief Services on Cellular Phones systems outside our own might be able to support life, NASA scientists said on Wednesday.",
"num": null,
"content": "<table><tr><td/><td>\u592a\u7a7a\u63a2\u6e2c\u5668\u5728\u9059\u9060\u7684\u6052\u661f\u5468\u570d\u767c\u73fe\u6c34\u7684\u75d5\u8de1 (19)</td></tr><tr><td/><td>\u7f8e\u570b\u822a\u7a7a\u822a\u592a\u7e3d\u7f72\u7684\u79d1\u5b78\u5bb6\u661f\u671f\u4e09\u7a31\uff0c\u65b0\u8fd1\u5728\u4e00\u9846\u9059\u9060\u7684\u6052\u661f\u5468\u570d\u767c\u73fe\uf9ba\u6c34\u5b58\u5728\u7684</td></tr><tr><td>1</td><td>\u75d5\u8de1\uff0c\u9019\u53ef\u4ee5\u6210\u70ba\u7b2c\u4e00\u500b\u652f\u63f4\u9664\u6211\u5011\u81ea\u5df1\u5b58\u5728\u5730\u5916\u751f\u547d\u7684\u8b49\u64da\u3002(64) #2001/07/13#</td></tr></table>",
"type_str": "table"
},
"TABREF1": {
"html": null,
"text": "Marine life census finds hundreds of new species, at an average rate of three per week.Marine life census finds hundreds of new species, aims to identify and catalog all life in the oceans.",
"num": null,
"content": "<table><tr><td>1</td><td>\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269\uff0c\u5e73\u5747\u6bcf\u661f\u671f\uf965\u767c\u73fe 3 \u7a2e\u65b0\u7684\u6d77\u6d0b\u9b5a\u7a2e\u3002(34)</td></tr><tr><td/><td>\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269\uff0c\u76ee\u7684\u662f\u70ba\uf9ba\u5c07\u5b58\u5728\u6d77\u6d0b\u4e2d\u6240\u6709\u7a2e\uf9d0\u7684\u751f\u7269\u767c\u6398</td></tr><tr><td>2</td><td>\u51fa\uf92d\u4e26\u4e88\u4ee5\u5206\uf9d0\u3002(45)</td></tr><tr><td/><td>\u6d77\u6d0b\u751f\u7269\u666e\u67e5\ufa08\u52d5\u767c\u73fe\uf969\u767e\u7a2e\u65b0\u751f\u7269\uff0c\u4ed6\u5011\u4f30\u8a08\u9084\u6709 5 \u5343\u591a\u7a2e\u751f\u7269\u5c1a\u672a\u88ab\u79d1\u5b78\u754c\u767c</td></tr><tr><td>3</td><td>\u6398\u3002(38)</td></tr></table>",
"type_str": "table"
},
"TABREF4": {
"html": null,
"text": "",
"num": null,
"content": "<table><tr><td>Average Statistics</td><td colspan=\"3\">Inside testing set Outside testing set</td></tr><tr><td colspan=\"2\">Average number of sentences per story</td><td/><td>2.95</td><td>8.51</td></tr><tr><td colspan=\"2\">Average number of clauses per sentence</td><td/><td>4.08</td><td>3.97</td></tr><tr><td colspan=\"2\">Average number of characters per sentence</td><td colspan=\"2\">64.54</td><td>52.54</td></tr><tr><td colspan=\"2\">Average number of characters per clause</td><td colspan=\"2\">15.83</td><td>13.22</td></tr><tr><td colspan=\"2\">Average number of characters per headline</td><td colspan=\"2\">16.63</td><td>14.87</td></tr><tr><td>Category</td><td colspan=\"2\">No. of Doc. in inside testing set</td><td>No. of Doc. in outside testing set</td></tr><tr><td>\u653f\u6cbb/politics</td><td>2</td><td/><td>10</td></tr><tr><td>\u793e\u6703/criminals</td><td>0</td><td/><td>10</td></tr><tr><td>\u8ca1\u7d93/economics</td><td>14</td><td/><td>10</td></tr><tr><td>\u570b\u969b/international affairs</td><td>6</td><td/><td>10</td></tr><tr><td>\u79d1\u6280/technology</td><td>4</td><td/><td>10</td></tr><tr><td>\u5a1b\uf914/entertainment</td><td>10</td><td/><td>10</td></tr><tr><td>\u904b\u52d5/sports</td><td>4</td><td/><td>15</td></tr></table>",
"type_str": "table"
},
"TABREF5": {
"html": null,
"text": "",
"num": null,
"content": "<table><tr><td>ID</td><td/><td>Content</td><td>* **</td></tr><tr><td/><td colspan=\"2\">Title \u53f0\u9435\u8a08\u8ef8\u5668\u63a1\u8cfc\u4e0b\u5468\u9032\ufa08\u7b2c 11 \ufa01\u62db\u6a19</td><td>2</td></tr><tr><td>1</td><td>45</td><td>\u53f0\u9435\u8a08\u8ef8\u5668\u63a1\u8cfc\u4e0b\u5468\u9032\ufa08\u7b2c 11 \ufa01\u62db\u6a19\uff0c\u64c1\u6709\u9019\u9805\u7522\u54c1\u88fd\u9020\u6280\u8853\u7684\u6b50\u6d32\u5ee0\u5546\uff0c\u5df2\u6469\u62f3\u64e6 \u638c\u6e96\u5099\u9032\u5834\u6436\u6a19\u3002</td><td>1 G</td></tr><tr><td/><td>66</td><td>\u53f0\u9435\u8a08\u8ef8\u5668\u63a1\u8cfc\u4e0b\u5468\u9032\ufa08\u7b2c 11 \ufa01\u62db\u6a19\uff0c\uf967\u9650\u5b9a\u5ee0\u5546\u4f7f\u7528\u6750\u8cea\uff0c\u4e0b\u5468\u516c\u544a\u62db\u6a19\u5f8c\uff0c\u7b49\u6a19 \u671f\u7d04 28 \u5929\u3001\u5be9\u67e5\u4f5c\u696d 10 \u5929\uff0c\u6700\u5feb 10 \u6708\u4e2d\u65ec\u53ef\u4ee5\u6700\u4f4e\u50f9\u683c\u9032\ufa08\u6c7a\u6a19\u3002</td><td>1 G</td></tr><tr><td/><td colspan=\"2\">Title \u53f0\u5341\u4e00\u7dda\u6ff1\u6d77\u516c\uf937\u5c71\u5d29\uff0c\u4ea4\u901a\u4e2d\u65b7</td><td>5</td></tr><tr><td>2</td><td>45</td><td>\u53f0\u5341\u4e00\u7dda\u6ff1\u6d77\u516c\uf937\u5c71\u5d29\uff0c\u4ea4\u901a\u4e2d\u65b7\uff0c\u9020\u6210\u8c50\u6ff1\u9109\u5c0d\u5916\u4ea4\u901a\u5b8c\u5168\u4e2d\u65b7\uff0c\u6c11\u773e\u5fc5\u9808\u5f80\u53f0\u6771 \u7e23\u624d\u80fd\u627e\u5230\u51fa\uf937\u3002</td><td>1 G</td></tr><tr><td/><td>69</td><td>\u53f0\u5341\u4e00\u7dda\u6ff1\u6d77\u516c\uf937\u5c71\u5d29\uff0c\u4ea4\u901a\u4e2d\u65b7\uff0c\u5f62\u6210\u4e5d\u5341\ufa01\u4e01\u5761\ufa01\uff0c\uf99a\u65e5\uf92d\u82b1\uf999\u9593\u6b47\u6027\u8c6a\u96e8\uf967\u65b7\uff0c \u8a72\u5730\u6bb5\u4eca\u5929\u65e9\u4e0a\u4e5d\u9ede\u591a\u7d42\u65bc\u767c\u751f\u5c0f\u898f\u6a21\u5c71\u5d29\uff0c\u4ea4\u901a\u4e2d\u65b7\u963b\u65b7\uf92d\u5f80\uf902\u8f1b\u3002</td><td>1 G</td></tr><tr><td/><td colspan=\"2\">Title \u53f0\u9435\u8207\u5de5\u6703\u6700\u5f8c\u5354\u5546\u7121\u4ea4\u96c6\uff0c\u4e2d\u79cb\u662f\u5426\u505c\u99db\u5404\uf96f\u5404\u8a71</td><td>4</td></tr><tr><td>3</td><td>45</td><td>\u53f0\u9435\u8207\u5de5\u6703\u6700\u5f8c\u5354\u5546\u7121\u4ea4\u96c6\uff0c\u4e2d\u79cb\u662f\u5426\u505c\u99db\u5404\uf96f\u5404\u8a71\uff0c\u6703\u54e1\u73fe\u5728\u4e5f\uf967\u6562\uf96f\uf967\u4e0a\u73ed\uff0c\u53ea \u662f\u61c9\u4ed8\u4e00\u4e0b\u4e3b\u7ba1\u3002</td><td>1 G</td></tr><tr><td/><td>61</td><td>\u53f0\u9435\u8207\u5de5\u6703\u6700\u5f8c\u5354\u5546\u7121\u4ea4\u96c6\uff0c\u4e2d\u79cb\u662f\u5426\u505c\u99db\u5404\uf96f\u5404\u8a71\uff0c\u5de5\u6703\uf96f\uff0c\u9019\u662f\u53f0\u9435\u7576\u5c40\u7684\u4e00\u8cab \u6280\u5006\uff0c\u6703\u54e1\u73fe\u5728\u4e5f\uf967\u6562\uf96f\uf967\u4e0a\u73ed\uff0c\u53ea\u662f\u61c9\u4ed8\u4e00\u4e0b\u4e3b\u7ba1\u3002</td><td>2 G</td></tr><tr><td/><td colspan=\"2\">Title \uf978\u5cb8\u822a\u7a7a\u696d\u9081\u9032\u5be6\u8cea\u5408\u4f5c\u6642\u4ee3</td><td>1</td></tr><tr><td>4</td><td>43</td><td>\uf978\u5cb8\u822a\u7a7a\u696d\u9081\u9032\u5be6\u8cea\u5408\u4f5c\u6642\u4ee3\uff0c\u9019\u9805\u5408\u4f5c\u4e5f\u6b63\u5f0f\u5ba3\u5e03\uf978\u5cb8\u822a\u7a7a\u8ca8\u904b\u958b\u59cb\u8d70\u5165\u5be6\u8cea\u5408\u4f5c \u7684\u7d93\u71df\u6642\u4ee3\u3002</td><td>1 G</td></tr><tr><td/><td>69</td><td>\uf978\u5cb8\u822a\u7a7a\u696d\u9081\u9032\u5be6\u8cea\u5408\u4f5c\u6642\u4ee3\uff0c\u5c07\u518d\ufa01\u9f4a\u805a\u5ec8\u9580\uff0c\u51fa\u5e2d\u9019\u9805\uf978\u5cb8\u822a\u7a7a\u696d\u754c\u9996\ufa01\u5408\u8cc7\u7684 \u76db\u6703\uff0c\u9019\u9805\u5408\u4f5c\u4e5f\u6b63\u5f0f\u5ba3\u5e03\uf978\u5cb8\u822a\u7a7a\u8ca8\u904b\u958b\u59cb\u8d70\u5165\u5be6\u8cea\u5408\u4f5c\u7684\u7d93\u71df\u6642\u4ee3\u3002</td><td>1 B</td></tr><tr><td/><td colspan=\"2\">Title \u9ad8\u5e02\u62db\u5546\uff0c\uf98a\u9080\u91cd\uf97e\u7d1a\u4f01\u696d\u8207\u6703</td><td>2</td></tr><tr><td>5</td><td>30</td><td>\u9ad8\u5e02\u62db\u5546\uff0c\uf98a\u9080\u91cd\uf97e\u7d1a\u4f01\u696d\u8207\u6703\uff0c\u4ee5\u53ca\u591a\u529f\u80fd\u7d93\u8cbf\u5712\u5340\u7684\u672a\uf92d\u9060\u666f\u3002</td><td>1 B</td></tr><tr><td/><td>57</td><td>\u9ad8\u5e02\u62db\u5546\uff0c\uf98a\u9080\u91cd\uf97e\u7d1a\u4f01\u696d\u8207\u6703\uff0c\u800c\ufa08\u7a0b\u4e2d\u5fc5\u5b9a\u6703\u8ac7\u5230\u4e16\u754c\u5927\u6e2f\u9ad8\u96c4\u6e2f\u548c\u5c0f\u6e2f\u6a5f\u5834\u7684</td><td>1 G</td></tr></table>",
"type_str": "table"
},
"TABREF6": {
"html": null,
"text": "",
"num": null,
"content": "<table><tr><td/><td colspan=\"2\">Summarization Assistant for</td><td>99</td></tr><tr><td colspan=\"4\">News Brief Services on Cellular Phones</td></tr><tr><td>Quality Rank</td><td>Good</td><td>Fair</td><td>Bad</td></tr><tr><td>1</td><td>26 (65.0%)</td><td>2 (5.0%)</td><td>5 (12.5%)</td></tr><tr><td>2</td><td>5 (12.5%)</td><td>1 (2.5%)</td><td>0</td></tr><tr><td>3</td><td>1 (2.5%)</td><td>0</td><td>0</td></tr><tr><td>4</td><td>0</td><td>0</td><td>0</td></tr><tr><td>5</td><td>0</td><td>0</td><td>0</td></tr><tr><td>total</td><td>32 (80.0%)</td><td>3 (7.5%)</td><td>5 (12.5%)</td></tr><tr><td>Quality Rank</td><td>Good</td><td>Fair</td><td>Bad</td></tr><tr><td>1</td><td>25 (62.5%)</td><td>6 (15%)</td><td>4 (10%)</td></tr><tr><td>2</td><td>3 (7.5%)</td><td>0</td><td>0</td></tr><tr><td>3</td><td>1 (2.5%)</td><td>0</td><td>0</td></tr><tr><td>4</td><td>1 (2.5%)</td><td>0</td><td>0</td></tr><tr><td>5</td><td>0</td><td>0</td><td>0</td></tr><tr><td>total</td><td>30 (75.0%)</td><td>6 (15%)</td><td>4 (10%)</td></tr></table>",
"type_str": "table"
},
"TABREF7": {
"html": null,
"text": "",
"num": null,
"content": "<table><tr><td>.</td></tr></table>",
"type_str": "table"
}
}
}
}