Comparing Recurring Lexico-Syntactic Trees (Rlts) and Ngram Techniques for Extended Phraseology Extraction: a Corpus-Based Study on French Scientific Articles

Comparing Recurring Lexico-Syntactic Trees (Rlts) and Ngram Techniques for Extended Phraseology Extraction: a Corpus-Based Study on French Scientific Articles

Comparing Recurring Lexico-Syntactic Trees (RLTs) and Ngram Techniques for Extended Phraseology Extraction: a Corpus-based Study on French Scientific Articles Agnes` Tutin and Olivier Kraif Univ. Grenoble Alpes, LIDILEM CS40700 38058 Grenoble cedex 9, France agnes.tutin,[email protected] Abstract is accurate to extract larger phraseological units such as prefabricated routines. In order to evaluate This paper aims at assessing to what extent this method, we compare it to the classical ngram a syntax-based method (Recurring Lexico- extraction technique on a subset of recurring seg- syntactic Trees (RLT) extraction) allows ments including speech verbs in a French corpus us to extract large phraseological units of scientific writing. We will first present the such as prefabricated routines, e.g. as pre- syntax-based extraction technique and will present viously said or as far as we/I know in sci- the methodology (corpus and linguistic typology). entific writing. In order to evaluate this We will then provide some first results on a quan- method, we compare it to the classical titative and a qualitative analysis. ngram extraction technique, on a subset of recurring segments including speech verbs 2 Recurring Lexico-syntactic Trees: a in a French corpus of scientific writing. syntax-based extraction technique for Results show that the RLT extraction tech- extended MWEs nique is far more accurate for extended In a dependency parsed treebank, one may be in- MWEs such as routines or collocations but terested in identifying recurring sub-trees. From performs more poorly for surface phenom- a sequence of words, it is easy to extract all the ena such as syntactic constructions or fully subsequences of 2..n words (for a given value of n, frozen expressions. e.g. 8), with their frequencies (what (Salem, 1987) 1 Introduction calls ”repeated segments”, also called ”ngrams”). Similarly, it is possible to extract from a treebank Multiword expressions are diverse. They include all the sub-trees containing 2..n nodes. But com- frozen expressions such as grammatical words binatorics is much more larger in the case of trees: (e.g. as far as, in order to), non compositional theoretically, for a tree that includes t nodes, one idioms (e.g. kick the bucket), but also less frozen may have up to expressions which belong to the ”extended phrase- n ology”: collocations (e.g. pay attention), prag- t 1 − matemes (e.g. see you later, how do you do?) k k=2 or cliches´ and routines (as far as I know, as pre- X viously said in scientific writing). Given this subtrees with 2..n nodes (Corman, 2012). For in- diversity, we think that MWE extraction tech- stance, with a sentence of 20 tokens we obtain a niques should be tuned according to specific kinds total of 54 ngrams of length 2 to 4, and up to 704 of MWEs. Syntax-based MWE extraction tech- subtrees of 2 to 4 nodes (ibid.). To solve the com- niques produce very interesting results for collo- putational problem due to this combinatorial ex- cation extraction (e.g. (Evert, 2008), (Seretan, plosion, we simplify it by focusing on the binary 2011)) and are now widely used in NLP, in partic- co-occurrences between nodes connected by syn- ular to deal with binary collocations such as pay tactic relations (in this case dependency relations). attention or widely used. In this paper, we wish to The RLT method was developed within a software assess to what extent a syntax-based method (Re- architecture centered on the notion of ”syntactic curring Lexico-syntactic Trees (RLT) extraction) co-occurrence”, in the words of (Evert, 2008), 176 Proceedings of the 13th Workshop on Multiword Expressions (MWE 2017), pages 176–180, Valencia, Spain, April 4. c 2017 Association for Computational Linguistics which characterizes a significant statistical associ- a certain length (in the following, the maximum ation between two words syntactically related, for length will be set to 8 elements). We call ”Recur- example (play-OBJ->role). We used a tool called ring Lexico-syntactic Trees” (RLT) the recurring Lexicoscope ( (Kraif and Diwersy, 2012); (Kraif trees yielded by this process. These steps are il- and Diwersy, 2014)), which extracts, for a given lustrated in Figure 2, for the RLT corresponding node-word, a table that records its most signifi- to <proposer + dans + ce + article>: cant syntactic collocates (for all or only a subset This method assumes that most interesting re- of syntactic relationships). This table is called lex- curring expressions have at least two adjacent icogram, and presents significant collocates in a nodes that are strongly associated, which allows way analogous to the Sketch Engine ( (Kilgarriff to start the iterative process. Once the first two and Tugwell, 2001)), except that all the involved nodes are merged into one tree, the association relationships are merged into a single table. In- measure with other nodes is usually high, even cluding frequency statistics and association mea- though the pairwise association measure between sures, this lexicogram contains information about words is initially low (because the frequency of the syntactic relations, and about the dispersion, the initial subtree is generally much lower than the which indicates the number of sub-corpora where frequency of its individual words). The analysis the co-occurrence has been identified. This lat- of the results in a corpus-based study will make ter clue is useful to highlight general phenomena, it possible to determine whether this hypothesis is shared by all the sub-corpora, because some re- valid. curring associations may be very prominent lo- cally, in a small part of the corpus (even in a single document), without having general scope. 3 Comparison of Ngrams and RLTs of The architecture of Lexicoscope allows to study Speech Verbs in Scientific Writing the collocates for simple node-words, but also for trees, comparable to what (Rainsford and Heiden, 3.1 Aims of the study 2014) call keynodes. As an example, for the sub- ´ tree <presenter+article´ >we obtain the collocates This study aims at comparing through concrete ex- of Figure 1: amples different kinds of segments extracted by We see that these collocates, when clustered two the syntax-based RLT method and a conventional by two, may be used to reconstruct the full tree method widely used in phraseology and stylistics, of the routine <nous + proposer + dans + cet + the repeated segments method (or n-grams) which article>. Starting from these binary co-occurrence identify recurrent sequences of words, lemmas or scheme, including a sub-tree and a single word, we contiguous punctuation ( (Salem, 1987), (Biber developed an iterative method to extract complete et al., 2004)). We focused on particular recur- recurring trees with an arbitrary number of nodes. ring segments associated with 25 speech verbs, se- This method is fully automated, and operates in lected among several semantic subfields1 and used the following manner: to extract segments such as comme on l’a dit (’as previously said’) or article propose (lit. ’article 1. start from an initial keynode (single word or proposes’). Among these segments, the routines subtree) ; associated with the rhetorical and discourse func- 2. extract the lexicogram ; tions in scientific writing are of particular inter- est (see also (Teufel and Moens, 2002); (Sandor,´ 3. expand the keynode with any collocate that 2007); (Tutin and Kraif, 2016)). The corpus used exceed a given threshold of association mea- for this experiment includes 500 scientific articles sure ; of about 5 million words in 10 fields of human science, syntactically annotated using the XIP de- 4. repeat step 2 for all the newly expanded keyn- pendency parser ( (A¨ıt-Mokhtar et al., 2002)). We odes. evaluated qualitatively and quantitatively the seg- ments extracted with both methods. The process is repeated as long as there are new collocates that exceed the significance threshold, and until the extracted trees have not exceeded 1e.g. ’mention’, ’emphasis’, ’discussion’, ’formulation’... 177 Figure 1: Extracting a lexicogram for a given subtree (<proposer+article>)) Figure 2: A three steps extraction to get the RLT <proposer + dans + ce + article>) 3.2 Extraction methods and linguistic ’as we have pointed it out’), il falloir dire que (lit. typology of segments ’it must be said’). Both extraction methods use the lemmatized cor- b. Collocations, unlike routines, are considered pus. Ngrams were extracted with the help of as plain binary recurring associations (cf. (Haus- a homemade script, which identifies contiguous mann, 1989)), as in formuler le hypothese` (lit. for- words and punctuation marks (essentially com- mulate a hypothesis). mas) occurring at least 8 times in at least 3 dis- ciplines, and including at least 3 words. Similarly, c. Specific syntactic constructions deal with we extracted RLTs occurring at least 8 times at specific alternations, e.g. passive constructions, each iteration (with a likelihood ratio >10.81) in at impersonal or modal constructions, which are of- least three disciplines, including at least 3 words. ten characteristic of the scientific genre, e.g. avoir The dispersion measure has proved useful for tar- etreˆ souligner (lit. ’have been pointed out’), per- geting cross-disciplinary expressions, and there- mettre de preciser´ (lit. ’allows to specify’) fore the routines specific within the genre of sci- entific articles rather than within a specific disci- d. Frozen expressions include non composi- pline. We further characterized the extracted seg- tional multiword expressions, close to idioms (see ments, relying on a linguistic typology in order (Sag et al., 2002)), e.g. c’est-a-dire` (’that is to to better understand the complementarity of both say’), or cela va sans dire (’it goes without say- methods. A close look at the text was often nec- ing’). essary in order to characterize the segments more accurately.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    5 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