{ "paper_id": "E99-1003", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T10:37:43.554224Z" }, "title": "TERM EXTRACTION + TERM CLUSTERING: An Integrated Platform for Computer-Aided Terminology", "authors": [ { "first": "Didier", "middle": [], "last": "Bourigault", "suffix": "", "affiliation": { "laboratory": "UMR 5610", "institution": "CNRS Maison de la Recherche", "location": { "addrLine": "5 all4es Antonio Machado", "postCode": "31058", "settlement": "Toulouse cedex", "country": "FRANCE" } }, "email": "didier@wanadoo.fr" }, { "first": "Christian", "middle": [], "last": "Jacquemin", "suffix": "", "affiliation": { "laboratory": "", "institution": "LIMSI-CNRS", "location": { "postBox": "BP 133", "postCode": "91403", "settlement": "ORSAY", "country": "FRANCE" } }, "email": "jacquemin@limsi@fr" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "A novel technique for automatic thesaurus construction is proposed. It is based on the complementary use of two tools: (1) a Term Extraction tool that acquires term candidates from tagged corpora through a shallow grammar of noun phrases, and (2) a Term Clustering tool that groups syntactic variants (insertions). Experiments performed on corpora in three technical domains yield clusters of term candidates with precision rates between 93% and 98%.", "pdf_parse": { "paper_id": "E99-1003", "_pdf_hash": "", "abstract": [ { "text": "A novel technique for automatic thesaurus construction is proposed. It is based on the complementary use of two tools: (1) a Term Extraction tool that acquires term candidates from tagged corpora through a shallow grammar of noun phrases, and (2) a Term Clustering tool that groups syntactic variants (insertions). Experiments performed on corpora in three technical domains yield clusters of term candidates with precision rates between 93% and 98%.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "Computational Terminology", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1", "sec_num": null }, { "text": "In the domain of corpus-based terminology two types of tools are currently developed: tools for automatic term extraction (Bourigault, 1993; Justeson and Katz, 1995; Daille, 1996; Brun, 1998) and tools for automatic thesaurus construction (Grefenstette, 1994) . These tools are expected to be complementary in the sense that the links and clusters proposed in automatic thesaurus construction can be exploited for structuring the term candidates produced by the automatic term extractors. In fact, complementarity is difficult because term extractors provide mainly multi-word terms, while tools for automatic thesaurus construction yield clusters of single-word terms.", "cite_spans": [ { "start": 122, "end": 140, "text": "(Bourigault, 1993;", "ref_id": null }, { "start": 141, "end": 165, "text": "Justeson and Katz, 1995;", "ref_id": "BIBREF11" }, { "start": 166, "end": 179, "text": "Daille, 1996;", "ref_id": "BIBREF3" }, { "start": 180, "end": 191, "text": "Brun, 1998)", "ref_id": "BIBREF2" }, { "start": 239, "end": 259, "text": "(Grefenstette, 1994)", "ref_id": "BIBREF7" } ], "ref_spans": [], "eq_spans": [], "section": "1", "sec_num": null }, { "text": "On the one hand, term extractors focus on multi-word terms for ontological motivations: single-word terms are too polysemous and too generic and it is therefore necessary to provide the user with multi-word terms that represent finer concepts in a domain. The counterpart of this focus is that automatic term extractors yield important volumes of data that require structuring through a postprocessor. On the other hand, tools for automatic thesaurus construction focus on single-word terms for practical reasons. Since they cluster terms through statistical measures of context similarities, these tools exploit recurring situations. Since single-word terms denote broader concepts than multi-word terms, they appear more frequently in corpora and are therefore more appropriate for statistical clustering.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1", "sec_num": null }, { "text": "The contribution of this paper is to propose an integrated platform for computer-aided term extraction and structuring that results from the combination of LEXTER, a Term Extraction tool (Bouriganlt et al., 1996) , and FASTR 1, a Term Normalization tool (Jacquemin et al., 1997) .", "cite_spans": [ { "start": 187, "end": 212, "text": "(Bouriganlt et al., 1996)", "ref_id": null }, { "start": 254, "end": 278, "text": "(Jacquemin et al., 1997)", "ref_id": "BIBREF8" } ], "ref_spans": [], "eq_spans": [], "section": "1", "sec_num": null }, { "text": "The platform for computer-aided terminology is organized as a chain of four modules and the corresponding flowchart is given by Figure 1 . preceding step through a self-indexing procedure followed by a graph-based classification. This task is basically performed by FASTR, a term normalizer, that has been adapted to the task at hand.", "cite_spans": [], "ref_spans": [ { "start": 128, "end": 136, "text": "Figure 1", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "Components of the Platform for Computer-Aided Terminology", "sec_num": "2" }, { "text": "~F-:!etion The last step of thesaurus construction is the validation of automatically extracted clusters of term candidates by a terminologist and a domain expert. The validation is performed through a data-base interface. The links are automatically updated through the entire base and a structured thesaurus is progressively constructed.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Components of the Platform for Computer-Aided Terminology", "sec_num": "2" }, { "text": "The following sections provide more details about the components and evaluate the quality of the terms thus extracted.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Components of the Platform for Computer-Aided Terminology", "sec_num": "2" }, { "text": "Term Extraction", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "3", "sec_num": null }, { "text": "Term extraction tools perform statistical or/and syntactical analysis of text corpora in specialized technical or scientific domains. Term candidates correspond to sequences of words (most of the time noun phrases) that are likely to be terminological units. These candidates are ultimately validated as entries by a terminologist in charge of building a thesaurus. LEXTER, the term extractor, is applied to the French language. Since French is a Romance language, the syntac-tic structure of terms and compounds is very similar to the structure of non-compound and nonterminological noun phrases. For instance, in French, terms can contain prepositional phrases with determiners such as: paroiNoun deprep /'Det uret~reNoun (ureteral wall). Because of this similarity, the detection of terms and their variants in French is more difficult than in the English language. The input of our term extraction tool is an unambiguously tagged corpus. The extraction process is composed of two main steps: Splitting and Parsing.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Language", "sec_num": null }, { "text": "The techniques of shallow parsing implemented in the Splitting module detect morpho-syntactical patterns that cannot be parts of terminological noun phrases and that are therefore likely to indicate noun phrases boundaries. Splitting techniques are used in other shallow parsers such as (Grefenstette, 1992) . In the case of LEXTER, the noun phrases which are isolated by splitting are not intermediary data; they are not used by any other automatic module in order to index or classify documents. The extracted noun phrases are term candidates which are proposed to the user. In such a situation, splitting must be performed with high precision.", "cite_spans": [ { "start": 287, "end": 307, "text": "(Grefenstette, 1992)", "ref_id": "BIBREF6" } ], "ref_spans": [], "eq_spans": [], "section": "Splitting", "sec_num": "3.2" }, { "text": "In order to process correctly some problematic splittings, such as coordinations, attributive past participles and sequences preposition + determiner, the system acquires and uses corpus-based selection restrictions of adjectives and nouns (Bourigault et al., 1996) .", "cite_spans": [ { "start": 240, "end": 265, "text": "(Bourigault et al., 1996)", "ref_id": "BIBREF0" } ], "ref_spans": [], "eq_spans": [], "section": "Splitting", "sec_num": "3.2" }, { "text": "For example, in order to disambiguate PPattachments, the system possesses a corpusbased list of adjectives which accept a prepositional argument built with the preposition h (at). These selectional restrictions are acquired through Corpus-Based Endogenous Learning (CBEL) as follows: During a first pass, all the adjectives in a predicative position followed by the preposition h are collected. During a second pass, each time a splitting rule has eliminated a sequence beginning with the preposition el, the preceding adjective is discarded from the list. Empirical analyses confirm the validity of this procedure. More complex procedures of CBEL are implemented into LEX-TER in order to acquire nouns sub-categorizing the preposition h or the preposition sur (on), adjectives sub-categorizing the preposition de (of), past participles sub-categorizing the preposition de (of), etc.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Splitting", "sec_num": "3.2" }, { "text": "Ultimately, the Splitting module produces a set of text sequences, mostly noun phrases, which we refer to as Maximal-Length Noun Phrases (henceforth MLNP).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Splitting", "sec_num": "3.2" }, { "text": "The Parsing module recursively decomposes the maximal-length noun phrases into two syntactic constituents: a constituent in head-position (e.g. bronchial cell in the noun phrase cylindrical bronchial cell, and cell in the noun phrase bronchial cell), and a constituent in expansion position (e.g. cylindrical in the noun phrase cylindrical bronchial cell, and bronchial in the noun phrase bronchial cell). The Parsing module exploits rules in order to extract two subgroups from each MLNP, one in head-position and the other one in expansion position. Most of MLNP sequences are ambiguous. Two (or more) binary decompositions compete, corresponding to several possibilities of prepositional phrase or adjective attachment. The disambiguation is performed by a corpus-based method which relies on endogenous learning procedures (Bouriganlt, 1993; Ratnaparkhi, 1998 ). An example of such a procedure is given in Figure 2 .", "cite_spans": [ { "start": 827, "end": 845, "text": "(Bouriganlt, 1993;", "ref_id": "BIBREF1" }, { "start": 846, "end": 863, "text": "Ratnaparkhi, 1998", "ref_id": "BIBREF13" } ], "ref_spans": [ { "start": 910, "end": 918, "text": "Figure 2", "ref_id": null } ], "eq_spans": [], "section": "Parsing", "sec_num": "3.3" }, { "text": "The sub-groups generated by the Parsing module, together with the maximal-length noun phrases extracted by the Splitting module, are the term candidates produced by the Term extraction tool. This set of term candidates is represented as a network: each multi-word term candidate is connected to its head constituent and to its expansion constituent by syntactic decomposition links. An excerpt of a network of term candidates is given in Figure 3 . Vertical and horizontal links are syntactic decomposition links produced by the Term Extraction tool. The oblique link is a syntactic variation link added by the Term Clustering tool.", "cite_spans": [], "ref_spans": [ { "start": 438, "end": 446, "text": "Figure 3", "ref_id": "FIGREF1" } ], "eq_spans": [], "section": "Network of term candidates", "sec_num": "3.4" }, { "text": "The building of the network is especially important for the purpose of term acquisition. The average number of multi-word term candidates is 8,000 for a 100,000 word corpus. The feedback of several experiments in which our Term Extraction tool was used shows that the more structured the set of term candidates is, the more efficiently the validation task is performed. For example, the structuring through syntactic decomposition allows the system to underscore lists of terms that share the same term either in head position or in expansion position. Such paradigmatic series are frequent in term banks, and initiating the validation task by analyzing such lists appears to be a very efficient validation strategy.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Network of term candidates", "sec_num": "3.4" }, { "text": "This paper proposes a novel technique for enriching the network of term candidates through ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Network of term candidates", "sec_num": "3.4" }, { "text": "Term normalization is a procedure used in automatic indexing for conflating various term occurrences into unique canonical forms. More or less linguistically-oriented techniques are used in the literature for this task. Basic procedures such as (Dillon and Gray, 1983 ) rely on function word deletion, stemming, and alphabetical word reordering. For example, the index library catalogs is transformed into catalog librar through such simplification techniques.", "cite_spans": [ { "start": 245, "end": 267, "text": "(Dillon and Gray, 1983", "ref_id": "BIBREF4" } ], "ref_spans": [], "eq_spans": [], "section": "Adapting a Normalization Tool", "sec_num": "4.1" }, { "text": "In the platform presented in this paper, term normalization is performed by FASTR, a shallow transformational parser which uses linguistic knowledge about the possible morpho-syntactic transformations of canonical terms (Jacquemin et al., 1997) . Through this technique syntactically and morphologically-related occurrences, such as stabilisation de prix (price stabilization) and stabiliser leurs prix (stabilize their prices), are continted.", "cite_spans": [ { "start": 220, "end": 244, "text": "(Jacquemin et al., 1997)", "ref_id": "BIBREF8" } ], "ref_spans": [], "eq_spans": [], "section": "Adapting a Normalization Tool", "sec_num": "4.1" }, { "text": "Term variant extraction in FASTR differs from preceding works such as (Evans et al., 1991) because it relies on a shallow syntactic analysis of term variations instead of window-based measures of term overlaps. In (Sparck Jones and Tait, 1984) a knowledge-intensive technique is proposed for extracting term variations. This approach has however never been applied to large scale term extraction because it is based on a full semantic analysis of sentences. Our approach is more realistic because it does not involve large-scale knowledgeintensive interpretation of texts that is known to be unrealistic. Our approach to the clustering of term can- val modifier is inserted in the first term. Through the self-indexing procedure these two candidates belong to the same cluster.", "cite_spans": [ { "start": 70, "end": 90, "text": "(Evans et al., 1991)", "ref_id": "BIBREF5" }, { "start": 232, "end": 243, "text": "Tait, 1984)", "ref_id": "BIBREF14" } ], "ref_spans": [], "eq_spans": [], "section": "Adapting a Normalization Tool", "sec_num": "4.1" }, { "text": "Because of this original framework, specific variations patterns were designed in order to capture inter-term variations. In this study, we restrict ourselves to syntactic variations and ignore morphological modifications. The variations patterns can be classified into the following two families:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Types of Syntactic Variation Rules", "sec_num": "4.2" }, { "text": "Internal insertion of modifiers The insertion of one or more modifiers inside a noun phrase structure. For instance the following transformation NAInsAj: ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Types of Syntactic Variation Rules", "sec_num": "4.2" }, { "text": "Noun1 Adj2 --+ Noun1 ((Adv ? Adj) 1-3 Adv ?) Adj2", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Types of Syntactic Variation Rules", "sec_num": "4.2" }, { "text": "In French, terms, compounds, and noun phrases have comparable structures: generally a head noun followed by adjectival or prepositional modifiers. Such terms may vary through lexical changes without significant structural modifications. For example NPNSynt:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Preposition switch 8\u00a2 determiner insertion", "sec_num": null }, { "text": "accounts for preposition suppressions such as fibre de collaggne/fibre collaggne (collagen fiber), additions of determiners, and/or preposition switches such as rev~tement de surface / rev~tement en surface (surface coating).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Noun1 PreI~2 Nouns --4 Noun1 ((Prep Det?) ?) Noun3", "sec_num": null }, { "text": "The complete rule set is shown in Table 1 . Each transformation given in the first column conflates the term structure given in the second column and the term structure given in the third column.", "cite_spans": [], "ref_spans": [ { "start": 34, "end": 41, "text": "Table 1", "ref_id": "TABREF2" } ], "eq_spans": [], "section": "Noun1 PreI~2 Nouns --4 Noun1 ((Prep Det?) ?) Noun3", "sec_num": null }, { "text": "The output of FASTR is a set of links between pairs of term candidates in which the target candidate is a variant of the source candidate. In order to facilitate the validation of links by the expert, this output is converted into clusters of term candidates. The syntactic variation links can be considered as the edges of an undirected graph whose nodes are the term candidates. A node nl representing a term tl is connected to a node n2 representing t2 if and only if there is a transformation T such that T(tl) = t2 or T(t2) = tl \u2022", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Clustering", "sec_num": "4.3" }, { "text": "Each connected subgraph Gi of G is considered as a cluster of term candidates likely to correspond to similar concepts. (A connected subgraph Gi is such that for every pair of nodes (nl,n2) in Gi, there exists a path from nl to n2.)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Clustering", "sec_num": "4.3" }, { "text": "For example, tl =nucldole prodminent (prominent nucleolus), t2 =nucldole central prodminent (prominent central nucleolus), t3 =nucldole souvent prodminent (frequently prominent nucleolus), and t4 =nucl~ole parfois prodminent (sometimes prominent nucleolus) are four term candidates that build a star-shaped 4-word cluster illustrated by Figure 4 . Each edge is labelled with the syntactic transformation T that maps one of the nodes to the other.", "cite_spans": [], "ref_spans": [ { "start": 337, "end": 345, "text": "Figure 4", "ref_id": "FIGREF3" } ], "eq_spans": [], "section": "Clustering", "sec_num": "4.3" }, { "text": "Experiments were made on three different corpora described in Table 2 . The first two lines of Table 2 report the size of the corpora and the number of term candidates extracted by LEXTER from these corpora. The third and fourth lines show the number of links between term candidates extracted by FASTR and the number of connected subgraphs corresponding to these links. Finally, the last two lines report statistics on the size of the clusters and the ratio of term candidates that be- long to one of the subgraphs produced by the clustering algorithm. Although the variation rules implemented in the Term Structuring tool are rather restrictive (only syntactic insertion has been taken into account), the number of links added to the network of term candidates is noticeably high. An average rate of 10% of multi-word term candidates produced by LEXTER belong to one of the clusters resulting from the recognition of term variants by FASTR.", "cite_spans": [], "ref_spans": [ { "start": 62, "end": 69, "text": "Table 2", "ref_id": "TABREF4" }, { "start": 95, "end": 102, "text": "Table 2", "ref_id": "TABREF4" } ], "eq_spans": [], "section": "Experiments", "sec_num": "5" }, { "text": "Frequencies of syntactic variations are reported in Table 3 . A screen-shot showing the type of validation that is proposed to the expert is given by Figure 5 .", "cite_spans": [], "ref_spans": [ { "start": 52, "end": 59, "text": "Table 3", "ref_id": "TABREF3" }, { "start": 150, "end": 158, "text": "Figure 5", "ref_id": null } ], "eq_spans": [], "section": "Experiments", "sec_num": "5" }, { "text": "Evaluation was performed by three experts, one in each domain represented by each corpus. These experts had already been involved in the con- 1,173 (11.6%) Figure 5 : The expert interface for cluster validation struction of terminological products through the analysis of the three corpora used in our experiments: an ontology for a case-memory system dedicated to the diagnosis support ~n pathology ([Broussais]), a semantic dictionary for the Menelas Natural Language Understanding system ([Menelas]), and a structured thesaurus for a computer-assisted technical writing tool ([DER] ). The precision rates are very satisfactory (from 93% to 98% corresponding to error rates of 7% and 2% given in the last line of Table 4), and show that the proposed method must be considered as an important progress in corpus-based terminology. Only few links are judged as conceptually irrelevant by the experts. For example, image d'embole tumorale (image of a tumorous embolus) is not considered as a correct variant of image tumorale (image of a tumor) because the first occurrence refers to an embolus while the second one refers to a tumor.", "cite_spans": [ { "start": 578, "end": 584, "text": "([DER]", "ref_id": null } ], "ref_spans": [ { "start": 156, "end": 164, "text": "Figure 5", "ref_id": null } ], "eq_spans": [], "section": "Expert Evaluation", "sec_num": "6" }, { "text": "The experts were required to assess the proposed links and, in case of positive reply, they were required to provide a judgment about the actual conceptual relation between the connected terms. Although they performed the validation independently, the three experts have proposed very similar types of conceptual relations between term candidates connected by syntactic variation links. At a coarse-grained level, they proposed the same three types of conceptual relations: Synonymy Both connected terms are considered as equivalent by the expert: embole tumorale (tumorous embolus) / embole vasculaire tumorale (vascular tumorous embolus).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Expert Evaluation", "sec_num": "6" }, { "text": "The preceding example corresponds to a frequent situation of elliptic synonymy: the notion of integrated metonymy (Kleiber, 1989 ).", "cite_spans": [ { "start": 114, "end": 128, "text": "(Kleiber, 1989", "ref_id": "BIBREF12" } ], "ref_spans": [], "eq_spans": [], "section": "Expert Evaluation", "sec_num": "6" }, { "text": "In the medical domain, it is a common knowledge that an embole tumorale is an embole vasculaire tumorale, as everyone knows that sunflower oil is a synonym of sunflower seed oil.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Expert Evaluation", "sec_num": "6" }, { "text": "Generic/specific relation One of the two terms denotes a concept that is finer than the other one: cellule dpithdliale cylindrique (cylindrical epithelial cell) is a specific type of cellule cylindrique (cylindrical cell).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Expert Evaluation", "sec_num": "6" }, { "text": "Attributive relation As in the preceding case, there is a non-synonymous semantic relation between the two terms. One of them denotes a concept richer than the other one because it carries an additional attributes: a noyau volumineux irrdgulier (large irregular nucleus)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Expert Evaluation", "sec_num": "6" }, { "text": "is a noyau irrdgulier (irregular nucleus) that is additionally volumineux (large).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Expert Evaluation", "sec_num": "6" }, { "text": "This study shows that the clustering of term candidates through term normalization is a powerful technique for enriching the network of term candidates produced by a Term Extraction tool such as LEXTER.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Future Work", "sec_num": "7" }, { "text": "In our approach, term normalization is performed through the conflation of specific term variants. We have focused on syntactic variants that involve structural modifications (mainly modifier insertions). As reported in (Jacquemin, 1999) , morphological and semantic variations are two other important families of term variations which can also be extracted by FASTR. They will be accounted for in order to enhance the number of clustered term candidates. It is our purpose to focus on these two types of variants in the near future. ", "cite_spans": [ { "start": 220, "end": 237, "text": "(Jacquemin, 1999)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "Future Work", "sec_num": "7" } ], "back_matter": [ { "text": "The authors would like to thank the experts for their comments and their evaluations of our results: Pierre Zweigenbaum (AP/HP) on [Menelas], Christel Le Bozec and Marie-Christine Janlent (AP/HP) on [Broussais], and Henry Boccon-Gibod (DER-EDF) on [DER]. We are also grateful to Henry Boccon-Gibod (DER-EDF) for his support to this work. This work was partially funded by l~lectriciti@ de France.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Acknowledgement", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Lexter, a natural language processing tool for terminology extraction", "authors": [ { "first": "Didier", "middle": [], "last": "Bourigault", "suffix": "" }, { "first": "Isabelle", "middle": [], "last": "Gonzalez-Mullier", "suffix": "" }, { "first": "C@cile", "middle": [], "last": "Gros", "suffix": "" } ], "year": 1996, "venue": "Seventh EURALEX International Congress on Lexicography (EURALEX96), Part II", "volume": "", "issue": "", "pages": "771--779", "other_ids": {}, "num": null, "urls": [], "raw_text": "Didier Bourigault, Isabelle Gonzalez-Mullier, and C@cile Gros. 1996. Lexter, a natural language processing tool for terminology extraction. In Seventh EURALEX International Congress on Lexicography (EURALEX96), Part II, pages 771-779.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "An endogeneous corpusbased method for structural noun phrase disambiguation", "authors": [ { "first": "Didier", "middle": [], "last": "Bouriganlt", "suffix": "" } ], "year": 1993, "venue": "Proceedings, 6th Conference of the European Chapter of the Association for Computational Linguistics (EA CL '93)", "volume": "", "issue": "", "pages": "81--86", "other_ids": {}, "num": null, "urls": [], "raw_text": "Didier Bouriganlt. 1993. An endogeneous corpus- based method for structural noun phrase disam- biguation. In Proceedings, 6th Conference of the European Chapter of the Association for Com- putational Linguistics (EA CL '93), pages 81-86, Utrecht.", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Terminology finite-state preprocessing for computational lfg", "authors": [ { "first": "Caroline", "middle": [], "last": "Brun", "suffix": "" } ], "year": 1998, "venue": "Proceedings, 36th Annual Meeting of the Association for Computational Linguistics and 17th International Conference on Computational Linguistics (COLING-ACL'98)", "volume": "", "issue": "", "pages": "196--200", "other_ids": {}, "num": null, "urls": [], "raw_text": "Caroline Brun. 1998. Terminology finite-state preprocessing for computational lfg. In Proceed- ings, 36th Annual Meeting of the Association for Computational Linguistics and 17th Inter- national Conference on Computational Linguis- tics (COLING-ACL'98), pages 196-200, Mon- treal.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Study and implementation of combined techniques for automatic extraction of terminology", "authors": [ { "first": "", "middle": [], "last": "B6atrice Daille", "suffix": "" } ], "year": 1996, "venue": "The Balancing Act: Combining Symbolic and Statistical Approaches to Language", "volume": "", "issue": "", "pages": "49--66", "other_ids": {}, "num": null, "urls": [], "raw_text": "B6atrice Daille. 1996. Study and implementa- tion of combined techniques for automatic ex- traction of terminology. In Judith L. Klavans and Philip Resnik, editors, The Balancing Act: Combining Symbolic and Statistical Approaches to Language, pages 49-66. MIT Press, Cam- bridge, MA.", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "FASIT: A fully automatic syntactically based indexing system", "authors": [ { "first": "Martin", "middle": [], "last": "Dillon", "suffix": "" }, { "first": "Ann", "middle": [ "S" ], "last": "Gray", "suffix": "" } ], "year": 1983, "venue": "Journal of the American Society for Information Science", "volume": "34", "issue": "2", "pages": "99--108", "other_ids": {}, "num": null, "urls": [], "raw_text": "Martin Dillon and Ann S. Gray. 1983. FASIT: A fully automatic syntactically based indexing system. Journal of the American Society for Information Science, 34(2):99-108.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "Automatic indexing using selective NLP and first-order thesauri", "authors": [ { "first": "David", "middle": [ "A" ], "last": "Evans", "suffix": "" }, { "first": "Kimberly", "middle": [], "last": "Ginther-Webster", "suffix": "" }, { "first": "Mary", "middle": [], "last": "Hart", "suffix": "" }, { "first": "Robert", "middle": [ "G" ], "last": "Lefferts", "suffix": "" }, { "first": "Ira", "middle": [ "A" ], "last": "Monarch", "suffix": "" } ], "year": 1991, "venue": "Proceedings, Intelligent Multimedia Information Retrieval Systems and Management (RIA 0'91)", "volume": "", "issue": "", "pages": "624--643", "other_ids": {}, "num": null, "urls": [], "raw_text": "David A. Evans, Kimberly Ginther-Webster, Mary Hart, Robert G. Lefferts, and Ira A. Monarch. 1991. Automatic indexing using se- lective NLP and first-order thesauri. In Pro- ceedings, Intelligent Multimedia Information Retrieval Systems and Management (RIA 0'91), pages 624-643, Barcelona.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "A knowledge-poor technique for knowledge extraction from large corpora", "authors": [ { "first": "Gregory", "middle": [], "last": "Grefenstette", "suffix": "" } ], "year": 1992, "venue": "Proceedings, 15th Annual International A CM SIGIR Conference on Research and Development in Information Retrieval (SI-GIR '92)", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Gregory Grefenstette. 1992. A knowledge-poor technique for knowledge extraction from large corpora. In Proceedings, 15th Annual Inter- national A CM SIGIR Conference on Research and Development in Information Retrieval (SI- GIR '92), Copenhagen.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Explorations in Automatic Thesaurus Discovery", "authors": [ { "first": "Gregory", "middle": [], "last": "Grefenstette", "suffix": "" } ], "year": 1994, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Gregory Grefenstette. 1994. Explorations in Automatic Thesaurus Discovery. Kluwer Aca- demic Publisher, Boston, MA.", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "Expansion of multiword terms for indexing and retrieval using morphology and syntax", "authors": [ { "first": "Christian", "middle": [], "last": "Jacquemin", "suffix": "" }, { "first": "Judith", "middle": [ "L" ], "last": "Klavans", "suffix": "" }, { "first": "Evelyne", "middle": [], "last": "Tzoukermann", "suffix": "" } ], "year": 1997, "venue": "Proceedings", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Christian Jacquemin, Judith L. Klavans, and Eve- lyne Tzoukermann. 1997. Expansion of multi- word terms for indexing and retrieval using morphology and syntax. In Proceedings, 35th", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "Annual Meeting of the Association for Computational Linguistics and 8th Conference of the European Chapter of the Association for Computational Linguistics (ACL -EACL'97)", "authors": [], "year": null, "venue": "", "volume": "", "issue": "", "pages": "24--31", "other_ids": {}, "num": null, "urls": [], "raw_text": "Annual Meeting of the Association for Compu- tational Linguistics and 8th Conference of the European Chapter of the Association for Com- putational Linguistics (ACL -EACL'97), pages 24-31, Madrid.", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "Syntagmatic and paradigmatic representations of term variation", "authors": [ { "first": "Christian", "middle": [], "last": "Jacquemin", "suffix": "" } ], "year": 1999, "venue": "Proceedings, 37th Annual Meeting of the Association for Computational Linguistics (ACL'99)", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Christian Jacquemin. 1999. Syntagmatic and paradigmatic representations of term varia- tion. In Proceedings, 37th Annual Meeting of the Association for Computational Linguistics (ACL'99), University of Maryland.", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Technical terminology: some linguistic properties and an algorithm for identification in text", "authors": [ { "first": "John", "middle": [ "S" ], "last": "Justeson", "suffix": "" }, { "first": "M", "middle": [], "last": "Slava", "suffix": "" }, { "first": "", "middle": [], "last": "Katz", "suffix": "" } ], "year": 1995, "venue": "Natural Language Engineering", "volume": "1", "issue": "1", "pages": "9--27", "other_ids": {}, "num": null, "urls": [], "raw_text": "John S. Justeson and Slava M. Katz. 1995. Tech- nical terminology: some linguistic properties and an algorithm for identification in text. Nat- ural Language Engineering, 1(1):9-27.", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "Paul est bronzd versus la peau de paul est bronzde", "authors": [ { "first": "George", "middle": [], "last": "Kleiber", "suffix": "" } ], "year": 1989, "venue": "Proceedings, Ire colloque international de linguistique slavo-romane", "volume": "", "issue": "", "pages": "109--134", "other_ids": {}, "num": null, "urls": [], "raw_text": "George Kleiber. 1989. Paul est bronzd versus la peau de paul est bronzde. Contre une approche r6f~rentielle analytique. In Harro Stammerjo- harm, editor, Proceedings, Ire colloque interna- tional de linguistique slavo-romane, pages 109- 134, Tiibingen. Gunter Narr Verlag. Reprinted in Nominales, A. Colin, Paris, 1995.", "links": null }, "BIBREF13": { "ref_id": "b13", "title": "Statistical models for unsupervised prepositional phrase attachment", "authors": [ { "first": "Adwait", "middle": [], "last": "Ratnaparkhi", "suffix": "" } ], "year": 1998, "venue": "Proceedings, 36th Annual Meeting of the Association for Computational Linguistics and 17th International Conference on Computational Linguistics (COLING-ACL'98)", "volume": "", "issue": "", "pages": "1079--1085", "other_ids": {}, "num": null, "urls": [], "raw_text": "Adwait Ratnaparkhi. 1998. Statistical models for unsupervised prepositional phrase attach- ment. In Proceedings, 36th Annual Meeting of the Association for Computational Linguistics and 17th International Conference on Compu- tational Linguistics (COLING-ACL'98), pages 1079-1085, Montreal.", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "Automatic search term variant generation", "authors": [ { "first": "Karen Sparck Jones", "middle": [], "last": "", "suffix": "" }, { "first": "John", "middle": [ "I" ], "last": "Tait", "suffix": "" } ], "year": 1984, "venue": "Journal of Documentation", "volume": "40", "issue": "1", "pages": "50--66", "other_ids": {}, "num": null, "urls": [], "raw_text": "Karen Sparck Jones and John I. Tait. 1984. Auto- matic search term variant generation. Journal of Documentation, 40(1):50-66.", "links": null } }, "ref_entries": { "FIGREF0": { "type_str": "figure", "num": null, "text": "Overview of the platform for computeraided terminology", "uris": null }, "FIGREF1": { "type_str": "figure", "num": null, "text": "Excerpt of a network of term candidates. the addition of syntactic variation links to syntactic decomposition links.4Term Clustering", "uris": null }, "FIGREF2": { "type_str": "figure", "num": null, "text": "describes the insertion of one to three adjectival modifiers inside a Noun-Adjective structure in French. Through this transformation, the term candidate cellule bronchique cylindrique (cylindrical bronchial cell) is recognized as a variant of the term candidate cellule cylindrique (cylindrical cell). Other internal modifications account for adverbial and prepositional modifiers.", "uris": null }, "FIGREF3": { "type_str": "figure", "num": null, "text": "A sample 4-term cluster.", "uris": null }, "TABREF2": { "num": null, "text": "Syntactic variation rules exploited by the Term Clustering tool.", "html": null, "type_str": "table", "content": "
Ident.Base termVariant
NAInsAvNoun1 Adj2Noun, ((Adv ? Adj) 0-s Adv) Adj2
NAInsAjNoum Adj2Noun1 ((Adv ? Adj) 1-3 Adv ?) Adje
NAInsNNoun1 Adj2Noun1 ((Adv ? hdj) ?
(Prep ? Det ? (Adv ? Adj) ? Noun) (Adv ? Adj) ? Adv ?) Adj2
ANInsAvAdjl Noun2(Adv) Adjl Noun2
NPNSyntNoun1 Prep2 Noun3Nounl ((Prep Det?) ?) Noun3
NPNInsAjNoun1 Prep2 Noun3Noun1 ((Adv ? Adj) \u00b0-3 Prep Det ? (Adv ? Adj)0-3 ) Nouns
NPNInsNNoun1 Prep2 Noun3Noun, ((Adv ? Adj) \u00b0-3 (Prep Det?) ? (Adv ? Adj) \u00b0-s Noun
(Adv ? Adj) \u00b0-3 (Prep Det?) ? (Adv ? Adj)0-3 ) Noun3
NPDNSyntNoun, Prep2 Det4 NounsNoun, ((Prep Det?) ?) Nouns
NPDNInsAjNoun, Prep2 Det4 Noun3NOunl ((Adv ? Adj) \u00b0-3 Prep Det ? (Adv ? Adj)0-3 ) Noun3
NPDNInsNNoun, Prep2 Det4 Noun3Noun1 ((Adv ? Adj) \u00b0-3 (Prep Det?) ? (Adv ? Adj) \u00b0-3 Noun
(Adv ? Adj) \u00b0-3 (Prep Det?) ? (Adv ? Adj)0-3 ) Noun3
nucl~ole souvent pro~minent nucl~ole central pro~minent
t 3e\"'~ nsAv NAInsAj.~'~ t2
nucldole prot~~v
t4
nucldole parfois pro~rainent
" }, "TABREF3": { "num": null, "text": "Frequencies of syntactic variations.", "html": null, "type_str": "table", "content": "
[Menel.] [Brouss.] [DER]
NAInsAv21%30%1%
NAInsAj33%25%5%
NAInsN23%21%13%
ANInsAv3%3%0%
NPNSynt2%2%18%
NPNInsAj6%11%8%
NPNInsN1%2%11%
NPDNSynt1%2%22%
NPDNInsAj8%2%11%
NPDNInsN2%2%11%
Total100%100%100%
" }, "TABREF4": { "num": null, "text": "The three corpora exploited in the experiments.", "html": null, "type_str": "table", "content": "
[Broussals][DER][Menelas]
Domainanatomy pathology nuclear engineering coronarian diseases
Type of documentsmedical reportstechnical reportsmedical files
Number of words40,000230,000110,000
Number of multi-word term3,43914,03710,155
candidates
Number of variation links240785634
Number of clusters168556448
Maximal size of the clusters101313
Number of term candidates438 (12.7%)1,349 (9.6%)
belonging to one cluster
" }, "TABREF5": { "num": null, "text": "Results of the validation.", "html": null, "type_str": "table", "content": "
[
" } } } }