Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "N06-1047",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T14:46:08.220988Z"
},
"title": "Incorporating Speaker and Discourse Features into Speech Summarization",
"authors": [
{
"first": "Gabriel",
"middle": [],
"last": "Murray",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Edinburgh",
"location": {
"postCode": "EH8 9LW",
"settlement": "Edinburgh",
"country": "Scotland"
}
},
"email": "gabriel.murray@ed.ac.uk"
},
{
"first": "Steve",
"middle": [],
"last": "Renals",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Edinburgh",
"location": {
"postCode": "EH8 9LW",
"settlement": "Edinburgh",
"country": "Scotland"
}
},
"email": "s.renals@ed.ac.uk"
},
{
"first": "Jean",
"middle": [],
"last": "Carletta",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Edinburgh",
"location": {
"postCode": "EH8 9LW",
"settlement": "Edinburgh",
"country": "Scotland"
}
},
"email": "jeanc@inf.ed.ac.uk"
},
{
"first": "Johanna",
"middle": [],
"last": "Moore",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Edinburgh",
"location": {
"postCode": "EH8 9LW",
"settlement": "Edinburgh",
"country": "Scotland"
}
},
"email": "j.moore@ed.ac.uk"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We have explored the usefulness of incorporating speech and discourse features in an automatic speech summarization system applied to meeting recordings from the ICSI Meetings corpus. By analyzing speaker activity, turn-taking and discourse cues, we hypothesize that such a system can outperform solely text-based methods inherited from the field of text summarization. The summarization methods are described, two evaluation methods are applied and compared, and the results clearly show that utilizing such features is advantageous and efficient. Even simple methods relying on discourse cues and speaker activity can outperform text summarization approaches.",
"pdf_parse": {
"paper_id": "N06-1047",
"_pdf_hash": "",
"abstract": [
{
"text": "We have explored the usefulness of incorporating speech and discourse features in an automatic speech summarization system applied to meeting recordings from the ICSI Meetings corpus. By analyzing speaker activity, turn-taking and discourse cues, we hypothesize that such a system can outperform solely text-based methods inherited from the field of text summarization. The summarization methods are described, two evaluation methods are applied and compared, and the results clearly show that utilizing such features is advantageous and efficient. Even simple methods relying on discourse cues and speaker activity can outperform text summarization approaches.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The task of summarizing spontaneous spoken dialogue from meetings presents many challenges: information is sparse; speech is disfluent and fragmented; automatic speech recognition is imperfect. However, there are numerous speech-specific characteristics to be explored and taken advantage of. Previous research on summarizing speech has concentrated on utilizing prosodic features [1, 2] . We have examined the usefulness of additional speech-specific characteristics such as discourse cues, speaker activity, and listener feedback. This speech features approach is contrasted with a second summarization approach using only textual features-a centroid method [3] using a latent semantic representation of utterances. These indi-vidual approaches are compared to a combined approach as well as random baseline summaries.",
"cite_spans": [
{
"start": 381,
"end": 384,
"text": "[1,",
"ref_id": "BIBREF0"
},
{
"start": 385,
"end": 387,
"text": "2]",
"ref_id": "BIBREF1"
},
{
"start": 660,
"end": 663,
"text": "[3]",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "This paper also introduces a new evaluation scheme for automatic summaries of meeting recordings, using a weighted precision score based on multiple human annotations of each meeting transcript. This evaluation scheme is described in detail below and is motivated by previous findings [4] suggesting that n-gram based metrics like ROUGE [5] do not correlate well in this domain.",
"cite_spans": [
{
"start": 285,
"end": 288,
"text": "[4]",
"ref_id": "BIBREF3"
},
{
"start": 337,
"end": 340,
"text": "[5]",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "In the field of speech summarization in general, research investigating speech-specific characteristics has focused largely on prosodic features such as F0 mean and standard deviation, pause information, syllable duration and energy. Koumpis and Renals [1] investigated prosodic features for summarizing voicemail messages in order to send voicemail summaries to mobile devices. Hori et al. [6] have developed an integrated speech summarization approach, based on finite state transducers, in which the recognition and summarization components are composed into a single finite state transducer, reporting results on a lecture summarization task. In the Broadcast News domain, Maskey and Hirschberg [7] found that the best summarization results utilized prosodic, lexical, and structural features, while Ohtake et al. [8] explored using only prosodic features for summarization. Maskey and Hirschberg similarly found that prosodic features alone resulted in good quality summaries of Broadcast News.",
"cite_spans": [
{
"start": 253,
"end": 256,
"text": "[1]",
"ref_id": "BIBREF0"
},
{
"start": 391,
"end": 394,
"text": "[6]",
"ref_id": "BIBREF5"
},
{
"start": 699,
"end": 702,
"text": "[7]",
"ref_id": "BIBREF6"
},
{
"start": 818,
"end": 821,
"text": "[8]",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Work",
"sec_num": "2."
},
{
"text": "In the meetings domain (using the ICSI corpus), Murray et al. [2] compared text summarization approaches with feature-based approaches using prosodic features, with human judges favoring the feature-based approaches. Zechner [9] investigated summarizing several genres of speech, including spontaneous meeting speech. Though relevance detection in his work relied largely on tf.idf scores, Zechner also explored cross-speaker information linking and question/answer detection, so that utterances could be extracted not only according to high tf.idf scores, but also if they were linked to other informative utterances.",
"cite_spans": [
{
"start": 62,
"end": 65,
"text": "[2]",
"ref_id": "BIBREF1"
},
{
"start": 225,
"end": 228,
"text": "[9]",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Work",
"sec_num": "2."
},
{
"text": "Similarly, this work aims to detect important utterances that may not be detectable according to lexical features or prosodic prominence, but are nonetheless linked to high speaker activity, decision-making, or meeting structure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Work",
"sec_num": "2."
},
{
"text": "The following subsections give detailed descriptions of our two summarization systems, one of which focuses on speech and discourse features while the other utilizes text summarization techniques and latent semantic analysis.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Summarization Approaches",
"sec_num": "3."
},
{
"text": "In previous summarization work on the ICSI corpus [2, 4] , Murray et al. explored multiple ways of applying latent semantic analysis (LSA) to a term/document matrix of weighted term frequencies from a given meeting, a development of the method in [10] . A central insight to the present work is that additional features beyond simple term frequencies can be included in the matrix before singular value decomposition (SVD) is carried out. We can use SVD to project this matrix of features to a lower dimensionality space, subsequently applying the same methods as used in [2] for extracting sentences.",
"cite_spans": [
{
"start": 50,
"end": 53,
"text": "[2,",
"ref_id": "BIBREF1"
},
{
"start": 54,
"end": 56,
"text": "4]",
"ref_id": "BIBREF3"
},
{
"start": 247,
"end": 251,
"text": "[10]",
"ref_id": "BIBREF9"
},
{
"start": 572,
"end": 575,
"text": "[2]",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Speech and Discourse Features",
"sec_num": "3.1."
},
{
"text": "The features used in these experiments included features of speaker activity, discourse cues, listener feedback, simple keyword spotting, meeting location and dialogue act length (in words).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Speech and Discourse Features",
"sec_num": "3.1."
},
{
"text": "For each dialogue act, there are features indicating which speaker spoke the dialogue act and whether the same speaker spoke the preceding and succeeding dialogue acts. Another set of features indicates how many speakers are active on either side of a given dialogue act: specifically, how many speakers were active in the preceding and succeeding five dialogue acts. To further gauge speaker activity, we located areas of high speaker interaction and indicated whether or not a given dialogue act immediately preceded this region of activity, with the motivation being that informative utterances are often provocative in eliciting responses and interaction. Additionally, we included a feature indicating which speakers most often uttered dialogue acts that preceded high levels of speaker interaction, as one way of gauging speaker status in the meeting. Another feature relating to speaker activity gives each dialogue act a score according to how active the speaker is in the meeting as a whole, based on the intuition that the most active speakers will tend to utter the most important dialogue acts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Speech and Discourse Features",
"sec_num": "3.1."
},
{
"text": "The features for discourse cues, listener feedback, and keyword spotting were deliberately superficial, all based simply on detecting informative words. The feature for discourse cues indicates the presence or absence of words such as decide, discuss, conclude, agree, and fragments such as we should indicating a planned course of action. Listener feedback was based on the presence or absence of positive feedback cues following a given dialogue act; these include responses such as right, exactly and yeah. Keyword spotting was based on frequent words minus stopwords, indicating the presence or absence of any of the top twenty nonstopword frequent words. The discourse cues of interest were derived from a manual corpus analysis rather than being automatically detected.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Speech and Discourse Features",
"sec_num": "3.1."
},
{
"text": "A structural feature scored dialogue acts according to their position in the meeting, with dialogue acts from the middle to later portion of the meeting scoring higher and dialogue acts at the beginning and very end scoring lower. This is a feature that is well-matched to the relatively unstructured ICSI meetings, as many meetings would be expected to have informative proposals and agendas at the beginning and perhaps summary statements and conclusions at the end.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Speech and Discourse Features",
"sec_num": "3.1."
},
{
"text": "Finally, we include a dialogue act length feature motivated by the fact that informative utterances will tend to be longer than others.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Speech and Discourse Features",
"sec_num": "3.1."
},
{
"text": "The extraction method follows [11] by ranking sentences using an LSA sentence score. The matrix of features is decomposed as follows:",
"cite_spans": [
{
"start": 30,
"end": 34,
"text": "[11]",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Speech and Discourse Features",
"sec_num": "3.1."
},
{
"text": "A = U SV T",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Speech and Discourse Features",
"sec_num": "3.1."
},
{
"text": "where U is an m\u00d7n matrix of left-singular vectors, S is an n \u00d7 n diagonal matrix of singular values, and V is the n \u00d7 n matrix of right-singular vectors. Using sub-matrices S and V T , the LSA sentence scores are obtained using:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Speech and Discourse Features",
"sec_num": "3.1."
},
{
"text": "Sc LSA i = n k=1 v(i, k) 2 * \u03c3(k) 2 ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Speech and Discourse Features",
"sec_num": "3.1."
},
{
"text": "where v(i, k) is the kth element of the ith sentence vector and \u03c3(k) is the corresponding singular value.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Speech and Discourse Features",
"sec_num": "3.1."
},
{
"text": "Experiments on a development set of 55 ICSI meetings showed that reduction to between 5-15 dimension was optimal. These development experiments also showed that weighting some features slightly higher than others resulted in much improved results; specifically, the discourse cues and listener feedback cues were weighted slightly higher.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Speech and Discourse Features",
"sec_num": "3.1."
},
{
"text": "The second summarization method is a textual approach incorporating LSA into a centroid-based system [3] . The centroid is a pseudo-document representing the important aspects of the document as a whole; in the work of [3] , this pseudodocument consists of keywords and their modified tf.idf scores. In the present research, we take a different approach to constructing the centroid and to representing sentences in the document. First, tf.idf scores are calculated for all words in the meeting. Using these scores, we find the top twenty keywords and choose these as the basis for our centroid. We then perform LSA on a very large corpus of Broadcast News and ICSI data, using the Infomap tool 1 . Infomap provides a query language with which we can retrieve word vectors for our twenty keywords, and the centroid is thus represented as the average of its constituent keyword vectors [12] [13] .",
"cite_spans": [
{
"start": 101,
"end": 104,
"text": "[3]",
"ref_id": "BIBREF2"
},
{
"start": 219,
"end": 222,
"text": "[3]",
"ref_id": "BIBREF2"
},
{
"start": 695,
"end": 696,
"text": "1",
"ref_id": "BIBREF0"
},
{
"start": 885,
"end": 889,
"text": "[12]",
"ref_id": "BIBREF11"
},
{
"start": 890,
"end": 894,
"text": "[13]",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "LSA Centroid",
"sec_num": "3.2."
},
{
"text": "Dialogue acts from the meetings are represented in much the same fashion. For each dialogue act, the vectors of its constituent words are retrieved, and the dialogue act as a whole is the average of its word vectors. Extraction then proceeds by finding the dialogue act with the highest cosine similarity with the centroid, adding this to the summary, then continuing until the desired summary length is reached.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LSA Centroid",
"sec_num": "3.2."
},
{
"text": "The third summarization method is simply a combination of the first two. Each system produces a ranking and a master ranking is derived from these two rankings. The hypothesis is that the strength of one system will differ from the other and that the two will complement each other and produce a good overall ranking. The first system would be expected to locate areas of high activity, decisionmaking, and planning, while the second would locate information-rich utterances. This exemplifies one of the challenges of summarizing meeting recordings: namely, that utterances can be important in much different ways. A comprehensive system that relies on more than one idea of importance is ideal.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Combined",
"sec_num": "3.3."
},
{
"text": "All summaries were 350 words in length, much shorter than the compression rate used in [2] (10% of dialogue acts). The ICSI meetings themselves average around 10,000 words in length. The reasons for choosing a shorter length for summaries are that shorter summaries are more likely to be useful to a user wanting to quickly overview and browse a meeting, they present a greater summarization challenge in that the summarizer must be more exact in pinpointing the important aspects of the meeting, and shorter summaries make it more feasible to enlist human evaluators to judge the numerous summaries on various criteria in the future.",
"cite_spans": [
{
"start": 87,
"end": 90,
"text": "[2]",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Setup",
"sec_num": "4."
},
{
"text": "Summaries were created on both manual transcripts and speech recognizer output. The unit of extraction for these summaries was the dialogue act, and these experiments used human segmented and labeled dialogue acts rather than try to detect them automatically. In future work, we intend to incorporate dialogue act detection and labeling as part of one complete automatic summarization system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Setup",
"sec_num": "4."
},
{
"text": "The ICSI Meetings corpus consists of 75 meetings, lasting approximately one hour each. Our test set consists of six meetings, each with multiple human annotations. Annotators were given access to a graphical user interface (GUI) for browsing an individual meeting that included earlier human annotations: an orthographic transcription timesynchronized with the audio, and a topic segmentation based on a shallow hierarchical decomposition with keyword-based text labels describing each topic segment. The annotators were told to construct a textual summary of the meeting aimed at someone who is interested in the research being carried out, such as a researcher who does similar work elsewhere, using four headings:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus Description",
"sec_num": "4.1."
},
{
"text": "\u2022 general abstract: \"why are they meeting and what do they talk about?\";",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus Description",
"sec_num": "4.1."
},
{
"text": "\u2022 decisions made by the group;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus Description",
"sec_num": "4.1."
},
{
"text": "\u2022 progress and achievements;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus Description",
"sec_num": "4.1."
},
{
"text": "\u2022 problems described",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus Description",
"sec_num": "4.1."
},
{
"text": "The annotators were given a 200 word limit for each heading, and told that there must be text for the general abstract, but that the other headings may have null annotations for some meetings. Annotators who were new to the data were encouraged to listen to a meeting straight through before beginning to author the summary. Immediately after authoring a textual summary, annotators were asked to create an extractive summary, using a different GUI. This GUI showed both their textual summary and the orthographic transcription, without topic segmentation but with one line per dialogue act based on the pre-existing MRDA coding [14] . Annotators were told to extract dialogue acts that together would convey the information in the textual summary, and could be used to support the correctness of that summary. They were given no specific instructions about the number or percentage of acts to extract or about redundant dialogue acts. For each dialogue act extracted, they were then required in a second pass to choose the sentences from the textual summary supported by the dialogue act, creating a manyto-many mapping between the recording and the textual summary. Although the expectation was that each extracted dialogue act and each summary sentence would be linked to something in the opposing resource, we told the annotators that under some circumstances dialogue acts and summary sentences could stand alone.",
"cite_spans": [
{
"start": 629,
"end": 633,
"text": "[14]",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus Description",
"sec_num": "4.1."
},
{
"text": "We created summaries using both manual transcripts as well as automatic speech recognition (ASR) output. The AMI-ASR system [15] is described in more detail in [4] and the average word error rate (WER) for the corpus is 29.5%.",
"cite_spans": [
{
"start": 124,
"end": 128,
"text": "[15]",
"ref_id": "BIBREF14"
},
{
"start": 160,
"end": 163,
"text": "[4]",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus Description",
"sec_num": "4.1."
},
{
"text": "The many-to-many mapping of dialogue acts to summary sentences described in the previous section allows us to evaluate our extractive summaries according to how often each annotator linked a given extracted dialogue act to a summary sentence. This is somewhat analogous to Pyramid weighting [16] , but with dialogue acts as the SCUs. In fact, we can calculate weighted precision, recall and f-score using these annotations, but because the summaries created are so short, we focus on weighted precision as our central metric. For each dialogue act that the summarizer extracts, we count the number of times that each annotator links that dialogue act to a summary sentence. For a given dialogue act, it may be that one annotator links it 0 times, one annotator links it 1 time, and the third annotator links it two times, resulting in an average score of 1 for that dialogue act. The scores for all of the summary dialogue acts can be calculated and averaged to create an overall summary score. ROUGE scores, based on n-gram overlap between human abstracts and automatic extracts, were also calculated for comparison [5] . ROUGE-2, based on bigram overlap, is considered the most stable as far as correlating with human judgments, and this was therefore our ROUGE metric of interest. ROUGE-SU4, which evaluates bigrams with intervening material between the two elements of the bigram, has recently been shown in the context of the Document Understanding Conference (DUC) 2 to bring no significant additional information as compared with ROUGE-2. Results from [4] and from DUC 2005 also show that ROUGE does not always correlate well with human judgments. It is therefore included in this research in the hope of further determining how reliable the ROUGE metric is for our domain of meeting summarization.",
"cite_spans": [
{
"start": 291,
"end": 295,
"text": "[16]",
"ref_id": "BIBREF15"
},
{
"start": 1117,
"end": 1120,
"text": "[5]",
"ref_id": "BIBREF4"
},
{
"start": 1559,
"end": 1562,
"text": "[4]",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Frameworks",
"sec_num": "4.2."
},
{
"text": "The experimental results are shown in figure 1 (weighted precision) and figure 2 (ROUGE-2) and are discussed below.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "5."
},
{
"text": "For weighted precision, the speech features approach was easily the best and scored significantly better than the centroid and random approaches (ANOVA,p<0.05), attaining an averaged weighted precision of 0.52. The combined approach did not improve upon the speech features approach but was not significantly worse either. The randomly created summaries scored much lower than all three systems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Weighted Precision Results",
"sec_num": "5.1."
},
{
"text": "The superior performance of the speech features approach compared to the LSA centroid method closely mirrors results on the ICSI development set, where the centroid method scored 0.23 and the speech features approach scored 0.42. For the speech features approach on the test set, the best feature by far was dialogue act length. Removing this feature resulted in the precision score being nearly halved. This mirrors results from Maskey and Hirschberg [7] , who found that the length of a sentence in seconds and its length in words were the two best features for predicting summary sentences. Both the simple keyword spotting and the discourse cue detection features caused a lesser decline in precision when removed, while other features of speaker activity had a negligible impact on the test results.",
"cite_spans": [
{
"start": 452,
"end": 455,
"text": "[7]",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Weighted Precision Results",
"sec_num": "5.1."
},
{
"text": "Interestingly, the weighted precision scores on ASR were not significantly worse for any of the summarization approaches. In fact, the centroid approach scored very slightly higher on ASR output than on manual transcripts. In [17] and [2] it was similarly found that summarizing with ASR output did not cause great deterioration in the quality of the summaries. It is not especially surprising that the speech features approach performed similarly on both manual and ASR transcripts, as many of its features based on speaker exchanges and speaker activity would be unaffected by ASR errors. The speech features approach is still significantly better than the random and centroid sum- maries, and is not significantly better than the combined approach on ASR.",
"cite_spans": [
{
"start": 226,
"end": 230,
"text": "[17]",
"ref_id": "BIBREF16"
},
{
"start": 235,
"end": 238,
"text": "[2]",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Weighted Precision Results",
"sec_num": "5.1."
},
{
"text": "The ROUGE results greatly differed from the weighted precision results in several ways. First, the centroid method was considered to be the best, with a ROUGE-2 score of 0.047 compared with 0.041 for the speech features approach. Second, there were not as great of differences between the four systems according to ROUGE as there were according to weighted precision. In fact, the random summaries of manual transcripts are not significantly worse than the other approaches, according to ROUGE-2. Neither the combined approach nor the speech features approach is significantly worse than the centroid system, with the combined approach generally scoring on par with the centroid scores.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ROUGE Results",
"sec_num": "5.2."
},
{
"text": "The third difference relates to summarization on ASR output. ROUGE-2 has the random system and the combined system showing sharp declines when applied to ASR transcripts. The speech features and centroid approaches do not show declines. Random summaries are significantly worse than both the centroid summaries (p<0.1) and speech features summaries (p<0.05). Though the combined approach declines on ASR output, it is not significantly worse than the other systems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ROUGE Results",
"sec_num": "5.2."
},
{
"text": "To get an idea of a ROUGE-2 upper bound, for each meeting in the test set we left one human abstract out and compared it with the remaining abstracts. The result was an average ROUGE-2 score of .086. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ROUGE Results",
"sec_num": "5.2."
},
{
"text": "There is no significant correlation between macroaveraged ROUGE and weighted precision scores across the meeting set, on both ASR and manual transcripts. The Pearson correlation is 0.562 with a significance of p < 0.147. The Spearman correlation is 0.282 with a significance of p < 0.498. The correlation of scores across each test meeting is worse yet, with a Pearson correlation of 0.185 (p<0.208) and a Spearman correlation of 0.181 (p<0.271).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Correlations",
"sec_num": "5.3."
},
{
"text": "The following is the text of a summary of meeting Bed004 using the speech features approach: ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sample Summary",
"sec_num": "5.4."
},
{
"text": "-so",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sample Summary",
"sec_num": "5.4."
},
{
"text": "Though the speech features approach was considered the best system, it is unclear why the combined approach did not yield improvement. One possibility relates to the extreme brevity of the summaries: because the summaries are only 350 words in length, it is possible to have two summaries of the same meeting which are equally good but completely non-overlapping in content. In other words, they both extract informative dialogue acts, but not the same ones. Combining the rankings of two such systems might create a third system which is comparable but not any better than either of the first two systems alone. However, it is still possible that the combined system will be better in terms of balancing the two types of importance discussed above: utterances that contain a lot of informative content and keywords and utterances that relate to decision-making and meeting structure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "6."
},
{
"text": "ROUGE did not correlate well with the weighted precision scores, a result that adds to the previous evidence that this metric may not be reliable in the domain of meeting summarization.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "6."
},
{
"text": "It is very encouraging that the summarization approaches in general seem immune to the WER of the ASR output. This confirms previous findings such as [17] and [2] , and the speech and structural features used herein are particularly unaffected by a moderately high WER. The reason for the random summarizaton system not suffering a sharp decline when applied to ASR may be due to the fact that its scores were already so low that it couldn't deteriorate any further.",
"cite_spans": [
{
"start": 150,
"end": 154,
"text": "[17]",
"ref_id": "BIBREF16"
},
{
"start": 159,
"end": 162,
"text": "[2]",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "6."
},
{
"text": "The above results show that even a relatively small set of speech, discourse, and structural features can outperform a text summarization approach on this data, and there are many additional features to be explored. Of particular interest to us are features relating to speaker status, i.e. features that help us determine who is leading the meeting and who it is that others are deferring to. We would also like to more closely investigate the relationship between areas of high speaker activity and informative utterances.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "7."
},
{
"text": "In the immediate future, we will incorporate these features into a machine-learning framework, building support vector models trained on the extracted and non-extracted classes of the training set.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "7."
},
{
"text": "Finally, we will apply these methods to the AMI corpus [18] and create summaries of comparable length for that meeting set. There are likely to be differences regarding usefulness of certain features due to the ICSI meetings being relatively unstructured and informal and the AMI hub meetings being more structured with a higher information density.",
"cite_spans": [
{
"start": 55,
"end": 59,
"text": "[18]",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "7."
},
{
"text": "The results presented above show that using features related to speaker activity, listener feedback, discourse cues and dialogue act length can outperform the lexical methods of text summarization approaches. More specifically, the fact that there are multiple types of important utterances requires that we use multiple methods of detecting importance. Lexical methods and prosodic features are not necessarily going to detect utterances that are relevant to agreement, decision-making or speaker activity. This research also provides further evidence that ROUGE does not correlate well with human judgments in this domain. Finally, it has been demonstrated that high WER for ASR output does not significantly decrease summarization quality.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "8."
},
{
"text": "Thanks to Thomas Hain and the AMI-ASR group for speech recognition output. This work was partly supported by the European Union 6th FWP IST Integrated Project AMI (Augmented Multiparty Interaction, FP6-506811, publication AMI-150).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": "9."
},
{
"text": "http://infomap.stanford.edu",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "http://duc.nist.gov",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Automatic summarization of voicemail messages using lexical and prosodic features",
"authors": [
{
"first": "K",
"middle": [],
"last": "Koumpis",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Renals",
"suffix": ""
}
],
"year": 2005,
"venue": "ACM Transactions on Speech and Language Processing",
"volume": "2",
"issue": "",
"pages": "1--24",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K. Koumpis and S. Renals, \"Automatic sum- marization of voicemail messages using lex- ical and prosodic features,\" ACM Transac- tions on Speech and Language Processing, vol. 2, pp. 1-24, 2005.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Extractive summarization of meeting recordings",
"authors": [
{
"first": "G",
"middle": [],
"last": "Murray",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Renals",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Carletta",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the 9th European Conference on Speech Communication and Technology",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "G. Murray, S. Renals, and J. Carletta, \"Ex- tractive summarization of meeting record- ings,\" in Proceedings of the 9th European Conference on Speech Communication and Technology, Lisbon, Portugal, September 2005.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Experiments in single and multidocument summarization using mead",
"authors": [
{
"first": "D",
"middle": [],
"last": "Radev",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Blair-Goldensohn",
"suffix": ""
},
{
"first": "Z",
"middle": [],
"last": "Zhang",
"suffix": ""
}
],
"year": 2001,
"venue": "The Proceedings of the First Document Understanding Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Radev, S. Blair-Goldensohn, and Z. Zhang, \"Experiments in single and multi- document summarization using mead,\" in The Proceedings of the First Document Understanding Conference, New Orleans, LA, September 2001.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Evaluating automatic summaries of meeting recordings",
"authors": [
{
"first": "G",
"middle": [],
"last": "Murray",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Renals",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Carletta",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Moore",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics, Workshop on Machine Translation and Summarization Evaluation (MTSE)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "G. Murray, S. Renals, J. Carletta, and J. Moore, \"Evaluating automatic summaries of meeting recordings,\" in Proceedings of the 43rd Annual Meeting of the Associa- tion for Computational Linguistics, Work- shop on Machine Translation and Summa- rization Evaluation (MTSE), Ann Arbor, MI, USA, June 2005.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Automatic evaluation of summaries using n-gram cooccurrence statistics",
"authors": [
{
"first": "C.-Y",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "E",
"middle": [
"H"
],
"last": "Hovy",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of HLT-NAACL 2003",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "C.-Y. Lin and E. H. Hovy, \"Automatic evaluation of summaries using n-gram co- occurrence statistics,\" in Proceedings of HLT-NAACL 2003, Edmonton, Calgary, Canada, May 2003.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Speech summarization using weighted finite-state transducers",
"authors": [
{
"first": "T",
"middle": [],
"last": "Hori",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Hori",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Minami",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 8th European Conference on Speech Communication and Technology",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "T. Hori, C. Hori, and Y. Minami, \"Speech summarization using weighted finite-state transducers,\" in Proceedings of the 8th Eu- ropean Conference on Speech Communica- tion and Technology, Geneva, Switzerland, September 2003.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Comparing lexial, acoustic/prosodic, discourse and structural features for speech summarization",
"authors": [
{
"first": "S",
"middle": [],
"last": "Maskey",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Hirschberg",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the 9th European Conference on Speech Communication and Technology",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Maskey and J. Hirschberg, \"Compar- ing lexial, acoustic/prosodic, discourse and structural features for speech summariza- tion,\" in Proceedings of the 9th European Conference on Speech Communication and Technology, Lisbon, Portugal, September 2005.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Newscast speech summarization via sentence shortening based on prosodic features",
"authors": [
{
"first": "K",
"middle": [],
"last": "Ohtake",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Yamamoto",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Toma",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Sado",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Masuyama",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Nakagawa",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the ISCA and IEEE Workshop on Spontaneous Speech Processing and Recognition",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K. Ohtake, K. Yamamoto, Y. Toma, S. Sado, S. Masuyama, and S. Nakagawa, \"Newscast speech summarization via sentence shorten- ing based on prosodic features,\" in Proceed- ings of the ISCA and IEEE Workshop on Spontaneous Speech Processing and Recog- nition, Tokyo, Japan, April 2003,.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Automatic summarization of open-domain multiparty dialogues in diverse genres",
"authors": [
{
"first": "K",
"middle": [],
"last": "Zechner",
"suffix": ""
}
],
"year": 2002,
"venue": "Computational Linguistics",
"volume": "28",
"issue": "4",
"pages": "447--485",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K. Zechner, \"Automatic summarization of open-domain multiparty dialogues in diverse genres,\" Computational Linguistics, vol. 28, no. 4, pp. 447-485, 2002.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Generic text summarization using relevance measure and latent semantic analysis",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Gong",
"suffix": ""
},
{
"first": "X",
"middle": [],
"last": "Liu",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of the 24th Annual International ACM SI-GIR Conference on Research and Development in Information Retrieval",
"volume": "",
"issue": "",
"pages": "19--25",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Y. Gong and X. Liu, \"Generic text sum- marization using relevance measure and la- tent semantic analysis,\" in Proceedings of the 24th Annual International ACM SI- GIR Conference on Research and Develop- ment in Information Retrieval, New Orleans, Louisiana, USA, September 2001, pp. 19-25.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Using latent semantic analysis in text summarization and summary evaluation",
"authors": [
{
"first": "J",
"middle": [],
"last": "Steinberger",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Je\u017eek",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of ISIM 2004",
"volume": "",
"issue": "",
"pages": "93--100",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Steinberger and K. Je\u017eek, \"Using latent semantic analysis in text summarization and summary evaluation,\" in Proceedings of ISIM 2004, Roznov pod Radhostem, Czech Repub- lic, April 2004, pp. 93-100.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "The measurement of textual coherence with latent semantic analysis",
"authors": [
{
"first": "P",
"middle": [],
"last": "Foltz",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Kintsch",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Landauer",
"suffix": ""
}
],
"year": 1998,
"venue": "Discourse Processes",
"volume": "25",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. Foltz, W. Kintsch, and T. Landauer, \"The measurement of textual coherence with la- tent semantic analysis,\" Discourse Processes, vol. 25, 1998.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "The embra system at duc 2005: Query-oriented multi-document summarization with a very large latent semantic space",
"authors": [
{
"first": "B",
"middle": [],
"last": "Hachey",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Murray",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Reitter",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the Document Understanding Conference (DUC) 2005",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "B. Hachey, G. Murray, and D. Reitter, \"The embra system at duc 2005: Query-oriented multi-document summarization with a very large latent semantic space,\" in Proceedings of the Document Understanding Conference (DUC) 2005, Vancouver, BC, Canada, Octo- ber 2005.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "The ICSI meeting recorder dialog act (MRDA) corpus",
"authors": [
{
"first": "E",
"middle": [],
"last": "Shriberg",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Dhillon",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Bhagat",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Ang",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Carvey",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 5th SIGdial Workshop on Discourse and Dialogue",
"volume": "",
"issue": "",
"pages": "97--100",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "E. Shriberg, R. Dhillon, S. Bhagat, J. Ang, , and H. Carvey, \"The ICSI meeting recorder dialog act (MRDA) corpus,\" in Proceedings of the 5th SIGdial Workshop on Discourse and Dialogue, Cambridge, MA, USA, April- May 2004, pp. 97-100.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "An investigation into transcription of conference room meetings",
"authors": [
{
"first": "T",
"middle": [],
"last": "Hain",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Dines",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Garau",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Karafiat",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Moore",
"suffix": ""
},
{
"first": "V",
"middle": [],
"last": "Wan",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Ordelman",
"suffix": ""
},
{
"first": "I",
"middle": [],
"last": "Mc",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Cowan",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Vepa",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Renals",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the 9th European Conference on Speech Communication and Technology",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "T. Hain, J. Dines, G. Garau, M. Karafiat, D. Moore, V. Wan, R. Ordelman, I.Mc.Cowan, J.Vepa, and S.Renals, \"An investigation into transcription of conference room meetings,\" Proceedings of the 9th European Conference on Speech Commu- nication and Technology, Lisbon, Portugal, September 2005.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Evaluating content selection in summarization: The pyramid method",
"authors": [
{
"first": "A",
"middle": [],
"last": "Nenkova",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Passonneau",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of HLT-NAACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Nenkova and B. Passonneau, \"Evaluat- ing content selection in summarization: The pyramid method,\" in Proceedings of HLT- NAACL 2004, Boston, MA, USA, May 2004.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Summarization of spoken audio through information extraction",
"authors": [
{
"first": "R",
"middle": [],
"last": "Valenza",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Robinson",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Hickey",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Tucker",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of the ESCA Workshop on Accessing Information in Spoken Audio",
"volume": "",
"issue": "",
"pages": "111--116",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Valenza, T. Robinson, M. Hickey, and R. Tucker, \"Summarization of spoken audio through information extraction,\" in Proceed- ings of the ESCA Workshop on Accessing In- formation in Spoken Audio, Cambridge UK, April 1999, pp. 111-116.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "The AMI meeting corpus: A pre-announcement",
"authors": [
{
"first": "J",
"middle": [],
"last": "Carletta",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Ashby",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Bourban",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Flynn",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Guillemot",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Hain",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Kadlec",
"suffix": ""
},
{
"first": "V",
"middle": [],
"last": "Karaiskos",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Kraaij",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Kronenthal",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Lathoud",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Lincoln",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Lisowska",
"suffix": ""
},
{
"first": "I",
"middle": [],
"last": "Mccowan",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Post",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Reidsma",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Wellner",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of MLMI 2005",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Carletta, S. Ashby, S. Bourban, M. Flynn, M. Guillemot, T. Hain, J. Kadlec, V. Karaiskos, W. Kraaij, M. Kronen- thal, G. Lathoud, M. Lincoln, A. Lisowska, I. McCowan, W. Post, D. Reidsma, and P. Wellner, \"The AMI meeting corpus: A pre-announcement,\" in Proceedings of MLMI 2005, Edinburgh, UK, June 2005.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"num": null,
"uris": null,
"type_str": "figure",
"text": "Weighted Precision Results on Test Set"
},
"FIGREF1": {
"num": null,
"uris": null,
"type_str": "figure",
"text": "ROUGE-2 Results on Test SetROUGE-1 and ROUGE-SU4 show no significant differences between the centroid and speech features approaches."
},
"TABREF0": {
"num": null,
"html": null,
"type_str": "table",
"content": "<table><tr><td>where we can sort of try to find a uh a specification for some interface</td></tr><tr><td>here that um which is that you have um a kind of intermediate representation</td></tr><tr><td>which looks the same o over a bunch of inputs and a bunch of outputs</td></tr><tr><td>-and pushing it one step further when you get to construction</td></tr><tr><td>grammar and stuff what youd like to be able to do is say you have</td></tr><tr><td>this parser which is much fancier than the parser that comes with uh</td></tr><tr><td>smartkom</td></tr><tr><td>-in independent of whether it about what is this or where is it or</td></tr><tr><td>something that you could tell from the construction you could pull</td></tr><tr><td>out deep semantic information which youre gonna use in a general</td></tr><tr><td>way</td></tr><tr><td>its possible that we could do something like a summary</td></tr><tr><td>node of some sort that</td></tr><tr><td>-and then the question would be if if those are the things that you</td></tr><tr><td>care about uh can you make a relatively compact way of getting from</td></tr><tr><td>the various inputs to the things you care about</td></tr><tr><td>-this is sort of th the second version and i i i look at this maybe just</td></tr><tr><td>as a you know a a whatever uml diagram or you know as just a uh</td></tr><tr><td>screen shot not really as a bayes net as john johno said</td></tr><tr><td>-and um this is about as much as we can do if we dont w if we want</td></tr><tr><td>to avoid uh uh a huge combinatorial explosion where we specify ok if</td></tr><tr><td>its this and this but that is not the case and so forth it just gets really</td></tr><tr><td>really messy</td></tr><tr><td>-also it strikes me that we we m may want to approach the point</td></tr></table>",
"text": "takes the normal m three l looks at it -so what youre trying to get out of this deep co cognitive linguistics is the fact that w if you know about source source paths and goals and nnn all this sort of stuff that a lot of this is the same for different tasks -what youd really like of course is the same thing youd always like"
}
}
}
}