顯示具有 author co-citation analysis 標籤的文章。 顯示所有文章
顯示具有 author co-citation analysis 標籤的文章。 顯示所有文章

2016年7月7日 星期四

Jeong, Y. K. & Song, M. (2016). Applying content-based similarity measure to author co-citation analysis. In Proceedings of iConference 2016.

Jeong, Y. K. & Song, M. (2016). Applying content-based similarity measure to author co-citation analysis. In Proceedings of iConference 2016.

本研究利用引用文獻出現文句內容的相似性來測量作者的主題相關性(topical relatedness)。傳統的作者共被引分析(Author co-citation Analysis, ACA)做法是利用參考文獻裡被引用作者的共被引頻率(White and Griffith, 1981),然後利用Pearson相關係數 (Pearson correlation coefficient)或是 Salton提出的餘弦相似性測量作者的相似性,在書目計量學研究裡已經廣泛運用於確認與追蹤學科的知識結構(the intellectual structure of an academic discipline) (He & Hui, 2002)。然而這種做法並未考慮引用的內容,Jeong, Song, & Ding, (2014)與 Zhao & Strotmann (2014)則利用全文裡提到的作者並將有關的內容加入ACA的計算。

本研究認為累積被引作者出現的文句能夠代表作者的研究領域,因此利用JASIST的全文資料,剖析HTML,取出論文的後設資料(題名、作者姓名、出版年、DOI與摘要)、引用資訊(引用文句與參考文獻索引)以及參考資訊(作者姓名、出版年、題名與期刊)。在這個研究裡,共使用2003年1月到2015年6月的1910篇論文,合計77,408筆參考文獻。將引用文句與一般文句分開,連結文句內的參考文獻索引與參考資訊,選取100位最多被引用的作者,進行傳統的ACA以及本研究提出的新方法。本研究的新方法利用Mikolov et al., (2013)提出的Word2Vec 模型 (Word2Vec models),根據參考文獻出現的引用文句,找出作者間的相似性。Word2Vec 模型以大量的文本為基礎,利用類神經網路方法( neural network approaches),找出詞語之間的語意關係,將每一個出現於文句的詞語轉換成向量,使得這些向量之間的相似性能夠保持詞語在語意上的關係。本研究將被引用的作者姓名視為是引用文句中出現的詞語,測量作者間在研究主題的相似性與合作關係。

表2是傳統的ACA方法與本研究的方法分別找出的10組最相似的作者,本研究的方法找出10組最相似的作者中有一半是具有合作關係的作者。

另外,將兩種方法產生的作者關係分別繪製成網路圖,節點代表作者,利用PageRank決定的節點大小,節點的遠近由作者間的相似性決定,並且以Blondel, Guillaume, Lambiotte, & Lefebvre (2008)提出的社群偵測(community detection)方法進行分群。圖三與圖四分別是傳統ACA與本研究提出方法的結果。

圖三上可明顯地看到所有的作者分為兩群,依據社群偵測的分群結果,左邊的作者可再分為兩群:最左邊紅色的一群為研究資訊尋求行為(information seeking behavior)的作者,紫色的一群則與資訊檢索(information retrieval)研究有關,右邊綠色的一群則是研究書目計量學(bibliometrics)的作者。介於左右兩大群體的作者分別有兩位:Borgman和Salton。這兩位都是資訊科學領域傳統上會經常引用的作者。



在以Word2Vec方法產生的作者網路上,與資訊檢索有關的作者群組位於左方,包括上方的資訊尋求行為以及下方的文件檢索(document retrieval)兩個群組,書目計量學在圖四上則分為兩個有關的群組,一個主要包含作者分析(author analysis),另一則是期刊引用分析(journal citation analysis)與評鑑指標(evaluation indicator)。與圖三不同的是,圖四上的群組彼此間都有連結,並且圖形上更具體地呈現次學科(sub-disciplines)以及重要的作者。

Unlike other ACA studies, we used citing sentences to reflect topical relatedness of authors.

In  our  research,  we extended  traditional  approaches by  adopting Word2Vec, one  of  deep learning methods, to measure author similarity.

We also conducted in-depth network analysis of author maps.

The results of Word2Vec-based author map revealed more specific sub-disciplines and the important authors in perspective of topical influence than traditional approach does.

Author co-citation Analysis (ACA), which was introduced by White and Griffith (1981), has been widely used in bibliometrics researches to identify and trace the intellectual structure of an academic discipline (He & Hui, 2002). In ACA, traditional approaches relied on the co-citation frequency of cited authors in the reference section.

Thus, one of the main topics in ACA was methodological discussion of what kind of measure is appropriate and relevant for calculation of author similarities (Leydesdorff, 2005; van Eck & Waltman, 2007). Existing approaches based on co-citation frequencies such as Pearson correlation coefficient and Salton’s cosine similarity, however, do not capture the citation content.

Thus, some recent researches used the full-text to obtain the topical relatedness between the cited authors (Jeong, Song, & Ding, 2014; Zhao & Strotmann, 2014). They analyzed the authors mentioned in the full-text and incorporated contents related with cited authors into ACA.

In that sense, cumulated citing sentences of cited authors are able to well represent the cited researches and cited authors’ research areas. In addition, these citing sentences are particularly useful for summarization of a research document.

Figure 1 shows the overall system flow of our approach.


For content analysis, however, we collected full-text research articles of JASIST in HTML format. Through the HTML parsing process, we extracted the metadata (title, author name, year, DOI and abstract), citation information (citing sentence, and reference id), and reference information (author name, year, title, and journal).

To compare our method to traditional ACA, we computed author-pairs in both approaches. In Word2Vec-based method, the full-text data, first, are splitting into sentences. In second step, matching the citing sentences with reference id in reference section, we separated the citing sentences and other general sentences. Then, citing sentences are preprocessed in the following steps: tokenization, POS tagging, lemmatization of the tokenized sentence, and stop word removal.

From these data, we trained Word2Vec model for calculating author similarity and generated author-author similarity matrix. To compare the previous research, traditional author counting approach, we also construct co-citation matrix based on citation counts. Since we preprocessed full-text including all reference information, these matrices considered all cited authors.

To evaluation, we selected top 100 authors which are highly cited in both methodology, and conduct network analysis through visualizing author maps.

The data was gathered from 1,910 full-text articles in the JASIST digital library over 12 years (from January 2003 to June 2015). The 1,910 collected documents have 77,408 references. We extracted elements from the full-text article: 1) citing sentences from the body of the article, 2) the references information, and 3) all cited authors. Table 1 shows the basic statistics of collected data.

Word2Vec models, one of the neural network approaches, are able to carry semantic meanings and turns text into a numerical form that deep-learning nets can understand (Mikolov et al., 2013). Based on a large amount of plain text, Word2Vec trains relationships between words automatically.

Word2Vec spatially encoded a word meaning and the relationship between words, which was originally applied to word clustering or synonym detection (Wolf et al., 2014). We applied Word2Vec into author similarity measure regarding cited author names as a word in plain text.

Since authors’ oeuvre was represented as the citing sentences in research articles, the Word2Vec-based method could consider various topics of the author.

In the proposed approach, however, the author names are also trained as words in a same citing sentence. Therefore, the similarity between two authors in the Word2Vec-based method reflects both topical relatedness and collaborations.

Table 2 shows top 10 pairs by the traditional ACA method (Pearson correlation based similarity) and the Word2Vec based approach respectively. About the half of pairs resulted from the Word2Vec approach are the co-author relationship.

This results imply that the proposed approach enables to detect wider range of author pairs in perspective of topical relatedness and grasp more diverse research fields of information science.

To examine whether there are structural differences in two measures of author similarity, we constructed two author networks with top 100 authors. For network visualization, we used PageRank (Brin & Page, 1998) to determine the node size and also adopted the modularity algorithm (Blondel, Guillaume, Lambiotte, & Lefebvre, 2008) for the community detection.

Figure 3 illustrates roughly two parts that consist of information retrieval and bibliometrics, two major research areas in JASIST. The author group of information retrieval (purple) along with information seeking behavior (red) is located at the left side, and the author group related with bibliometrics is located at the right side.

There are only two authors located between two groups (Borgman and Salton), who are traditionally cited authors in the information science field. Borgman studied various topics including information retrieval and scholarly communication and wrote the important books that had won the best information science book from ASIST. Salton’s works also received a lot of citations for a long time in the field of information science.


The author group related with information retrieval in the left side of the network is split into information seeking behavior (blue) located in the upper side of the network and document retrieval (yellow) located at the bottom side of the network. The group related to bibliometrics is also separated into two parts: (1) a cluster (green) including author analysis and (2) journal citation analysis and evaluation indicator (red).

Unlike Figure 3, the communities in the network are connected to each other. Brin is connected with both document retrieval and citation analysis communities. This may be attributed to the fact that the PageRank, developed by Brin and Page (1998), is used in information retrieval and also studied in network analysis to compute node centrality.

In bibliometrics, PageRank is adopted as one of the centralities in citation networks (Ding, Yan, Frazho, & Caverlee, 2009). Ingwesen, who is located between information retrieval and bibliometrics, studied information retrieval in earlier works, he extended the research area to network analysis such as webometrics.

It implies that the authors linked by citation are topically grouped in the Word2Vec-based author network.

2015年3月30日 星期一

Chen, C., Ibekwe-SanJuan, F. and Hou, J. (2010), The structure and dynamics of cocitation clusters: A multiple-perspective cocitation analysis. Journal of the American Society for Information Science and Technology, 61 (7), 1386–1409. doi: 10.1002/asi.21309

Chen, C., Ibekwe-SanJuan, F. and Hou, J. (2010), The structure and dynamics of cocitation clusters: A multiple-perspective cocitation analysis. Journal of the American Society for Information Science and Technology, 61 (7), 1386–1409. doi: 10.1002/asi.21309

確認科學領域的專業(specialties)本質是資訊科學的一項基本挑戰 (Morris & Van der Veer Martens, 2008; Tabah, 1999) 。由於1)可取用的書目資料來源愈來愈普及;2)網路上愈來愈多可提供分析與視覺化的電腦軟體工具;3)從多元來源而大量的資料吸收的要求愈來愈劇烈等原因,因此有愈來愈多的相關研究。共被引分析是對科學進行量化分析最常用的方法之一,特別是作者共被引分析 (author cocitation analysis, ACA; Chen, 1999; Leydesdorff, 2005; White & McCain, 1998; Zhao & Strotmann, 2008b)以及文件共被引分析 (document cocitation analysis, DCA; Chen, 2004; Chen, 2006; Chen, Song, Yuan, & Zhang, 2008; Small & Greenlee, 1986; Small & Sweeney, 1985; Small, Sweeney, & Greenlee, 1985)。作者共被引分析的目的在透過被相關文獻一起引用的作者群集,確認領域裡的專業。重要的作者共被引分析研究包括White & McCain (1998),這個研究以1972到1995年間12種資訊科學相關期刊的120位高被引作者進行作者共被引分析,研究結果發現當時的資訊科學分為兩個基本上彼此獨立的陣營:資訊檢索(information retrieval)與文獻(literature)。Zhao and Strotmann (2008a, 2008b) 以1996-2005年的資訊科學相關期刊資料重新進行了相同的研究,他們的結果發現了5個主要的專業:使用者研究(user studies)、引用分析(citation analysis)、實驗型檢索(experimental retrieval)、網路計量學 (Webometrics)以及知識領域的視覺化(visualization of knowledge domains),其中新興的兩個專業:網路計量學和知識領域的視覺化連繫了引用分析以及實驗型檢索,而使用者研究則是此時最大的專業。Aström (2007) 則是使用文件共被引分析的例子,他們分析了1990到2004年的21種圖書資訊學期刊,利用多維尺度法(multidimensional scaling, MDS)產生結果,他們的結果與White & McCain (1998)的研究類似,整個領域可分為兩個陣營,不過Aström (2007)的結果將稱為資訊尋求與檢索(information seeking and retrieval),而不是資訊檢索。

不管是作者共被引分析或是文件共被引分析其步驟大致如下:
1) 檢索引用資料。
2) 建構參考文件或作者共同被引用的矩陣。
3) 將共被引矩陣表示成節點與連結的圖(node-and-link graph)或是多維尺度法的組態(configuration),並且可以利用尋路網路(Pathfinder network scaling)或最小生成樹(minimum spanning tree)裁減連結。
4) 利用群集、社群發現(community finding)、因素分析(factor analysis)、主成分分析(principle component analysis)或者隱含語意索引(latent semantic indexing)等各種演算法確認專業。例如Morris & Van der Veer Martens (2008)、 Persson (1994)、 Tabah (1999)、 White & Griffith (1982)以及Janssens, Leta, Glänzel, and De Moor (2006)。
5) 根據群集成員間共同的主題(themes),解釋共被引群集的性質。通常需要豐富的領域知識,而且是一個花費大量時間與認知需求(cognitively demanding)的工作。

本研究對於作者共被引以及文件共被引形成的群集進行結構與動態的描述與解釋,分析的資料為1996到2008年間的12種資訊科學(information science)領域相關期刊,共計10853筆書目紀錄,引用的參考文獻為129060筆,引用次數為206180,而參考文獻的作者共有58711位。本研究以餘弦(cosine)測量作者或文件之間的關連大小,做為節點間的連結,建立網路;然後計算從原先網路導出的Laplacian矩陣(Laplacian matrices)的特徵向量(eigenvectors)找出群集。這種利用標準線性代數的頻譜群集(spectral cluster)演算法,較其他的群集演算法更有效率,而且因為不需要假設群集的形式,所以更有彈性與強健。標註群集方面則是利用引用文獻論文的詞語與摘要句,詞語包括題名與摘要中出現的名詞片語與索引詞(index terms),利用 tf*idf (Salton, Yang, & Wong, 1975)、對數似然比(log-likelihood ratio, LLR)測試 (Dunning, 1993)以及相互資訊(mutual information, MI)等三種資訊做為判斷的參考。摘要句則是從題名與摘要尋找最有代表性的句子,例如以Enertex (Fernandez, SanJuan, & Torres-Moreno, 2007)對句子進行排序。




A multiple-perspective cocitation analysis method is introduced for characterizing and interpreting the structure and dynamics of cocitation clusters.

The generic method is applied to a three-part analysis of the field of information science as defined by 12 journals published between 1996 and 2008: (a) a comparative author cocitation analysis (ACA), (b) a progressive ACA of a time series of cocitation networks, and (c) a progressive document cocitation analysis (DCA).

Identifying the nature of specialties in a scientific field is a fundamental challenge for information science (Morris & Van der Veer Martens, 2008; Tabah, 1999).

The growing interest in mapping and visualizing the structure and dynamics of specialties is because of a number of reasons:
1. Widely accessible bibliographic data sources such as the Web of Science, Scopus, and Google Scholar (Bar-Ilan, 2008; Meho & Yang,2007) as well as domain-specific repositories such as ADS (http://www.adsabs.harvard.edu/) and arXiv (http://arxiv.org/).
2. Freely available computer programs and Web-based general-purpose visualization and analysis tools such as ManyEyes (http://manyeyes.alphaworks.ibm.com/) and Pajek (http://vlado.fmf.uni-lj.si/pub/networks/pajek/; Batagelj & Mrvar, 1998), special-purpose citation analysis tools such as CiteSpace (http://cluster.cis.drexel.edu/&u0007E;cchen/citespace/; Chen, 2004; Chen, 2006), and social network analysis such as UCINET (http://www.analytictech.com/ucinet6/ucinet.htm).
3. Intensified challenges for digesting the vast volume of data from multiple sources (e.g., e-Science, Digging into Data (http://www.diggingintodata.org/), cyber-enabled discovery, SciSIP; Lane, 2009).

Cocitation studies are among the most commonly used methods in quantitative studies of science, especially including author cocitation analysis (ACA; Chen, 1999; Leydesdorff, 2005; White & McCain, 1998; Zhao & Strotmann, 2008b) and document cocitation analysis (DCA; Chen, 2004; Chen, 2006; Chen, Song, Yuan, & Zhang, 2008; Small & Greenlee, 1986; Small & Sweeney, 1985; Small, Sweeney, & Greenlee, 1985).

For instance, once cocitation clusters are identified, assigning the most meaningful labels for these clusters is currently a challenging task because any representative labels of clusters must characterize not only what clusters appear to represent, but also the salient and unique reasons for their formation.

The new procedure reduces analysts' cognitive burden by automatically characterizing the nature of a cocitation cluster in terms of (a) salient noun phrases extracted from titles, abstracts, and index terms of citing articles and (b) representative sentences as summarizations of clusters.

ACA aims to identify underlying specialties in a field in terms of groups of authors who were cited together in relevant literature.

White & McCain (1998) presented a comprehensive view of information science based on 12 journals in library and information science across a 24-year span (1972–1995). It analyzed cocitation patterns of 120 most-cited authors with factor analysis and multidimensional scaling. The authors drew upon their extensive knowledge of the field and offered an insightful interpretation of 12 specialties identified in terms of 12 factors. The most well-known finding of the study is that information science at the time consisted of two essentially independent camps, namely, the information retrieval camp and the literature camp, including citation analysis, bibliometrics, and scientometrics.

Zhao and Strotmann (2008a, 2008b) followed up White and McCain's study using the same set of 12 journals and the same number of 120 cited authors in an updated time frame of 1996-2005. ... Zhao and Strotmann (2008b) found five major specialties and manually labeled them as user studies, citation analysis, experimental retrieval, Webometrics, and visualization of knowledge domains. In contrast to the findings of (White & McCain, 1998), experimental retrieval and citation analysis retained their fundamental roles in the field, and the user studies specialty became the largest specialty. Webometrics and visualization of knowledge domains appeared to make connections between the retrieval camp and the citation analysis camp.

A DCA by Aström (2007) studied papers published between 1990 and 2004 in 21 library and information science journals. Results were depicted in multidimensional scaling (MDS) maps. Aström's study also identified the two-camp structure found by (White & McCain, 1998). On the other hand, Aström found an information seeking and retrieval camp, instead of the information retrieval camp as in (White and McCain).

Although manually labeling a cocitation cluster can be a very rewarding process of learning about the underlying specialty and result in insightful and easy to understand labels, it requires a substantial level of domain knowledge and it tends to be time-consuming and cognitively demanding because of the synthetic work required over a diverse range of individual publications.

Traditionally, researchers often identify the nature of a cocitation cluster based on common themes among its members. ... The emphasis on common areas is a practical strategy; otherwise, comprehensively identifying the nature of a specialty can be too complex to handle manually.

Many researchers have studied the structural and dynamic properties of specialties in information science in terms of clusters, multivariate factors, and principle components (Morris & Van der Veer Martens, 2008; Persson, 1994; Tabah, 1999; White & Griffith, 1982).

A recent study of information science (Ibekwe-SanJuan, 2009) mapped the structure of information science at the term level using a text analysis system TermWatch and a network visualization system Pajek, but it did not address structural patterns of cited references.

Researchers also studied the structure of information science qualitatively, especially with direct inputs from domain experts. For example, Zins conducted a Critical Delphi study of information science, involving 57 leading information scientists from 16 countries (Zins, 2007a, 2007b, 2007c, 2007d).

Janssens, Leta, Glänzel, and De Moor (2006) studied the full-text of 938 publications in five library and information science journals with latent semantic analysis (LSA; Deerwester, Dumais, Landauer, Furnas, & Harshman, 1990) and agglomerative clustering. They found an optimal 6-cluster solution in terms of a local maximum of the mean silhouette coefficients (Rousseeuw, 1987) and a stability diagram (Ben-Hur, Elisseeff, & Guyon, 2002). Their clusters were labeled with single-word terms selected by tf*idf (p. 1625), which are not as informative as multiword terms for cluster labels.

Klavans, Persson, and Boyack (2009) recently raised the question of the true number of specialties in information science. They suspected that the number is much more than the 11 or 12 as reported in ACA studies such as (White & McCain, 1998) and (Zhao & Strotmann, 2008a, 2008b), but significantly fewer than the 72 reported in their own study, which is also based on the 12 journals between 2001 and 2005.

The 12-journal Information Science dataset, retrieved from the Web of Science, contains 10,853 unique bibliographic records, written by 8,408 unique authors from 6,553 institutions and 89 countries. These articles cited 129,060 unique references for a total of 206,180 times. They cited 58,711 unique authors and 58,796 unique sources.

The traditional procedure of cocitation analysis for both DCA and ACA comprises the following steps:
1. Retrieve citation data from sources such as the Science Citation Index (SCI), Social Science Citation Index (SSCI), Scopus, and Google Scholar.
2. Construct a matrix of cocited references (DCA) or authors (ACA).
3. Represent the cocitation matrix as a node-and-link graph or as a multidimensional scaling (MDS) configuration with possible link pruning using Pathfinder network scaling or minimum spanning tree algorithms.
4. Identify specialties in terms of cocitation clusters, multivariate factors, principle components, or dimensions of a latent semantic space using a variety of algorithms for clustering, community finding, factor analysis, principle component analysis, or latent semantic indexing.
5. Interpret the nature of cocitation clusters.

The interpretation step is the weakest link. It is time-consuming and cognitively demanding, requiring a substantial level of domain knowledge and synthesizing skills. In addition, much of attention routinely focuses on cocitation clusters per se, but the role of citing articles that are responsible for the formation of such cocitation clusters may not be always investigated as an integral part of a specialty.

Our new method extends and enhances traditional cocitation methods in two ways: (a) by integrating structural and content analysis components sequentially into the new procedure and (b) by facilitating analytic tasks and interpretation with automatic cluster labeling and summarization functions. The new procedure is highlighted in yellow in Figure 2, including clustering, automatic labeling, summarization, and latent semantic models of the citing space (Deerwester et al., 1990).

Our new procedure adopts several structural and temporal metrics of cocitation networks and subsequently generated clusters.

Structural metrics include betweenness centrality, modularity, and silhouette.

Temporal and hybrid metrics include citation burstness and novelty

The betweenness centrality metric is defined for each node in a network. It measure the extent to which the node is in the middle of a path that connects other nodes in the network (Brandes, 2001; Freeman, 1977). High betweenness centrality values identify potentially revolutionary scientific publications (Chen, 2005) as well as gatekeepers in social networks.

In the context of this study, the modularity Q measures the extent to which a network can be divided into independent blocks, i.e., modules (Newman, 2006; Shibata, Kajikawa, Taked, & Matsushima, 2008).

The silhouette metric (Rousseeuw, 1987) is useful in estimating the uncertainty involved in identifying the nature of a cluster.

Burst detection determines whether a given frequency function has statistically significant fluctuations during a short time interval within the overall time period.

Sigma is introduced in (Chen, et al., 2009a) as a measure of scientific novelty. ... In this study, Sigma is defined as (centrality + 1)burstness such that the brokerage mechanism plays more prominent role than the rate of recognition by peers.

We adopt a hard clustering approach such that a cocitation network is partitioned to a number of nonoverlapping clusters.

In this article, cocitation similarities between items i and j are measured in terms of cosine coefficients.

A good partition of a network would group strongly connected nodes together and assign loosely connected ones to different clusters. This idea can be formulated as an optimization problem in terms of a cut function defined over a partition of a network. Technical details are given in relevant literature (Luxburg, 2006; Ng, Jordan, & Weiss, 2002; Shi & Malik, 2000).

Spectral clustering is an efficient and generic clustering method (Luxburg, 2006; Ng et al., 2002; Shi & Malik, 2000). It has roots in spectral graph theory. Spectral clustering algorithms identify clusters based on eigenvectors of Laplacian matrices derived from the original network.

Spectral clustering has several desirable features compared to traditional algorithms such as k-means and single linkage (Luxburg, 2006):
 • It is more flexible and robust because it does not make any assumptions on the forms of the clusters,
• it makes use of standard linear algebra methods to solve clustering problems, and
• it is often more efficient than traditional clustering algorithms.

Candidates of cluster labels are selected from noun phrases and index terms of citing articles of each cluster. These term are ranked by three different algorithms. In particular, noun phrases are extracted from titles and abstracts of citing articles. The three term ranking algorithms are tf*idf (Salton, Yang, & Wong, 1975), log-likelihood ratio (LLR) tests (Dunning, 1993), and mutual information (MI).

Each cocitation cluster is summarized by a list of sentences selected from the abstracts of articles that cite at least one member of the cluster.

In this study, sentences are ranked by Enertex (Fernandez, SanJuan, & Torres-Moreno, 2007). Given a set S of N sentences, let M be the square matrix that for each pair of sentences gives the number of nominal words in common (nouns and adjectives).

In this study, summarization sentences were also ranked by two new functions gtf and gftidf , which are further simplified approximations of the energy function E.

The ACA and DCA studies described in this article were conducted using the CiteSpace system (Chen, 2004; Chen, 2006). CiteSpace is a freely available Java application for visualizing and analyzing emerging trends and changes in scientific literature.

CiteSpace supports a unique type of cocitation network analysis—progressive network analysis—based on a time slicing strategy and then synthesizing a series of individual network snapshots defined on consecutive time slices. Progressive network analysis particularly focuses on nodes that play critical roles in the evolution of a network over time. Such critical nodes are candidates of intellectual turning points.

In summary, (a) spectral clustering and factor analysis identified about the same number of specialties, but they appeared to reveal different aspects of cocitation structures and (b) cluster labels chosen from citers of a cluster tend to be more specific terms than those chosen by human experts.

We found the comparison with the study of Zhao and Strotmann very valuable. It offered us an opportunity to compare the analysis conducted by human experts to the interpretation cues provided by our automatic labeling and summarization methods.

Spectral clustering for the purpose of network decomposition is exclusive in nature although in reality it is often sensible to allow overlapping clusters because of multiple roles individual entities may play.

Spectral clustering of cocitation networks tends to generate distinct clusters with high precision, whereas human experts tend to aggregate entities into broadly defined clusters.

In conclusion, the new cocitation analysis procedure has the following advantages over the traditional one:
• It can be consistently used for both DCA and ACA.
• It uses more flexible and efficient spectral clustering to identify cocitation clusters.
• It characterizes clusters with candidate labels selected by multiple ranking algorithms from the citers of these clusters and reveals the nature of a cluster in terms of how it has been cited.
• It provides metrics such as modularity and silhouette as quality indicators of clustering to aid interpretation tasks.
• It provides integrated and interactive visualizations for exploratory analysis.

Modularity and silhouette metrics provide useful quality indicators of clustering and network decomposition.

2014年2月27日 星期四

Chen, C. M., & Paul, R. J. (2001). Visualizing a knowledge domain's intellectual structure. Computer, 34(3), 65-71.

Chen, C. M., & Paul, R. J. (2001). Visualizing a knowledge domain's intellectual structure. Computer, 34(3), 65-71.
vis_paper
本論文進行ACA(author citation analysis)的研究,以IEEE Computer Graphics and Applications上發表論文的作者為分析對象,選擇353位被引用5次以上的作者,利用他們之間的共被引資訊建立網路圖,結果共有28,638條連結線。經過尋徑網路尺度(pathfinder network scaling)的處理,保留下355條比較重要的連結線。為了發現電腦圖學與應用的專長(specialties),本論文借鏡於White and McCain(1998)的研究,利用PCA(principal component analysis)方法對共被引資料進行因素分析(factor analysis),結果共得到60個專長,5個較大的專長共可以解釋39%的變異數,而這5個專長分別是Rendering and ray tracing、Computer vision、Geometric modeling and computer-aided design、Volume rendering和Modeling nature。同時也在網路圖上呈現被歸類為這5個專長的作者,來觀察他們在網路圖上的分布情形。
ACA, a special type of citation analysis, focuses on intellectual connections between authors as reflected through the scientific literature. The author co-citation relationship links two authors by how often other authors reference their work together. Author co-citation patterns provide the basis for constructing an alternative view to a knowledge structure.
Pathfinder uses a filtering criterion known as the triangle inequality condition to determine whether to remove or retain each link in the original network. Triangle inequality requires that the length of a path connecting two points in the network should not be longer than the length of other alternative paths connecting the two points, but go through extra intermediate points.
We began by studying author co-citation patterns found in IEEE Computer Graphics and Applications magazine for a period of 18 years. ...  Among them, we entered into the author co-citation analysis only the 353 authors who received more than five citations in CG&A. Although this snapshot derives from a limited viewpoint—the literature of  computer graphics certainly stretches beyond the scope of CG&A— intellectual groupings of these 353 authors provide the basis for visualizing the computer graphics knowledge domain. ... The original author co-citation network contains as many as 28,638 links, which constitutes 46 percent of all possible links, excluding self-citations. Because this many links would clutter visualizations, we applied Pathfinder network scaling to reduce their number to 355.
We enhanced the network by coloring it according to the results generated using principal component analysis (PCA). PCA identified 60 specialties in computer graphics. The largest (rendering and ray tracing) and second-largest (computer vision) accounted for 13 percent and 11 percent of the variance, respectively. The five largest specialties accounted for 39 percent of the variance. Remaining specialties are relatively small.
Factor 1: Rendering and ray tracing.
Factor 2: Computer vision.
Factor 3: Geometric modeling and computer-aided design.
Factor 4: Volume rendering.
Factor 5: Modeling nature.
The knowledge landscape visualizes intellectual structures. A virtual landscape like this provides an intuitive gateway for users to access the scientific literature. Researchers new to a field can gain a useful overview by using the knowledge landscape to establish their own mental model of the field and track the development of their own domain.

Chen, C., & Carr, L. (1999). Trailblazing the literature of hypertext: Author co-citation analysis (1989-1998). Proceedings of the 10th ACM Conference on Hypertext (Hypertext '99), 51-60.

Chen, C., & Carr, L. (1999). Trailblazing the literature of hypertext: Author co-citation analysis (1989-1998). Proceedings of the 10th ACM Conference on Hypertext (Hypertext '99), 51-60.
vis_paper
本論文以9屆(1987-1998)的ACM Hypertext 學術研討會會議論文為研究資料,運用作者共被引分析(author co-citation analysis, ACA)、Pearson相關係數分析(Pearson’s correlation coefficients)、因素分析(factor analysis)等技術,探討超文件處理與應用學術領域的研究專長(specialties),並利用尋徑網路尺度(Pathfinder network scaling)將研究專長分析所產生的結果進行視覺化。在這個研究裡,共分析367位引用次數較多的作者之間的共被引現象,結果共產生39個因素,這些因素共解釋了87.8%的變異數。若以前四個因素而言,則解釋了52.1%。從因素內的作者來命名,前四項超文件處理與應用學術領域的研究專長分別是經典(Classics)、資訊檢索(Information retrieval)、圖形使用者介面與資訊視覺化(Graphical user interfaces and information visualisation)以及連結與連結機制(Links and linking mechanisms)。
The ultimate goal of our work is to realise the vision of making the best use of an interrelated information space and building one’s own threads of association. As one step in this direction, we explore a new paradigm of structuring and visualising a domain-specific information space.
In this study, we choose the field of hypertext as the subject domain and map the literature of hypertext based on the ACM Hypertext conference proceedings (1987-1998).
The idea of mapping the tracks of science is explained by Garfield in [8]. The aim of such work is to identify research front specialties in a field of study. A specialty is characterised by its influence on the development of a given field. One can tell a specialty by the number of citations that it receives.
In 1981, Institute for Science Information (ISI) published ISI Atlas of Science in biochemistry and molecular biology [10]. The Atlas was constructed based on co-citation index associated with publications in the field over a limited period of one year. 102 distinct clusters of articles were identified, which were called research front specialties, in order to give researchers a snapshot of significant research activities in biochemistry and molecular biology.
White and McCain [17] used author co-citation analysis to map the field of information science. ... Their study also included a factor analysis, in which major specialties were identified. One of the most remarkable findings is that the field of information science consists of two major specialties with litter overlap between their memberships: experimental retrieval and citation analysis.
In a series of studies, we have been investigating the role of Pathfinder network scaling techniques in reducing the excessive number of links and extracting the most salient structures from a range of proximity data [3]. One problem we repeatedly encountered is an interpretation problem: users found hard to make sense the nature of links selected by Pathfinder. ... A simple and easy-to-understand method is needed to explain the structure of a Pathfinder network, especially when the nodes are high dimensional in nature.
Following [17], the raw co-citation counts were transformed into Pearson’s correlation coefficients using the factor analysis. These correlation coefficients were used to measure the proximity between authors’ co-citation profiles. ... In the factor analysis, principal component analysis with varimax rotation was used to extract factors. The default criterion, eigenvalues greater than one, was specified to determine the number of factors extracted. ... Pearson correlation matrices were submitted to the GSA environment for processing, especially including Pathfinder network scaling and VRML-scene modelling.
Thirty-nine factors were extracted from the 367 x 367 author co-citation data set. These factors explain 87.8% of the variance. In particular, the top four factors alone explain 52.1% of the variance.
Factor 1: Classics.
Factor 2: Information retrieval.
Factor 3: Graphical user interfaces and information visualisation.
Factor 4: Links and linking mechanisms.
Pathfinder networks can provide more accurate information about local structures than multidimensional scaling maps [13]. We found that the provision of explicit links in our maps made it easier to interpret interrelationships among different data points.
Furthermore, author co-citation maps provide a means of identifying research fronts, i.e. specialties in the field, and a visual aid of interpreting the results of factor analysis.

2014年1月27日 星期一

van den Besselaar, P. (2001). The cognitive and the social structure of STS. Scientometrics, 51(2), 441-460.

van den Besselaar, P. (2001). The cognitive and the social structure of STS. Scientometrics, 51(2), 441-460.

本研究利用作者共被引分析(author cocitation analysis)分析STS領域的社會結構,探討做為次領域間連結的作者或研究機構。本研究將STS領域分為STS的量化研究次領域(the qualitative STS sub-field)、STS的質性研究次領域(the qualitative STS sub-field)和政策導向次領域(the policy oriented sub-field),並且以Scientometrics期刊為STS的量化研究的代表,Social Studies of Science和Science, Technology and Human Values兩種期刊代表STS的質性研究,Research Policy則是STS政策研究的代表。針對1986到1997年間在這些期刊上被引用超過25次的229位作者,建立他們的共被引矩陣,然後進行因素分析(factor analysis),查看這些作者被歸類的情形,並且與上述的次領域進行比較分析。此外,本研究也探討被不同次領域引用的作者、不同次領域之間的作者的合作關係以及有多少位作者在不同的次領域發表論文?

Table 1表示762、305、304及569位作者分別曾在Scientometrics、Social Studies of Science、Science, Technology and Human Values以及Research Policy等期刊發表論文,Scientometrics和Research Policy的作者平均在對應的期刊上發表1.5及1.7篇,比Social Studies of Science和Science, Technology and Human Values的1.1篇來得高。曾在四種期刊發表論文的作者則是1756位,平均每位作者發表的論文數為1.4。


共有759個機構曾在四種期刊上發表論文,但只有少數的機構有較高的生產力,例如超過11篇論文的機構僅有41個。此外,從Table 2也可以發現有些高生產力機構的論文是在不同次領域的期刊上發表。

共有65個國家在四種期刊上發表論文,其中大多數的國家(57個)有在Scientometrics上發表,但其他三種期刊都僅有約半數的國家有發表的紀錄。

將作者共被引矩陣進行因素分析後,較大的因素共有7個,依作者撰寫論文的內容將各因素命名。其中第1個因素和第6個因素間有很大的關係,第1個因素有大半數的作者的次高負荷是落在第6個因素上,反之亦然,第1個因素和第6個因素的研究主題為科技政策相關的STS研究。第2個因素的研究主題為STS的質性研究。第3個因素和第4個因素、第5個因素以及第7個因素彼此間的作者有關係,這些因素可以視為是STS的量化研究,進一步來說,第4個因素、第5個因素和第7個因素的主題分別是科學社會學(Sociology of Science)、詞語共現分析和資訊計量學。

接下來,Table 4 分析各次領域的專家(specialists)以及兼通兩門或以上的通才(generalists)。本研究將專家定義為在該次領域發表的論文數超過該領域論文總數0.69%以上的作者,STS的量化研究、質性研究和政策導向研究等次領域各有31、23和41位。量化研究次領域的專家並且也發表質性研究相關論文的作者有6位,反之質性研究次領域的專家並且也發表量化研究相關論文的作者只有2位。量化研究次領域的專家同時發表政策導向相關論文的作者有14位,政策導向研究次領域的專家並且也發表量化研究相關論文的作者則有11位。從以上數據顯示,量化研究與其他兩個次領域的關係主要是由量化研究次領域的研究者在維繫著,也就是量化研究次領域的研究者是主要的跨邊界者(boundary spanners)。


Table 4上也可以發現一些從質性研究次領域跨越政策導向研究的研究者,這個研究結果修正了先前認為質性研究次領域比較獨立的看法。

The differentiation of scientific fields into sub-fields can be studied on the level of the ‘scientific content’ of the sub-field, that is on the level of the products, as well as on the level of the ‘social structures’ of the sub-field, that is on the level of the producers of the content.

By comparing the behavior of the constructs with the behavior of the constructors, we are able to demonstrate the analytical distinction between a cognitive and a social approach in an empirical way.

Although we are able to distinguish analytically between the cognitive and social dimension of the development of the research field, we find similar patterns of differentiation on the social level too. At the same time, this differentiation differs in some respects from the cognitive differentiation pattern.

Consequently, the social and the cognitive dimensions of the STS field are not independent – as no serious STS scholar would argue – but also not identical, as radical constructivists claim, but are strongly interacting.

It was claimed that scientometrics has to focus more on the role it can play for qualitative STS, and that scientometric researchers should refrain from sterile data and mathematics. It was felt that scientometric results have to be carefully interpreted from a substantial perspective, to be meaningful for S&T policy.

There, we showed that the journals Social Studies of Science (SSS) and Science, Technology and Human Values (STHV) form a reasonable operationalization of the qualitative STS sub-field. Research Policy represents the policy oriented sub-field, and Scientometrics can be used as a representation of the quantitative STS sub-field. These journals are central in STS as they have the highest impact factors in their respective sub-fields.

In this paper we will use the same boundary of STS to analyze the social structure of the field: who are the authors and what are the research groups in the field as defined by the mentioned journals? Do they function as the ties between the various sub-fields?

Data about authors and institutional affiliation can be found on the CD-ROM version of the Social Science Citation Index (SSCI). We downloaded the full records for all publications in the four journals for the period 1986-1997.* This resulted in a database with 3579 records. ... Finally, as is usual in scientometric studies, for further analysis we restricted the database to Articles, Reviews, Notes, and Letters, and excluded other document types. This resulted in a final set of 1787 documents.

Referring to a text may indicate the use of a knowledge claim to support one’s own position, or to oppose to. Referring to persons, on the other hand, may indicate the existence of a social relationship. Therefore we will use author co-citation analysis as a first methodology to analyze the social structure of the STS field. In this way, we will describe the STS field in terms of clusters of authors that are placed near each other by the scholars active in the field.

Using the prepared database and bibexcel, an author co-citation matrix has been produced of all cited 229 authors with more than 25 citations over the 1986-1997 period. Factor-analyzing (principal component analysis, varimax rotation with Kaiser normalization) this matrix results in clusters of authors, and the question is whether these clusters differ from the three sub-fields of qualitative, quantitative, and policy oriented STS.

If a communication system shows considerable segregation, individual researchers (or institutes) could play the role as weak ties [3] between the sub-fields.
(i) Authors can refer to materials from other sub-fields. We classify these authors as being active on the borders of the sub-fields. The border between sub-fields A and B is then defined as the authors of papers in sub-field A referring to papers in sub-field B, and the other way around. How densely populated are the borders between the subfields?

(ii) Authors can cooperate with colleagues active in the other sub-fields. Even if authors specialize, research groups and institutions may cover more sub-fields, and this could indicate social integration of the field on a more informal level of communication.

(iii) Generalist authors work in various sub-fields. Do many authors publish in more than one sub-field, or do we see a specialization and differentiation on the level of individual scholars? How many generalists can be found among researchers and institutions? The larger numbers we find, the stronger is the degree of communication between the sub-fields.



The average number of authors per article is 1.4, but this figure is higher in Scientometrics (1.5) and in Research Policy (1.7), but considerable lower (1.1) in the two qualitative STS journals.



As expected, the number of frequently publishing institutes is rather small, compared to the grand total.

If we aggregate one more step, to the level of countries, we find 65 countries active in the STS field, of which some 57 are active within scientometrics. However, only half of the countries are publishing in the qualitative journals SSS and STHV. The same is true for Research Policy.

Factor analyzing the author co-citation matrix resulted in a solution of 22 factors with an eigenvalue larger than 1. Inspecting the scree plot shows that seven factors dominate the structure, and these factors explain more than 70% of the total variance. More than 90% of the 220 cited authors have their highest factor score on one of these seven factors.



The authors in Factor 1 are within science & technology policy studies and in research & innovation management studies, or in related fields in management and economics. The same holds for the small Factor 6. Half of the authors in Factor 1 have a relatively high second factor loading in Factor 6, and all authors with their highest loading on factor 6 do have a high second loading on Factor 1.

Authors with their highest factor loading on Factor 2 all belong to qualitative STS, and they generally do not load on other factors.

Factor 3 represents quantitative STS. Most authors with the highest loading on Factor 4 can be characterized as traditional sociology of science (e.g., Merton). Factor 5 represents coword analysis, and Factor 7 represents informetrics and scientometric distributions (e.g., Bradford and Lotka). Between the Factors 3, 4, 5, and 7 we find a considerable ‘interfactorial complexity’: the authors loading highest on Factor 3 often have a substantial second loading on one of the Factors 4, 5, or 7. The same is true the other way around.

Therefore I also created the author co-citation matrix of all authors with more than 25 citations over the whole period with the highest loading on the Factors 3, 4, 5, or 7. Authors that have a second loading on these factors of more than 0.2 are also included. This set of authors represents the sub-field scientometrics.

Factor-analyzing this matrix in a similar way results in seven substantial factors. Inspection of the factors shows that they represent the following research foci: Policy oriented scientometrics (Factor 1); Empirical science & technology studies (Factor 2); Coword analysis (Factor 3); Scientometric distributions (Factor 4); Critique of scientometrics (Factor 5); Patent studies (Factor 6); Economics of technical change (Factor 7). This result corroborates that the method is suited for analyzing the fine structure of research fields.

If we now summarize these findings, the factor-structure of the co-citation matrix of STS reproduces the clear split between policy oriented STS (Factor 1 plus 6), qualitative STS (Factor 2), and quantitative STS (Factors 3, 4, 5, 7), while at the same time showing some internal differentiation in the sub-field of scientometrics. In other words, the author co-citation analysis reveals a similar structure as the journal-journal citation analysis did.8

Firstly, we distinguish the groups of specialists, which consist of the authors with relatively high numbers of publications in one of the various sub-fields of STS. We consider a scholar as specialist in one of the sub-fields, if he or she is (co-) author of at least 6, 4, or 3 publications respectively in quantitative, qualitative, or policy oriented STS. In this way, the threshold is about the same in the three sub-fields: 0.77%, 0.69%, and 0.73%.

Secondly, we have the semi-generalists, the groups of authors active in two of the three sub-fields each. A semi-generalist is defined as an author who has published at least two publications in two of the three sub-fields.

Finally we have the group of generalists, publishing in all the three sub-fields, again based on at least two publications per sub-field.




The number of specialists in Scientometrics is 31, and only six of them have published in SSS or STHV. The other way around we identified only 2 authors. This implies that the more quantitative researchers maintain the relations between these two sub-fields

The number of Scientometrics authors also publishing in Research Policy is much higher, and some 45% of the scientometrics specialists also work – at least incidentally – on S&T policy topics. Researchers frequently publishing in Research Policy publish a little less (27%) in Scientometrics, but this is still a substantial number.

This underlines our earlier conclusion that research policy and management is related to scientometrics for the part of using scientometrics in research evaluation, but not much wider.8

Between Scientometrics and Research Policy, as well as between Scientometrics and SSS/STHV, most of the authors who maintain the relation have most publications in Scientometrics, and generally only a single publication in one of the other journals. This implies that the relations between the sub-fields (also the very weak one’s) are maintained to a large extent by scientometricians.

Between Research Policy and SSS/STHV the picture is more balanced, with a weak emphasis on the SSS/STHV authors. The number of authors publishing both in qualitative STS and S&T policy studies is very low, as is the number of authors publishing both in quantitative STS and in qualitative STS. Only the number of authors publishing in both quantitative STS and S&T policy studies is substantial.

Lowering the threshold increases the number of (semi-)generalists, but of course most of them have a very low number of publications, and the scientometricians are the boundary spanners, much more than the others.

However, a larger number of qualitative authors than expected is also active in the S&T policy studies. Only this latter finding modifies slightly our earlier conclusion that qualitative STS is an isolated sub-field.

We use a 3% threshold, and various organizations that exceed this threshold in one of the sub-fields are in Table 6. Three of the eight organizations are specialized in only one sub-field. Four others are specialized in two sub-fields, and only one organization is a generalist one, and active in three sub-fields.

In other words, there is a relatively low level of specialization here, as most of the institutions seem to be rather active in more sub-fields.

If we decrease the threshold to 2%, another 15 institutions count as specialists. However, of these 15 institutions only a few are active in more sub-fields. This implies that the most productive institutions within STS are also the broadest in their covering of the field.

Where the cognitive analysis showed that the relationship between scientometrics and S&T policy studies is stronger than the relations between qualitative and quantitative STS,8 on the level of the conferences (and as shown before, on the level of research institutes) it is the other way around. In other words, the institutional structures and the cognitive structures are not identical.

If we summarize the findings, we see that the cognitive patterns of integration and (mainly) differentiation to a large extent are visible within the social structure of the field.

The social relations between quantitative STS and policy oriented STS are similar to the cognitive relations between the two sub-fields. The links, however, between the two sub-fields are only between a substantial part of scientometrics and a small part of S&T policy studies, namely the part focusing on evaluation and performance studies.

The larger part of S&T policy studies is on technological innovation and on evolutionary approaches to technical change, and these research topics are not related to the research front in scientometrics, as the author co-citation analysis underlines.

Most importantly, we found that the interaction between qualitative and policy oriented STS is much stronger on the social level of authors and institutions than on the cognitive level of documents.

This may explain why the discussants in the panel session quoted earlier in this paper saw different divides, than the one’s I revealed in Ref. 8: the social structure of the STS field is not identical to its cognitive structure.

Within the mainstream of STS it is generally accepted that the production of knowledge and the grounding of knowledge claims consists of a ‘seamless web’ of cognitive and social elements.

2013年12月19日 星期四

White, H. D. and McCain, K. W. (1998). Visualizing a discipline: An author co-citation analysis of Information Science, 1972–1995. Journal of the American Society for Information Science, 49, 327-355.

White, H. D. and McCain, K. W. (1998). Visualizing a discipline: An author co-citation analysis of Information Science, 1972–1995. Journal of the American Society for Information Science, 49, 327-355.

vis_paper

本論文探討作者共被引方法,並將其應用在資訊科學。這個研究分析了1972到1995年間12份資訊科學相關期刊內的作者共被引資料,以每八年為一期,所以整個24年研究共3期,每一期均找出被引用次數最多的前100位作者,整個期間共120位,其中的75位在三個時間都有出現。本研究使用的方法與結果分別如下
1) 對120位作者與其他作者的共被引次數形成的矩陣進行Pearson相關係數分析,再利用主成分分析(principal components analysis)與最大變異轉軸(varimax rotation)進行因素分析(factor analysis),了解資訊科學的專業(specialty)結構。以特徵值(eigenvalue)大於1決定抽取的因素數目,每一個因素代表一個專業,如果作者在某一特定的因素上具有0.3以上的負荷(loading),便視為引用者一般認為這位作者具有這個專業。由於作者可能在多個因素上都有超過0.3的負荷,因此每位作者可能會具有多種專業。在本研究中,共抽取出12個因素,可以解釋84%的變異情形,這些因素中前8個特徵值較大,可以從作者辨識的資訊科學專業為 a)設計與評估文件檢索系統的實驗檢索(experimental retrieval);b) 研究科學研究文獻關連的引用分析(citation analysis);c)應用於實際資料庫的實務檢索(practical retrieval);d) 從文字及書目資料分布規律探討數學模型的書目計量學(bibliometrics);e) 研究圖書館自動化、圖書館運作等議題的一般圖書館系統理論(general library systems theory);f) 研究資訊需求與使用的使用者理論(user theory);g) 研究科學的社會系統(social system of science)的科學傳播(scientific communication);h)OPAC ;另外幾個因素則由研究被引入資訊科學的其他領域學者組成。根據各專業上的作者交互情形以及下述映射圖的結果,資訊科學可以分為對於知識文獻以及其社會脈絡的分析研究和人-電腦-文獻的介面研究等兩個次學科。
2) 根據120位作者在3個時期的平均共被引次數,分析他們在各時期的代表性與影響力。
3) 以作者的共被引次數矩陣所產生的相關係數,也就是他們被引用者一般認定的相似性,做為他們之間的關連性,利用多維縮放技術ALSCAL,將每個時期前100位作者映射成圖形,使得共被引次數分布彼此相似的作者在產生圖形上的映射點有較近的距離。並以叢集分析技術CLUSTER進行完全連結叢集(complete linkage clustering),將作者根據他們之間的關連性分為次學科。結果發現,屬於同一個專業的作者在圖形上的映射點彼此間的距離比較近。並且如先前類似的研究所指出的,資訊科學很明顯地可以區分為資訊檢索及領域分析(domain analysis)等兩個次學科。比較不同時期的圖形,雖然少部分的作者映射點有明顯移動,但大多數的作者其映射點的位置相當穩定。
4) 從三個時期的映射圖上作者映射點位置的改變情形產生映射圖,表示作者引用形象(citation image)的改變。
5) 以經典作者(canonical auhtors)在三個時期的共被引相關係數為輸入,利用INDSCAL評估三個時期維度的重要性,從引用的角度驗證學科是否發生典範轉移的情形。結果發現表示「人-電腦-文獻」介面(human-computer-literatures interface)的第二個維度比起表示資訊科學主題專業的第一個維度在三個時期的重要性有大的變化,1972-1979年的第一時期這個維度的重要性不高,1980-1987年的第二時期其重要性則大幅增加,到了1988-1995年第三時期則稍微減少。許多研究者認為資訊科學在1980年代有典範轉移(paradigm shifting)發生,White and McCain上述的結果可以驗證這個現象。

We defined the authors of information science as all those cited in 12 journals, as listed below. Authors were ranked in order of citedness for the entire period covered by Social Scisearch, 1972–1995. Co-citation data were retrieved for all pairs in the top-ranked 120, from which we produced:
1) A factor analysis of the 120 authors for the entire 24-year span, 1972–1995, which reveals the specialty structure of the discipline. Factor analysis, unlike multi-dimensional scaling and clustering, can show an author’s contribution to more than one specialty.
2) Analyses of the 120 authors’ mean co-citation counts, which indicate their standing and influence in the discipline as of 1972–1979, 1980–1987, 1988–1995, and at the end of the three periods combined.
3) Two-dimensional maps of the top 100 authors in each of the 8-year periods (made with ALSCAL, the SPSS multidimensional scaling program) .
4) A map of authors whose ‘‘citation images’’ changed markedly over the years of our study.
5) A two-dimensional composite map of the authors who are in the top 100 in all three periods—some 75 in all. Their most cited works arguably make up the canonical literature of information science. Certain statistics generated by the mapping routine (INDSCAL, a part of ALSCAL) may bear on paradigm shift in the discipline.

In any field of scholarship, writers make judgments as to who has written on what, using what methods, and they reflect the judgments in their citing practices. Aggregated over time, these practices assume definite structure: Writers show commonalities in how they judge the subject matter, methodology, and intellectual style of other writers; for example, they often attach the same meanings and significance to precedent works (Cozzens, 1985; Small, 1978) .

It suggests how authors are commonly viewed on two dimensions, often interpretable as subject matter and style of work. ... Author clusters placed on these two dimensions can be interpreted as specialties within a discipline (White, 1990a, 1990b) .

What is actually mapped is an author’s citation image. Everyone ever cited has one, but only those who have been cited in many writings are likely to figure in ACA. In the latter case, the image has a constant part, the author’s identity as it is rendered in successive reference lists. The image also has a variable part, the gradually increasing set of other author-names that co-occur with a given author in those lists. At the end of a time period, ACA sums up the record by mapping the author as a single point among other selected author-points on the basis of the repeated co-occurrences. Authors with similar profiles of co-occurrences are displayed close together.

The decisive argument for ACA is that it enables one to see a literature-based counterpart of one’s own overview of a discipline.

As is well known, the closeness of author points on such maps is algorithmically related totheir similarity as perceived by citers. We use Pearson r as a measure of similarity between author pairs, because it registers the likeness in shape of their co-citation count profiles over all other authors in the set.

The raw co-citation counts were converted to Pearson r correlation matrices by the FACTOR routine in SPSS, and factors were extracted by principal components analysis with varimax rotation. The default criterion of ‘‘eigenvalues greater than one’’ determined the number of factors extracted.

The Pearson r correlation matrices for ALSCAL and CLUSTER in SPSS were generated with another SPSS rountine, CORRELATIONS ( cf. McCain, 1990) . They were treated as nonmetric (ordinal) similarity data in ALSCAL and grouped by the complete linkage method in CLUSTER. Subdisciplinary groupings of the author points on the maps are based on the dendograms from CLUSTER.

Authors in the top 100 in all three periods—‘‘the canonical 75’’—were separately mapped with INDSCAL, a routine in the ALSCAL bundle that does a specialized kind of multidimensional scaling. The input data to INDSCAL are judgments on the similarity of a set of stimuli by a set of judges. INDSCAL reveals not only the judges’ composite view of the stimuli in multidimensional space, but the weight each individual judge gives each dimension; INDSCAL is short for ‘‘individual differences scaling.’’ We used the individual weights in a new way to explore the notion of ‘‘paradigm shift’’ as it affects the canonical 75.

The two-dimensional space in which the authors appear is relative, not absolute, and it fails to capture certain relationships among oeuvres that appear in higher dimensionality.

Specialties
The results of the factor analysis, incorporating 24 years’ worth of data for the 120 authors, are presented in Table 3. ... Twelve factors were extracted; jointly (R2 ) , they explain 84% of the variance. ... The first eight factors alone explain 78% of the variance. All have seven or more authors with loadings greater than 0.60 and may be interpreted as specialties within the discipline.

The two biggest specialties, obviously, are experimental retrieval, which focuses on the design and evaluation of document retrieval systems, and citation analysis, which focuses on the interconnectedness of scientific and scholarly literatures, usually with data from ISI.

The third biggest specialty we have labeled practical retrieval. Unlike the experimental retrievalists, the authors in this group, rather than working with content-neutral indexing theory, thought experiments, or document testbeds, have tended to discuss retrieval in terms of ‘‘real world’’ databases; terms such as ‘‘INSPEC’’ or ‘‘DIALOG’’ occasionally profane their pens.

The next specialty we call bibliometrics—a word often used to subsume the specialty we labeled citation analysis. However, unlike the citationists, the authors who load primarily here, including the pioneers Lotka, Bradford, and Zipf, are most interested in mathematically modeling certain regularities in textual or bibliographic statistical distributions, irrespective of the literatures from which they come.

General library systems theory is a not altogether satisfactory name for a body of writings on library automation, library operations research, library and information service policy, retrieval system evaluation, and many other interconnected topics.

The specialty we call user theory is appropriately headed by Dervin, author of a highly cited chapter on ‘‘information needs and uses’’ in the 1986 ARIST. ... It will be seen that authors who write about literatures—the citationists, bibliometricians, and scientific communication people—never load above 0.30 on this factor, apparently because citers do not perceive their work as having the right psychological content. On the other hand, quite a few retrievalists load above 0.30, and this suggests the nature of the cognition involved. It has to do with problem-solving at the interface where literatures are winnowed down for users with: Question formulation, search strategies, information-seeking styles, relevance judgments, and the like.

Authors loading mainly on scientific communication all have strong disciplinary identities outside L&IS—for example, in sociology. They may be thought of as explicating the social systems of science, including those in which formal publication of results is an important (but not the only important) part. The sociologists among them all have loadings, some quite high, in citation analysis, confirming their relevance to the study of scientific literatures.

The design of computerized library catalogs, especially for subject searching, is the province of authors who load on OPACs (online public access catalogs) . It makes sense that leading authors here, such as Matthews, Hildreth, Cochrane, and Drabenstott, load secondarily in practical retrieval, just as several of the primary authors there, such as Borgman and Fidel, also turn up here.

As was said, the chief remaining factor seems a collection of authors in other disciplines from whom information science has imported ideas—e.g., cognitive science (Winograd) , information theory (Shannon) , computer science (Knuth)—that are all variously relevant to the central concern of information science, the human–computer–literature interface.

In fact, as both author cross-loadings and the maps below suggest, almost all of the factors or specialties in Table 3 can be aggregated upward into two larger subdisciplines: (1) The analytical study of learned literatures and their social contexts, comprising citation analysis and citation theory, bibliometrics, and communication in science and R&D; and (2) the study of the human–computer–literature interface, comprising experimental and practical retrieval, general library systems theory, user theory, OPACs, and indexing theory.

The Maps
Figures 2 through 4 are our 8-year period maps. We shall use them to explore the idea, introduced earlier, of two subdisciplines in information science.We operationalize this idea as the last two clusters joined in a complete-linkage clustering of 100 authors. These final clusters, which are brought together only after all closer ties have been exhausted, are separated by an angled line superimposed on each map.

We have not, as in the past, drawn lines around smaller clusters of authors corresponding to their specialties. The crowding of many names on the maps makes this difficult, and, besides, the specialties are better conveyed by the factor analysis of the earlier section. To a great extent, however, the authors forming specialties in the factor analysis will be found to have been placed near each other in the maps.

The first finding to note is the overall stability of information science, as here defined. Some author-points undergo remarkable changes of position from map to map, but many more authors stay put in discernible specialties. Fully 75, moreover, persist through all three maps.

We conclude that author co-citation analysis is useful for rendering the inertia of fields. In other words, it objectively captures the slow-changing divisions on which one’s subjective sense of ‘‘semi-permanent’’ disciplinary structure rests.
Co-citation analysis of papers, as opposed to authors, captures disciplinary history at a different, faster rate, which may better suit fields with livelier research fronts than information science.

However, ‘‘domain analysis,’’ as put forward by Hjørland and Albrechtsen (1995) , seems a more appropriate choice. It incorporates citation analysis and bibliometrics, but also a range of topics broader than what ‘‘bibliometrics’’ usually implies— for example, scholarly and professional communication, parts of sociology of science and sociology of knowledge, interdisciplinary linkages, discourse communities, and disciplinary vocabularies (cf. Beghtol, 1995) .
ACA’s confirmation of expert judgments by Hjørland and Albrechtsen, Persson, and the Vickerys is consistent with the claim that citation databases can be exploited for non-experts in a form of AI.

The axes in INDSCAL maps are not subject to rotation and are supposed to be maximally interpretable. Thus prompted, we think the horizontal axis conveys, as in past studies, the range of subject specialties within the subdisciplines of domain analysis and information retrieval. ... Coherent groups from left include the citationists, the arc of bibliometricians across the top and the philosophically orienting figures across the bottom, ‘‘generalist’’ writers such as Smith, Wilson, Saracevic, and Swanson, and the hard and soft retrievalists. The plot generally makes good sense. For example, it is easy to accept Bookstein, Tague-Sutcliffe, Kantor, Buckland, Vickery, and Shaw as transitional figures between the retrievalists and the bibliometricians.
The more interesting vertical axis reflects another subject-related continuum. Information science deals, we said earlier, with ‘‘the human–computer–literature interface.’’ If so, then the top pole represents a relative emphasis on literatures as objects of study, and the bottom, a relative emphasis on people or users. The same polarity can be inferred in earlier maps. Figure 4 showed that when a literature theoretician like Egghe enters, it is automatically at the top, whereas a user theoretician like Dervin is automatically placed at the bottom.

However, INDSCAL is expressly designed to reveal differences in the importance of each dimension to whoever is judging the similarity of stimuli. In our use of INDSCAL, the stimuli are the 75 authors, and the three periods are regarded as three separate ‘‘judges.’’
Usually, of course, persons are the judges in INDSCAL studies, and the ‘‘derived subject weights,’’ which are standard INDSCAL output, are taken to show the salience of each dimension to each person. In replacing individuals as judges with large numbers of citers, we are acting as if the citers collectively embodied the paradigm of information science in each 8-year period.
Accordingly, we interpret the derived subject weights for each period as indicating the relative importance of the dimensions within the paradigm. Thus, we can probe a hidden aspect of disciplinary history—whether key dimensions of the field were given about the same weight in all periods. If not, that would be consistent with a perception of paradigm shift.
Substantively, it is as if during 1972–1979 citers had regarded the range of specialties as by far the most important part of the information science paradigm, but then during 1980–1987 had taken much more cognizance of the differences in authors’ orientation toward literatures or users.

Perhaps the main weakness of this INDSCAL measure is that it is so indirect—that is, not clearly connected to specific papers with specific claims about the world. One expects evidence of paradigm shifts to leap from main texts, not references; from writers, not citers.
Though it might be used to discover paradigm shift, we think it has more promise as a means ofconfirming one. ... A shift detectable there implies not only that authors are promoting new lines of inquiry, but that citers are responding in such a way that the overall map of the discipline is changed.

Toward that account, ACA simultaneously provides both breadth and focus. It provides breadth by forcing contemplation of multiple specialties... It provides focus by forcing contemplation of particular authors, which is to say particular oeuvres and works. It also provides crude but unmistakable evidence of intellectual change.

The role of information science is to explicate the conceptual and methodological foundations on which existing systems are based’’ (Borko, 1968, p. 67). Or ‘‘Information science is the study of the means by which organised structures (which we call ‘information systems’) process recorded symbols to meet their defined objectives’’ (Hayes, 1985, p. 174) .
What they do study empirically, and uniquely, are problems associated with the human–literature barrier—the special difficulties of obtaining answers to questions from publications, in any medium, rather than persons. In other words, while many scholars seek to understand communication between persons, information scientists seek to understand communication between persons and certain valued surrogates for persons that literatures comprise (White, 1992).
This study requires a conceptual scheme that encompasses properties not only of literatures(e.g., size, growth rate, age, dispersion, authority levels, degree of summarization, quality of indexing) but also of people (e.g., interests and concerns, vocabularies, social ties, knowledge of existing systems, search styles, editorial strategies, resource environments).
The bond between domain analysts and retrievalists is their common interest in the literature barrier and related phenomena on both sides. The barrier in action is exemplified by information overload and underload—recurring topics for authors in both subdisciplines because they require both literatures and users to be discussed in a single framework, as implied by the second dimension of our maps.