天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁(yè) > 科技論文 > 軟件論文 >

一種基于關(guān)聯(lián)度分析的學(xué)術(shù)社會(huì)網(wǎng)絡(luò)搜索算法研究

發(fā)布時(shí)間:2018-10-29 10:08
【摘要】:學(xué)術(shù)社會(huì)網(wǎng)絡(luò)是通過學(xué)術(shù)活動(dòng)構(gòu)建起來的網(wǎng)絡(luò),學(xué)者組成了網(wǎng)絡(luò)中的各個(gè)節(jié)點(diǎn),學(xué)者之間的合著關(guān)系構(gòu)成了網(wǎng)絡(luò)中的邊。隨著學(xué)術(shù)研究越來越快的發(fā)展,學(xué)術(shù)社會(huì)網(wǎng)絡(luò)的規(guī)模也逐漸增大。在規(guī)模如此巨大的學(xué)術(shù)社會(huì)網(wǎng)絡(luò)中搜索需要的信息,屬于比較前沿的研究方向。目前,已經(jīng)有很多學(xué)者對(duì)學(xué)術(shù)社會(huì)網(wǎng)絡(luò)搜索進(jìn)行了研究,也已經(jīng)取得了階段性的進(jìn)展。將這種學(xué)術(shù)搜索付諸實(shí)踐,論文審稿人評(píng)選就是其中一個(gè)典型的應(yīng)用。它是在專家搜索的基礎(chǔ)之上考慮審稿人與被審稿人之間的社會(huì)關(guān)系,從而搜索出符合條件的審稿人。為了解決學(xué)術(shù)社會(huì)網(wǎng)絡(luò)搜索問題,本文提出一種基于關(guān)聯(lián)度分析的學(xué)術(shù)社會(huì)網(wǎng)絡(luò)搜索算法。本研究課題提出的算法主要內(nèi)容包括:首先,需要計(jì)算候選節(jié)點(diǎn)與查詢節(jié)點(diǎn)之間的內(nèi)容相似度,這里采用的是短文本相似度的計(jì)算方法。為了使得計(jì)算出來的內(nèi)容相似度更加全面,也更加符合實(shí)際情況,本文提出一種基于鄰居節(jié)點(diǎn)語義關(guān)聯(lián)度的短文本相似度計(jì)算方法,能解決之前短文本相似度計(jì)算方法存在的不足;其次,需要計(jì)算候選節(jié)點(diǎn)與查詢節(jié)點(diǎn)之間的結(jié)構(gòu)相似度,它是利用節(jié)點(diǎn)之間的最短路徑來表示的,由于本文研究的網(wǎng)絡(luò)圖屬于無向無權(quán)圖,因此可以采用廣度優(yōu)先遍歷的方法計(jì)算最短路徑;然后,計(jì)算候選節(jié)點(diǎn)的權(quán)威度。綜合上面的三個(gè)因子,構(gòu)造候選節(jié)點(diǎn)與查詢節(jié)點(diǎn)之間的關(guān)聯(lián)度模型。最后,采用隨機(jī)游走搜索策略進(jìn)行節(jié)點(diǎn)的搜索,為了使得搜索過程更加快速準(zhǔn)確,提出基于最短路徑的隨機(jī)游走搜索策略。這樣,經(jīng)過上述過程每個(gè)節(jié)點(diǎn)都會(huì)有一個(gè)分值,根據(jù)分值的高低為候選節(jié)點(diǎn)排序,選擇指定數(shù)目的節(jié)點(diǎn)返回給用戶。本文使用C-DBLP的數(shù)據(jù)集對(duì)搜索算法進(jìn)行性能測(cè)試。實(shí)驗(yàn)結(jié)果表明,基于關(guān)聯(lián)度分析的學(xué)術(shù)社會(huì)網(wǎng)絡(luò)搜索算法在各項(xiàng)性能指標(biāo)上比其他的搜索算法都有所提升,與之前的理論推斷相符合。
[Abstract]:Academic social network is a network constructed through academic activities. Scholars make up each node of the network, and the co-authorship between scholars constitutes the edge of the network. With the rapid development of academic research, the scale of academic social network is gradually increasing. Searching for the required information in such a large academic social network is a frontier research direction. At present, many scholars have carried on the research to the academic social network search, also has made the stage progress. To put this kind of academic search into practice, the selection of paper reviewers is one of the typical applications. It considers the social relationship between the reviewer and the reviewer on the basis of the expert search, so as to search the qualified reviewer. In order to solve the problem of academic social network search, this paper presents an academic social network search algorithm based on correlation analysis. The main contents of the algorithm are as follows: firstly, the content similarity between candidate nodes and query nodes should be calculated, and the method of calculating the similarity between candidate nodes and query nodes is adopted here. In order to make the content similarity calculated more comprehensive and more in line with the actual situation, this paper proposes a short text similarity calculation method based on neighbor node semantic correlation degree. It can solve the shortcomings of the previous similarity calculation method. Secondly, we need to calculate the structural similarity between candidate nodes and query nodes, which is represented by the shortest path between nodes, because the network graph studied in this paper belongs to the undirected unauthorized graph. Therefore, the shortest path can be calculated by using the breadth-first traversal method. Then, the authority of the candidate node is calculated. By synthesizing the above three factors, the correlation model between candidate node and query node is constructed. Finally, the random walk search strategy is used to search the nodes. In order to make the search process more rapid and accurate, a random walk search strategy based on the shortest path is proposed. In this way, each node will have a score after the above process, according to the value of the candidate node sort, select a specified number of nodes to return to the user. This paper uses the data set of C-DBLP to test the performance of the search algorithm. The experimental results show that the academic social network search algorithm based on correlation analysis has better performance than other search algorithms, which is consistent with the previous theoretical inference.
【學(xué)位授予單位】:哈爾濱工程大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2016
【分類號(hào)】:TP391.3

【參考文獻(xiàn)】

相關(guān)期刊論文 前10條

1 謝瑋;沈一;馬永征;;基于圖計(jì)算的論文審稿自動(dòng)推薦系統(tǒng)[J];計(jì)算機(jī)應(yīng)用研究;2016年03期

2 朱云霞;;中文文獻(xiàn)題錄數(shù)據(jù)作者重名消解問題研究[J];圖書情報(bào)工作;2014年23期

3 潘偉豐;李兵;馬于濤;姜波;;基于加權(quán)PageRank算法的關(guān)鍵包識(shí)別方法[J];電子學(xué)報(bào);2014年11期

4 趙蓉英;陳燁;;學(xué)術(shù)搜索引擎Google Scholar和Microsoft Academic Search的比較研究[J];情報(bào)科學(xué);2014年02期

5 王振振;何明;杜永萍;;基于LDA主題模型的文本相似度計(jì)算[J];計(jì)算機(jī)科學(xué);2013年12期

6 周沫;王維朗;;科技期刊同行評(píng)審專家與編輯的博弈[J];編輯學(xué)報(bào);2013年03期

7 崔春華;李華;;基于知識(shí)點(diǎn)本體的語義擴(kuò)展研究[J];世界科技研究與發(fā)展;2013年03期

8 江雪;孫樂;;用戶查詢意圖切分的研究[J];計(jì)算機(jī)學(xué)報(bào);2013年03期

9 鄧少偉;羅澤;李樹仁;閻保平;;基于論文共同作者學(xué)術(shù)關(guān)系的學(xué)者推薦系統(tǒng)[J];計(jì)算機(jī)工程;2013年02期

10 金弟;楊博;劉杰;劉大有;何東曉;;復(fù)雜網(wǎng)絡(luò)簇結(jié)構(gòu)探測(cè)——基于隨機(jī)游走的蟻群算法[J];軟件學(xué)報(bào);2012年03期

相關(guān)博士學(xué)位論文 前1條

1 王斌;漢英雙語語料庫(kù)自動(dòng)對(duì)齊研究[D];中國(guó)科學(xué)院研究生院(計(jì)算技術(shù)研究所);1999年

,

本文編號(hào):2297392

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/2297392.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶5d6e3***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com