<?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">Profiling Less Active Users in Online Communities</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Alexandra</forename><surname>Barysheva</surname></persName>
							<email>asbarysheva@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Data Analysis and Artificial Intelligence Faculty of Computer Science Higher School of Economics Myasnitskaya 20</orgName>
								<address>
									<postCode>101000</postCode>
									<settlement>Moscow</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Anna</forename><surname>Golubtsova</surname></persName>
							<email>annagolubtsova1@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Data Analysis and Artificial Intelligence Faculty of Computer Science Higher School of Economics Myasnitskaya 20</orgName>
								<address>
									<postCode>101000</postCode>
									<settlement>Moscow</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Rostislav</forename><surname>Yavorskiy</surname></persName>
							<email>ryavorsky@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Data Analysis and Artificial Intelligence Faculty of Computer Science Higher School of Economics Myasnitskaya 20</orgName>
								<address>
									<postCode>101000</postCode>
									<settlement>Moscow</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Profiling Less Active Users in Online Communities</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">B9C7849E5EAAFCC1971A414F85B48904</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T09:09+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>
			<textClass>
				<keywords>
					<term>online community</term>
					<term>communication graph</term>
					<term>user profiles</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Our research is focused on the study of social interactions of online community users, especially in business-oriented social networking services like LinkedIn or Habrahabr. The general aim of the work is to design methods for profiling of discussion participants within groups according to their interaction patterns. One of our goals is to make the approach independent from the language of communication, that is why we build our analysis on the comments graph and do not use information from the posts content. This paper suggest FCA based approach to profiling less active users for which not much data is available and statistical analysis is not applicable.</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>Social Internet development unveiled great research potential for network analysis which includes the analysis of relationships and flows between people, groups, organizations, computers, URLs, and other connected information/knowledge entities.</p><p>This paper focuses on the behaviour patterns of the members of social networks groups (communities) of interest. In these online groups, users on a regular basis can publish information or news that called posts, and interact with each other by commenting or liking them.</p><p>The general goal of this work is to provide a method of profiling group users by analysing the group interaction graph. An interaction graph is a graph where vertices correspond to users and edges represent relation "user A comments or likes post of user B".</p><p>Today almost every social media site provides an API for easy data retrieval. Application programming interface (API) is the set of routines, protocols, and tools for building software applications using the obtained data. In order to retrieve the graph of social interaction we use data sets collected from businessoriented social networking service LinkedIn and Habrahabr (leading Russian blog on Information Technology topics).</p><p>In this paper we continue research described in <ref type="bibr" target="#b0">[1]</ref>, which is also dedicated to the task of profiling online community users. The method proposed in that paper is based on clustering users according to statistical characteristics of their communication patterns.</p><p>Clustering based on statistical characteristics allows one to study the communication patterns, but it is not applicable to users with low activity for which not enough data is available. Our study shows that actively involved users constitute approximately 2% of a community, while more than half of the community member could be classified as "observers" (see <ref type="bibr" target="#b0">[1]</ref>). That motivates us on designing a separate technique for profiling less active members of an online community.</p><p>The paper is organized as follows. Section 2 contains the review of relevant related works organized according to the used approach. Section 3 describes the data set. Section 4 summarizes achieved and anticipated results. In Section 5 we conclude and discuss the possible applications of our work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related work</head><p>Relationship is a central concept of the science of Social Network Analysis. Our race, ethnicity, background and personality -all influence our behaviour and interact. Thus, the behavioural patterns analysis in online communities can provide the information about the user that is not explicit in his or her profile page (and obviously cast some light on the principles of social behaviour in online networks).</p><p>There are different types of relationships between people: friendship, trust, influence, or conflict, dislike etc. In <ref type="bibr" target="#b1">[2]</ref> authors provide several types of relationships in social networks including (1) binary and valued relationships, (2) symmetric and asymmetric relationships, and (3) multimodal relationships. Examples of binary and valued relationships are "Sam follows Ann on Facebook" and "Alex retweeted 4 tweets from Mary" respectively. Following or reposting on Twitter, Facebook or LinkedIn are asymmetric relationships by definition, but a follow-back tie can exist, thus symmetrizing them. An example of symmetric relation is "Ann and Bob have common interests". Multimodal relationships are interactions between actors of different types people possess information, group adds people, and so on. In our study, we analyze all these three types of relationships between group users.</p><p>The task of user profile modelling consists of many subtasks and approaches, such as content-based methods <ref type="bibr" target="#b2">[3]</ref>, the island method <ref type="bibr" target="#b1">[2]</ref>, researching of users friend-or following-connections, or tracing user activity <ref type="bibr" target="#b3">[4]</ref> etc. Typically, the majority of proposed profiling methods combine different techniques.</p><p>An example of Twitter users profiling is presented in <ref type="bibr" target="#b4">[5]</ref>. Authors study demographic estimation algorithms based on users tweets and community relationships. They propose a hybrid community-based and text-based method where demographics of Twitter users are estimated by tracking the tweet history and clustering the followers/followings. The method estimates wide varieties of de-mographics such as gender, age, area etc. The authors also consider users with few tweets such as followers of corporate accounts.</p><p>In <ref type="bibr" target="#b5">[6]</ref> authors suggest a generic model for user classification in social media with application to Twitter. Analyzing the users behaviour, linguistic content and the network structure of the users Twitter feed they develop the method of automatic inferring the values of user attributes such as political orientation or ethnicity. Machine learning approach is used relying on four general feature classes: user profile, user tweeting behaviour, linguistic content of user messages and user social network features. The paper presents experimental results on 3 tasks with different characteristics: ethnicity identification, political affiliation detection and detecting affinity for a particular business.</p><p>A weakly supervised approach to user profile extraction from Twitter is also suggested in <ref type="bibr" target="#b6">[7]</ref>. In addition to traditional linguistic features, this approach also takes into account network information, offered by social media. Authors use users profiles from social media websites such as Facebook or Google Plus as a distant source of supervision for extraction of their attributes from usergenerated text. They test the algorithm on three attribute domains including spouse, job and education and results demonstrate accurate predictions for users attributes based on tweets.</p><p>Unlike previous mentioned works, article <ref type="bibr" target="#b3">[4]</ref> focus just on user activity, ignoring the content of messages a user exchanged. Authors take into consideration both social interactions and tweeting patterns of microblogging integrating service Twitter, which allow profiling users according to their activity patterns. According to the investigation, there are 75 % of the users in their appropriate cluster, which can be classified with a 0.9 assignment probability. Clusters are characterized by a set of statistical features relating user activity, network structure and dynamic patterns. Furthermore, the authors propose three algorithms to analyze the impact of content posted by a user.</p><p>In <ref type="bibr" target="#b7">[8]</ref> authors use modelling user profile to predict the profile of another user in the network. They gather fine-grained data from two social networks and try to infer user profile attributes. The article proposes a method of inferring user attributes that is inspired by previous approaches to detecting communities in social networks based on the fact, that users with common attributes are more likely to be friends and often form dense communities. Results show that certain user attributes can be inferred with high accuracy when given information on as little as 20% of the users.</p><p>The expertise retrieval task of user profiling is also mentioned in <ref type="bibr" target="#b8">[9]</ref>. In this work, the topical profiling task is decomposed into two stages: (1) discovering and identifying possible knowledge areas, and (2) measuring the persons competency in each of these areas.</p><p>Our research has the same goal as the previous mentioned works -to provide a method of profiling users. Main task of this paper is to suggest an approach for profiling of less active users, which usually form the majority of any online community. Since we have little data for these members, statistical analysis of their behaviour is not possible. That is why we turn to FCA tools.</p><p>The idea to apply formal concept analysis to social network analysis is not new, see e.g. <ref type="bibr" target="#b9">[10]</ref> or <ref type="bibr" target="#b10">[11]</ref>. Usually the technique is used for network clustering and detecting communities. Our goal is slightly different, we assume that a community is already given. We target at detailed description of roles of different users in this community.</p><p>Method of retrieving groups of websites users with similar behaviour using Formal Concept Analysis presented in <ref type="bibr" target="#b11">[12]</ref>. Authors propose to construct a taxonomy based on users visits of different pages of websites. The problem of big number of concepts is solved by applying the stability index <ref type="bibr" target="#b12">[13]</ref> to the lattice concepts.</p><p>Extension of using the stability index (not only in terms of intent stability, but also in terms of extent stability) to taxonomy construction described in <ref type="bibr" target="#b13">[14]</ref>. For instance, in this work authors study the dataset from research by Davis, Gardner and Gardner <ref type="bibr" target="#b14">[15]</ref> which features ladies attending particular events in a small Mississippi town in the 1930s. By constructing stabilised lattice (according to extent) authors found the core members in groups.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Description of the data set</head><p>In our work we use two data sets. The first one is communication graph retrieved from Habrahabr blogging site for several most popular topics. The second includes communication graphs for several LinkedIn groups.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Habrahabr data</head><p>HabraHabr (http://habrahabr.ru/) is the most popular Russian blog service devoted to Information Technology. Currently we work with communication graphs for the most active topics including "Algorithms", "Big Data", "High performance computing", "Information security" and others. For a given topic the dataset is a single table with the following columns:</p><formula xml:id="formula_0">-Post Id -Post author -Comment Id -Comment author -Parent comment Id -Time stamp</formula><p>Also, for conveniece we added some derived values like comment depth, number of child comments etc.</p><p>Data set for "Big data" community in CSV format is available at the project page on GitHub, see https://github.com/ryavorsky/HabraGraph.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">LinkedIn data</head><p>Business-oriented social networking service LinkedIn, http://www.linkedin.com, allows users to create profiles and interact with each other in an online social network, which may represent real-world professional relationships. LinkedIn also supports the formation of interest groups that are, generally, employment related, although the majority of topics are covered mainly around professional and career issues. Currently we work with communication graphs for the largest groups related to the topic "Bioinformatics". The dataset has the same structure: Post Id, Post author, Comment Id, Comment author, Like author, Time stamp, and some derived characteristics, such as the number of child comments and its depth in the thread.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Users profiling</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Clustering according to the statistical characteristics</head><p>In this paper we continue research on profiling online community users described in <ref type="bibr" target="#b0">[1]</ref>. Firstly, a set of the user attributes that can be computed using community comment graph and post comment graphs is listed. They are: the number of people that leave comment to the user and were commented by the user, the number of posts the user wrote and commented, average depth of the user's comment and how often the user's comment was a terminal. These attributes reflect the user's communication style in online discussions.</p><p>The clustering allowed us to figure out the following user types:</p><p>1. Silent stars (2 users). Authors of popular posts who do not participate in the discussions. 2. Communicative stars (2 users). Authors of popular posts who are actively involved in the discussions. 3. Active chatters (2% of users). Participants who leave many comments, and reply to almost every comment on their posts. 4. Idle chatters (2% of users). People who write few comments, but usually their comments support the subsequent debate. 5. Socializers (5% of users). Users who do not produce many comments, although the number of people their talk with is notably high. 6. Investigators (15% of users). Participants who communicate with many people within very narrow discussion (few blog posts). 7. Concluders(22% of users). Participants, who produce little comments and quite often their comment is the last one in the discussion branch. 8. There is also one more type of user -observers (more than 50%) who are the most inactive users: each one leaved no more than 3 comments.</p><p>It can be seen that less active users represent bigger part of community. That is why the goal of the current work is to provide method of detection of dependencies between users with different activity rate. In other words we want to know to whom among the active users the less active users are similar.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Profiling of less active users</head><p>As it was mentioned above, the task of analyzing and profiling of user behaviour is rather straightforward for more active users, when a lot of data is available.</p><p>For the other part of online community, the majority of less active members, we suggest to describe the user profile in terms of similarity to one or several preselected benchmarks, key users of the community with well-known behavioural patterns.</p><p>In more details the suggested procedure is the following. First, select a small number of key users of the studied community. Second, build the object-attribute table, in which rows (objects) are all group users and columns (properties) are benchmark profiles (key users). Then use use FCA tools to compute the lattice of formal concepts. Finally, conclude that activity pattern of user user1 could be described in terms of intersection of few benchmarks, e. g. core user1 and core user3.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3">Core users</head><p>There are many different ways to determine the set of benchmarks. In our work we use the notion of communication graph core <ref type="bibr" target="#b15">[16,</ref><ref type="bibr" target="#b16">17]</ref>. The picture on fig. <ref type="figure" target="#fig_0">1</ref> shows 3-core for users-posts graph (that is the largest subset of users and posts, in which each user left comments in at least three posts and each post has comments from at least three users) corresponding to "big data" community at Habrahabr.ru platform.</p><p>Restricting our focus with the 3-core helps us to filter out blog posts which are not very relevant to the main community topic, and also figure out users, which play central role in the group communications.</p><p>Consider for example an irrelevant post, which produced quite intensive discussion. We can detect its irrelevance by the fact that core users did not participated in the thread. Formally, to classify a post as a core one we require that at least 3 core users participate in the discussion.</p><p>Similarly, there might be a user, who went into long comments exchange in a single thread or left few remarks in some rather irrelevant discussions. User with such a behaviour usually is interpreted as a casual visitor, not a core one. To be included into the community core we require that the user should participate in at least 3 core discussions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.4">Why FCA</head><p>As it was already mentioned above, the main goal of this work is to design an approach for describing profiles for majority of less active members of an online community. Usually we have very little data for such users, a couple of comments or so. That is why classification according to numerical characteristics suggested in <ref type="bibr" target="#b0">[1]</ref> hardly makes sense. The users will be classified as "inactive" and that's it.</p><p>In this paper we suggest to use information about the particular topics, which attracted a user. That data has "object-property" type, so we turn to FCA. The formal context is defined as follows. Assuming user is a group user and benchmark is a core user we say that object user has property benchmark if users user and benchmark together participated in a post discussion. For the example of "big data" community mentioned above the formal context table has 13 properties (the number of core users) and hundreds of objects (for all the other community members).</p><p>We use FCA tools (Concept Explorer <ref type="bibr" target="#b17">[18]</ref> and FCArt <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b19">20]</ref>) to build the lattice of the formal context. As a result, the set of formal concepts is given (see fig. <ref type="figure">2</ref>). Each formal concept has a set of objects (extent). These users are similar to each other and their profile could be specified in terms of the benchmarks, the set of core users.</p><p>By combining the 3-core graph and the lattice we can get a visual map of the community, see fig. <ref type="figure" target="#fig_1">3</ref>.</p><p>Also, in applications we can use the resulting formal concepts for introducing the corresponding links between the user profiles. Indeed, for a user with low activity the profile will be almost empty due lack of statistics. The links from Fig. <ref type="figure">2</ref>. Lattice of users-benchmarks formal context corresponding to "big data" community on Habrahabr this empty profile to more detailed profiles of most similar core users will help to get at least some information about the user interests.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion</head><p>The paper describes work in progress on developing a universal tool for automated building of profiles for online community users. The proposed method is based on the user activity in the process of posting, liking and commenting group posts.</p><p>To make the approach suitable for the analysis of different online communities, the approach does not use information from the user profile or content analysis. Thus, it is based on user activity and his/her skills to interact with other group participants.</p><p>In order to classify less active online group members the method based on retrieving formal concepts with core users as attributes is suggested. The results can be used to extend the functionality of the groups with the detailed description of the profile of participants and the nature of their interaction, which in turn should help to understand users behaviour.</p><p>The developed method can be applied to any online community. </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. 3-core of for graph corresponding to "big data" community at Habrahabr.ru</figDesc><graphic coords="7,150.54,115.84,314.28,302.94" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. The map of the Habrahabr "big data" community built from the 3-core graph</figDesc><graphic coords="9,149.88,115.84,315.60,319.92" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="8,143.88,115.83,327.60,223.92" type="bitmap" /></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Building Profiles of Blog Users Based on Comment Graph Analysis</title>
		<author>
			<persName><forename type="first">A</forename><surname>Barysheva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Yavorskiy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of AIST&apos;2015, 4-th International Conference &quot;Analysis of Images, Social Networks and Texts</title>
				<meeting>AIST&apos;2015, 4-th International Conference &quot;Analysis of Images, Social Networks and Texts<address><addrLine>Yekaterinburg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer CCIS</publisher>
			<date type="published" when="2015-04-11">9-11 April 2015</date>
		</imprint>
	</monogr>
	<note>To appear in</note>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Social network analysis for startups O&apos;Reily</title>
		<author>
			<persName><forename type="first">A</forename><surname>Kouznetsov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Tsvetovat</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Author Profiling: Predicting Age and Gender from Blogs</title>
		<author>
			<persName><forename type="first">R</forename><surname>Santosh</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2013">2013</date>
			<publisher>PAN at CLEF</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">User profiling on Twitter, Semantic Web</title>
		<author>
			<persName><forename type="first">E</forename><surname>Rocha</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Interoperability, Usability, Applicability</title>
				<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Twitter user profiling based on text and community mining for market analysis Knowledge-Based Systems</title>
		<author>
			<persName><forename type="first">I</forename><surname>Kazushi</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="35" to="47" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Machine Learning Approach to Twitter User Classification</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Pennachiotti</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Fifth International AAAI Conference on Weblogs and Social Media</title>
				<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page">45</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Weakly Supervised User Profile Extraction from Twitter ACL</title>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ritter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hovy</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">You Are Who You Know: Inferring User Profiles in Online Social Networks ACM WSDM</title>
		<author>
			<persName><forename type="first">P</forename><surname>Druschel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">P</forename><surname>Gummadi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mislove</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Viswanath</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Expertise Retrieval</title>
		<author>
			<persName><forename type="first">K</forename><surname>Balog</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Fang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>De Rijke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Serdyukov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Si</forename><forename type="middle">L</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Foundations and Trends in Information Retrieval</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">2-3</biblScope>
			<biblScope unit="page" from="127" to="256" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Understanding social networks using formal concept analysis</title>
		<author>
			<persName><forename type="first">Vaclav</forename><surname>Snasel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zdenek</forename><surname>Horak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ajith</forename><surname>Abraham</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology-Volume 03</title>
				<meeting>the 2008 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology-Volume 03</meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Gaining insight in social networks with biclustering and triclustering</title>
		<author>
			<persName><forename type="first">D</forename><surname>Gnatyshak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">I</forename><surname>Ignatov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Semenov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Poelmans</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Perspectives in Business Informatics Research</title>
				<meeting><address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="162" to="171" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Concept Stability for Constructing Taxonomies of Web-site users</title>
		<author>
			<persName><forename type="first">Sergei</forename><forename type="middle">O</forename><surname>Kuznetsov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">I</forename><surname>Ignatov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. Social Network Analysis and Conceptual Structures: Exploring Opportunities</title>
				<editor>
			<persName><forename type="first">S</forename><surname>Obiedkov</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Roth</surname></persName>
		</editor>
		<meeting>Social Network Analysis and Conceptual Structures: Exploring Opportunities<address><addrLine>Clermont-Ferrand</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">On stability of a formal concept</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">O</forename><surname>Kuznetsov</surname></persName>
		</author>
		<editor>SanJuan, E.</editor>
		<imprint>
			<date type="published" when="2003">2003</date>
			<publisher>JIM</publisher>
			<pubPlace>Metz, France</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Reducing the Representation Complexity of Lattice-Based Taxonomies</title>
		<author>
			<persName><forename type="first">Sergei</forename><forename type="middle">O</forename><surname>Kuznetsov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sergei</forename><surname>Obiedkov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Camille</forename><surname>Roth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. 15th International Conference on Conceptual Structures (ICCS 2007)</title>
		<title level="s">Lecture Notes in Artificial Intelligence (Springer</title>
		<editor>
			<persName><forename type="first">U</forename><surname>Priss</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Polovina</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Hill</surname></persName>
		</editor>
		<meeting>15th International Conference on Conceptual Structures (ICCS 2007)</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">4604</biblScope>
			<biblScope unit="page" from="241" to="254" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<title level="m" type="main">Deep South</title>
		<author>
			<persName><forename type="first">A</forename><surname>Davis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">B</forename><surname>Gardner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Gardner</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1941">1941</date>
			<publisher>University of Chicago Press</publisher>
			<pubPlace>Chicago</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<author>
			<persName><forename type="first">V</forename><surname>Batagelj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zaversnik</surname></persName>
		</author>
		<idno type="arXiv">arXiv:cs/0202039v1</idno>
		<title level="m">Generalized Cores</title>
				<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">Network structure and minimum degree Social Networks</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">B</forename><surname>Seidman</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1983">1983</date>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="269" to="287" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">System of data analysis&quot;Concept Explorer</title>
		<author>
			<persName><forename type="first">Serhiy</forename><forename type="middle">A</forename><surname>Yevtushenko</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th national conference on Artificial Intelligence KII</title>
				<meeting>the 7th national conference on Artificial Intelligence KII</meeting>
		<imprint>
			<date type="published" when="2000">2000. 2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Advancing FCA Workflow in FCART System for Knowledge Discovery in Quantitative Data</title>
		<author>
			<persName><forename type="first">Alexey</forename><surname>Neznanov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dmitry</forename><surname>Ilvovsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andrey</forename><surname>Parinov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Procedia Computer Science</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="page" from="201" to="210" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">FCA Analyst Session and Data Access Tools in FCART</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">A</forename><surname>Neznanov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">A</forename><surname>Parinov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Artificial Intelligence: Methodology, Systems, and Applications</title>
				<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="214" to="221" />
		</imprint>
	</monogr>
</biblStruct>

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