Robust Information Extraction from Word Lattices

Robust Information Extraction from Word Lattices

Mining Broadcast News data: Robust Information Extraction from Word Lattices Benoˆıt Favre1, Fred´ eric´ Bechet´ 2, Pascal Nocera´ 2 1Thales, MMP Laboratory, 160 Bd Valmy 2LIA, 339 chemin des Meinajaries 92700 Colombes, France 84911 Avignon Cedex 9, France [email protected] {frederic.bechet,pascal.nocera}@univ-avignon.fr Abstract • secondly looking explicitly in the ASR search space for occurrences of each of these entities, each of them scored Fine-grained information extraction performance from spoken by confidence scores. corpora is strongly correlated with the Word Error Rate (WER) A first implementation of this model is proposed within the of the automatic transcriptions processed. Despite the recent ad- framework of the French evaluation program ESTER [10]. The vances in Automatic Speech Recognition (ASR) methods, high task consists in extracting named entities from radio broadcast WER transcriptions are common when dealing with unmatched news data. conditions between the documents to process and those used to train the ASR models. Such mismatch is inevitable in the pro- cessing of large spoken archives containing documents related 2. Information extraction and Automatic to a large number of time periods and topics. Moreover, from a Speech Recognition text indexation point of view, rare events and entities are often the most interesting information to extract as well as the ones The NIST Topic Detection and Tracking (TDT) and TExt Re- that are very likely to be poorly recognized. In order to deal with trieval Conference (TREC) evaluation programs have studied high WER transcriptions this paper proposes a robust Informa- the impact of recognition errors on the overall performance of tion Extraction method that mines the full ASR search space for Information Extraction systems for tasks like story segmenta- specific entities thanks to a 3-steps process: firstly, adaptation tion, topic detection and text retrieval [9, 2]. The redundancy of the extraction models thanks to metadata information linked effect of salient words representing topics helped to limit the to the documents to process; secondly transduction of a word impact of recognition errors compared to performance obtained lattice outputs by the ASR module into an entity lattice; thirdly on written text. However, if this phenomenon is true for Infor- a decision module that scores each entity hypothesis with dif- mation Extraction tasks that rely on long text segments, this is ferent confidence scores. A first implementation of this model not true for tasks related to the extraction of fine grained entities, is proposed for the French Broadcast News Named Entity ex- like Named Entities (NE), where the extraction performance is traction task of the evaluation program ESTER. strongly correlated with the ASR Word Error Rate (WER). Despite the continuous improvement of ASR techniques, high WER transcriptions are inevitable in difficult conditions 1. Introduction like those found in large spoken archives like in the MALACH Speech Mining is a research field that aims to bridge the gap be- project [13] or in the speech archives of national archive insti- tween Speech Processing and Text Data Mining methods. One tutions like the French Institut National de l’Audiovisuel (INA). of the main differences between Information Extraction from Moreover, Named Entities extraction performance is greatly af- written text input and spoken transcription input is the uncer- fected by a mismatch between training and testing data. This tainty in the automatic transcriptions. This uncertainty is due on is due mainly because proper names, which represent most of one hand to the lack of robustness of Automatic Speech Recog- the Named Entity items, are a very dynamic category of words, nition (ASR) methods to new conditions (different from those strongly related to the period of time representing the docu- used to train the acoustic and linguistic models) and on the other ments to process. This problem can be tackled by using meta- hand to the dysfluencies occurring in spontaneous speech. One data information on these documents, like news related to the way to deal with this uncertainty is to consider not only the best same period of time or abstract describing the document con- transcription output by the ASR module but the whole set of tent. This paper presents an Information Extraction method that alternate transcriptions that can be found in the word lattices uses such metadata information in order to update the NE mod- output by most of the ASR systems. els that are used in the extraction process from word lattices. Following these remarks this paper presents an Information Extraction method that explicitly takes advantage of the gener- 3. The Named Entity extraction task of the ation of alternate transcriptions of a speech signal in order to ESTER program increase its robustness to high Word Error Rate (WER) tran- scriptions. More precisely the model proposed in this paper The ESTER program is the first French Rich Transcription focuses on: of Broadcast News program organized by l’Association Fran- cophone de la Communication Parlee´ (AFCP), la Del´ egation´ • firstly defining what kind of information or entity is Gen´ erale´ pour l’Armement (DGA) and the Evaluation Lan- likely to occur in a given speech signal (thanks to meta- guage resources Distribution Agency (ELDA). One of the task data information); is Named Entity extraction over a tag set of eight main cate- 1. updating the ASR models (language model + lexicon) and the Named Entity models (grammars + word lists) with metadata information related to the documents to process; 2. composing the Named Entity models with the word lat- tice in order to obtain an entity lattice, with all the enti- ties that can be extracted from it; 3. choosing the most reliable entities detected in the word lattice and sorting them according to confidence scores. 4.1. Updating Language and NE models with metadata in- formation Broadcast News corpora are very time dependent and therefore it is crucial to train the ASR models on data temporally very close to the documents to process. However this can be difficult when dealing with large spoken archives spanning over a long period of time. But if in one hand it is often not possible to Figure 1: Architecture of the Named Entity extraction system collect enough data for training new models for each time pe- riod considered, on the other hand some metadata information related to these periods is very likely to be available. Metadata information can be a description or an abstract of the spoken gories and more than thirty sub categories organized as below: document, text corpus containing newspaper data from the same • persons (pers): human, fiction characters, animals; date of the document, or documents related to the same topic as the targeted documents. locations (loc): geographical, traffic lines, electronic and • Several studies [8, 5] propose adaptation methods of a gen- real addresses, dial numbers; eral language model to the possibly small corpora extracted • organizations (org): political, business, non profit; from these kinds of metadata information (an overview of all these methods can be found in [4]). It appears from these stud- • socio-political groups (gsp): clans, families, nations, ad- ies that the choice of the metadata and the size of the adaptation ministrative regions; corpus collected are critical in this adaptation process: if the • amounts (amount): durations, money, lengths, tempera- adaptation corpus is not exactly related to the topics of the doc- ture, age, weight and speed; ument to process, no real gains are obtained. • time (time): relative and absolute time expressions, Similarly, adapting dynamically the ASR lexicon is a much hours; more practical approach than increasing indefinitely the lexi- con size as a lot of words are strongly linked to a given time • products (prod): art, printings, awards and vehicles; period or topic and covering all time periods and all topics is • facilities (fac): buildings, monuments. unrealistic. A recent study [1] proposes to add new words to an existing lexicon without modifying the language model by Let’s point out that this tag set is significantly larger that the using open classes, integrated in the LM, corresponding to the one used in the MUC-7 and DARPA HUB-5 NE extraction task, Part-Of-Speech labels of the new words to add. This approach where only three categories were considered, and therefore the has the advantage to be more robust to a mismatch between the results obtained can’t be directly compared. Indeed, several cat- adaptation corpus and the document to process, as the main LM egories are highly ambiguous (e.g. administrative regions and remains intact. nations in gsp and facilities overlap with locations, durations The adaptation process presented in this paper is done for overlap with time entities, . ). both the LM and lexicon models and the NE models, as follows: The ESTER corpora are made of manual transcriptions of various radio broadcast shows of 6 French speaking radios. The • a text corpus corresponding to the same time period as training corpus contains 1M words and 52K NE occurrences. the documents to process is extracted from two French The test corpus contains 100K words with 6K NEs and has a 6 newspapers (Le Monde and Le Monde Diplomatique); months time mismatch with any training data that could be used • the ASR lexicon is enriched with all the new proper to train the models, as specified by the ESTER program rules. names detected in this collected corpus and a linear inter- This will allow us to see the impact of time mismatch on the NE polation between this general LM and the one obtained extraction results. on this adaptation corpus is done during the ASR pro- cess; 4. Architecture of the system • a NE extraction system (based on the same tools as pre- The general architecture of the Named Entity extraction method sented in this paper), working on text input, is applied is presented in figure 1.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    4 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us