| { |
| "paper_id": "E06-1035", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T10:35:07.185260Z" |
| }, |
| "title": "Automatic Segmentation of Multiparty Dialogue", |
| "authors": [ |
| { |
| "first": "Pei-Yun", |
| "middle": [], |
| "last": "Hsueh", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Edinburgh Edinburgh", |
| "location": { |
| "postCode": "EH8 9LW", |
| "region": "GB" |
| } |
| }, |
| "email": "p.hsueh@ed.ac.uk" |
| }, |
| { |
| "first": "Johanna", |
| "middle": [ |
| "D" |
| ], |
| "last": "Moore", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Edinburgh Edinburgh", |
| "location": { |
| "postCode": "EH8 9LW", |
| "region": "GB" |
| } |
| }, |
| "email": "j.moore@ed.ac.uk" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Renals", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Edinburgh Edinburgh", |
| "location": { |
| "postCode": "EH8 9LW", |
| "region": "GB" |
| } |
| }, |
| "email": "s.renals@ed.ac.uk" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In this paper, we investigate the problem of automatically predicting segment boundaries in spoken multiparty dialogue. We extend prior work in two ways. We first apply approaches that have been proposed for predicting top-level topic shifts to the problem of identifying subtopic boundaries. We then explore the impact on performance of using ASR output as opposed to human transcription. Examination of the effect of features shows that predicting top-level and predicting subtopic boundaries are two distinct tasks: (1) for predicting subtopic boundaries, the lexical cohesion-based approach alone can achieve competitive results, (2) for predicting top-level boundaries, the machine learning approach that combines lexical-cohesion and conversational features performs best, and (3) conversational cues, such as cue phrases and overlapping speech, are better indicators for the toplevel prediction task. We also find that the transcription errors inevitable in ASR output have a negative impact on models that combine lexical-cohesion and conversational features, but do not change the general preference of approach for the two tasks.", |
| "pdf_parse": { |
| "paper_id": "E06-1035", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In this paper, we investigate the problem of automatically predicting segment boundaries in spoken multiparty dialogue. We extend prior work in two ways. We first apply approaches that have been proposed for predicting top-level topic shifts to the problem of identifying subtopic boundaries. We then explore the impact on performance of using ASR output as opposed to human transcription. Examination of the effect of features shows that predicting top-level and predicting subtopic boundaries are two distinct tasks: (1) for predicting subtopic boundaries, the lexical cohesion-based approach alone can achieve competitive results, (2) for predicting top-level boundaries, the machine learning approach that combines lexical-cohesion and conversational features performs best, and (3) conversational cues, such as cue phrases and overlapping speech, are better indicators for the toplevel prediction task. We also find that the transcription errors inevitable in ASR output have a negative impact on models that combine lexical-cohesion and conversational features, but do not change the general preference of approach for the two tasks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Text segmentation, i.e., determining the points at which the topic changes in a stream of text, plays an important role in applications such as topic detection and tracking, summarization, automatic genre detection and information retrieval and extraction (Pevzner and Hearst, 2002) . In recent work, researchers have applied these techniques to corpora such as newswire feeds, transcripts of radio broadcasts, and spoken dialogues, in order to facilitate browsing, information retrieval, and topic detection (Allan et al., 1998; van Mulbregt et al., 1999; Shriberg et al., 2000; Dharanipragada et al., 2000; Blei and Moreno, 2001; Christensen et al., 2005) . In this paper, we focus on segmentation of multiparty dialogues, in particular recordings of small group meetings. We compare models based solely on lexical information, which are common in approaches to automatic segmentation of text, with models that combine lexical and conversational features. Because tasks as diverse as browsing, on the one hand, and summarization, on the other, require different levels of granularity of segmentation, we explore the performance of our models for two tasks: hypothesizing where major topic changes occur and hypothesizing where more subtle nested topic shifts occur.", |
| "cite_spans": [ |
| { |
| "start": 256, |
| "end": 282, |
| "text": "(Pevzner and Hearst, 2002)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 509, |
| "end": 529, |
| "text": "(Allan et al., 1998;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 530, |
| "end": 556, |
| "text": "van Mulbregt et al., 1999;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 557, |
| "end": 579, |
| "text": "Shriberg et al., 2000;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 580, |
| "end": 608, |
| "text": "Dharanipragada et al., 2000;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 609, |
| "end": 631, |
| "text": "Blei and Moreno, 2001;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 632, |
| "end": 657, |
| "text": "Christensen et al., 2005)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In addition, because we do not wish to make the assumption that high quality transcripts of meeting records, such as those produced by human transcribers, will be commonly available, we require algorithms that operate directly on automatic speech recognition (ASR) output.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Prior research on segmentation of spoken \"documents\" uses approaches that were developed for text segmentation, and that are based solely on textual cues. These include algorithms based on lexical cohesion (Galley et al., 2003; Stokes et al., 2004) , as well as models using annotated features (e.g., cue phrases, part-of-speech tags, coreference relations) that have been determined to correlate with segment boundaries (Gavalda et al., 1997; Beeferman et al., 1999) . Blei et al. (2001) and van Mulbregt et al. (1999) use topic language models and variants of the hidden Markov model (HMM) to identify topic segments. Recent systems achieve good results for predicting topic boundaries when trained and tested on human transcriptions. For example, Stokes et al. (2004) report an error rate (Pk) of 0.25 on segmenting broadcast news stories using unsupervised lexical cohesion-based approaches. However, topic segmentation of multiparty dialogue seems to be a considerably harder task. Galley et al. (2003) report an error rate (Pk) of 0.319 for the task of predicting major topic segments in meetings. 1 Although recordings of multiparty dialogue lack the distinct segmentation cues commonly found in text (e.g., headings, paragraph breaks, and other typographic cues) or news story segmentation (e.g., the distinction between anchor and interview segments), they contain conversationbased features that may be of use for automatic segmentation. These include silence, overlap rate, speaker activity change (Galley et al., 2003) , and cross-speaker linking information, such as adjacency pairs (Zechner and Waibel, 2000) . Many of these features can be expected to be complimentary. For segmenting spontaneous multiparty dialogue into major topic segments, Galley et al. (2003) have shown that a model integrating lexical and conversation-based features outperforms one based on solely lexical cohesion information.", |
| "cite_spans": [ |
| { |
| "start": 206, |
| "end": 227, |
| "text": "(Galley et al., 2003;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 228, |
| "end": 248, |
| "text": "Stokes et al., 2004)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 421, |
| "end": 443, |
| "text": "(Gavalda et al., 1997;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 444, |
| "end": 467, |
| "text": "Beeferman et al., 1999)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 470, |
| "end": 488, |
| "text": "Blei et al. (2001)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 497, |
| "end": 519, |
| "text": "Mulbregt et al. (1999)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 750, |
| "end": 770, |
| "text": "Stokes et al. (2004)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 987, |
| "end": 1007, |
| "text": "Galley et al. (2003)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 1104, |
| "end": 1105, |
| "text": "1", |
| "ref_id": null |
| }, |
| { |
| "start": 1509, |
| "end": 1530, |
| "text": "(Galley et al., 2003)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 1596, |
| "end": 1622, |
| "text": "(Zechner and Waibel, 2000)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 1759, |
| "end": 1779, |
| "text": "Galley et al. (2003)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "However, the automatic segmentation models in prior work were developed for predicting toplevel topic segments. In addition, compared to read speech and two-party dialogue, multi-party dialogues typically exhibit a considerably higher word error rate (WER) (Morgan et al., 2003) . We expect that incorrectly recognized words will impair the robustness of lexical cohesion-based approaches and extraction of conversation-based discourse cues and other features. Past research on broadcast news story segmentation using ASR transcription has shown performance degradation from 5% to 38% using different evaluation metrics (van Mulbregt et al., 1999; Shriberg et al., 2000; Blei and Moreno, 2001 ). However, no prior study has reported directly on the extent of this degradation on the performance of a more subtle topic segmentation task and in spontaneous multiparty dialogue. In this paper, we extend prior work by 1 For the definition of Pk and Wd, please refer to section 3.4.1 investigating the effect of using ASR output on the models that have previously been proposed. In addition, we aim to find useful features and models for the subtopic prediction task.", |
| "cite_spans": [ |
| { |
| "start": 257, |
| "end": 278, |
| "text": "(Morgan et al., 2003)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 620, |
| "end": 647, |
| "text": "(van Mulbregt et al., 1999;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 648, |
| "end": 670, |
| "text": "Shriberg et al., 2000;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 671, |
| "end": 692, |
| "text": "Blei and Moreno, 2001", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Previous Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In this study, we used the ICSI meeting corpus (LDC2004S02). Seventy-five natural meetings of ICSI research groups were recorded using closetalking far field head-mounted microphones and four desktop PZM microphones. The corpus includes human transcriptions of all meetings. We added ASR transcriptions of all 75 meetings which were produced by Hain (2005) , with an average WER of roughly 30%.", |
| "cite_spans": [ |
| { |
| "start": 345, |
| "end": 356, |
| "text": "Hain (2005)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The ASR system used a vocabulary of 50,000 words, together with a trigram language model trained on a combination of in-domain meeting data, related texts found by web search, conversational telephone speech (CTS) transcripts and broadcast news transcripts (about 10 9 words in total), resulting in a test-set perplexity of about 80. The acoustic models comprised a set of contextdependent hidden Markov models, using gaussian mixture model output distributions. These were initially trained on CTS acoustic training data, and were adapted to the ICSI meetings domain using maximum a posteriori (MAP) adaptation. Further adaptation to individual speakers was achieved using vocal tract length normalization and maximum likelihood linear regression. A four-fold crossvalidation technique was employed: four recognizers were trained, with each employing 75% of the ICSI meetings as acoustic and language model training data, and then used to recognize the remaining 25% of the meetings.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "We characterize a dialogue as a sequence of topical segments that may be further divided into subtopic segments. For example, the 60 minute meeting Bed003, whose theme is the planning of a research project on automatic speech recognition can be described by 4 major topics, from \"opening\" to \"general discourse features for higher layers\" to \"how to proceed\" to \"closing\". Depending on the complexity, each topic can be further divided into a number of subtopics. For example, \"how to proceed\" can be subdivided to 4 subtopic segments, \"segmenting off regions of features\", \"ad-hoc probabilities\", \"data collection\" and \"experimental setup\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Fine-grained and coarse-grained topics", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Three human annotators at our site used a tailored tool to perform topic segmentation in which they could choose to decompose a topic into subtopics, with at most three levels in the resulting hierarchy. Topics are described to the annotators as what people in a meeting were talking about. Annotators were asked to provide a free text label for each topic segment; they were encouraged to use keywords drawn from the transcription in these labels, and we provided some standard labels for non-content topics, such as \"opening\" and \"chitchat\", to impose consistency. For our initial experiments with automatic segmentation at different levels of granularity, we flattened the subtopic structure and consider only two levels of segmentation-top-level topics and all subtopics.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Fine-grained and coarse-grained topics", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "To establish reliability of our annotation procedure, we calculated kappa statistics between the annotations of each pair of coders. Our analysis indicates human annotators achieve \u03ba = 0.79 agreement on top-level segment boundaries and \u03ba = 0.73 agreement on subtopic boundaries. The level of agreement confirms good replicability of the annotation procedure.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Fine-grained and coarse-grained topics", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Our goal is to investigate the impact of ASR errors on the selection of features and the choice of models for segmenting topics at different levels of granularity. We compare two segmentation models: (1) an unsupervised lexical cohesion-based model (LM) using solely lexical cohesion information, and (2) feature-based combined models (CM) that are trained on a combination of lexical cohesion and conversational features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Probabilistic models", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "In this study, we use Galley et al.'s (2003) LCSeg algorithm, a variant of TextTiling (Hearst, 1997) . LCSeg hypothesizes that a major topic shift is likely to occur where strong term repetitions start and end. The algorithm works with two adjacent analysis windows, each of a fixed size which is empirically determined. For each utterance boundary, LCSeg calculates a lexical cohesion score by computing the cosine similarity at the transition between the two windows. Low similarity indicates low lexical cohesion, and a sharp change in lexical cohesion score indicates a high probability of an actual topic boundary. The prin-cipal difference between LCSeg and TextTiling is that LCSeg measures similarity in terms of lexical chains (i.e., term repetitions), whereas TextTiling computes similarity using word counts.", |
| "cite_spans": [ |
| { |
| "start": 22, |
| "end": 44, |
| "text": "Galley et al.'s (2003)", |
| "ref_id": null |
| }, |
| { |
| "start": 86, |
| "end": 100, |
| "text": "(Hearst, 1997)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Lexical cohesion-based model", |
| "sec_num": "3.3.1" |
| }, |
| { |
| "text": "We also used machine learning approaches that integrate features into a combined model, casting topic segmentation as a binary classification task. Under this supervised learning scheme, a training set in which each potential topic boundary 2 is labelled as either positive (POS) or negative (NEG) is used to train a classifier to predict whether each unseen example in the test set belongs to the class POS or NEG. Our objective here is to determine whether the advantage of integrating lexical and conversational features also improves automatic topic segmentation at the finer granularity of subtopic levels, as well as when ASR transcriptions are used.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Integrating lexical and conversation-based features", |
| "sec_num": "3.3.2" |
| }, |
| { |
| "text": "For this study, we trained decision trees (c4.5) to learn the best indicators of topic boundaries. We first used features extracted with the optimal window size reported to perform best in Galley et al. (2003) for segmenting meeting transcripts into major topical units. In particular, this study uses the following features: (1) lexical cohesion features: the raw lexical cohesion score and probability of topic shift indicated by the sharpness of change in lexical cohesion score, and (2) conversational features: the number of cue phrases in an analysis window of 5 seconds preceding and following the potential boundary, and other interactional features, including similarity of speaker activity (measured as a change in probability distribution of number of words spoken by each speaker) within 5 seconds preceding and following each potential boundary, the amount of overlapping speech within 30 seconds following each potential boundary, and the amount of silence between speaker turns within 30 seconds preceding each potential boundary.", |
| "cite_spans": [ |
| { |
| "start": 189, |
| "end": 209, |
| "text": "Galley et al. (2003)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Integrating lexical and conversation-based features", |
| "sec_num": "3.3.2" |
| }, |
| { |
| "text": "To compare to prior work, we perform a 25fold leave-one-out cross validation on the set of 25 ICSI meetings that were used in Galley et al. (2003) . We repeated the procedure to evaluate the accuracy using the lexical cohesion and combined models on both human and ASR transcriptions. In each evaluation, we trained the automatic segmentation models for two tasks: predicting subtopic boundaries (SUB) and predicting only top-level boundaries (TOP).", |
| "cite_spans": [ |
| { |
| "start": 126, |
| "end": 146, |
| "text": "Galley et al. (2003)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "In order to be able to compare our results directly with previous work, we first report our results using the standard error rate metrics of Pk and Wd. Pk (Beeferman et al., 1999) is the probability that two utterances drawn randomly from a document (in our case, a meeting transcript) are incorrectly identified as belonging to the same topic segment. WindowDiff (Wd) (Pevzner and Hearst, 2002) calculates the error rate by moving a sliding window across the meeting transcript counting the number of times the hypothesized and reference segment boundaries are different.", |
| "cite_spans": [ |
| { |
| "start": 155, |
| "end": 179, |
| "text": "(Beeferman et al., 1999)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 369, |
| "end": 395, |
| "text": "(Pevzner and Hearst, 2002)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation metrics", |
| "sec_num": "3.4.1" |
| }, |
| { |
| "text": "To compute a baseline, we follow Kan (2003) and Hearst (1997) in using Monte Carlo simulated segments. For the corpus used as training data in the experiments, the probability of a potential topic boundary being an actual one is approximately 2.2% for all subtopic segments, and 0.69% for top-level topic segments. Therefore, the Monte Carlo simulation algorithm predicts that a speaker turn is a segment boundary with these probabilities for the two different segmentation tasks. We executed the algorithm 10,000 times on each meeting and averaged the scores to form the baseline for our experiments.", |
| "cite_spans": [ |
| { |
| "start": 33, |
| "end": 43, |
| "text": "Kan (2003)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 48, |
| "end": 61, |
| "text": "Hearst (1997)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baseline", |
| "sec_num": "3.4.2" |
| }, |
| { |
| "text": "For the 24 meetings that were used in training, we have top-level topic boundaries annotated by coders at Columbia University (Col) and in our lab at Edinburgh (Edi). We take the majority opinion on each segment boundary from the Col annotators as reference segments. For the Edi annotations of top-level topic segments, where multiple annotations exist, we choose one randomly. The topline is then computed as the Pk score comparing the Col majority annotation to the Edi annotation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Topline", |
| "sec_num": "3.4.3" |
| }, |
| { |
| "text": "The meetings in the ICSI corpus last approximately 1 hour and have an average of 8-10 toplevel topic segments. In order to facilitate meeting browsing and question-answering, we believe it is useful to include subtopic boundaries in order to narrow in more accurately on the portion of the meeting that contains the information the user needs. Therefore, we performed experiments aimed at analysing how the LM and CM segmentation models behave in predicting segment boundaries at the two different levels of granularity.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiment 1: Predicting top-level and subtopic segment boundaries", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "All of the results are reported on the test set. Table 1 shows the performance of the lexical cohesion model (LM) and the combined model (CM) integrating the lexical cohesion and conversational features discussed in Section 3.3.2. 3 For the task of predicting top-level topic boundaries from human transcripts, CM outperforms LM. LM tends to over-predict on the top-level, resulting in a higher false alarm rate. However, for the task of predicting subtopic shifts, LM alone is considerably better than CM. In order to support browsing during the meeting or shortly thereafter, automatic topic segmentation will have to operate on the transcriptions produced by ASR. First note from Table 1 that the preference of models for segmentation at the two different levels of granularity is the same for ASR and human transcriptions. CM is better for predicting top-level boundaries and LM is better for predicting subtopic boundaries. This suggests that these are two distinct tasks, regardless of whether the system operates on human produced transcription or ASR output. Subtopics are better characterized by lexical cohesion, whereas top-level topic shifts are signalled by conversational features as well as lexical-cohesion based features.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 49, |
| "end": 56, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 683, |
| "end": 690, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiment 1: Predicting top-level and subtopic segment boundaries", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "predicting from human transcripts Next, we wish to determine which features in the combined model are most effective for predicting topic segments at the two levels of granularity. Table 2 gives the average Pk for all 25 meetings in the test set, using the features described in Section 3.3.2. We group the features into four classes:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 181, |
| "end": 188, |
| "text": "Table 2", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Effect of feature combinations:", |
| "sec_num": "4.1.1" |
| }, |
| { |
| "text": "(1) lexical cohesion-based features (LF): including lexical cohesion value (LCV) and estimated posterior probability (LCP); (2) interaction features (IF): the amount of overlapping speech (OVR), the amount of silence between speaker segments (GAP), similarity of speaker activity (ACT); (3) cue phrase feature (CUE); and (4) all available features (ALL). For comparison we also report the baseline (see Section 3.4.2) generated by Monte Carlo algorithm (MC-B). All of the models using one or more features from these classes outperform the baseline model. A one-way ANOVA revealed this reliable effect on the top-level segmentation (F (7, 192) = 17.46, p < 0.01) as well as on the subtopic segmentation task (F (7, 192) = 5.862, p < 0.01). As shown in Table 2 , the best performing model for predicting top-level segments is the one using all of the features (ALL). This is not surpris-ing, because these were the features that Galley et al. (2003) found to be most effective for predicting top-level segment boundaries in their combined model. Looking at the results in more detail, we see that when we begin with LF features alone and add other features one by one, the only model (other than ALL) that achieves significant 4 improvement (p < 0.05) over LF is LF+CUE, the model that combines lexical cohesion features with cue phrases.", |
| "cite_spans": [ |
| { |
| "start": 928, |
| "end": 948, |
| "text": "Galley et al. (2003)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 752, |
| "end": 759, |
| "text": "Table 2", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Effect of feature combinations:", |
| "sec_num": "4.1.1" |
| }, |
| { |
| "text": "When we look at the results for predicting subtopic boundaries, we again see that the best performing model is the one using all features (ALL). Models using lexical-cohesion features alone (LF) and lexical cohesion features with cue phrases (LF+CUE) both yield significantly better results than using interactional features (IF) alone (p < 0.01), or using them with cue phrase features (IF+CUE) (p < 0.01). Again, none of the interactional features used in combination with LF significantly improves performance. Indeed, adding speaker activity change (LF+ACT) degrades the performance (p < 0.05).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TRANSCRIPT", |
| "sec_num": null |
| }, |
| { |
| "text": "Therefore, we conclude that for predicting both top-level and subtopic boundaries from human transcriptions, the most important features are the lexical cohesion based features (LF), followed by cue phrases (CUE), with interactional features contributing to improved performance only when used in combination with LF and CUE.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TRANSCRIPT", |
| "sec_num": null |
| }, |
| { |
| "text": "However, a closer look at the Pk scores in Table 2, adds further evidence to our hypothesis that predicting subtopics may be a different task from predicting top-level topics. Subtopic shifts occur more frequently, and often without clear conversational cues. This is suggested by the fact that absolute performance on subtopic prediction degrades when any of the interactional features are combined with the lexical cohesion features. In contrast, the interactional features slightly improve performance when predicting top-level segments. Moreover, the fact that the feature OVR has a positive impact on the model for predicting top-level topic boundaries, but does not improve the model for predicting subtopic boundaries reveals that having less overlapping speech is a more prominent phenomenon in major topic shifts than in subtopic shifts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TRANSCRIPT", |
| "sec_num": null |
| }, |
| { |
| "text": "predicting from ASR output Features extracted from ASR transcripts are distinct from those extracted from human transcripts in at least three ways: (1) incorrectly recognized words incur erroneous lexical cohesion features (LF), (2) incorrectly recognized words incur erroneous cue phrase features (CUE), and (3) the ASR system recognizes less overlapping speech (OVR).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Effect of feature combinations:", |
| "sec_num": "4.1.2" |
| }, |
| { |
| "text": "In contrast to the finding that integrating conversational features with lexical cohesion features is useful for prediction from human transcripts, Table 3 shows that when operating on ASR output, neither adding interactional nor cue phrase features improves the performance of the model using only lexical cohesion features. In fact, the model using all features (ALL) is significantly worse than the model using only lexical cohesion based features (LF). This suggests that we must explore new features that can lessen the perplexity introduced by ASR outputs in order to train a better model. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 148, |
| "end": 155, |
| "text": "Table 3", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Effect of feature combinations:", |
| "sec_num": "4.1.2" |
| }, |
| { |
| "text": "In prior work, Galley et al. (2003) empirically identified cue phrases that are indicators of segment boundaries, and then eliminated all cues that had not previously been identified as cue phrases in the literature. Here, we conduct an experiment to explore how different ways of identifying cue phrases can help identify useful new features for the two boundary prediction tasks.", |
| "cite_spans": [ |
| { |
| "start": 15, |
| "end": 35, |
| "text": "Galley et al. (2003)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiment 2: Statistically learned cue phrases", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "In each fold of the 25-fold leave-one-out cross validation, we use a modified 5 Chi-square test to 5 In order to satisfy the mathematical assumptions under-calculate statistics for each word (unigram) and word pair (bi-gram) that occurred in the 24 training meetings. We then rank unigrams and bigrams according to their Chi-square scores, filtering out those with values under 6.64, the threshold for the Chi-square statistic at the 0.01 significance level. The unigrams and bigrams in this ranked list are the learned cue phrases. We then use the occurrence counts of cue phrases in an analysis window around each potential topic boundary in the test meeting as a feature. Table 4 shows the performance of models that use statistically learned cue phrases in their feature sets compared with models using no cue phrase features and Galley's model, which only uses cue phrases that correspond to those identified in the literature (Col-cue). We see that for predicting subtopics, models using the cue word features (1gram) and the combination of cue words and bigrams (1+2gram) yield a 15% and 8.24% improvement over models using no cue features (NOCUE) (p < 0.01) respectively, while models using only cue phrases found in the literature (Col-cue) improve performance by just 3.18%. In contrast, for predicting top-level topics, the model using cue phrases from the literature (Col-cue) achieves a 4.2% improvement, and this is the only model that produces statistically significantly better results than the model using no cue phrases (NOCUE). The superior performance of models using statistically learned cue phrases as features for predicting subtopic boundaries suggests there may exist a different set of cue phrases that serve as segmentation cues for subtopic boundaries.", |
| "cite_spans": [ |
| { |
| "start": 99, |
| "end": 100, |
| "text": "5", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 675, |
| "end": 682, |
| "text": "Table 4", |
| "ref_id": "TABREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiment 2: Statistically learned cue phrases", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "As observed in the corpus of meetings, the lack of macro-level segment units (e.g., story breaks, paragraph breaks) makes the task of segmenting spontaneous multiparty dialogue, such as meetings, different from segmenting text or broadcast news. Compared to the task of segmenting expository texts reported in Hearst (1997) with a 39.1% chance of each paragraph end being a target topic boundary, the chance of each speaker turn being a top-level or sub-topic boundary in our ICSI corpus is just 2.2% and 0.69%. The imbalanced class distribution has a negative effect on the perlying the test, we removed cases with an expected value that is under a threshold (in this study, we use 1), and we apply Yate's correction, (|ObservedV alue \u2212 ExpectedV alue| \u2212 0.5) 2 /ExpectedV alue. formance of machine learning approaches. In a pilot study, we investigated sampling techniques that rebalance the class distribution in the training set. We found that sampling techniques previously reported in Liu et al (2004) as useful for dealing with an imbalanced class distribution in the task of disfluency detection and sentence segmentation do not work for this particular data set. The implicit assumption of some classifiers (such as pruned decision trees) that the class distribution of the test set matches that of the training set, and that the costs of false positives and false negatives are equivalent, may account for the failure of these sampling techniques to yield improvements in performance, when measured using Pk and Wd.", |
| "cite_spans": [ |
| { |
| "start": 310, |
| "end": 323, |
| "text": "Hearst (1997)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 991, |
| "end": 1007, |
| "text": "Liu et al (2004)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Another approach that copes with the imbalanced class prediction problem but does not change the natural class distribution is to increase the size of the training set. We conducted an experiment in which we incrementally increased the training set size by randomly choosing ten meetings each time until all meetings were selected.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We executed the process three times and averaged the scores to obtain the results shown in Figure 1 . However, increasing training set size adds to the perplexity in the training phase. We see that increasing the size of the training set only improves the accuracy of segment boundary prediction for predicting top-level topics on ASR output. The figure also indicates that training a model to predict top-level boundaries requires no more than fifteen meetings in the training set to reach a reasonable level of performance.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 91, |
| "end": 99, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Discovering major topic shifts and finding nested subtopics are essential for the success of speech document browsing and retrieval. Meeting records contain rich information, in both content and conversation behavioral form, that enable automatic topic segmentation at different levels of granularity. The current study demonstrates that the two tasks -predicting top-level and subtopic boundaries -are distinct in many ways: (1) for predicting subtopic boundaries, the lexical cohesionbased approach achieves results that are competitive with the machine learning approach that combines lexical and conversational features; (2) for predicting top-level boundaries, the machine learning approach performs the best; and (3) many conversational cues, such as overlapping speech and cue phrases discussed in the literature, are better indicators for top-level topic shifts than for subtopic shifts, but new features such as cue phrases can be learned statistically for the subtopic prediction task. Even in the presence of a relatively higher word error rate, using ASR output makes no difference to the preference of model for the two tasks. The conversational features also did not help improve the performance for predicting from ASR output.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "In order to further identify useful features for automatic segmentation of meetings at different levels of granularity, we will explore the use of multimodal, i.e., acoustic and visual, cues. In addition, in the current study, we only extracted features from within the analysis windows immediately preceding and following each potential topic boundary; we will explore models that take into account features of longer range dependencies.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "In this study, the end of each speaker turn is a potential segment boundary. If there is a pause of more than 1 second within a single speaker turn, the turn is divided at the beginning of the pause creating a potential segment boundary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We do not report Wd scores for the combined model (CM) on ASR output because this model predicted 0 segment boundaries when operating on ASR output. In our experience, CM routinely underpredicted the number of segment boundaries, and due to the nature of the Wd metric, it should not be used when there are 0 hypothesized topic boundaries.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Because we do not wish to make assumptions about the underlying distribution of error rates, and error rates are not measured on an interval level, we use a non-parametric sign test throughout these experiments to compute statistical significance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "Many thanks to Jean Carletta for her invaluable help in managing the data, and for advice and comments on the work reported in this paper. Thanks also to the AMI ASR group for producing the ASR transcriptions, and to the anonymous reviewers for their helpful comments. This work was supported by the European Union 6th FWP IST Integrated Project AMI (Augmented Multiparty Interaction, FP6-506811).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": "7" |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Topic detection and tracking pilot study: Final report", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Allan", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "G" |
| ], |
| "last": "Carbonell", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Doddington", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Yamron", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Yang", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of the DARPA Broadcast News Transcription and Understanding Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Allan, J.G. Carbonell, G. Doddington, J. Yamron, and Y. Yang. 1998. Topic detection and tracking pi- lot study: Final report. In Proceedings of the DARPA Broadcast News Transcription and Understanding Workshop.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Statistical models for text segmentation", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Beeferman", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Berger", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Lafferty", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Machine Learning", |
| "volume": "34", |
| "issue": "", |
| "pages": "177--210", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Beeferman, A. Berger, and J. Lafferty. 1999. Statis- tical models for text segmentation. Machine Learn- ing, 34:177-210.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Topic segmentation with an aspect hidden Markov model", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "M" |
| ], |
| "last": "Blei", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [ |
| "J" |
| ], |
| "last": "Moreno", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proceedings of the 24th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. M. Blei and P. J. Moreno. 2001. Topic segmentation with an aspect hidden Markov model. In Proceed- ings of the 24th Annual International ACM SIGIR Conference on Research and Development in Infor- mation Retrieval. ACM Press.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Maximum entropy segmentation of broadcast news", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Christensen", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Kolluru", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Gotoh", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Renals", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the IEEE International Conference on Acoustic, Speech, and Signal Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "H. Christensen, B. Kolluru, Y. Gotoh, and S. Renals. 2005. Maximum entropy segmentation of broad- cast news. In Proceedings of the IEEE International Conference on Acoustic, Speech, and Signal Pro- cessing, Philadelphia, USA.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Statistical methods for topic segmentation", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Dharanipragada", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Franz", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "S" |
| ], |
| "last": "Mccarley", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Papineni", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Roukos", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Ward", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [ |
| "J" |
| ], |
| "last": "Zhu", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the International Conference on Spoken Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "516--519", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Dharanipragada, M. Franz, J.S. McCarley, K. Pap- ineni, S. Roukos, T. Ward, and W. J. Zhu. 2000. Statistical methods for topic segmentation. In Pro- ceedings of the International Conference on Spoken Language Processing, pages 516-519.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Discourse segmentation of multiparty conversation", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Galley", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Mckeown", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Fosler-Lussier", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Jing", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the 41st Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Galley, K. McKeown, E. Fosler-Lussier, and H. Jing. 2003. Discourse segmentation of multi- party conversation. In Proceedings of the 41st An- nual Meeting of the Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "High performance segmentation of spontaneous speech using part of speech and trigger word information", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Gavalda", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Zechner", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Aist", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the Fifth ANLP Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "12--15", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Gavalda, K. Zechner, and G. Aist. 1997. High per- formance segmentation of spontaneous speech using part of speech and trigger word information. In Pro- ceedings of the Fifth ANLP Conference, pages 12- 15.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Transcription of conference room meetings: an investigation", |
| "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": "S", |
| "middle": [], |
| "last": "Renals", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of Interspeech", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. Hain, J. Dines, G. Garau, M. Karafiat, D. Moore, V. Wan, R. Ordelman, and S. Renals. 2005. Tran- scription of conference room meetings: an investi- gation. In Proceedings of Interspeech.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Texttiling: Segmenting text into multiparagraph subtopic passages", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Hearst", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Computational Linguistics", |
| "volume": "25", |
| "issue": "3", |
| "pages": "527--571", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Hearst. 1997. Texttiling: Segmenting text into mul- tiparagraph subtopic passages. Computational Lin- guistics, 25(3):527-571.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Automatic text summarization as applied to information retrieval: Using indicative and informative summaries", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Kan", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Kan. 2003. Automatic text summarization as applied to information retrieval: Using indicative and informative summaries. Ph.D. thesis, Columbia University, New York USA.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Using machine learning to cope with imbalanced classes in natural sppech: Evidence from sentence boundary and disfluency detection", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Shriberg", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Stolcke", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Harper", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the Intl. Conf. Spoken Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Y. Liu, E. Shriberg, A. Stolcke, and M. Harper. 2004. Using machine learning to cope with imbalanced classes in natural sppech: Evidence from sentence boundary and disfluency detection. In Proceedings of the Intl. Conf. Spoken Language Processing.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Meetings about meetings: research at icsi on speech in multiparty conversations", |
| "authors": [ |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Morgan", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Baron", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Bhagat", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Carvey", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Dhillon", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Edwards", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Gelbart", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Janin", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Krupski", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Peskin", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Pfau", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Shriberg", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Stolcke", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Wooters", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the IEEE International Conference on Acoustic, Speech, and Signal Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "N. Morgan, D. Baron, S. Bhagat, H. Carvey, R. Dhillon, J. Edwards, D. Gelbart, A. Janin, A. Krupski, B. Peskin, T. Pfau, E. Shriberg, A. Stol- cke, , and C. Wooters. 2003. Meetings about meet- ings: research at icsi on speech in multiparty conver- sations. In Proceedings of the IEEE International Conference on Acoustic, Speech, and Signal Pro- cessing.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "A critique and improvement of an evaluation metric for text segmentation", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Pevzner", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Hearst", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Computational Linguistics", |
| "volume": "28", |
| "issue": "1", |
| "pages": "19--36", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "L. Pevzner and M. Hearst. 2002. A critique and im- provement of an evaluation metric for text segmen- tation. Computational Linguistics, 28(1):19-36.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Prosody-based automatic segmentation of speech into sentences and topics", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Shriberg", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Stolcke", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Hakkani-Tur", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Tur", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Speech Communications", |
| "volume": "31", |
| "issue": "1-2", |
| "pages": "127--254", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "E. Shriberg, A. Stolcke, D. Hakkani-tur, and G. Tur. 2000. Prosody-based automatic segmentation of speech into sentences and topics. Speech Commu- nications, 31(1-2):127-254.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Select: a lexical cohesion based news story segmentation system", |
| "authors": [ |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Stokes", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Carthy", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [ |
| "F" |
| ], |
| "last": "Smeaton", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "AI Communications", |
| "volume": "17", |
| "issue": "1", |
| "pages": "3--12", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "N. Stokes, J. Carthy, and A.F. Smeaton. 2004. Se- lect: a lexical cohesion based news story segmenta- tion system. AI Communications, 17(1):3-12, Jan- uary.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Segmentation of automatically transcribed broadcast news text", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Van Mulbregt", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Carp", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Gillick", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Lowe", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Yamron", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proceedings of the DARPA Broadcast News Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "77--80", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P. van Mulbregt, J. Carp, L. Gillick, S. Lowe, and J. Yamron. 1999. Segmentation of automatically transcribed broadcast news text. In Proceedings of the DARPA Broadcast News Workshop, pages 77- 80. Morgan Kaufman Publishers.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "DIASUMM: Flexible summarization of spontaneous dialogues in unrestricted domains", |
| "authors": [ |
| { |
| "first": "Klaus", |
| "middle": [], |
| "last": "Zechner", |
| "suffix": "" |
| }, |
| { |
| "first": "Alex", |
| "middle": [], |
| "last": "Waibel", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of COLING-2000", |
| "volume": "", |
| "issue": "", |
| "pages": "968--974", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Klaus Zechner and Alex Waibel. 2000. DIASUMM: Flexible summarization of spontaneous dialogues in unrestricted domains. In Proceedings of COLING- 2000, pages 968-974.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Performance of the combined model over the increase of the training set size.", |
| "type_str": "figure", |
| "uris": null, |
| "num": null |
| }, |
| "TABREF1": { |
| "html": null, |
| "content": "<table/>", |
| "text": "Performance comparison of probabilistic segmentation models.", |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF3": { |
| "html": null, |
| "content": "<table/>", |
| "text": "Effect of different feature combinations for predicting topic boundaries from human transcripts. MC-B is the randomly generated baseline.", |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF5": { |
| "html": null, |
| "content": "<table/>", |
| "text": "Effect of different feature combinations for predicting topic boundaries from ASR output.", |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF7": { |
| "html": null, |
| "content": "<table><tr><td/><td>0.44</td><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td>TRAN\u2212ALL</td></tr><tr><td/><td>0.42</td><td/><td/><td/><td/><td/><td/><td/><td>TRAN\u2212TOP ASR\u2212ALL</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td>ASR\u2212TOP</td></tr><tr><td/><td>0.4</td><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td>Error Rate (Pk)</td><td>0.32 0.34 0.36 0.38</td><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td>0.3</td><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td>0.28</td><td/><td/><td/><td/><td/><td/><td/><td/></tr><tr><td/><td>0.26</td><td>0</td><td>10</td><td>20</td><td>30</td><td>40</td><td>50</td><td>60</td><td>70</td><td>80</td></tr><tr><td/><td/><td/><td/><td colspan=\"5\">Training Set Size (In meetings)</td><td/></tr></table>", |
| "text": "Performance of models trained with cue phrases from the literature (Col-cue) and cue phrases learned from statistical tests, including cue words (1gram), cue word pairs (2gram), and cue phrases composed of both words and word pairs(1+2gram). NOCUE is the model using no cue phrase features. The Topline is the agreement of human annotators on top-level segments.", |
| "type_str": "table", |
| "num": null |
| } |
| } |
| } |
| } |