• No results found

Automatically enriching spoken corpora with syntactic information for linguistic studies

N/A
N/A
Protected

Academic year: 2020

Share "Automatically enriching spoken corpora with syntactic information for linguistic studies"

Copied!
5
0
0

Loading.... (view fulltext now)

Full text

(1)

Automatically enriching spoken corpora with syntactic information

for linguistic studies

Alexis Nasr, Frederic Bechet, Benoit Favre, Thierry Bazillon, Jose Deulofeu, Andre Valli

Aix Marseille Université, CNRS, LIF UMR 7279, Marseille, France alexis.nasr@lif.univ-mrs.fr

Abstract

Syntactic parsing of speech transcriptions faces the problem of the presence of disfluencies that break the syntactic structure of the utterances. We propose in this paper two solutions to this problem. The first one relies on a disfluencies predictor that detects disfluencies and removes them prior to parsing. The second one integrates the disfluencies in the syntactic structure of the utterances and train a disfluencies aware parser.

Keywords:speech processing; parsing; syntactic annotation

1.

Introduction

Corpus-based linguistic studies require large amounts and a wide variety of syntactically annotated corpora. In this paper, we present some results on the automatic syntactic annota-tion of spoken corpora containing spontaneous speech. This study takes place in the framework of the ORFEO project. The goal of this project is to provide to the scientific com-munity access to a large number of spoken and written cor-pora annotated with a common scheme to facilitate linguistic studies across genre and modality (written and oral). To this purpose, in a first phase of the project, it was decided to anno-tate automatically all corpora with a common part of speech (POS) and syntactic dependency labels tagset. If this process is rather straightforward for written corpora, it raises two ma-jor issues when dealing with spoken corpora containing spon-taneous speech. The first one concerns the notion of sentence , which is important for syntactic parsing but does not have a clear definition when dealing with speech data. The second one concerns the presence, in spoken transcriptions, of spe-cific phenomena, often referred as disfluencies, such as filled pauses, discourse markers, repetitions, false starts, which are characteristics of spontaneous speech.

We focus is this paper on the second issue: dealing with dis-fluencies that break the syntactic structure of utterances, and propose two ways to deal with them: either integrate them in the syntax and learn parsers that are able to deal with them or devise a specific module that detects and removes them prior to parsing. In order to compare these two approaches we per-formed our experiments on the RATP-DECODA corpus. This corpus is particularly well suited to this study as it contains both very spontaneous speech and linguistic annotations (dis-fluencies, POS and syntactic dependencies). The models and tagging/parsing strategies trained on this corpus will be ap-plied in a second phase to all the other ORFEO corpora. The structure of the paper is the following: Section 2. de-scribes the DECODA corpus and the annotation schema, sec-tion 3. describes the POS tagger used. Although tagging is not the main topic of this paper, it plays an important role both for disfluency detection and parsing. Sections 4. and 5. re-spectively describe the disfluency prediction module and the parser. Section 6. concludes the paper.

2.

The RATP-DECODA Corpus

The RATP-DECODA corpus (Bechet et al., 2012) collected within the DECODA project is made of 2100 dialogs, corre-sponding to about 74 hours of sound recordings. It contains dialogs recorded at the Paris Transport Authority (RATP) call-center between operators and users of Paris public transports. The average duration of a dialog is about 3 minutes. This cor-pus is fully anonymized, manually segmented, transcribed and annotated.

Five levels of linguistic annotations have been performed on the transcriptions of the DECODA corpus: Disfluencies, POS tags, Syntactic dependencies, Chunks and Named Entities. Chunks and Named Entities have are not covered in this study. More details on the annotation process can be found in (Bazil-lon et al., 2012).

The disfluencies considered are repetitions, such as “le le" (the the), false starts, such as “bonj-" (the beginning of the word “bonjour" (good morning)) and discourse markers, such as “euh" or “bien" (well). The category discourse marker also includes the filled pauses. The repetitions considered are: sin-gle words “le le" (the the); wor sequences “on est on est" (we are we are); or approximate repetitions with synonyms “je voudrais je veux" (I would like I want). False starts have been marked following the ESTER (Galliano et al., 2009) conven-tions for speech transcription: each false start is marked with the symbol()added to the part of work pronounced. For ex-ample: “met()" for “metro".

Each word of the corpus is labelled with a disfluency label chosen among the set (REP, DM, FALSTART, NULL). 28% of the speech segments contain at least one discourse marker (or a filled pause), 8% contain a repetition and 1% contain a false start.

The ORFEO POS tagset is made of 17 tags, described in ta-ble 1. Words that are part of a disfluent expression have been assigned a POS. For example, a repetition such as: “je je je veux" (I I I want) is tagged: “CLI CLI CLI VRB".

(2)
(3)
(4)
(5)

this setting, parsing and disfluencies detection are performed jointly by the parser. The performances of the two methods are very close.

This process has been tuned on the RATP-DECODA, it is now applied to all the other spoken corpora of the ORFEO project.

7.

Acknowledgments

This work has been funded by the FrenchAgence Nationale pour la Recherche(ANR), through the project ORFEO (ANR-12-CORP-0005).

8.

References

Abeillé, A., Clément, L., and Toussenel, F. (2003). Building a treebank for french. In Abeillé, Anne, editor,Treebanks. Kluwer, Dordrecht.

Bazillon, Thierry, Deplano, Melanie, Bechet, Frederic, Nasr, Alexis, and Favre, Benoit. (2012). Syntactic annotation of spontaneous speech: application to call-center conversation data. InProceedings of LREC, Istambul.

Bechet, Frederic, Maza, Benjamin, Bigouroux, Nicolas, Bazil-lon, Thierry, El-Bèze, Marc, Mori, Renato De, and Arbil-lot, E. (2012). Decoda: a call-center human-human spoken conversation corpus. InInternational Conference on Lan-guage Resources and Evaluation (LREC).

Bohnet, B. (2010). Very high accuracy and fast dependency parsing is not a contradiction. InProceedings of ACL, pages 89–97.

Galliano, S., Gravier, G., and Chaubard, L. (2009). The ester 2 evaluation campaign for the rich transcription of french radio broadcasts. InTenth Annual Conference of the Inter-national Speech Communication Association.

McDonald, R., Pereira, F., Ribarov, K., and Hajiˇc, J. (2005). Non-projective dependency parsing using spanning tree al-gorithms. InProceedings of HLT-EMNLP, pages 523–530. Nasr, Alexis, Bechet, Frederic, Rey, Jean-Francois, and Roux, Joseph Le. (2011). Macaon:a linguistic tool suite for pro-cessing word lattices. InThe 49th Annual Meeting of the Association for Computational Linguistics: demonstration session.

Figure

Table 1: The ORFEO part of speech tagset
Table 5: Tagging accuracy according to whether the model istrained on disfluent speech or not, and broken down by disflu-ency category.
Table 10: Parsing accuracy of a parser trained on DECODAwithout disfluencies

References

Related documents

It is interesting to note that although evidence in the literature indicates that variables such as demographics are deficient when attempting to explain buyer

P_3PAKAprotocol provides useranonymity and un- traceability by using dynamic identifier depending on each session’s nonce. P_3PAKA protocol is moresecure while maintaining

Probably the majority of courts in this country will allow a recovery of exemplary damages supported by a recovery of nominal damages only, but a substantial

extension of almsgiving not only to own kinsfolk but to ‘any poor person’ was not present in this early Deuteronomistic stage of the narrative, whereas in the earlier Greek version

The present concept building is focusing the factors to maintain perfect desirable body weight with the perfect blend of proper diet and appropriate physical

(9.0) for boy and girl students on poor teaching skills and low attendance of teachers, which means they equally accepted these factors are main reason of absenteeism

The remaining twelve patients had a reverse Hill-Sachs compression fracture in- volving 25–40% of the articular surface of the humeral head following a traumatic posterior

The primary objective of this study was to design a spe- cifically tailored Intelligent Physical Exercise Training (IPET) program [22] targeting the neck and shoulder muscles, and