How to define co-occurrence in different domains of study?
Mathieu Roche

TL;DR
This paper compares how co-occurrence is defined across various research domains, highlighting similarities and differences, and discusses methodological approaches for identifying co-occurrences in multidisciplinary studies.
Contribution
It provides a comparative analysis of co-occurrence definitions across disciplines and explores methodological considerations for multidisciplinary research.
Findings
Identifies domain-specific variations in co-occurrence definitions
Highlights methodological challenges in multidisciplinary co-occurrence analysis
Proposes considerations for consistent identification of co-occurrences
Abstract
This position paper presents a comparative study of co-occurrences. Some similarities and differences in the definition exist depending on the research domain (e.g. linguistics, NLP, computer science). This paper discusses these points, and deals with the methodological aspects in order to identify co-occurrences in a multidisciplinary paradigm.
| Sentence (input) | |
|---|---|
| With climate change the water cycle is expected to undergo significant change. | |
| Candidates (output) | |
| Phrases | climate change |
| (noun noun, adjective-noun) | water cycle, significant change |
| bi-grams of words | With climate, climate change, change the, the water, |
| water cycle, cycle is, is expected, expected to, | |
| to undergo, undergo significant, significant change | |
| 2-skip-bi-grams | With climate, With change, With the, |
| climate change, climate the, climate water, | |
| change the, change water, change cycle, | |
| the water, the cycle, the is, | |
| water cycle, water is, water expected, | |
| cycle is, cycle expected, cycle to, | |
| is expected, is to, is undergo, | |
| expected to, expected undergo, expected significant, | |
| to undergo, to significant, to change, | |
| undergo significant, undergo change, | |
| significant change | |
| Definitions | Domains |
|---|---|
| Collocations | L |
| Polylexical expressions | L + NLP |
| Phrases | NLP |
| n-grams | NLP + CS |
| Association rules | CS |
| Sequential patterns | CS |
| Ordered | Sequences | Morpho-syntactic | Semantic | |
| sequences | with gaps | information | information | |
| Collocations | ||||
| Polylexical expressions | ||||
| Phrases | ||||
| -grams | ||||
| Association rules | ||||
| Sequential patterns |
| Statistic | Morpho-syntactic | Semantic | |
| information | information | information | |
| Linguistics | |||
| NLP | |||
| Data mining |
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Data Mining Algorithms and Applications
11institutetext: Cirad, TETIS, F-34398 Montpellier, France
22institutetext: TETIS, Univ. Montpellier, AgroParisTech, Cirad, CNRS, Irstea, Montpellier, France
http://textmining.biz/Staff/Roche
How to define co-occurrence in different domains of study?
Mathieu Roche 1,2
Abstract
This position paper presents a comparative study of co-occurrences. Some similarities and differences in the definition exist depending on the research domain (e.g. linguistics, NLP, computer science). This paper discusses these points, and deals with the methodological aspects in order to identify co-occurrences in a multidisciplinary paradigm.
Keywords:
co-occurrence, collocation, phrase, -gram, skyp--gram, association rule, sequential pattern
1 Introduction
Determining co-occurrences in corpora is challenging for different applications such as classification, translation, terminology building, etc. More generally, co-occurrences can be identified with all types of data, e.g. databases [1], texts [2], images [3], music [4], video [5], etc.
The co-occurrence concept has different definitions depending on the research domain (i.e. linguistics, NLP, computer science, biology, etc.). This position paper reviews the main definitions in the literature and discusses similarities and differences according to the domains. This type of study can be crucial in the context of data science, which is geared towards developing a multidisciplinary paradigm for data processing and analysis, especially textual data.
Here the co-occurrence concept related to textual data is discussed. Note that before their validation by an expert, co-occurrences of words are often considered as candidate terms.
First, Section 2 of this paper details the different definitions of co-occurrence according to the studied domains. Section 3 discusses and compares these different aspects based on their intrinsic definition but also on the associated methodologies in order to identify them. Finally, Section 4 lists some perspectives.
2 Co-occurrence in a multidisciplinary context
2.1 Linguistic viewpoint
In linguistics, one notion that is widely used to define the term is called lexical unit [6] and polylexical expression [7]. The latter represents a set of words having an autonomous existence, which is also called multi-word expression [8].
In addition, several linguistics studies use the collocation notion. [9] gives two properties defining a collocation. First, collocation is defined as a group of words having an overall meaning that is deducible from the units (words). For example, climate change is considered as a collocation because the overall meaning of this group of words can be deduced from both words climate and change. On the other hand, the expression to rain cats and dogs is not a collocation because its meaning cannot be deduced from each of the words; this is called a fixed expression or an idiom.
A second property is added by [9] to define a collocation. The meaning of the words that make up the collocation must be limited. For example, buy a dog is not a collocation because the meaning of buy is not limited.
2.2 NLP viewpoint
In the natural language processing (NLP) domain, the co-occurrence notion refers to the general phenomenon where words are present together in the same context. More precisely, several principles are used that take contextual criteria into account.
First, the terms or phrases [10, 11] can respect syntactic patterns (e.g. adjective noun, noun noun, noun preposition noun, etc.). Some examples of extracted phrases (i.e. syntactic co-occurrences) are given in Table 1.
In addition, methods without linguistic filtering are also conventionally used in the NLP domain by extracting -grams of words (i.e. lexical co-occurrences) [12, 13]. -grams are contiguous sequences of words extracted from a given sequence of text (e.g. the bi-grams111-grams with . and are associated with the text ). -grams that allow gaps are called skip--grams (e.g. the skip-bi-grams , , are related to the text ). Skip-gram model is an efficient method for learning high-quality distributed vector representations that capture a large number of precise syntactic and semantic word relationships [14]. Some examples of -grams and skip--grams are given in Table 1.
After summarizing the term notion in the NLP domain, the following section discusses these aspects in the computer science context, particularly in data mining. Note that the NLP domain may be considered as being located at the linguistics and computer science interface.
2.3 Computer science viewpoint
In the data mining domain, co-occurring items are called association rules [15, 16] and they could be candidates for construction or enrichment of terminologies [17].
In the data mining context, the list of items corresponds to the set of available articles. With textual data, items may represent the words present in sentences, paragraphs, or documents [18, 19]. A transaction is a set of items. A set of transactions is a learning set used to determine association rules.
Some extensions of association rules are called sequential patterns. They take into account a certain order of extracted elements [20, 21] with an enriched representation related to textual data as follows:
- •
objects represent texts or pieces of texts,
- •
items are the words of a text,
- •
itemsets represent sets of words present together within a sentence, paragraph or document,
- •
dates highlight the order of sentences within a text.
There are several algorithms for discovering association rules and sequential patterns. One of the most popular is Apriori, which is used to extract frequent itemsets from large databases. The Apriori algorithm [15] finds frequent itemsets where -itemsets are used to generate -itemsets.
Association rules and sequential patterns of words are often used in text mining for different applications, e.g. terminology enrichment [17], association of concept instances [22, 19], classification [20, 21], etc.
3 Discussion: comparative study of definitions and approaches
This section proposes a comparison of : (i) co-occurrence definitions (see Section 3.1), (ii) automatic methods in order to identify them (see Section 3.2). This section highlights some similarities and differences between domains.
3.1 Co-occurrence extraction
The general definition of co-occurrence is finally close to association rules in data mining domain. Note that the integration of windows222Association Rule with Time-Windows (ARTW) [16]. in the association rule or sequential pattern extraction process enables us to have similarity with skip--gram extraction.
The integration of syntactic criteria makes it possible to extract more relevant candidate terms (see Table 1). Such information is typically taken into account in NLP to extract terms from general or specialized domains [23, 24, 25, 26].
Table 1 highlights relevant terms extracted using linguistic patterns (e.g. climate change, water cycle, significant change). The use of linguistic patterns tends to improve precision values. Generally other methods such as skip-bi-grams return lower precision, i.e. many extracted candidates are irrelevant (e.g. climate the). But this kind of method enables extraction of some relevant terms not found with linguistic patterns (e.g. cycle expected); then the recall can be improved.
Table 2 presents research domains related to different types of candidates, i.e. collocations, polylexical expressions, phrases, -grams, association rules, sequential patterns.
Table 3 summarizes the main criteria described in the literature. Note that the extraction is more flexible and automatic when there are fewer criteria. In this table, two types of information are associated with the different criteria. The first one (marked with ) designates the characteristics given by the co-occurrence definitions. The second type of information (marked with ) represents characteristics that are implemented in many extensions of the state-of-the-art.
Table 3 shows that the semantic criterion is seldom associated with co-occurrence definitions. This criterion is however taken into account in linguistics. For example, semantic aspects are taken into account in several studies [27, 28, 29]. In this context [29] introduced lexical functions rely on semantic criteria to define the relationships between collocation units. For instance, a given relation can be expressed in various ways between the arguments and their values, like Centr (the center, culmination of) that returns different meanings333http://people.brandeis.edu/$\sim$smalamud/ling130/lex_functions.pdf:
- •
*Centr(crisis) = the peak *
- •
*Centr(desert) = the heart *
- •
*Centr(forest) = the thick *
- •
*Centr(glory) = summit *
- •
*Centr(life) = prime *
In the data mining domain, semantic information is used in two main directions. The first one involves filtering the results if they respect certain semantic information (e.g. phrases or patterns where a word is an instance of a semantic resource). Other methods involve semantic resources in the knowledge discovery process, i.e. the extraction is driven by semantic information [22].
In recent studies in the NLP domain, the semantic aspects are based on word embedding, which provides a dense representation of words and their relative meanings [30, 31].
Finally, note that several types of co-occurrence are often used in different domains. For example, polylexical expressions are commonly used in NLP and also in linguistics. In addition, -grams is currently used in NLP and computer science domains. For example, -grams of words are often used to build terminologies (NLP domain) but also as features for machine learning algorithms (computer science domain) [13].
Table 4 summarizes the main types of criteria (i.e. statistic, morpho-syntactic, and semantic) used for extracting co-occurrences according to the research domains considered in this paper.
After presenting the characteristics associated with the co-occurrence notion in a multidisciplinary context, the following section compares the methodological viewpoints to identify these elements according to the domains.
3.2 Ranking of co-occurrences
Co-occurrence identification by automatic systems is generally based on the use of quality measures and/or algorithms. This section provides two illustrative examples that show similarities between approaches according the domains.
3.2.1 Mutual Information and Lift measure
First the use of specific statistical measures from different domains is highlighted. This paragraph focuses on the study of Mutual Information (MI). This measure is often used in the NLP domain to measure the association between words [32]. MI (see formula (1)) compares the probability of observing and together (joint probability) with the probability of observing and independently (chance) [32].
[TABLE]
In general, word probabilities and correspond to the number of observations of and in a corpus, normalized by the size of the corpus. Some extensions of are also proposed. The algorithm PMI-IR (Pointwise Mutual Information and Information Retrieval) described in [33] queries the Web via the AltaVista search engine to determine appropriate synonyms for a given query. For a given word, denoted , PMI-IR chooses a synonym among a given list. These selected terms, denoted , , correspond to TOEFL questions. The aim is to compute the synonym that gives the best score. To obtain scores, PMI-IR uses several measures based on the proportion of documents where both terms are present. Turney’s formula is given below (2): It is one of the basic measures used in [33]. It is inspired from MI described in [32]. With this formula (2), the proportion of documents containing both and (within a word window) is calculated, and compared with the number of documents containing the word . The higher this proportion, the more and are seen as synonyms.
[TABLE]
- •
computes the number of documents containing the word (i.e. corresponds to number of webpages returned by search engines),
- •
(used in the ’advanced research’ field of AltaVista) is an operator that identifies if two words are present in a word wide window.
This kind of web mining approach is also used in many NLP applications, e.g. (i) computing the relationship between host and clinical sign for an epidemiology surveillance system [34], (ii) computing the dependency of words of acronym definitions for word-sense disambiguation tasks [35].
The probabilities are generally symmetric (i.e. ), while the original MI measure is also symmetric. But the association ratio applied in the NLP domain is not symmetric, i.e. the occurrence number of pairs of words ” ” and ” ” generally differ. Moreover the meaning and relevance of phrases should differ according to the word order in a text, e.g. first lady and lady first.
Finally, MI is very close to the lift measure [36, 37, 38] in data mining. This measure identifies relevant association rules (see formula (3)). The lift measure evaluates the relevance of co-occurrences only (not implication) and how and are independent [38].
[TABLE]
This measure is based on both confidence and support criteria, which in turn are based on association rule () identification. Support is an indication of how frequently the itemset appears in the dataset. Confidence is a standard measure that estimates the probability of observing given (see formula 4).
[TABLE]
Note that other quality measures of the data mining domain, such as Least contradiction or Conviction [39], could be tailored to deal with textual data.
3.2.2 C-value and closed itemset
Another example is the methodological similarities associated with different approaches. For example, the C-value approach [40] used in the NLP domain [24, 23] favors terms that do not appear to a significant extent in longer terms. For example, in a specialized corpus related to ophthalmology, [40] show that a more general term such as soft contact is irrelevant, whereas a longer and therefore more specific term such as soft contact lens is relevant. This kind of measure is particularly relevant in the biology domain [24, 23].
In addition, in the computer science domain (i.e. data mining), the notion of closed itemset is finally very close to the C-value approach. In this context, a frequent itemset is considered as closed if none of its supersets444A superset is defined with respect to another itemset, for example {M1, M2, M3} is a superset of {M1, M2}. B is superset of A if card(A) card(B) and A B. has the same support (i.e. frequency).
This section and both illustrative examples confirm the importance of having a real multidisciplinary viewpoint on the methodological aspects, in order to build scientific bridges and thus contribute to the development of the emerging data science domain.
4 Conclusion and Future Work
This position paper proposes a discussion on similarities as well as differences in the definition of co-occurrence according to research domains (i.e. linguistics, NLP, computer science). The aim of this position paper is to show the bridges that exist between different domains.
In addition, this paper highlights some similarities in the methodologies used in order to identify co-occurrences in different domains. We could extend the discussion to other domains. For example, methodological transfers are currently applied between bioinformatics and NLP. For example, the use of edition measures (e.g. Levenshtein distance) for sequence alignment tasks (bioinformatics) v.s. string comparison (NLP).
Acknowledgments
This work is funded by the SONGES project (Occitanie and FEDER) – Heterogeneous Data Science (http://textmining.biz/Projects/Songes).
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1[1] Cao, H., Hripcsak, G., Markatou, M.: A statistical methodology for analyzing co-occurrence data from a large sample. Journal of Biomedical Informatics 40 (3) (2007) 343 – 352
- 2[2] Roche, M., Azé, J., Matte-Tailliez, O., Kodratoff, Y.: Mining texts by association rules discovery in a technical corpus. In: Intelligent Information Processing and Web Mining, Proceedings of the International IIS: IIPWM’04 Conference held in Zakopane, Poland, May 17-20, 2004. (2004) 89–98
- 3[3] Verma, M., Raman, B., Murala, S.: Local extrema co-occurrence pattern for color and texture image retrieval. Neurocomput. 165 (C) (October 2015) 255–269
- 4[4] Ghosal, A., Chakraborty, R., Dhara, B.C., Saha, S.K. In: Song Classification: Classical and Non-classical Discrimination Using MFCC Co-occurrence Based Features. Springer Berlin Heidelberg, Berlin, Heidelberg (2011) 179–185
- 5[5] Jeon, H.H., Basso, A., Driessen, P.F. In: Camera Motion Detection in Video Sequences Using Motion Cooccurrences. Springer Berlin Heidelberg, Berlin, Heidelberg (2005) 524–534
- 6[6] Lederer, C.: La notion d’unité lexicale et l’enseignement du lexique. The French Review 43 (1) (1969) 96–98
- 7[7] Gross, G.: Les expressions figées en français. Ophrys (1996)
- 8[8] Sag, I.A., Baldwin, T., Bond, F., Copestake, A.A., Flickinger, D.: Multiword expressions: A pain in the neck for nlp. In: Proceedings of the Third International Conference on Computational Linguistics and Intelligent Text Processing. CIC Ling ’02, London, UK, UK, Springer-Verlag (2002) 1–15
