<?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">Approaches to assessing the semantic similarity and future citation of publications by identifying informative terms with predictive properties</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">A</forename><forename type="middle">Kh</forename><surname>Khakimova</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">ANO «Scientific and Research Center for Information in Physics and Technique»</orgName>
								<orgName type="institution">Novgorod</orgName>
								<address>
									<settlement>Nizhny</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Charnine</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">FRC CSC</orgName>
								<orgName type="institution">Russian Academy of Sciences</orgName>
								<address>
									<settlement>Moscow</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Approaches to assessing the semantic similarity and future citation of publications by identifying informative terms with predictive properties</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">7BB708F54BA43EF5B053F99F35078164</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T01:46+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>semantic similarity</term>
					<term>informative terms</term>
					<term>impact factor of the term</term>
					<term>citations</term>
					<term>statistical analysis</term>
					<term>citation prediction</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The article discusses new approaches to assessing the semantic similarity of documents in a vector space, taking into account statistically significant and informative terms. Informative terms reflect the current state of research in a certain field of research. To select informative terms, an algorithm for calculating the impact factor of the term is proposed. It is shown that informative terms allow both to evaluate the semantic similarity of texts and to predict future citations. The developed methods for assessing the semantic similarity and future impact of scientific publications can be used in the framework of "Predictive optimization", a modern technology that allows us to make decisions based on forecasts. In evaluating the activities of research and individual scientists, bibliometric indicators often play an important role. However, the use of citation-based indicators is problematic in determining the impact of recent publications. Usually, two years after the publication of most articles, they receive only a few links. The probability of future citation can be predicted using the proposed indicator -IFT.</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>Measuring the similarity between documents is an important component in various tasks such as document clustering, topic detection, topic tracking, question answering, information retrieval and text summarization.</p><p>For scientific articles, there are two main types of similarity measures: citation-based similarity <ref type="bibr" target="#b0">[1]</ref> and semantic textual similarity <ref type="bibr" target="#b1">[2]</ref>. These two types of similarity measures should correlate and maximizing this correlation is a convenient way to adjust the coefficients and parameters on which these measures depend.</p><p>Citation-based similarity measures such as bibliographic coupling (if two documents share a reference in their bibliography) and co-citation (if two documents are cited by a third document) are an integral component of many information retrieval systems. Semantic textual similarity measures analyze situations where two documents share certain words (co-word linkages <ref type="bibr" target="#b2">[3]</ref>), phrases or ideas <ref type="bibr" target="#b3">[4]</ref>.</p><p>Latent Semantic Analysis (LSA) <ref type="bibr" target="#b4">[5]</ref> and Generalized Latent Semantic Analysis (GLSA) <ref type="bibr" target="#b5">[6]</ref> are the most popular techniques of Corpus-Based semantic textual similarity <ref type="bibr" target="#b1">[2]</ref>. GLSA extends the LSA approach by focusing on term vectors instead of the dual document-term representation.</p><p>There is a problem of efficient filtering of noninformative words. LSA and GLSA suffer from noise introduced by typos and infrequent and non-informative words <ref type="bibr" target="#b5">[6]</ref>. To solve this problem, we present a new citation-based method for efficient filtering of the core vocabulary and keeping only content bearing words. This new citation-based method is called the Impact Factor of Terms (IFT). It is described in Section 2. IFT assesses the significance and informational content of terms in scientific articles based on citation analysis of the articles with these terms. Also, IFT is useful for prediction future citations and promising topics in different subject areas such as smart energy systems.</p><p>Maximizing correlation between citation-based similarity and IFT-based semantic textual similarity is a convenient way to adjust the coefficients and parameters of the IFT method.</p><p>IFT is similar to journal impact factor (JIF) which has been used for many years and has proven effective. JIF is a scientometric index that reflects the yearly average number of citations that articles published in the last two years in a given journal received. If all articles of a journal are highly cited, then this journal has a high JIF value and is considered significant and authoritative. Similarly, if all articles with some general term are highly cited, then this term has a high IFT value and is considered significant and informative. The IFT helps to identify informative terms that indicate significant fundamental ideas. Words and terms with a constantly high IFT (for example, neural networks) denote significant ideas, interest in which is stable for many years. For such informative words, the IFT values are stably high. Also, such words have a high correlation between IFT values of the current and next year. This correlation as well as the conditions for the stability and predictability of the IFT are discussed in Section 4. Section 3 describes a collection of articles used for experiments to study the empirical properties of IFT, including its correlations. The next section gives a formal description of the IFT.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Impact Factor of Terms (IFT)</head><p>There are currently several journal ranking systems, but the oldest and most influential system is a journal impact factor (JIF). JIF is used as an indicator of the importance of a journal for its field.</p><p>A journal's impact factor is based on how often articles published in that journal during the previous two years (e.g. 2017 and 2018) were cited by articles published in a particular year (e.g. 2019).</p><p>The higher the JIF, the more often articles in that journal are cited by other articles. Thus, the influence factor can give an approximate idea of how prestigious the magazine is in its field of science.</p><p>The journal with the highest IF value is the one that publishes the most frequently cited articles over a two-year period. One easy way to increase JIF is to publish more review articles, which are usually cited more often than research reports <ref type="bibr" target="#b6">[7]</ref>.</p><p>Author Impact Factor (AIF) is an extension of the impact factor for authors. The AIF of an author A in year t is the average number of citations given by papers published in year t to papers published by A in a period of Δt years before year t. AIF is able to capture trends and variations in the influence of scientists over time, in contrast to the h-index, which is a measure that takes into account the entire career path <ref type="bibr" target="#b7">[8]</ref>.</p><p>We offer an extension of the impact factor idea for terms. We offer a new numerical indicator of the authority of words and terms, called the impact factor of the term (IFT).</p><p>IFT (formula 1) can be used to effectively filter the dictionary, excluding uninformative words and terms. With the help of IFT, we can identify promising topics and ideas, find implicit links between articles and texts, and discover ideologically influential sites.</p><formula xml:id="formula_0">𝐼𝐼𝐼𝐼𝐼𝐼 = 𝐴𝐴 𝑡𝑡 𝑁𝑁 𝑡𝑡 , (<label>1</label></formula><formula xml:id="formula_1">)</formula><p>where Аt is the number of citations in articles with the term A published in year t to articles with the term A in the period Δt years to year t; Nt -total number of articles with term A for the time period ∆t + 1.</p><p>Therefore, the IFT of term A in year t is the average number of references cited in articles with term A published in year t to articles with term A in the period ∆t years to year t.</p><p>It follows from the IFT formula (1) that the method will certainly increase the correlation of the similarity measure of texts with their bibliographic relationship, since the IFT linearly depends on the number of bibliographic references over the past two years (or over a period of ∆t years).</p><p>Various approaches to the calculation of IFT were investigated.</p><p>The modified impact factor of the term (IFTm) is the ratio of citations of articles with term A to the total number of articles with this term over 3 years.</p><formula xml:id="formula_2">𝐼𝐼𝐼𝐼𝐼𝐼 𝑚𝑚 = 𝐴𝐴 𝑡𝑡−2 + 𝐴𝐴 𝑡𝑡−1 + 𝐴𝐴 𝑡𝑡 𝑁𝑁 ,<label>(2)</label></formula><p>where Аt-2 -the number of links to the article with the term A two years ago in same year; Аt-1 -the number of links to the article with term A last year for the same and previous years; Аt -the number of links to the article with term A over a three-year period, including the current year; Ntotal number of articles with term A for three years.</p><p>Both the IFT and IFTm are considered only for articles in which the given term is in the title. Only citations from articles containing the specified term in the title are taken into account.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">AI collection (Data Set)</head><p>In our experiments, we analyze DBLP citation network, which is a collection of articles on Artificial Intelligence from 1936 to 2017, compiled by aminer.org and referred to here as AI collection.</p><p>The citation data is extracted from DBLP (Digital Bibliography &amp; Library Project dblp.org), ACM (Association for Computing Machinery acm.org), MAG (Microsoft Academic Graph), and other sources.</p><p>We used the V10 version released in October 2017. This data set consists of 3,079,007 articles and 25,166,994 citation relationships. For each article there is a title, authors, year of publication and links. We have processed all titles and citation relationships.</p><p>In this paper, the AI collection was analyzed in different directions described in the next Section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Results of a statistical analysis of term trends</head><p>The main goal of the statistical analysis of the AI collection is to study the empirical properties of Impact Factor of Terms (IFT), including the correlation of its current and future values to assess its stability and forecast future citations.</p><p>Statistical analysis of the collection was carried out using the Trend+ author program, which built a frequency dictionary of all words and terms in the collection. Also, for each term with a frequency of more than 5, Trend+ calculated its trend indicators (trending situations), including the number of articles with this term for the year, the number of citations from other articles with this term, the IFT and IFTm indicators for the current and next year.</p><p>To calculate the correlation, situations/points were selected for different words in different years, when the values of IFT and IFTm of the current year were more than zero. There could be several such situations for one word in different years. The selected situations were divided into groups differing in the number of articles with a word over the past 3 years. According to the number of situations, the IFTm groups turned out to be larger than the IFT groups, because IFTm takes into account more citations. Fig. <ref type="figure" target="#fig_0">1</ref> shows graphs of the number of situations/points in these groups for calculating correlations. In Fig. <ref type="figure" target="#fig_0">1</ref>, the upper graph corresponds to the IFTm, and the lower IFT. The y-axis represents the number of points for calculating the correlations of the current and future years. The x-axis represents the frequency of terms, i.e. the number of articles with the term over the last 3 years. The maximum points on both graphs are achieved when the number of articles is 5, because the experiment did not analyze terms that occurred less than 5 times in the collection for all time.</p><p>On the IFT graph, the maximum number of points 54326 is reached at X = 5, and the minimum 2423 at X = 50. On the IFTm graph, the maximum number of points 91997 is reached at X = 5, and the minimum 2913 at X = 50.</p><p>For each group of trending situations/points (i.e., for each X) individually, a correlation was calculated between the current and future values of IFT and IFTm. The results of calculating the correlations are shown in Fig. <ref type="figure" target="#fig_1">2</ref>. The upper graph is the IFT correlations, and the lower graph is the IFTm correlations.</p><p>Both graphs behave very similarly, but the correlations of the IFT (upper graph) are almost always greater than the correlations of the IFTm. The correlation on the graphs reaches 0.5 at a frequency of 17 articles over the past three years, 0.6 at 26 articles, and 0.7 at 45 articles. Thus, IFT behaves more stably and predictably than IFTm, but IFTm covers more different situations and words/terms. The graphs show that the higher the current frequency of the term (the number of articles with the term), the higher the correlation, and therefore, the more stable the IFT behaves in time. Stable IFT allows you to accurately predict the average number of future citations, since the IFT is exactly equal to the average number of citations of articles with the specified word/term. Thus, the words/terms with a high frequencies and high IFT values define promising topics in different subject areas such as artificial intelligence or smart energy systems.</p><p>The most stable and predictable words/terms with high IFT values are called informative terms. Informative words/terms have high frequencies and IFT meanings above a certain threshold. The type of function for filtering of non-informative words which grows with increasing IFT and frequency can be selected by maximizing the correlation between citation-based similarity and IFTbased semantic textual similarity. As a first approximation, this filtering function can be taken as the product of IFT and frequency with a certain minimum threshold for IFT.</p><p>Here are examples of the most informative words/terms in the collection of AI articles that have the largest total values of IFT multiplied by the current frequency: web (year 1982), fuzzy (1969), sensor networks (1992), neural (1962), video (1976) , social (1971), cognitive (1973), semantic (1967), clustering (1970), neural networks <ref type="bibr">(1986)</ref>.</p><p>These examples point to the most actively and stably developing areas of AI, and also confirm the usefulness of the proposed filtering function and its ability to evaluate the significance and information content of words/terms.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Predicting the citations with IFT</head><p>Prediction of citation of scientific works was studied by many researchers. The described approaches are mainly based on the analysis of a number of features, including information about the authors (number of authors, country, authors rating, etc.), features of the journal (total number of links to the journal, impact factor of the journal), article parameters (topic, volume, number of references etc.), type of research (for example, original research compared to a literature review), as well as other characteristics (reputation of institutions etc.). In addition, altmetrics are also used to predict the citation of a scientific paper.</p><p>Citation prediction methods have been proposed, for example, by <ref type="bibr" target="#b8">Walters (2006)</ref>  <ref type="bibr" target="#b8">[9]</ref>, Haslam et al. <ref type="bibr">(2008)</ref> [10], Fu and Aliferis (2010) [11], Wang, Yu and Yu (2011) <ref type="bibr" target="#b9">[12]</ref>, <ref type="bibr" target="#b10">Wang et al. (2012)</ref>  <ref type="bibr" target="#b10">[13]</ref>, <ref type="bibr">Didegah and Thelwall (2013)</ref>  <ref type="bibr" target="#b11">[14]</ref>, Yu, Yu, Li and Wang (2014) <ref type="bibr" target="#b12">[15]</ref>, Onodera and Yoshikane (2015) <ref type="bibr" target="#b13">[16]</ref>, <ref type="bibr" target="#b14">Cao et al. (2016)</ref>  <ref type="bibr" target="#b14">[17]</ref>, Golosovsky and Solomon (2017) <ref type="bibr" target="#b15">[18]</ref>, Fiala and Tutoky (2018) <ref type="bibr" target="#b16">[19]</ref>, <ref type="bibr" target="#b19">Bai et al. (2019)</ref>  <ref type="bibr" target="#b17">[20]</ref>. For example, <ref type="bibr" target="#b17">Wang et al. (2013)</ref>  <ref type="bibr" target="#b18">[21]</ref> propose mathematical models that describe how publications accumulate citations over time. Using these models, the authors predict the effect of publication citation on a longer term based on a short-term publication citation history. <ref type="bibr" target="#b18">Bornmann et al. (2013)</ref>  <ref type="bibr" target="#b19">[22]</ref> present an empirical analysis of the correlation between short-term and longterm citation indicators.</p><p>IFT evaluates the significance and informativeness of terms in scientific articles based on an analysis of the citation of articles with these terms. IFT can also be used to predict future citations of new articles.</p><p>Given the practical importance of incorporating the latest publications in evaluations of scientific performance, one of the goals of our study is to develop a model to predict the impact that recent publications will have in the long run.</p><p>Our model assumes a publication citation prediction based on the following predictors: the impact factor of significant terms (for example, authors' keywords) and the time of appearance of subsequent articles associated with implicit links to the original article.</p><p>The two predictors used are readily available, and unlike most prediction approaches, they allow you to make predictions pretty soon after the publication.</p><p>Citation forecasts have a high degree of uncertainty. Therefore, we believe that it is more important to know the likelihood that the publication will receive a certain number of links in the future. Therefore, we do not predict the average number of links that the publication should attract in the future, but we predict the probability distribution for the future number of links based on the developed mathematical probabilistic model of the dependence of the number of direct citations on terms with high IFT.</p><p>It is important to emphasize that the purpose of our work is different from the studies mentioned above. As in the above studies, we are interested in predicting the future citation. However, many indicators that have been found to correlate with the influence of citation are easy to manipulate.</p><p>For example, suppose researchers know that future citations of a publication will be predicted based, for example, on the number of pages or the number of links. In this case, authors can artificially increase the number of pages or increase the number of bibliographic references. Therefore, we consider variables that cannot be changed by the authors of the publication.</p><p>Based on IFT values, we can choose informative terms that indicate important fundamental ideas. Words and terms with a consistently high IFT indicate important ideas that have been stable for many years.</p><p>In our experiments, we analyze the DBLP citation network, which is a collection of articles on artificial intelligence from 1936 to 2017, including 3,079,007 articles and 25,166,994 links. Statistical analysis of the collection was carried out using the Trend + program, which built a frequency dictionary and trend indicators, including the number of articles with this term per year, the number of links to other articles with this term, IFT and IFTm indicators for the current and next year.</p><p>The term "Trend of the initial frequency" (TIF) is proposed -this is the number of years from the first article with a certain term to the nth article with this term. A relationship was found between TIF, IFT, and citation trends. It is shown that the higher the trends of the initial frequency, the higher the trends of fresh citation links, that is, the higher the likelihood of quick appearance of links to the article.</p><p>Of particular interest are trend terms with a large number of new articles (more than 10 articles in the previous 2 years). For trend terms, the correlation of current and future IFTm is more than 60%, which allows us to make a fairly confident forecast of IFTm (i.e. citation forecast) for the next year.</p><p>We summarize how our study differs from existing works: ˗ we are interested in predicting the long-term impact of citation, based solely on the impact factors of significant terms (as mentioned above, we do not want to use variables that can be easily manipulated); ˗ we are interested in predicting the long-term impact of citation within one or two years after the publication; ˗ unlike most earlier papers, our interest is in predicting the probability distribution for the future number of links to a publication. We do not aim to give an accurate estimate of the future number of links to the publication.</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. Graphs of the number of points for calculating the correlations of the current and future years for the indicators IFTm (upper) and IFT, depending on the number of articles with the word in the last 3 years</figDesc><graphic coords="3,135.40,53.33,324.50,227.38" type="bitmap" /></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. Graph of IFT correlations (upper) and IFTm correlations of the current and future years depending on the number of articles with the word in the last 3 years</figDesc><graphic coords="3,152.83,422.45,289.65,203.40" type="bitmap" /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgment</head><p>The reported study was funded by RFBR according to the research projects № 18-07-00909, 19-07-00857 and 20-04-60185.</p></div>
			</div>

			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0" />			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Citation-based Document Similarity. Citation-based Plagiarism Detection</title>
		<author>
			<persName><forename type="first">B</forename><surname>Gipp</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2014">2014</date>
			<publisher>Springer Fachmedien</publisher>
			<biblScope unit="page" from="43" to="55" />
			<pubPlace>Wiesbaden</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A survey of text similarity approaches</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">H</forename><surname>Gomaa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">A</forename><surname>Fahmy</surname></persName>
		</author>
		<idno type="DOI">10.5120/11638-7118</idno>
		<ptr target="https://doi.org/10.5120/11638-7118" />
	</analytic>
	<monogr>
		<title level="j">Int. J. Comput. Appl</title>
		<imprint>
			<biblScope unit="volume">68</biblScope>
			<biblScope unit="issue">13</biblScope>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Words and co-words as indicators of intellectual organization</title>
		<author>
			<persName><forename type="first">L</forename><surname>Leydesdor</surname></persName>
		</author>
		<idno type="DOI">10.1016/0048-7333(89)90016-4</idno>
		<idno>DOI</idno>
		<ptr target="http://www.sciencedirect.com/science/article/pii/004" />
	</analytic>
	<monogr>
		<title level="j">Research Policy</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="209" to="223" />
			<date type="published" when="1989">1989</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Measuring of &quot;Idea-based&quot; Influence of Scientific Papers</title>
		<author>
			<persName><forename type="first">M</forename><surname>Charnine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Klimenko</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2015 International Conference on Information Science and Security (ICISS 2015)</title>
				<meeting>the 2015 International Conference on Information Science and Security (ICISS 2015)<address><addrLine>Seoul, South Korea</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015-12-14">2015. December 14-16</date>
			<biblScope unit="page" from="160" to="164" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A solution to plato&apos;s problem: The latent semantic analysis theory of acquisition, induction, and representation of knowledge</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">K</forename><surname>Landauer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">T</forename><surname>Dumais</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Psychological Review</title>
		<imprint>
			<biblScope unit="page">104</biblScope>
			<date type="published" when="1997">1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Generalized latent semantic analysis for term representation</title>
		<author>
			<persName><forename type="first">I</forename><surname>Matveeva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Levow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Farahat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Royer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of RANLP</title>
				<meeting>of RANLP</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Current views and implications of journal impact factor: A key note</title>
		<author>
			<persName><forename type="first">I</forename><surname>Zaidi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sinha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Dwivedi</surname></persName>
		</author>
		<idno type="DOI">10.4103/0975-962X.154375</idno>
	</analytic>
	<monogr>
		<title level="j">Indian J Dent</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="113" to="114" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Author Impact Factor: tracking the dynamics of individual scientific impact</title>
		<author>
			<persName><forename type="first">R</forename><surname>Pan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Fortunato</surname></persName>
		</author>
		<idno type="DOI">10.1038/srep04880</idno>
		<ptr target="https://doi.org/10.1038/srep04880" />
	</analytic>
	<monogr>
		<title level="j">Sci Rep</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page">4880</biblScope>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<author>
			<persName><forename type="first">G</forename><surname>Walters</surname></persName>
		</author>
		<title level="m">Predicting subsequent citations to articles published in twelve crime-psychology journals</title>
				<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Mining typical features for highly cited papers</title>
		<author>
			<persName><forename type="first">M</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Yu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Scientometrics</title>
		<imprint>
			<biblScope unit="volume">87</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="695" to="706" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Development a case-based classifier for predicting highly cited papers</title>
		<author>
			<persName><forename type="first">M</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>An</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Informetrics</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="586" to="599" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Determinants of research citation impact in nanoscience and nanotechnology</title>
		<author>
			<persName><forename type="first">F</forename><surname>Didegah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Thelwall</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the American Society forInformation Science and Technology</title>
		<imprint>
			<biblScope unit="volume">64</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="1055" to="1064" />
			<date type="published" when="2013">2013a</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Citation impact prediction for scientific papers using stepwise regression analysis</title>
		<author>
			<persName><forename type="first">T</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P.-Y</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Wang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Scientometrics</title>
		<imprint>
			<biblScope unit="volume">101</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="1233" to="1252" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Factors affecting citation rates of research articles</title>
		<author>
			<persName><forename type="first">N</forename><surname>Onodera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Yoshikane</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the Association for Information Science and Technology</title>
		<imprint>
			<biblScope unit="volume">66</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="739" to="764" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">A data analytic approach to quantifying scientific impact</title>
		<author>
			<persName><forename type="first">X</forename><surname>Cao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">J R</forename><surname>Liu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Informetrics</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="471" to="484" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Growing complex network of citations of scientific papers: Modeling and measurements</title>
		<author>
			<persName><forename type="first">M</forename><surname>Golosovsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Solomon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Physical Review E</title>
		<imprint>
			<biblScope unit="volume">95</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">12324</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">PageRank-based prediction of award-winning researchers and the impact of citations</title>
		<author>
			<persName><forename type="first">D</forename><surname>Fiala</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Tutoky</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Informetrics</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="1044" to="1068" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Quantifying long-term scientific impact</title>
		<author>
			<persName><forename type="first">D</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Song</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A.-L</forename><surname>Barabási</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Science</title>
		<imprint>
			<biblScope unit="volume">342</biblScope>
			<biblScope unit="page" from="127" to="132" />
			<date type="published" when="2013">2013. 6154</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Which percentile-based approach should be preferred for calculating normalized citation impact values?an empirical comparison of five approaches including a newly developed citation-rank approach (p100)</title>
		<author>
			<persName><forename type="first">L</forename><surname>Bornmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Leydesdorff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Informetrics</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="933" to="944" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Predicting the citations of scholarly paper</title>
		<author>
			<persName><forename type="first">X</forename><surname>Bai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Lee</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Informetrics</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="407" to="418" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">About the autors</title>
		<ptr target="mc@keywen.com" />
	</analytic>
	<monogr>
		<title level="m">ANO «Scientific and Research Center for Information in Physics and Technique</title>
				<editor>
			<persName><forename type="first">Charnine</forename><surname>Mikhail</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Phd</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Senior</forename><surname>Researcher</surname></persName>
		</editor>
		<meeting><address><addrLine>Naberezhnye Chelny, Russia; Nizhny Novgorod, Russia; Moscow, Russia</addrLine></address></meeting>
		<imprint/>
		<respStmt>
			<orgName>FRC CSC of the Russian Academy of Sciences</orgName>
		</respStmt>
	</monogr>
	<note>aida_khatif@mail</note>
</biblStruct>

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