<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Building a pruned inheritance lattice for relational descriptions</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Mélanie</forename><surname>Courtine</surname></persName>
							<email>melanie.courtine@lip6.fr</email>
							<affiliation key="aff0">
								<orgName type="department">LIP6</orgName>
								<orgName type="institution">Université Paris VI</orgName>
								<address>
									<addrLine>4, place Jussieu</addrLine>
									<postCode>F-75252, Cedex 05</postCode>
									<settlement>Paris</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Isabelle</forename><surname>Bournaud</surname></persName>
							<email>isabelle.bournaud@lri.fr</email>
							<affiliation key="aff1">
								<orgName type="laboratory" key="lab1">LRI</orgName>
								<orgName type="laboratory" key="lab2">Bat</orgName>
								<orgName type="institution">Université Paris-Sud</orgName>
								<address>
									<addrLine>Av. du Général de Gaulle</addrLine>
									<postCode>F-91405</postCode>
									<settlement>Orsay Cedex</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Building a pruned inheritance lattice for relational descriptions</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">737EE20B66C6E313E0DF61C341E95F5A</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T00:25+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In the last ten years, several approaches for knowledge discovery in databases based upon the construction of a concept lattice have been developed. Most of them are dedicated to binary or propositional descriptions. This paper presents an approach to build a particular concept lattice, called the Generalization Space, for relational descriptions. It is based upon an iterative reformulation of the descriptions into a sequence of languages more and more expressive. The anytime property of the algorithm allows one to use it on large databases, and experiments show that its complexity grows linearly with the number of descriptions.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Several approaches for Knowledge Discovery in Databases based on the construction of a concept lattice have been developed in the last ten years <ref type="bibr" target="#b10">[11]</ref>, <ref type="bibr" target="#b5">[6]</ref>, <ref type="bibr" target="#b18">[19]</ref>, <ref type="bibr" target="#b15">[16]</ref>. Concept lattices -or Galois lattices <ref type="bibr" target="#b0">[1]</ref>, <ref type="bibr" target="#b20">[21]</ref> -give a formal framework to organize concepts into a hierarchy. The main difficulty in using concept lattices lies in their construction. Guénoche analysis the four main algorithms of concept lattice construction for binary descriptions and shows that they are not suitable for large databases because of their exponential complexity <ref type="bibr" target="#b13">[14]</ref>. More recent works show that it is easier to build a partial concept lattice (the complexity is quadratic with the number of descriptions) than the complete one <ref type="bibr" target="#b7">[8]</ref>, <ref type="bibr" target="#b12">[13]</ref>. Our research concerns the automatic organization of relational descriptions, i.e. data represented using an expressive formalism such as first-order logic, description logics, conceptual graphs, …, into a particular concept lattice. To avoid the inherent problem of combinatorial explosion due to the relations, we propose to take gradually into account the relations. The approach presented here, called KIDS, extends the propositional approach COING <ref type="bibr" target="#b1">[2]</ref> to a relational framework. Given a set of objects described using conceptual graphs <ref type="bibr" target="#b19">[20]</ref> and domain knowledge represented in a generalization lattice, COING builds the propositional Generalization Space of the objects. Thanks to an iterative reformulation of the descriptions, KIDS progressively enriches this space with more and more expressive descriptions at each step of the algorithm.</p><p>In the following section, we remind some definitions about concept lattices and define the Generalization Space. Our algorithm to construct a relational Generalization Space is described in the third part. We first briefly recall the main aspects of the propositional algorithm COING and then explain how it is extended to a relational framework in the KIDS system. In the next section, we present an application of our approach to organize a Chinese characters database. These experiments show the feasibility of the proposed approach. A comparison with related works is given in the part 5. We give in section 6 directions for futur work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Concept lattice, partial concept lattice and generalization space</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Concept lattice</head><p>A concept lattice (also called a Galois lattice) is a conceptual hierarchy built on a set of objects O described by a set of descriptions D <ref type="bibr" target="#b0">[1]</ref>, <ref type="bibr" target="#b20">[21]</ref>. A node n i of the lattice is called a "(formal) concept". It is a pair (o i , d i ) where o i -the coverage of the concept-is the subset of O covered by the node and d i -the description of the concept-is a subset of D which are common to all the objects of o i. A partial ordering relation among the nodes, the subsumption relation, is defined as follows : let n 1 = (o 1 , d 1 ) and n 2 = (o 2 , d 2 ), n 1 ≤ n 2 iif o 1 ⊆ o 2 and d 2 ⊆ d 1 . In the Hasse diagram representing the lattice, the nodes are organized according to this relation: there is an edge between n 1 and n 2 , if n 1 ≤ n 2 and there is no other node n 3 in the lattice such that n 1 ≤ n 3 ≤ n 2 . n 1 is a parent of n 2 and n 2 is a child of n 1 . The concept lattice is the set of all the concepts supplied with this partial order.</p><p>A concept lattice is redundant. Given a concept n = (o, d), its coverage o belongs to the coverage of each ancestor of n and its description d appears in the description of each descendant of n. Two partial concept lattices have been defined to limit redundancy:</p><p>-The X'-inheritance concept lattice is represented by all the pairs (o, d') where d' is the non redundant elements of d <ref type="bibr" target="#b10">[11]</ref>, -The X'-pruned Galois lattice <ref type="bibr" target="#b10">[11]</ref>, also called the Galois sub-hierarchy <ref type="bibr" target="#b7">[8]</ref>, is generated from the X'-inheritance concept lattice by eliminating the pairs whose d' set is empty. The pruned lattice contains less nodes than the concept lattice associated, its structure is not necessarily a lattice, but it allows one to reconstruct the concept lattice without loss of information.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Generalization Space</head><p>Given a set of object descriptions and a generalization language, the Generalization Space is a pruned inheritance concept lattice where each node description is the most specific generalization of the descriptions of the objects covered by the node. In the case of a propositional generalization language, the most specific generalization of a set of descriptions is unique. In the other case, a node description contains all the most specific generalizations -w.r.t. the considered generalization language-of the set of descriptions.</p><p>Deriving a pruned inheritance concept lattice from a concept lattice is easy. However, existing methods to build concept lattices are not suitable for large databases because of their exponential complexity with the number of objects <ref type="bibr" target="#b13">[14]</ref>. In the following part, we present our ascending approach to build Generalization Spaces: COING builds a propositional Generalization Space while KIDS enriches that Generalization Space with relational descriptions.</p><p>3 Building a Generalization Space</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">A Generalization Space for propositional data</head><p>Given a set of objects described using conceptual graphs <ref type="bibr" target="#b19">[20]</ref> and domain knowledge represented in a generalization lattice <ref type="bibr" target="#b10">[11]</ref>, COING builds the propositional Generalization Space of the descriptions <ref type="bibr" target="#b1">[2]</ref>. In order to deal with the problem of generalizing relational descriptions <ref type="bibr" target="#b14">[15]</ref>, COING reformulates each conceptual graph describing an object into a set of independant arcs. The main advantage of this reformulation is to limit the complexity of the GS construction (in the worst case quadratic with the number of objects, and linear in pratice <ref type="bibr" target="#b1">[2]</ref>). This reformulation has been initially proposed in <ref type="bibr" target="#b11">[12]</ref>. COING is an ascending method: it starts from the descriptions as sets of arcs to build the nodes. Each arc of the descriptions is generalized w.r.t. the generalization lattice. The generalized arcs covering the same set of objects are clustered into the same node, and then filtered in order to keep only the most specific ones<ref type="foot" target="#foot_0">1</ref> . The following figure <ref type="figure" target="#fig_0">1</ref> presents the propositional Generalization Space built by COING for the three houses h1, h2 and h3. This Generalization Space contains two class nodes (n1 and n2) and three object nodes corresponding to the houses (box nodes). The node n2, for example, clusters the houses h2 and h3. Its coverage is {h2, h3} and its description is the arc [Window]-&gt;(color)-&gt;[Gray]. This node indicates that h2 and h3 have at least a gray window in common in their descriptions and that this property is not shared by any other object considered. Thanks to the inheritance structure of the GS, we may add the description of the root node (n1) to this description. More precisely, we add the arcs from n1 which are not generalizations of arcs from n2, for example the arc [Window]-&gt;(Size)-&gt;[Big]. Thus, the node n2 indicates that the two houses h2 and h3 have window(s), which have a size (Small,Big) and a color (Gray, Black).</p><p>If COING has a low complexity, it does not take into account the relational aspect of the descriptions: the graphs describing the objects are decomposed into a set of independent arcs and relations among arcs are lost. In the following section, we give the principle of our approach to extend COING to a relational framework.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">A Generalization Space for relational data</head><p>KIDS gradually enriches the propositional Generalization Space built by COING while using a sequence of language which is made more and more expressive at each iteration. The property of the Generalization Space used in KIDS is the following :</p><p>If there exists a common sub-graph SG among the descriptions of a given set of objects o, then there is a node in the GS built by COING whose coverage contains o and whose complete description -completed with the inherited arcscontains the arcs of SG. This property allows us to use the propositional GS in order to find sub-graphs generalizing a set of object descriptions. The idea is to search for more and more complex sub-graphs. The heuristic used by KIDS to enrich the propositional Gener-alization Space is based on the fact that a sub-graph of i arcs is a sub-graph of (i-1) arcs + 1 arc. We defined the notion of candidate node : a node of the GS is a candidate node for KIDS at level i if it has been modified at level i -1.</p><p>In practice, KIDS starts with the propositional GS built by COING using a language of arcs (COING is the 1 st level of KIDS). At its second level, KIDS reformulates object descriptions based upon a language of two connected arcs. At its third level, KIDS reformulates object descriptions based upon a language of three connected arcs, etc. . Let us notice that at a given level, KIDS does not reformulate the descriptions of all the objects, but only the descriptions of objects appearing in the candidate nodes.</p><p>At each level, KIDS may refine the description of existing nodes (it consists in linking an arc to an existing sub-graph) or add new nodes to the Generalization Space found at the previous level. Thus, the GS is not completely reconstructed at each iteration of KIDS and the KIDS algorithm is "anytime". The node descriptions at a given iteration (level) are maximally specific w.r.t. the language corresponding to this level. If a node description generalized an object description then this object is necessarily in the coverage of that node.</p><p>Another main aspect of KIDS, is that it uses the propositional learner COING to perform the reformulated descriptions. In order to allow COING to do this, we have defined the notion of "abstract arc". The reader should refer to <ref type="bibr" target="#b3">[4]</ref> for a more precise presentation of the KIDS algorithm. Complexity results of KIDS are given in section 4.2.</p><p>Figure <ref type="figure" target="#fig_1">2</ref> above presents a relational Generalization Space found by KIDS for the three houses h1, h2 and h3.At the 2 nd level, KIDS found common sub-structures which were not find by COING. For example, the node n1 show the fact that the three houses have (at least) two windows and that each of them have a color (W&amp;B or Black) and a size (unknown, Small or Big). Furthermore, KIDS clusters h1 and h2 into a node, and only these two houses, since they have a small black window in common and this window does not appear in the description of h3 (even if h3 has a small window and a black window but it is not the same window). This similarity was not found by COING and required to use KIDS (at the second level, first iteration) since it is a particular composition of two arcs. It is useless to perform KIDS at the next level since the use of structures of three connected arcs allows ones to reformulate the descriptions without loosing information <ref type="bibr" target="#b3">[4]</ref>. This section presents an application of the above method in the framework of the construction of classifications of Chinese characters. We briefly remind the context of this work 2 . These experiments aim to show the feasibility of KIDS in terms of complexity and to illustrate its interest for relational data organization.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Description of the relational data</head><p>The database considered is a collection of 6780 Chinese characters. Each character is represented by a conceptual graph. Characters are described by : their initial and final pronunciation, the ton of this pronunciation, the components (between 1 and 5) and their relative positions and the key component. For example, the conceptual graph of 2 For more information about this application, the reader should refer to <ref type="bibr" target="#b1">[2]</ref>. figure <ref type="figure">3</ref> represents the character , which is composed of the radicals C5381 and C2843, which is pronounced " qing ", which is in ton 2 and means "feeling". </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Complexity results</head><p>We evaluated KIDS on several databases of characters composed of 10 to 160 or 416 characters. Figure <ref type="figure" target="#fig_3">5</ref> shows the total time required for generating the GS for these databases using the COING (KIDS 1 st level) and the KIDS algorithms.  As shown on figure <ref type="figure" target="#fig_3">5</ref>, in practice, the CPU time of the proposed algorithms is linear (it is quadratic in the worst case for COING <ref type="bibr" target="#b1">[2]</ref>) with the number of objects. This results may be surprising because, as it manipulates sub-graphs, KIDS introduces a complexity factor. In effect, the theoretical complexity of KIDS in the worst case is exponential. However, the combinatorial explosion due to the generalization of subgraphs is limited since the bigger the level of KIDS is (i.e. the more complex are the graphs to generalize) the less the number of sub-graphs to perform is.</p><p>The level introduces a multiplicative factor; the time necessary to move to the next level is very close to be constant (cf. figure <ref type="figure" target="#fig_3">5</ref>).</p><p>During these experiments, we also evaluated the evolution of the number of nodes of the GS as a function of the algorithm used. For COING, this number is in the worst case in O(N) <ref type="bibr" target="#b1">[2]</ref>. Figure <ref type="figure" target="#fig_3">15</ref> summarizes these results. This graph shows that the number of nodes of the GS grows until a specific level -2 nd level for the small bases and 3 rd level for the largest -then it becomes constant.</p><p>This may be explained by the fact that from a specific level, KIDS does not allow to create new nodes, but only to enrich the description of existing ones.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Related Works</head><p>A Generalization Space is a pruned inheritance concept lattice since nodes whose description is empty do not appear in it. If this may be considered as a drawback for some applications, Dicky shows that this structure contains the same information that the concept lattice but requires less memory <ref type="bibr" target="#b7">[8]</ref>. Furthermore, the pruned inheritance concept lattice is a useful structure to discover a set of association rules as it allows one to directly extract valid and informative rules <ref type="bibr" target="#b18">[19]</ref>, <ref type="bibr" target="#b4">[5]</ref>.</p><p>Recent works <ref type="bibr" target="#b7">[8]</ref>, <ref type="bibr" target="#b12">[13]</ref> show that it is easier to build a partial lattice (quadratic complexity with the number of objects) than the complete one (exponential complexity). Experiments illustrate that the complexity of the Generalization Space construction (for COING and KIDS) is, in practice, linear with the number of objects <ref type="bibr" target="#b3">[4]</ref>.</p><p>An important limitation of most existing methods to build concept lattices is that they are dedicated to binary or propositional descriptions <ref type="bibr" target="#b20">[21]</ref>, <ref type="bibr" target="#b5">[6]</ref>, <ref type="bibr" target="#b10">[11]</ref>. The KIDS approach considers descriptions represented using a more expressive language -the conceptual graph formalism. Other works deal with the construction of concept lattices for conceptual graphs <ref type="bibr" target="#b16">[17]</ref>, <ref type="bibr" target="#b11">[12]</ref>.</p><p>The complexity of GRAAL is depending on the complexity of the generalization relation defined on the considered sub-graphs <ref type="bibr" target="#b16">[17]</ref>. In practice, Liquière limits the graphs to locally injective ones since the complexity of the generalization relation is polynomial for such graphs. The main difference between KIDS and GRAAL is that in KIDS one does not have to limit a priori the structure of the graphs describing the objects to be able to perform them with a reasonable complexity. Another advantage of KIDS lies in its anytime property which allows one to stop the process at anytime and to have a result.</p><p>The approach proposed by Godin <ref type="bibr" target="#b11">[12]</ref> and the one developed in COING are quiet similar. They are both based on a graph reformulation into a set of independent arcs. In order to "reconstruct" sub-graph from the set of independent arcs describing a node of the lattice, Godin uses the fact that the decomposition of a sub-graph as a set of independent arcs may be done without loosing information if the considered subgraph has some properties (a same concept type appears only once in the sub-graph).</p><p>Incremental approaches to build a concept lattice <ref type="bibr" target="#b5">[6]</ref>, <ref type="bibr" target="#b10">[11]</ref>, or a partial one <ref type="bibr" target="#b7">[8]</ref>, <ref type="bibr" target="#b12">[13]</ref> update the lattice whenever new objects or new features are added in O or in D. Our approach is not incremental: the addition of a new object requires a complete reconstruction of the GS. This is a consequence of using a generalization lattice over the types describing the objects and searching for maximally specific generalizations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusion and futur works</head><p>We presented an approach to build a relational Generalization Space. This approach is based upon an iterative reformulation of the descriptions into a sequence of languages more and more expressive. The complexity of this anytime algorithm is, in practice, linear with the number of objects. The databases used to evaluate this work concern different domains : Chinese characters, car collision reports, paleontological data and the DNA sequence.</p><p>The first perspective of this work is to provide KIDS with a more efficient processing of numerical data. Currently, the numerical information contained in the descriptions is processed as symbols; the implicit order existing among numbers is not taken into account. A preprocessing on descriptions would make it possible to determine a hierarchy of generalization on numerical values.</p><p>Another possible improvement of the algorithm is to define methods to evaluate the interest of KIDS for a given database. Indeed, when the concepts in the objects of a conceptual graphs database appear only once, it is not necessary to apply KIDS to this database, because the decomposition does not cause any loss of information. On the contrary, if a concept appears several times in the objects descriptions (like in the houses), it is not possible to differentiate them. So, we can consider a pre-processing on the data to evaluate the maximal level to which KIDS needs to be applied.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. A Generalization Space for propositional data.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. A relational Generalization Space for three houses</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 3 .Fig. 4 .</head><label>34</label><figDesc>Fig. 3. Conceptual graph describing the character . Part of the generalization lattices used for Chinese characters is presented on the following figure 4:</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 5 .</head><label>5</label><figDesc>Fig. 5. Average execution time of KIDS on Chinese characters databases.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 6 .</head><label>6</label><figDesc>Fig. 6. Evolution of the number of nodes of the GS.</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">The reader interested in a more precise presentation of COING should refer to<ref type="bibr" target="#b1">[2]</ref>,<ref type="bibr" target="#b2">[3]</ref>.</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Ordre et classification</title>
		<author>
			<persName><forename type="first">M</forename><surname>Barbut</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Montjardet</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1970">1970</date>
			<publisher>Hachette</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Regroupement conceptuel pour l&apos;organisation de connaissances</title>
		<author>
			<persName><forename type="first">I</forename><surname>Bournaud</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1996">1996</date>
			<pubPlace>France</pubPlace>
		</imprint>
		<respStmt>
			<orgName>Université de Paris VI</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Thèse de Doctorat</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Accounting for Domain Knowledge in the Construction of a Generalization Space</title>
		<author>
			<persName><forename type="first">I</forename><surname>Bournaud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">G</forename><surname>Ganascia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">ICCS, Lectures Notes in AI</title>
		<imprint>
			<biblScope unit="volume">1257</biblScope>
			<biblScope unit="page" from="446" to="459" />
			<date type="published" when="1997">1997</date>
			<publisher>Springer-Verlag</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Abstractions for Knowledge Organization of Relational Descriptions</title>
		<author>
			<persName><forename type="first">I</forename><surname>Bournaud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Courtine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Zucker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Symposium on Abstraction, Reformulation and Approximation, SARA&apos;2000</title>
		<title level="s">Lectures Notes in AI</title>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2000">2000</date>
			<biblScope unit="volume">1864</biblScope>
			<biblScope unit="page" from="87" to="106" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Un Espace de Généralisations pour l&apos;Extraction de Règles d&apos;Association</title>
		<author>
			<persName><forename type="first">I</forename><surname>Bournaud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Courtine</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Journées Francophones d&apos;Extraction et de Gestion des Connaissances</title>
				<editor>
			<persName><forename type="first">H</forename><surname>Egc 2001</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Briand</surname></persName>
		</editor>
		<editor>
			<persName><surname>Guillet</surname></persName>
		</editor>
		<imprint>
			<publisher>Editions Hermès</publisher>
			<date type="published" when="2001">2001</date>
			<biblScope unit="page" from="129" to="135" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">GALOIS : An order-theoretic approach to conceptual clustering</title>
		<author>
			<persName><forename type="first">C</forename><surname>Carpineto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Romano</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Tenth International Conference on Machine Learning</title>
				<imprint>
			<date type="published" when="1993">1993</date>
			<biblScope unit="page" from="33" to="40" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Conceptual Graphs : Fundamental Notions</title>
		<author>
			<persName><forename type="first">M</forename><surname>Chein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">L</forename><surname>Mugnier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Revue d&apos;Intelligence Artificielle</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="365" to="406" />
			<date type="published" when="1992">1992</date>
		</imprint>
	</monogr>
	<note>Numéro</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Un algorithme d&apos;insertion avec restructuration dans les hiérarchies de classes</title>
		<author>
			<persName><forename type="first">H</forename><surname>Dicky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Dony</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Huchard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Libourel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Actes de Langages et Modèles à Objets</title>
				<meeting>s de Langages et Modèles à Objets</meeting>
		<imprint>
			<publisher>Grenoble</publisher>
			<date type="published" when="1994">1994</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Knowledge Acquisition Via Incremental Conceptual Clustering</title>
		<author>
			<persName><forename type="first">D</forename><surname>Fisher</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Machine Learning: An Artificial Intelligence Approach</title>
				<editor>
			<persName><forename type="first">R</forename><forename type="middle">S</forename><surname>Michalski</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Carbonell</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Mitchell</surname></persName>
		</editor>
		<meeting><address><addrLine>San Mateo, CA</addrLine></address></meeting>
		<imprint>
			<publisher>Morgan Kaufmann</publisher>
			<date type="published" when="1987">1987</date>
			<biblScope unit="volume">II</biblScope>
			<biblScope unit="page" from="139" to="172" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Models of incremental concept formation</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Gennari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Langley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Fisher</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">40</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="11" to="61" />
			<date type="published" when="1989">1989</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Méthodes de classification conceptuelle basées sur les treillis de Galois et applications</title>
		<author>
			<persName><forename type="first">R</forename><surname>Godin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Mineau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Missaoui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Mili</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Revue d&apos;Intelligence Artificielle</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page" from="105" to="137" />
			<date type="published" when="1995">1995a</date>
		</imprint>
	</monogr>
	<note>Numéro</note>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Incremental structuring of knowledge bases</title>
		<author>
			<persName><forename type="first">R</forename><surname>Godin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Mineau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Missaoui</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Knowledge Retrieval, Use and Storage for Efficiency</title>
				<meeting><address><addrLine>Santa Cruz</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1995">1995b</date>
			<biblScope unit="page" from="179" to="198" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Comparaison d&apos;algortihmes de construction de hiérarchies de classes</title>
		<author>
			<persName><forename type="first">R</forename><surname>Godin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">T</forename><surname>Chau</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">L&apos;Objet</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="321" to="338" />
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Construction du treillis de Galois d&apos;une relation binaire</title>
		<author>
			<persName><forename type="first">A</forename><surname>Guénoche</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Mathématiques Informatique et Sciences Humaines</title>
		<imprint>
			<biblScope unit="volume">109</biblScope>
			<biblScope unit="page" from="41" to="53" />
			<date type="published" when="1990">1990</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Learning conjunctive concepts in Structural Domains</title>
		<author>
			<persName><forename type="first">D</forename><surname>Haussler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Machine Learning</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="7" to="40" />
			<date type="published" when="1989">1989</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">Conceptual Knowledge Discovery and Data Analysis</title>
		<author>
			<persName><forename type="first">J</forename><surname>Hereth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Stumme</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Wille</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Wille</surname></persName>
		</author>
		<idno>n°2092</idno>
		<imprint>
			<date type="published" when="2000">2000</date>
		</imprint>
		<respStmt>
			<orgName>Technische Universitat Darmsadt</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Structural machine learning with Galois lattice and Graphs</title>
		<author>
			<persName><forename type="first">M</forename><surname>Liquière</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sallantin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Fifteenth International Conference on Machine Learning</title>
				<imprint>
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Learning from observations: conceptual clustering</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">S</forename><surname>Michalski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stepp</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Machine Learning: An Artificial Approach</title>
				<imprint>
			<publisher>Tioga Publishing</publisher>
			<date type="published" when="1982">1982</date>
			<biblScope unit="volume">1</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title level="m" type="main">Outils de classificatoires par objets pour l&apos;extraction de connaissances dans des bases de données</title>
		<author>
			<persName><forename type="first">A</forename><surname>Simon</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2000">2000</date>
			<biblScope unit="volume">1</biblScope>
			<pubPlace>France</pubPlace>
		</imprint>
		<respStmt>
			<orgName>Université de Henri Poincaré Nancy</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Thèse de Doctorat</note>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<title level="m" type="main">Conceptual Structures : Information Processing in Mind and Machine, Readings</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F</forename><surname>Sowa</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1984">1984</date>
			<publisher>Addison-Wesley</publisher>
			<pubPlace>Massachusetts</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Restructuring Lattice Theory</title>
		<author>
			<persName><forename type="first">R</forename><surname>Wille</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Symposium of Ordered Sets, I.Rival</title>
				<imprint>
			<date type="published" when="1982">1982</date>
			<biblScope unit="page" from="445" to="470" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
