<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>AA FFuuzzzzyy FFCCAA--bbaasseedd AApppprrooaacchh ttoo CCoonncceeppttuuaall CClluusstteerriinngg ffoorr AAuuttoommaattiicc GGeenneerraattiioonn ooff CCoonncceepptt HHiieerraarrcchhyy oonn UUnncceerrttaaiinnttyy DDaattaa</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Thanh Tho Quan</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Siu Cheung Hui</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tru Hoang Cao</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Thanh Tho Quan</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Siu Cheung Hui</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tru Hoang Cao</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>FFaaccuullttyy ooff IInnffoorrmmaattiioonn TTeecchhnnoollooggyy,</institution>
          ,
          <addr-line>HHoocchhiimmiinnhh CCiittyy UUnniivveerrssiittyy ooff TTeecchhnnoollooggyy,, HochiminVhieCtnitaym</addr-line>
          ,
          <country country="VN">Vietnam</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Computer Engineering, NSianngyaapnogreTechnological University</institution>
          ,
          <country country="SG">Singapore</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper proposes a new fuzzy FCA-based approach to conceptual clustering for automatic generation of concept hierarchy on uncertainty data. The proposed approach first incorporates fuzzy logic into Formal Concept Analysis (FCA) to form a fuzzy concept lattice. Next, a fuzzy conceptual clustering technique is proposed to cluster the fuzzy concept lattice into conceptual clusters. Then, hierarchical relations are generated among conceptual clusters for constructing the concept hierarchy. In this paper, we also apply the proposed approach to generate a concept hierarchy of research areas from a citation database. The performance of the proposed approach is also discussed in the paper.</p>
      </abstract>
      <kwd-group>
        <kwd>Formal Concept Analysis</kwd>
        <kwd>Fuzzy Logic</kwd>
        <kwd>Conceptual Clustering</kwd>
        <kwd>Concept Hierarchy</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Conceptual clustering [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] is an advanced data mining technique that clusters data
into clusters associated with conceptual representations, or conceptual clusters.
Concept hierarchy can then be constructed from the conceptual clusters.
However, traditional conceptual clustering techniques can only work on specicfi data
types such as nominal and numeric. In addition, the concept hierarchy is mostly
in a tree-like structure which is unable to support the representation of multiple
inheritance.
      </p>
      <p>
        Formal Concept Analysis (FCA) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] is a data analysis technique based on
the ordered lattice theory. It denfies formal contexts to represent relationships
between objects and attributes in a domain and interprets the corresponding
concept lattice. The concept lattice is more informative than traditional
treelike conceptual structures as it can also support multiple inheritance. This makes
FCA a very suitable technique for conceptual clustering. Several FCA-based
conceptual clustering systems such as TOSCANA [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and INCOSHAM [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] have
been developed.
      </p>
      <p>However, there are many situations in which uncertainty information also
occurs. For example, keywords extracted from scientific documents can be used
to infer the corresponding research areas, however, it is inappropriate to treat all
keywords equally as some keywords may be more significant than others.
Moreover, it is sometimes difficult to judge whether a document belongs totally to a
research area or not. Traditional FCA-based conceptual clustering approaches
are hardly able to represent such vague information. To tackle this problem,
we propose a fuzzy FCA-based approach to conceptual clustering for automatic
generation of concept hierarchy on uncertainty data.</p>
      <p>
        Pollandt [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], and Huynh and Nakamori [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] proposed the L-Fuzzy context
as an attempt to combine fuzzy logic with FCA. The L-Fuzzy context uses
linguistic variables, which are linguistic terms associated with fuzzy sets, to
represent uncertainty in the context. However, human interpretation is required
to denfie the linguistic variables. Moreover, the fuzzy concept lattice generated
from the L-fuzzy context usually causes a combinatorial explosion of concepts
as compared to the traditional concept lattice.
      </p>
      <p>
        In this paper, we propose a new technique that incorporates fuzzy logic into
FCA as Fuzzy Formal Concept Analysis (FFCA), in which uncertainty
information is directly represented by a real number of membership value in the range
of [
        <xref ref-type="bibr" rid="ref1">0,1</xref>
        ]. As such, linguistic variables are no longer needed. In comparison with
the fuzzy concept lattice generated from the L-fuzzy context, the fuzzy concept
lattice generated using FFCA will be simpler in terms of the number of
formal concepts, and it also supports a formal mechanism for calculating concept
similarities. Therefore, the proposed FFCA’s fuzzy concept lattice is a suitable
representation for conceptual clustering.
      </p>
      <p>The rest of the paper is organized as follows. Section 2 discusses the related
work on conceptual clustering. Section 3 presents the proposed approach. Section
4 discuses the Fuzzy Formal Concept Analysis. Fuzzy Conceptual Clustering is
presented in Section 5. Section 6 discusses the Hierarchical Relation Generation
process. Section 7 applies the proposed approach to a citation database for
generating a concept hierarchy of research areas. Section 8 evaluates the performance
of the proposed approach. Finally, Section 9 concludes the paper.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Conceptual Clustering</title>
      <p>
        Conceptual clustering techniques can be used to construct a concept hierarchy
from data. Traditional conceptual clustering techniques such as COBWEB [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]
and AutoClass [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] are based on taxonomy clustering techniques and use
statistical models as conceptual representations of clusters. However, these techniques
are only applicable to specicfi types of data. CLASSIT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and ECOBWEB [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
were proposed to improve on COBWEB to deal with numeric attributes of data.
SBAC [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] was introduced as a conceptual clustering technique that can handle
mixed numeric and nominal data. However, as conceptual hierarchies generated
by these techniques are represented as tree-like structures, multiple inheritance
is not supported. In this paper, we propose a fuzzy FCA-based approach for
conceptual clustering that can handle uncertainty data and represent the data
in a fuzzy concept lattice.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Proposed Approach</title>
      <p>Fuzzy Concept Lattice</p>
      <p>Conceptual Clusters</p>
      <p>Concept Hierarchy
Database
containing
Uncertainty
Information</p>
      <p>Fuzzy Formal
Concept Analysis</p>
      <p>Fuzzy Conceptual</p>
      <p>Clustering</p>
      <p>
        Hierarchical
Relation Generation
Definition 1. A fuzzy formal context is a triple K = (G, M, I = ϕ(G × M ))
where G is a set of objects, M is a set of attributes, and I is a fuzzy set on
domain G × M . Each relation (g, m) ∈ I has a membership value μ (g, m) in
[
        <xref ref-type="bibr" rid="ref1">0, 1</xref>
        ].
      </p>
      <p>A fuzzy formal context can also be represented as a cross-table as shown in
Table 1(a). The context has three objects representing three documents, namely
D1, D2 and D3. In addition, it also has three attributes, ”Data Mining” (D),
”Clustering” (C) and ”Fuzzy Logic” (F) representing three research topics. The
relationship between an object and an attribute is represented by a membership
value between 0 and 1.</p>
      <p>A confidence threshold T can be set to eliminate relations that have low
membership values. Table 1(b) shows the cross-table of the fuzzy formal context
given in Table 1(a) with T = 0.5.</p>
      <p>
        Generally, we can consider the attributes of a formal concept as the
description of the concept. Thus, the relationships between the object and the
concept should be the intersection of the relationships between the objects and
the attributes of the concept. Since each relationship between the object and
an attribute is represented as a membership value in fuzzy formal context, then
the intersection of these membership values should be the minimum of these
membership values, according to fuzzy theory [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
      </p>
      <p>Definition 2. Given a fuzzy formal context K=(G, M , I) and a confidence
threshold T , we define A∗ = {m ∈ M |∀g ∈ A: μ (g, m) ≥ T } for A ⊆ G and
B∗ = {g ∈ G|∀m ∈ B: μ (g,m) ≥ T } for B ⊆ M . A fuzzy formal concept (or
fuzzy concept) of a fuzzy formal context (G, M , I) with a confidence threshold
T is a pair (Af =ϕ(A), B) where A ⊆ G, B ⊆ M , A∗ = B and B∗ = A. Each
object g ∈ ϕ(A) has a membership μ g defined as
μ g = min μ (g, m)</p>
      <p>m∈B
where μ (g, m) is the membership value between object g and attribute m, which
is defined in I. Note that if B= {} then μ g = 1 for every g.</p>
      <p>Definition 3. Let (A1, B1) and (A2, B2) be two fuzzy concepts of a fuzzy
formal context (G, M , I). (ϕ(A1), B1) is the subconcept of (ϕ(A2), B2), denoted
as (ϕ(A1), B1) ≤ (ϕ(A2), B2), if and only if ϕ(A1) ⊆ ϕ(A2)(⇔ B2 ⊆ B1).
Equivalently, (A2, B2) is the superconcept of (A1, B1).
≤
Definition 4. A fuzzy concept lattice of a fuzzy formal context K with a
confidence threshold T is a set F (K) of all fuzzy concepts of K with the partial order
with the confidence threshold T .</p>
      <p>Definition 5. The similarity of a fuzzy formal concept K1= (ϕ(A1), B1) and
its subconcept K2 = (ϕ(A2), B2) is defined as E(K1, K2) = ||ϕϕ((AA11))∪∩ϕϕ((AA22))|| , where
∩ and ∪ refer intersection and union operators on fuzzy sets, respectively.</p>
      <p>Figure 2 gives the traditional concept lattice generated from Table 1(a), in
which crisp values “Yes” and “No” are used instead of membership values. Figure
3 gives the fuzzy concept lattice generated from the fuzzy formal context given
in Table 1(b). As shown from the gfiures, the fuzzy concept lattice can provide
additional information, such as membership values of objects in each fuzzy formal
concept and similarities of fuzzy formal concepts, that are important for the
construction of concept hierarchy.
{}
{D1,
D2,D3}
{}
As in traditional concept lattice, the fuzzy concept lattice generated using FFCA
is sometimes quite complicated due to the large number of fuzzy formal concepts
generated. Since the formal concepts are generated mathematically, objects that
have small differences in terms of attribute values are classiefid into distinct
formal concepts. At a higher level, such objects should belong to the same concept
when they are interpreted by human.</p>
      <p>Based on this observation, we propose to cluster formal concepts into
conceptual clusters using fuzzy conceptual clustering, which have the following
properties:
– Each conceptual cluster is a sublattice extracted from the fuzzy concept
lattice.
– A formal concept must belong to at least one conceptual cluster, but it can
also belong to more than one conceptual cluster. This property is derived
from the characteristic of concepts that an object can belong to more than
one concept. For example, a scientific document can belong to more than
one research area.</p>
      <p>Conceptual clusters are generated based on the premise that if a formal concept
A belongs to a conceptual cluster R, then its subconcept Balso belongs to R if
B is similar to A. We can use a similarity confidence threshold Ts to determine
whether two concepts are similar or not.</p>
      <p>Definition 6. A conceptual cluster of a concept lattice K with a similarity
confidence threshold Ts is a sublattice SK of K which has the following properties:
1. SK has a supremum concept CS that is not similar to any of its
superconcepts.
2. Any concept C6=CS in SK must have at least one superconcept C0 ∈ SK such
that E(C, C0) &gt; Ts.</p>
      <p>Figures 4 and 5 show the conceptual clusters that are generated from the
fuzzy concept lattice given in Figure 3 with the similarity condfience thresholds
Ts = 0.4 and Ts = 0.5 respectively.</p>
      <p>Algorithm: Conceptual Cluster Generation
Input: Starting concept CS of concept lattice F (K) and a similarity threshold TS
Output: A set of generated conceptual clusters SC
Process:
1: SC ← {}
2: F 0(K) ← An empty concept lattice
3: Add CS to F 0(K)
4: for each subconcept C0 of CSin F (K) do
5: F 0(C0) ← Conceptual Cluster Generation(C0, F (K), TS)
6: if E(CS, C0) = ||CCSS∩∪CC00|| &lt; TS then
7: SC ← SC ∪{ F 0(C0)}
8: else
9: Insert F 0(C0) to F 0(K) with sup(F 0(K)) as a subconcept of CS
10: endif
11: endfor
12: SC ← SC ∪{F 0(K)}</p>
    </sec>
    <sec id="sec-4">
      <title>Hierarchical Relation Generation</title>
      <p>
        As discussed in Section 5, fuzzy conceptual clustering generates a set of
conceptual clusters SC . To construct a concept hierarchy from the conceptual clusters,
we need to find the hierarchy relations from the clusters. We first define a concept
hierarchy [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] as follows.
      </p>
      <p>Definition 7. A concept hierarchy is a poset (partially ordered set) (H,∠) where
H is a finite set of concepts, and ∠ is a partial order on H.</p>
      <p>Hence, to construct a concept hierarchy satisfying Definition 7, we must
construct hierarchical relations among conceptual clusters as a partial order on
SC .</p>
      <p>C1.</p>
      <p>Definition 8. Let C1 and C2be two conceptual clusters corresponding to two
sublattices L1 and L2of a fuzzy concept lattice F (K). Let the fuzzy formal concept
Ibe the supremum of L1, or I= sup(L1). C1is the subconcept of C2, denoted as
C1 ∠ C2, if Iis the subconcept of any concept C0 ∈ L2, , or I ≤ C0 where
≤ is the partial order defined on F (K). Equivalently, C2is the superconcept of</p>
      <p>From the FCA theory, a fuzzy concept lattice F (K) is a complete lattice.
That is, any fuzzy concept CF on F (K)must have at least one superconcept
unless CF = sup(F (K)). Therefore, the denfiition of superconcept and subconcept
relations on conceptual clusters, which is given in Definition 8, assures that each
conceptual cluster has at least one superconcept, unless it corresponds to the
root node of the concept hierarchy generated. However, we must prove that the
∠ relation given in Definition 8 is a partial order.</p>
      <p>Corollary 1. Let C1 and C2be two conceptual clusters corresponding to two
sublattices L1 and L2of a fuzzy concept lattice F (K). Let the fuzzy formal concepts
I1 and I2 be the supremums of L1and L2 respectively. If C1∠C2then I1 ≤ I2
where ≤ is the partial order defined on F (K).</p>
      <p>Proof. Since C1∠C2, then ∃C0 ∈ L2 such that I1 ≤ C0. Since I2 = sup (L2),
therefore C0 ≤ I2. Since ≤ is a partial order, then I1 ≤ I2.</p>
      <p>From Corollary 1, we realize that the ∠ relation of conceptual clusters is
equivalent to the ≤ relation of the supremums of the corresponding sublattices.
Since ≤ relation is the partial order, the ∠ relation is a partial order. Therefore,
the concept hierarchy generated using the superconcept and subconcept relations
given in Definition 8 satisfies the requirements of a concept hierarchy given in
Definition 7.</p>
      <p>Figure 8 illustrates the hierarchical relations constructed from the conceptual
clusters given in Figure 7. In Figure 7, the formal concept C4, which is the
supremum of the corresponding sublattice of the conceptual cluster CK 3, is a
subconcept of C1, which is a formal concept in the corresponding sublattice of
the conceptual cluster CK 1. Therefore, CK 3 is a subconcept of CK 1.Similarly,
hierarchical relations for other conceptual clusters are also generated to form
the concept hierarchy that is shown in Figure 8. Each concept in the concept
hierarchy is represented by a set of its attributes. The supremum and infimum
of the lattice is considered as “Anything” and “Nothing” concepts, respectively.</p>
      <p>CK1</p>
    </sec>
    <sec id="sec-5">
      <title>Concept Hierarchy Generation from a Citation</title>
    </sec>
    <sec id="sec-6">
      <title>Database</title>
      <p>
        We have applied the proposed approach to generate a concept hierarchy of
research areas from a citation database. The citation database is created from a set
of 1400 scientific documents on the research area “Information Retrieval”
published in 1987-1997 downloaded from Institute for Scientific Information (ISI)
[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The downloaded documents are preprocessed to extract related information
such as the title, authors, journals and citation keywords before storing them
into the citation database.
      </p>
      <p>The construction of fuzzy formal context is performed as follows. For each
document, we have extracted the 10 most frequent citation keywords. We then
construct a fuzzy formal context Kf = (G,M ,I), with G as the set of documents
and M as the set of keywords. The membership value of a document D on a
citation keyword CK in Kf is computed as
μ (D, CK ) =
n1
n2
where n1is the number of documents that cited D and contained CK and n2 is
the number of documents that cited D.</p>
      <p>From the constructed fuzzy formal context, FFCA is used to generate the
fuzzy concept lattice. Next, the Fuzzy Concept Clustering is applied to the fuzzy
concept lattice to generate a set of conceptual clusters. Each cluster generated
is considered as a research area in the main research theme “Information
Retrieval”. Each concept is represented by a set of keywords generated from
documents belonging to the corresponding conceptual cluster. Then, Hierarchical
Relation Generation is performed to construct a concept hierarchy of the
research areas. The concept hierarchy reflects the taxonomy of research areas in
the research theme “Information Retrieval”, in which a research area can be a
super-area or sub-area of other research areas.</p>
      <p>The concept hierarchy can also be converted into ontology for sharing and
reuse with other systems. Figure 9 depicts a part of the generated concept
hierarchy of research areas with the similarity threshold T = 0.7. For simplification,
we only use the keyword that has the highest membership value to label the
research area. However, users can browse more detail information of each research
area as illustrated in Figure 9.
8</p>
    </sec>
    <sec id="sec-7">
      <title>Performance Evaluation</title>
      <p>
        The performance of the concept hierarchy can be measured in order to evaluate
the performance of the proposed fuzzy FCA-based approach for conceptual
clustering. To do this, we use the relaxation error (RE) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] to measure the goodness
of the concepts generated. In addition, we also measure the Average
Uninterpolated Precision (AUP) [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] to evaluate the retrieval performance from the
concept hierarchy.
8.1
      </p>
      <p>Evaluation Using Relaxation Error
To evaluate the goodness of the clusters generated, we measure the relaxation
error, which implies dissimilarities of items in a cluster based on attributes’
values. The relaxation error RE of a cluster C is defined as</p>
      <p>n n
RE(C) = X X X P (xi)P (xj )da(xi, xj )</p>
      <p>a∈A i=1 j=1
where A is the set of attributes of items in C, P (xi) is the probability of item
xi occurring in C and da(xi,xj ) is the distance of xi and xj on attribute a. In
our application, da(xi,xj ) = |m(i,a) – m(j,a)| where m(i,a) and m(j,a) are the
membership values of objects xi and xj on attribute a respectively. The cluster
goodness G of cluster C is defined as</p>
      <p>G(C) = 1 - RE (C)</p>
      <p>As discussed in Section 7, we extract citation keywords of documents as
their attributes. Since these attributes are used as descriptors for the generated
clusters, we vary the number of keywords extracted to observe the effect of
the keywords on cluster goodness. Besides, since COBWEB is considered as
one of the most popular techniques for conceptual clustering, we also apply
COBWEB to the citation database for performance comparison purposes. To
use COBWEB, the membership values of keywords are replaced by appropriate
nominal values. If the membership value is greater than 0.5, it is set as “Yes”,
otherwise it is set as “No”.</p>
      <p>Figure 10 shows the performance evaluation results on cluster goodness using
FFCA and COBWEB while the number of extracted keywords is varied from
2 to 10. As shown in Figure 10, FFCA has achieved better cluster goodness
than COBWEB. In addition, the experimental results have also shown that good
cluster goodness is obtained when the number of extracted keywords is small. It is
expected because smaller number of keywords used will cause smaller differences
in objects in terms of keywords’ membership values. Therefore, the relaxation
error will be smaller. However, as we will see later in Section 8.2, smaller number
of extracted keywords will cause poor retrieval performance.</p>
      <p>1
ss 0.8
edn 0.6
goo 0.4
r
tse 0.2
u
lC 0</p>
      <p>N=2 N=4 N=6 N=8 N=10</p>
      <p>Fuzzy FCA
COBWEB
The Average Uninterpolated Precision (AUP) is denfied as the sum of the
precision value at each point (or node) in a hierarchical structure where a relevant
item appears, divided by the total number of relevant items. For evaluating
AUP, we have manually classiefid the downloaded documents into classes based
on their research themes. For each class, we extract 5 most frequent keywords
from the documents in the class. Then, we use these keywords as inputs to
form retrieval queries and evaluate the retrieval performance using AUP. This
is carried out as follows. For each document, we will generate a set of document
keywords. There are two ways to generate document keywords. The first way is
to use the set of keywords, known as attribute keywords, from each conceptual
cluster as the document keywords. The second way is to use the keywords from
each document as the document keywords. Then, we vectorize the document
keywords and the input query, and calculate the vectors’ distance for measuring
the retrieval performance.</p>
      <p>Fig. 12. Performance evaluation on</p>
      <p>AUP.</p>
      <p>We refer the precision and AUP measured using the first way (i.e. using
attribute keywords) to as Hierarchical Precision (P (H)) and Hierarchical
Average Uninterpolated Precision (AUP(H)), as each concept inherits attribute
keywords from its superconcepts. Whereas the precision and AUP measured
using the second way (i.e. using keywords from documents) is referred to as
Unconnected Precision (P (U )) and Unconnected Average Uninterpolated Precision
(AUP(U)).</p>
      <p>Figures 11 and 12 give the performance results for P (H)and P (U )and AUP(H)
and AUP(U) using different numbers of extracted keywords N . From Figure 11,
we found that when N gets larger, the performance on P (H), P (U ), AUP(H) and
AUP(U) gets better. When N is larger than 5, the values of P (H) and P (U ) are
considered as good performance (around 0.9 and 0.8 respectively). It has shown
that the number of keywords extracted for conceptual clustering has affected
the retrieval performance. In addition, the performance results on P (H) and
AUP(H) are generally better than that of P (U ) and AUP(U) respectively. It
implies that the attribute keywords generated for conceptual clusters are more
appropriate concepts for representing the concept hierarchical structure.
9</p>
    </sec>
    <sec id="sec-8">
      <title>Conclusions</title>
      <p>In this paper, we have proposed a fuzzy FCA-based approach for conceptual
clustering for automatic generation of concept hierarchy from uncertainty
information. The proposed approach consists of the following steps: Fuzzy
Formal Concept Analysis, Fuzzy Conceptual Clustering and Hierarchical Relation
Generation. In addition, we have also discussed an application that applies the
proposed approach to generate a concept hierarchy of research areas from an
experimental citation database. The performance evaluation of the proposed
approach has also been presented based on the evaluation of the concept hierarchy
generated from the citation database.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>P.</given-names>
            <surname>Cheeseman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kelly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Self</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Stutz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Taylor</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Freeman. AutoClass: A Bayesian Classification</surname>
          </string-name>
          <article-title>System</article-title>
          .
          <source>Proceedings of the Fifth International Workshop on Machine Learning Morgan Kaumffann</source>
          , San Mateo, CA.
          <year>1988</year>
          , pp.
          <fpage>54</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>W.</given-names>
            <surname>Chu</surname>
          </string-name>
          and
          <string-name>
            <given-names>K.</given-names>
            <surname>Chiang</surname>
          </string-name>
          .
          <article-title>Abstraction of High Level Concepts from Numerical Values in Databases</article-title>
          .
          <source>Proceedings of AAAI Workshop on Knowledge Discovery in Databases. 1994</source>
          , pp.
          <fpage>133</fpage>
          -
          <lpage>144</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>D.H.</given-names>
            <surname>Fisher</surname>
          </string-name>
          .
          <article-title>Knowledge acquisition via incremental conceptual clustering</article-title>
          .
          <source>Machine Learning</source>
          . Vol.
          <volume>2</volume>
          .
          <year>1987</year>
          , pp.
          <fpage>139</fpage>
          -
          <lpage>172</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>B.</given-names>
            <surname>Ganter</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Wille</surname>
          </string-name>
          .
          <source>Formal Concept Analysis: Mathematical Foundations</source>
          . Springer, Berlin - Heidelberg,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>J.H Gennari</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Langley</surname>
            and
            <given-names>Fisher.</given-names>
          </string-name>
          <article-title>Models of Incremental Concept Formation</article-title>
          , In J.Carbonell, Editor,
          <source>Machine Learning: Paradigms and Methods</source>
          . The Netherlands: MIT Press,
          <year>1990</year>
          , pp.
          <fpage>11</fpage>
          -
          <lpage>62</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>T.B.</given-names>
            <surname>Ho</surname>
          </string-name>
          .
          <article-title>Incremental Conceptual Clustering in the Framework of Galois Lattice”</article-title>
          . In H. Lu,
          <string-name>
            <given-names>H.</given-names>
            <surname>Motoda</surname>
          </string-name>
          , H. Luu, editors.
          <source>KDD: Techniques and Applications</source>
          , World Scientific .
          <year>1997</year>
          , pp.
          <fpage>49</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>V.N.</given-names>
            <surname>Huynh</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Nakamori</surname>
          </string-name>
          .
          <article-title>Fuzzy concept formation based on context model”</article-title>
          , in: N.
          <string-name>
            <surname>Baba</surname>
          </string-name>
          et al., editors.
          <source>Knowledge-Based Intelligent Information Engineering Systems &amp; Allied Technologies</source>
          . IOS Press, Amsterdam,
          <year>2001</year>
          , pp.
          <fpage>687</fpage>
          -
          <lpage>691</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8. ISI.
          <article-title>Institute for Scientific Information</article-title>
          . Available at: http://www.isinet.com,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>I.</given-names>
            <surname>Jonyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.J.</given-names>
            <surname>Cook</surname>
          </string-name>
          and
          <string-name>
            <given-names>L.B.</given-names>
            <surname>Holder</surname>
          </string-name>
          .
          <article-title>Graph-based hierarchical conceptual clustering</article-title>
          .
          <source>The Journal of Machine Learning Research</source>
          , Vol.
          <volume>2</volume>
          .
          <year>2002</year>
          , pp.
          <fpage>19</fpage>
          -
          <lpage>43</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Biswas</surname>
          </string-name>
          .
          <article-title>Conceptual Clustering with Numeric and Nominal Mixed Data - A New Similarity Based System</article-title>
          .
          <source>EEE Transactions on Knowledge and Data Engineering</source>
          .
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lu</surname>
          </string-name>
          .
          <article-title>Concept Hierarchy in Data Mining: Specification, Generation and Implementation</article-title>
          .
          <source>Technical Report</source>
          . Available at: http://gunther.smeal.psu.edu/3024.html.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>N.</given-names>
            <surname>Nanas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Uren</surname>
          </string-name>
          and A. de Roeck.
          <article-title>Building and Applying a Concept Hierarchy Representation of a User Profile</article-title>
          .
          <source>Proceedings of the 26th annual international ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          . ACM Press,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>S.</given-names>
            <surname>Pollandt.</surname>
          </string-name>
          Fuzzy-Begriffe: Formale Begriffsanalyse unscharfer Daten, Springer Verlag. Berlin - Heidelberg,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. Y. Reich and
          <string-name>
            <given-names>S.J.</given-names>
            <surname>Fenves</surname>
          </string-name>
          .
          <article-title>The formation and use of abstract concepts in design</article-title>
          , In D.H. Fisher and
          <string-name>
            <given-names>M.J.</given-names>
            <surname>Pazzani</surname>
          </string-name>
          , Editors. Concept Formation:
          <article-title>Knowledge and Experience in Unsupervised Learning</article-title>
          , Morgan Kaufmann.
          <year>1991</year>
          , pp.
          <fpage>323</fpage>
          -
          <lpage>353</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>F.</given-names>
            <surname>Vogt</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Wille</surname>
          </string-name>
          .
          <article-title>TOSCANA: a Graphical Tool for Analyzing and Exploring Data</article-title>
          , In R.Tamassia and
          <string-name>
            <surname>I. G</surname>
          </string-name>
          . Tollis, editors.
          <source>GraphDrawing' 94</source>
          . Heidelberg,
          <year>1995</year>
          , pp.
          <fpage>226</fpage>
          -
          <lpage>233</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16. L.A Zadeh.
          <article-title>Fuzzy Sets</article-title>
          .
          <source>Journal of Information and Control</source>
          , Vol.
          <volume>8</volume>
          .
          <year>1965</year>
          , pp.
          <fpage>338</fpage>
          -
          <lpage>353</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>