Knowledge graph can assist in improving recommendation performance and is widely applied in various person-alized recommendation domains.However,existing knowledge-aware recommendation methods face challenges such as ...Knowledge graph can assist in improving recommendation performance and is widely applied in various person-alized recommendation domains.However,existing knowledge-aware recommendation methods face challenges such as weak user-item interaction supervisory signals and noise in the knowledge graph.To tackle these issues,this paper proposes a neighbor information contrast-enhanced recommendation method by adding subtle noise to construct contrast views and employing contrastive learning to strengthen supervisory signals and reduce knowledge noise.Specifically,first,this paper adopts heterogeneous propagation and knowledge-aware attention networks to obtain multi-order neighbor embedding of users and items,mining the high-order neighbor informa-tion of users and items.Next,in the neighbor information,this paper introduces weak noise following a uniform distribution to construct neighbor contrast views,effectively reducing the time overhead of view construction.This paper then performs contrastive learning between neighbor views to promote the uniformity of view information,adjusting the neighbor structure,and achieving the goal of reducing the knowledge noise in the knowledge graph.Finally,this paper introduces multi-task learning to mitigate the problem of weak supervisory signals.To validate the effectiveness of our method,experiments are conducted on theMovieLens-1M,MovieLens-20M,Book-Crossing,and Last-FM datasets.The results showthat compared to the best baselines,our method shows significant improvements in AUC and F1.展开更多
Session-based Recommendation(SBR)aims to accurately recom-mend a list of items to users based on anonymous historical session sequences.Existing methods for SBR suffer from several limitations:SBR based on Graph Neura...Session-based Recommendation(SBR)aims to accurately recom-mend a list of items to users based on anonymous historical session sequences.Existing methods for SBR suffer from several limitations:SBR based on Graph Neural Network often has information loss when constructing session graphs;Inadequate consideration is given to influencing factors,such as item price,and users’dynamic interest evolution is not taken into account.A new session recommendation model called Price-aware Session-based Recommendation(PASBR)is proposed to address these limitations.PASBR constructs session graphs by information lossless approaches to fully encode the original session information,then introduces item price as a new factor and models users’price tolerance for various items to influence users’preferences.In addition,PASBR proposes a new method to encode user intent at the item category level and tries to capture the dynamic interest of users over time.Finally,PASBR fuses the multi-perspective features to generate the global representation of users and make a prediction.Specifically,the intent,the short-term and long-term interests,and the dynamic interests of a user are combined.Experiments on two real-world datasets show that PASBR can outperform representative baselines for SBR.展开更多
Session-based recommendation aims to predict user preferences based on anonymous behavior sequences.Recent research on session-based recommendation systems has mainly focused on utilizing attention mechanisms on seque...Session-based recommendation aims to predict user preferences based on anonymous behavior sequences.Recent research on session-based recommendation systems has mainly focused on utilizing attention mechanisms on sequential patterns,which has achieved significant results.However,most existing studies only consider individual items in a session and do not extract information from continuous items,which can easily lead to the loss of information on item transition relationships.Therefore,this paper proposes a session-based recommendation algorithm(SGT)based on Gated Recurrent Unit(GRU)and Transformer,which captures user interests by learning continuous items in the current session and utilizes all item transitions on sessions in a more refined way.By combining short-term sessions and long-term behavior,user dynamic preferences are captured.Extensive experiments were conducted on three session-based recommendation datasets,and compared to the baseline methods,both the recall rate Recall@20 and the mean reciprocal rank MRR@20 of the SGT algorithm were improved,demonstrating the effectiveness of the SGT method.展开更多
Recommendation Information Systems(RIS)are pivotal in helping users in swiftly locating desired content from the vast amount of information available on the Internet.Graph Convolution Network(GCN)algorithms have been ...Recommendation Information Systems(RIS)are pivotal in helping users in swiftly locating desired content from the vast amount of information available on the Internet.Graph Convolution Network(GCN)algorithms have been employed to implement the RIS efficiently.However,the GCN algorithm faces limitations in terms of performance enhancement owing to the due to the embedding value-vanishing problem that occurs during the learning process.To address this issue,we propose a Weighted Forwarding method using the GCN(WF-GCN)algorithm.The proposed method involves multiplying the embedding results with different weights for each hop layer during graph learning.By applying the WF-GCN algorithm,which adjusts weights for each hop layer before forwarding to the next,nodes with many neighbors achieve higher embedding values.This approach facilitates the learning of more hop layers within the GCN framework.The efficacy of the WF-GCN was demonstrated through its application to various datasets.In the MovieLens dataset,the implementation of WF-GCN in LightGCN resulted in significant performance improvements,with recall and NDCG increasing by up to+163.64%and+132.04%,respectively.Similarly,in the Last.FM dataset,LightGCN using WF-GCN enhanced with WF-GCN showed substantial improvements,with the recall and NDCG metrics rising by up to+174.40%and+169.95%,respectively.Furthermore,the application of WF-GCN to Self-supervised Graph Learning(SGL)and Simple Graph Contrastive Learning(SimGCL)also demonstrated notable enhancements in both recall and NDCG across these datasets.展开更多
Session-based recommendation predicts the user’s next action by exploring the item dependencies in an anonymous session.Most of the existing methods are based on the assumption that each session has a single intentio...Session-based recommendation predicts the user’s next action by exploring the item dependencies in an anonymous session.Most of the existing methods are based on the assumption that each session has a single intention,items irrelevant to the single intention will be regarded as noises.However,in real-life scenarios,sessions often contain multiple intentions.This paper designs a multi-channel Intention-aware Recurrent Unit(TARU)network to further mining these noises.The multi-channel TARU explicitly group items into the different channels by filtering items irrelevant to the current intention with the intention control unit.Furthermore,we propose to use the attention mechanism to adaptively generate an effective representation of the session’s final preference for the recommendation.The experimental results on two real-world datasets denote that our method performs well in session recommendation tasks and achieves improvement against several baselines on the general metrics.展开更多
Popularity plays a significant role in the recommendation system. Traditional popularity is only defined as a static ratio or metric (e.g., a ratio of users who have rated the item and the box office of a movie) regar...Popularity plays a significant role in the recommendation system. Traditional popularity is only defined as a static ratio or metric (e.g., a ratio of users who have rated the item and the box office of a movie) regardless of the previous trends of this ratio or metric and the attribute diversity of items. To solve this problem and reach accurate popularity, we creatively propose to extract the popularity of an item according to the Proportional Integral Differential (PID) idea. Specifically, Integral (I) integrates a physical quantity over a time window, which agrees with the fact that determining the attributes of items also requires a long-term observation. The Differential (D) emphasizes an incremental change of a physical quantity over time, which coincidentally caters to a trend. Moreover, in the Session-Based Recommendation (SBR) community, many methods extract session interests without considering the impact of popularity on interest, leading to suboptimal recommendation results. To further improve recommendation performance, we propose a novel strategy that leverages popularity to enhance the session interest (popularity-aware interest). The proposed popularity by PID is further used to construct the popularity-aware interest, which consistently improves the recommendation performance of the main models in the SBR community. For STAMP, SRGNN, GCSAN, and TAGNN, on Yoochoose1/64, the metric P@20 is relatively improved by 0.93%, 1.84%, 2.02%, and 2.53%, respectively, and MRR@20 is relatively improved by 3.74%, 1.23%, 2.72%, and 3.48%, respectively. On Movieslen-1m, the relative improvements of P@20 are 7.41%, 15.52%, 8.20%, and 20.12%, respectively, and that of MRR@20 are 2.34%, 12.41%, 20.34%, and 19.21%, respectively.展开更多
The application field of the Internet of Things(IoT)involves all aspects,and its application in the fields of industry,agriculture,environment,transportation,logistics,security and other infrastructure has effectively...The application field of the Internet of Things(IoT)involves all aspects,and its application in the fields of industry,agriculture,environment,transportation,logistics,security and other infrastructure has effectively promoted the intelligent development of these aspects.Although the IoT has gradually grown in recent years,there are still many problems that need to be overcome in terms of technology,management,cost,policy,and security.We need to constantly weigh the benefits of trusting IoT products and the risk of leaking private data.To avoid the leakage and loss of various user data,this paper developed a hybrid algorithm of kernel function and random perturbation method based on the algorithm of non-negative matrix factorization,which realizes personalized recommendation and solves the problem of user privacy data protection in the process of personalized recommendation.Compared to non-negative matrix factorization privacy-preserving algorithm,the new algorithm does not need to know the detailed information of the data,only need to know the connection between each data;and the new algorithm can process the data points with negative characteristics.Experiments show that the new algorithm can produce recommendation results with certain accuracy under the premise of preserving users’personal privacy.展开更多
With constant deepening of the reform and opening-up,national economic system has changed from planned economy to market economy,and rural survey and statistics remain in a difficult transition period. In this period,...With constant deepening of the reform and opening-up,national economic system has changed from planned economy to market economy,and rural survey and statistics remain in a difficult transition period. In this period,China needs transforming original statistical mode according to market economic system. All levels of government should report and submit a lot and increasing statistical information. Besides,in this period,townships,villages and counties are faced with old and new conflicts. These conflicts perplex implementation of rural statistics and survey and development of rural statistical undertaking,and also cause researches and thinking of reform of rural statistical and survey methods.展开更多
Aiming at the problem that the traditional collaborative filtering recommendation algorithm does not fully consider the influence of correlation between projects on recommendation accuracy,this paper introduces projec...Aiming at the problem that the traditional collaborative filtering recommendation algorithm does not fully consider the influence of correlation between projects on recommendation accuracy,this paper introduces project attribute fuzzy matrix,measures the project relevance through fuzzy clustering method,and classifies all project attributes.Then,the weight of the project relevance is introduced in the user similarity calculation,so that the nearest neighbor search is more accurate.In the prediction scoring section,considering the change of user interest with time,it is proposed to use the time weighting function to improve the influence of the time effect of the evaluation,so that the newer evaluation information in the system has a relatively large weight.The experimental results show that the improved algorithm improves the recommendation accuracy and improves the recommendation quality.展开更多
Session-based recommendation(SBR)and multibehavior recommendation(MBR)are both important problems and have attracted the attention of many researchers and practitioners.Different from SBR that solely uses one single t...Session-based recommendation(SBR)and multibehavior recommendation(MBR)are both important problems and have attracted the attention of many researchers and practitioners.Different from SBR that solely uses one single type of behavior sequences and MBR that neglects sequential dynamics,heterogeneous SBR(HSBR)that exploits different types of behavioral information(e.g.,examinations like clicks or browses,purchases,adds-to-carts and adds-to-favorites)in sequences is more consistent with real-world recommendation scenarios,but it is rarely studied.Early efforts towards HSBR focus on distinguishing different types of behaviors or exploiting homogeneous behavior transitions in a sequence with the same type of behaviors.However,all the existing solutions for HSBR do not exploit the rich heterogeneous behavior transitions in an explicit way and thus may fail to capture the semantic relations between different types of behaviors.However,all the existing solutions for HSBR do not model the rich heterogeneous behavior transitions in the form of graphs and thus may fail to capture the semantic relations between different types of behaviors.The limitation hinders the development of HSBR and results in unsatisfactory performance.As a response,we propose a novel behavior-aware graph neural network(BGNN)for HSBR.Our BGNN adopts a dual-channel learning strategy for differentiated modeling of two different types of behavior sequences in a session.Moreover,our BGNN integrates the information of both homogeneous behavior transitions and heterogeneous behavior transitions in a unified way.We then conduct extensive empirical studies on three real-world datasets,and find that our BGNN outperforms the best baseline by 21.87%,18.49%,and 37.16%on average correspondingly.A series of further experiments and visualization studies demonstrate the rationality and effectiveness of our BGNN.An exploratory study on extending our BGNN to handle more than two types of behaviors show that our BGNN can easily and effectively be extended to multibehavior scenarios.展开更多
CME is one of the important events in the sun-earth system as it can induce geomagnetic disturbance and an associated space environment effect.It is of special significance to predict whether CME will reach the Earth ...CME is one of the important events in the sun-earth system as it can induce geomagnetic disturbance and an associated space environment effect.It is of special significance to predict whether CME will reach the Earth and when it will arrive.In this paper,we firstly built a new multiple association list for 215 different events with 18 characteristics including CME features,eruption region coordinates and solar wind parameters.Based on the CME list,we designed a novel model based on the principle of the recommendation algorithm to predict the arrival time of CMEs.According to the two commonly used calculation methods in the recommendation system,cosine distance and Euclidean distance,a controlled trial was carried out respectively.Every feature has been found to have its own appropriate weight.The error analysis indicates the result using the Euclidean distance similarity is much better than that using cosine distance similarity.The mean absolute error and root mean square error of test data in the Euclidean distance are 11.78 and 13.77 h,close to the average level of other CME models issued in the CME scoreboard,which verifies the effectiveness of the recommendation algorithm.This work gives a new endeavor using the recommendation algorithm,and is expected to induce other applications in space weather prediction.展开更多
As ITU-R Recommendations is widely implemented for countries all over the world, the role and status of ITU-R Recommendations are increasingly prominent in the field of radio engineering. ITU and ITU-R Study Groups ar...As ITU-R Recommendations is widely implemented for countries all over the world, the role and status of ITU-R Recommendations are increasingly prominent in the field of radio engineering. ITU and ITU-R Study Groups are summarized. Furthermore, the operating mode of the third study group, and the input documents are interpreted in detail. Lastly, from both wireless system design and electromagnetic compatibility analysis perspective, all of 79 P-series Recommendations are analyzed and classified, and the main contents of each Recommendation are summarized. The above research promote P-series Recommendations are widely used in China.展开更多
Session-based recommendation aims to predict the next item based on a user’s limited interactions within a short period.Existing approaches use mainly recurrent neural networks(RNNs)or graph neural networks(GNNs)to m...Session-based recommendation aims to predict the next item based on a user’s limited interactions within a short period.Existing approaches use mainly recurrent neural networks(RNNs)or graph neural networks(GNNs)to model the sequential patterns or the transition relationships between items.However,such models either ignore the over-smoothing issue of GNNs,or directly use cross-entropy loss with a softmax layer for model optimization,which easily results in the over-fitting problem.To tackle the above issues,we propose a self-supervised graph learning with target-adaptive masking(SGL-TM)method.Specifically,we first construct a global graph based on all involved sessions and subsequently capture the self-supervised signals from the global connections between items,which helps supervise the model in generating accurate representations of items in the ongoing session.After that,we calculate the main supervised loss by comparing the ground truth with the predicted scores of items adjusted by our designed target-adaptive masking module.Finally,we combine the main supervised component with the auxiliary self-supervision module to obtain the final loss for optimizing the model parameters.Extensive experimental results from two benchmark datasets,Gowalla and Diginetica,indicate that SGL-TM can outperform state-of-the-art baselines in terms of Recall@20 and MRR@20,especially in short sessions.展开更多
Session-based recommendation is a popular research topic that aims to predict users’next possible interactive item by exploiting anonymous sessions.The existing studies mainly focus on making predictions by consideri...Session-based recommendation is a popular research topic that aims to predict users’next possible interactive item by exploiting anonymous sessions.The existing studies mainly focus on making predictions by considering users’single interactive behavior.Some recent efforts have been made to exploit multiple interactive behaviors,but they generally ignore the influences of different interactive behaviors and the noise in interactive sequences.To address these problems,we propose a behavior-aware graph neural network for session-based recommendation.First,different interactive sequences are modeled as directed graphs.Thus,the item representations are learned via graph neural networks.Then,a sparse self-attention module is designed to remove the noise in behavior sequences.Finally,the representations of different behavior sequences are aggregated with the gating mechanism to obtain the session representations.Experimental results on two public datasets show that our proposed method outperforms all competitive baselines.The source code is available at the website of GitHub.展开更多
基金supported by the Natural Science Foundation of Ningxia Province(No.2023AAC03316)the Ningxia Hui Autonomous Region Education Department Higher Edu-cation Key Scientific Research Project(No.NYG2022051)the North Minzu University Graduate Innovation Project(YCX23146).
文摘Knowledge graph can assist in improving recommendation performance and is widely applied in various person-alized recommendation domains.However,existing knowledge-aware recommendation methods face challenges such as weak user-item interaction supervisory signals and noise in the knowledge graph.To tackle these issues,this paper proposes a neighbor information contrast-enhanced recommendation method by adding subtle noise to construct contrast views and employing contrastive learning to strengthen supervisory signals and reduce knowledge noise.Specifically,first,this paper adopts heterogeneous propagation and knowledge-aware attention networks to obtain multi-order neighbor embedding of users and items,mining the high-order neighbor informa-tion of users and items.Next,in the neighbor information,this paper introduces weak noise following a uniform distribution to construct neighbor contrast views,effectively reducing the time overhead of view construction.This paper then performs contrastive learning between neighbor views to promote the uniformity of view information,adjusting the neighbor structure,and achieving the goal of reducing the knowledge noise in the knowledge graph.Finally,this paper introduces multi-task learning to mitigate the problem of weak supervisory signals.To validate the effectiveness of our method,experiments are conducted on theMovieLens-1M,MovieLens-20M,Book-Crossing,and Last-FM datasets.The results showthat compared to the best baselines,our method shows significant improvements in AUC and F1.
文摘Session-based Recommendation(SBR)aims to accurately recom-mend a list of items to users based on anonymous historical session sequences.Existing methods for SBR suffer from several limitations:SBR based on Graph Neural Network often has information loss when constructing session graphs;Inadequate consideration is given to influencing factors,such as item price,and users’dynamic interest evolution is not taken into account.A new session recommendation model called Price-aware Session-based Recommendation(PASBR)is proposed to address these limitations.PASBR constructs session graphs by information lossless approaches to fully encode the original session information,then introduces item price as a new factor and models users’price tolerance for various items to influence users’preferences.In addition,PASBR proposes a new method to encode user intent at the item category level and tries to capture the dynamic interest of users over time.Finally,PASBR fuses the multi-perspective features to generate the global representation of users and make a prediction.Specifically,the intent,the short-term and long-term interests,and the dynamic interests of a user are combined.Experiments on two real-world datasets show that PASBR can outperform representative baselines for SBR.
基金supported by the Scientific Research Basic Ability Enhancement Program for Young and Middle-aged Teachers of Guangxi Higher Education Institutions,“Research on Deep Learning-based Recommendation Model and its Application”(Project No.2019KY0867)Guangxi Innovation-driven Development Special Project(Science and Technology Major Special Project)+2 种基金“Key Technology of Human-Machine Intelligent Interactive Touch Terminal Manufacturing and Industrial Cluster Application”(Project No.Guike AA21077018)“Touch display integrated intelligent touch system and industrial cluster application”(Project No.:Guike AA21077018-2)National Natural Science Foundation of China(Project No.:42065004).
文摘Session-based recommendation aims to predict user preferences based on anonymous behavior sequences.Recent research on session-based recommendation systems has mainly focused on utilizing attention mechanisms on sequential patterns,which has achieved significant results.However,most existing studies only consider individual items in a session and do not extract information from continuous items,which can easily lead to the loss of information on item transition relationships.Therefore,this paper proposes a session-based recommendation algorithm(SGT)based on Gated Recurrent Unit(GRU)and Transformer,which captures user interests by learning continuous items in the current session and utilizes all item transitions on sessions in a more refined way.By combining short-term sessions and long-term behavior,user dynamic preferences are captured.Extensive experiments were conducted on three session-based recommendation datasets,and compared to the baseline methods,both the recall rate Recall@20 and the mean reciprocal rank MRR@20 of the SGT algorithm were improved,demonstrating the effectiveness of the SGT method.
基金This work was supported by the Kyonggi University Research Grant 2022.
文摘Recommendation Information Systems(RIS)are pivotal in helping users in swiftly locating desired content from the vast amount of information available on the Internet.Graph Convolution Network(GCN)algorithms have been employed to implement the RIS efficiently.However,the GCN algorithm faces limitations in terms of performance enhancement owing to the due to the embedding value-vanishing problem that occurs during the learning process.To address this issue,we propose a Weighted Forwarding method using the GCN(WF-GCN)algorithm.The proposed method involves multiplying the embedding results with different weights for each hop layer during graph learning.By applying the WF-GCN algorithm,which adjusts weights for each hop layer before forwarding to the next,nodes with many neighbors achieve higher embedding values.This approach facilitates the learning of more hop layers within the GCN framework.The efficacy of the WF-GCN was demonstrated through its application to various datasets.In the MovieLens dataset,the implementation of WF-GCN in LightGCN resulted in significant performance improvements,with recall and NDCG increasing by up to+163.64%and+132.04%,respectively.Similarly,in the Last.FM dataset,LightGCN using WF-GCN enhanced with WF-GCN showed substantial improvements,with the recall and NDCG metrics rising by up to+174.40%and+169.95%,respectively.Furthermore,the application of WF-GCN to Self-supervised Graph Learning(SGL)and Simple Graph Contrastive Learning(SimGCL)also demonstrated notable enhancements in both recall and NDCG across these datasets.
基金This work is supported by Katie Shu Sui Pui Charitable Trust-Academic Publication Fellowship(Project Reference No.KSPF 2020-01)。
文摘Session-based recommendation predicts the user’s next action by exploring the item dependencies in an anonymous session.Most of the existing methods are based on the assumption that each session has a single intention,items irrelevant to the single intention will be regarded as noises.However,in real-life scenarios,sessions often contain multiple intentions.This paper designs a multi-channel Intention-aware Recurrent Unit(TARU)network to further mining these noises.The multi-channel TARU explicitly group items into the different channels by filtering items irrelevant to the current intention with the intention control unit.Furthermore,we propose to use the attention mechanism to adaptively generate an effective representation of the session’s final preference for the recommendation.The experimental results on two real-world datasets denote that our method performs well in session recommendation tasks and achieves improvement against several baselines on the general metrics.
基金supported by the National Natural Science Foundation of China(No.62276278)Guangdong Basic and Applied Basic Research Foundation(No.2022A1515110006).
文摘Popularity plays a significant role in the recommendation system. Traditional popularity is only defined as a static ratio or metric (e.g., a ratio of users who have rated the item and the box office of a movie) regardless of the previous trends of this ratio or metric and the attribute diversity of items. To solve this problem and reach accurate popularity, we creatively propose to extract the popularity of an item according to the Proportional Integral Differential (PID) idea. Specifically, Integral (I) integrates a physical quantity over a time window, which agrees with the fact that determining the attributes of items also requires a long-term observation. The Differential (D) emphasizes an incremental change of a physical quantity over time, which coincidentally caters to a trend. Moreover, in the Session-Based Recommendation (SBR) community, many methods extract session interests without considering the impact of popularity on interest, leading to suboptimal recommendation results. To further improve recommendation performance, we propose a novel strategy that leverages popularity to enhance the session interest (popularity-aware interest). The proposed popularity by PID is further used to construct the popularity-aware interest, which consistently improves the recommendation performance of the main models in the SBR community. For STAMP, SRGNN, GCSAN, and TAGNN, on Yoochoose1/64, the metric P@20 is relatively improved by 0.93%, 1.84%, 2.02%, and 2.53%, respectively, and MRR@20 is relatively improved by 3.74%, 1.23%, 2.72%, and 3.48%, respectively. On Movieslen-1m, the relative improvements of P@20 are 7.41%, 15.52%, 8.20%, and 20.12%, respectively, and that of MRR@20 are 2.34%, 12.41%, 20.34%, and 19.21%, respectively.
基金the National Natural Science Foundation of Chinaunder Grant No.61772280by the China Special Fund for Meteorological Research in the Public Interestunder Grant GYHY201306070by the Jiangsu Province Innovation and Entrepreneurship TrainingProgram for College Students under Grant No.201910300122Y.
文摘The application field of the Internet of Things(IoT)involves all aspects,and its application in the fields of industry,agriculture,environment,transportation,logistics,security and other infrastructure has effectively promoted the intelligent development of these aspects.Although the IoT has gradually grown in recent years,there are still many problems that need to be overcome in terms of technology,management,cost,policy,and security.We need to constantly weigh the benefits of trusting IoT products and the risk of leaking private data.To avoid the leakage and loss of various user data,this paper developed a hybrid algorithm of kernel function and random perturbation method based on the algorithm of non-negative matrix factorization,which realizes personalized recommendation and solves the problem of user privacy data protection in the process of personalized recommendation.Compared to non-negative matrix factorization privacy-preserving algorithm,the new algorithm does not need to know the detailed information of the data,only need to know the connection between each data;and the new algorithm can process the data points with negative characteristics.Experiments show that the new algorithm can produce recommendation results with certain accuracy under the premise of preserving users’personal privacy.
基金Supported by Project of Business Management Cultivation Discipline in Commerce Department of Rongchang Campus,Southwest University
文摘With constant deepening of the reform and opening-up,national economic system has changed from planned economy to market economy,and rural survey and statistics remain in a difficult transition period. In this period,China needs transforming original statistical mode according to market economic system. All levels of government should report and submit a lot and increasing statistical information. Besides,in this period,townships,villages and counties are faced with old and new conflicts. These conflicts perplex implementation of rural statistics and survey and development of rural statistical undertaking,and also cause researches and thinking of reform of rural statistical and survey methods.
基金supported by the National Natural Science Foundation of China(61772196,61472136)the Hunan Provincial Focus Social Science Fund(2016ZDB006)+2 种基金Hunan Provincial Social Science Achievement Review Committee results appraisal identification project(Xiang social assessment 2016JD05)Key Project of Hunan Provincial Social Science Achievement Review Committee(XSP 19ZD1005)the financial support provided by the Key Laboratory of Hunan Province for New Retail Virtual Reality Technology(2017TP1026).
文摘Aiming at the problem that the traditional collaborative filtering recommendation algorithm does not fully consider the influence of correlation between projects on recommendation accuracy,this paper introduces project attribute fuzzy matrix,measures the project relevance through fuzzy clustering method,and classifies all project attributes.Then,the weight of the project relevance is introduced in the user similarity calculation,so that the nearest neighbor search is more accurate.In the prediction scoring section,considering the change of user interest with time,it is proposed to use the time weighting function to improve the influence of the time effect of the evaluation,so that the newer evaluation information in the system has a relatively large weight.The experimental results show that the improved algorithm improves the recommendation accuracy and improves the recommendation quality.
基金support of the National Natural Science Foundation of China(Grant Nos.62172283 and 61836005).
文摘Session-based recommendation(SBR)and multibehavior recommendation(MBR)are both important problems and have attracted the attention of many researchers and practitioners.Different from SBR that solely uses one single type of behavior sequences and MBR that neglects sequential dynamics,heterogeneous SBR(HSBR)that exploits different types of behavioral information(e.g.,examinations like clicks or browses,purchases,adds-to-carts and adds-to-favorites)in sequences is more consistent with real-world recommendation scenarios,but it is rarely studied.Early efforts towards HSBR focus on distinguishing different types of behaviors or exploiting homogeneous behavior transitions in a sequence with the same type of behaviors.However,all the existing solutions for HSBR do not exploit the rich heterogeneous behavior transitions in an explicit way and thus may fail to capture the semantic relations between different types of behaviors.However,all the existing solutions for HSBR do not model the rich heterogeneous behavior transitions in the form of graphs and thus may fail to capture the semantic relations between different types of behaviors.The limitation hinders the development of HSBR and results in unsatisfactory performance.As a response,we propose a novel behavior-aware graph neural network(BGNN)for HSBR.Our BGNN adopts a dual-channel learning strategy for differentiated modeling of two different types of behavior sequences in a session.Moreover,our BGNN integrates the information of both homogeneous behavior transitions and heterogeneous behavior transitions in a unified way.We then conduct extensive empirical studies on three real-world datasets,and find that our BGNN outperforms the best baseline by 21.87%,18.49%,and 37.16%on average correspondingly.A series of further experiments and visualization studies demonstrate the rationality and effectiveness of our BGNN.An exploratory study on extending our BGNN to handle more than two types of behaviors show that our BGNN can easily and effectively be extended to multibehavior scenarios.
基金supported by a NASA Heliophysics Guest Investigator Grantsupported by the National Natural Science Foundation of China (Grant Nos.12071166 and 42074224)。
文摘CME is one of the important events in the sun-earth system as it can induce geomagnetic disturbance and an associated space environment effect.It is of special significance to predict whether CME will reach the Earth and when it will arrive.In this paper,we firstly built a new multiple association list for 215 different events with 18 characteristics including CME features,eruption region coordinates and solar wind parameters.Based on the CME list,we designed a novel model based on the principle of the recommendation algorithm to predict the arrival time of CMEs.According to the two commonly used calculation methods in the recommendation system,cosine distance and Euclidean distance,a controlled trial was carried out respectively.Every feature has been found to have its own appropriate weight.The error analysis indicates the result using the Euclidean distance similarity is much better than that using cosine distance similarity.The mean absolute error and root mean square error of test data in the Euclidean distance are 11.78 and 13.77 h,close to the average level of other CME models issued in the CME scoreboard,which verifies the effectiveness of the recommendation algorithm.This work gives a new endeavor using the recommendation algorithm,and is expected to induce other applications in space weather prediction.
文摘As ITU-R Recommendations is widely implemented for countries all over the world, the role and status of ITU-R Recommendations are increasingly prominent in the field of radio engineering. ITU and ITU-R Study Groups are summarized. Furthermore, the operating mode of the third study group, and the input documents are interpreted in detail. Lastly, from both wireless system design and electromagnetic compatibility analysis perspective, all of 79 P-series Recommendations are analyzed and classified, and the main contents of each Recommendation are summarized. The above research promote P-series Recommendations are widely used in China.
文摘Session-based recommendation aims to predict the next item based on a user’s limited interactions within a short period.Existing approaches use mainly recurrent neural networks(RNNs)or graph neural networks(GNNs)to model the sequential patterns or the transition relationships between items.However,such models either ignore the over-smoothing issue of GNNs,or directly use cross-entropy loss with a softmax layer for model optimization,which easily results in the over-fitting problem.To tackle the above issues,we propose a self-supervised graph learning with target-adaptive masking(SGL-TM)method.Specifically,we first construct a global graph based on all involved sessions and subsequently capture the self-supervised signals from the global connections between items,which helps supervise the model in generating accurate representations of items in the ongoing session.After that,we calculate the main supervised loss by comparing the ground truth with the predicted scores of items adjusted by our designed target-adaptive masking module.Finally,we combine the main supervised component with the auxiliary self-supervision module to obtain the final loss for optimizing the model parameters.Extensive experimental results from two benchmark datasets,Gowalla and Diginetica,indicate that SGL-TM can outperform state-of-the-art baselines in terms of Recall@20 and MRR@20,especially in short sessions.
基金supported by the National Natural Science Foundation of China(Grant Nos.62072288,61702306,61433012)the Taishan Scholar Program of Shandong Province,the Natural Science Foundation of Shandong Province(ZR2018BF013,ZR2022MF268)the Open Project from CAS Key Lab of Network Data Science and Technology(CASNDST202007).
文摘Session-based recommendation is a popular research topic that aims to predict users’next possible interactive item by exploiting anonymous sessions.The existing studies mainly focus on making predictions by considering users’single interactive behavior.Some recent efforts have been made to exploit multiple interactive behaviors,but they generally ignore the influences of different interactive behaviors and the noise in interactive sequences.To address these problems,we propose a behavior-aware graph neural network for session-based recommendation.First,different interactive sequences are modeled as directed graphs.Thus,the item representations are learned via graph neural networks.Then,a sparse self-attention module is designed to remove the noise in behavior sequences.Finally,the representations of different behavior sequences are aggregated with the gating mechanism to obtain the session representations.Experimental results on two public datasets show that our proposed method outperforms all competitive baselines.The source code is available at the website of GitHub.