Research on Domain Information Mining and Theme Evolution of Scientific Papers


Abstract

In recent years, with the increase of social investment in scientific research, the number of research results in various fields has increased significantly. Cross-disciplinary research results have gradually become an emerging frontier research direction. There is a certain dependence between a large number of research results. It is difficult to effectively analyze today’s scientific research results when looking at a single research field in isolation. How to effectively use the huge number of scientific papers to help researchers becomes a challenge. This paper introduces the research status at home and abroad in terms of domain information mining and topic evolution law of scientific and technological papers from three aspects: the semantic feature representation learning of scientific and technological papers, the field information mining of scientific and technological papers, and the mining and prediction of research topic evolution rules of scientific and technological papers.

<ccs2012> <concept> <concept_id>10002951.10003260.10003261</concept_id> <concept_desc>Information systems Data mining</concept_desc> <concept_significance>500</concept_significance> </concept> <concept> <concept_id>10010147.10010257.10010293.10011809</concept_id> <concept_desc>Computing methodologies Neural networks</concept_desc> <concept_significance>300</concept_significance> </concept> </ccs2012>

CLC numberTP391

In recent years, with the rapid development of science and technology, researchers have gradually deepened their research in various fields, and the number of scientific and technological papers has exploded. Rich scientific and technological paper resources can effectively help all kinds of scientific researchers, enterprises and other scientific and technological innovation. However, in the face of a huge number of paper resources, how to effectively manage and quickly obtain the resources needed by researchers has become an urgent and critical issue that needs to be solved urgently[1].

The division of subject areas is of great significance for the research and analysis of scientific and technological paper data, and the dissertation database is an important source for scholars to obtain the latest scientific research results. However, due to the wide variety of thesis databases, the classification methods and standards adopted by different institutions are different, and the staff often needs to rely on a lot of professional knowledge to manually classify papers when including papers. Such manual classification undoubtedly requires a large and expensive labor cost. The Chinese Book Classification Method (CLC), referred to as the Zhongtu Method, is a widely adopted classification standard in China, involving a variety of publications including papers. The zhongtu method is five major categories, twenty-two categories, 51,881 categories (including general categories), there is a hierarchical relationship between each class, and the use of letters and numbers to encode the categories, such as TP181 means "automatic reasoning, machine learning", of which T represents "industrial technology" in the twenty-two categories, TP means "automation technology, computer technology" under the category of "industrial technology", and so on. With the gradual frequency of interdisciplinary intersections, the CLC classification of papers is often composed of multiple components, such as the combination of artificial intelligence and medicine, biology, transportation and other fields has become common.

Research theme is one of the most important applications in the context of big data technology, in recent years, with the rapid development of academic research, all kinds of academic literature showed explosive growth, in the face of massive literature, if you can effectively tap the development trend of research topics, you can provide valuable reference for the research direction of scientific and technological workers. However, predicting trends in research topics has special problems and challenges. Today’s various types of academic achievements are growing rapidly, such as deep learning becoming a hot field of artificial intelligence research, which has grown significantly in recent years. However, there are also a large number of traditional research topics that are replaced by new research topics due to their applicability not meeting social changes and poor effects, such as some traditional methods in the field of artificial intelligence, such as genetic algorithms, and the research popularity is decreasing year by year. And the various research topics are not isolated, not only similar research topics have mutual influence, with the gradual deepening of interdisciplinary research, the influence of many different disciplines of research themes is also more close, for example, with the rise of graph neural networks[2], [3], transportation networks began to use graph neural networks to capture spatial features, and the study of smart transportation has gradually become a hot topic. Technologies such as image recognition are widely used in transportation, medical and other multidisciplinary disciplines. Therefore, the traditional sequence model prediction model is simply used, and the dependencies of the research topic cannot be effectively modeled, and the spatial dependencies of the research topic need to be combined.

1 Semantic Feature Representation and Learning of Scientific Papers↩︎

Compared with the traditional Internet data, scientific and technological papers show more obvious characteristics, first, scientific and technological data contains both short text and long text, such as keywords and abstract information contained in the paper. Secondly, the relationship between scientific and technological data entities is closely related, such as the citation relationship between papers, the relationship between keywords and papers, the cooperative relationship between scholars, etc., and the effective use of these shallow correlations plays an important role in mining more in-depth paper semantic characteristics[4], [5].

TF-IDF ( term frequency – inverse document frequency) It is a traditional way of extracting text features. It uses word frequency and inverse document frequency, and most represents the document as a multidimensional vector representation of keyword weights, which is a typical vector space model. Mikolov et al. introduce word vector representation model Word2Vec[6]. The entire NLP field soon entered the world of epimediding. The traditional coding method is mainly onehot encoding, the vector obtained by this coding method is often sparse, and the word vector trained by Word2Vec is low-dimensional and dense, which effectively uses the context information of the word, making the semantic information of the vector more abundant. Li[7] et al. used the Word2vec algorithm to handle the semantic divide and implemented a word-frequency-document frequency reciprocal (TF-IDF) weighted mapping of HTTP traffic to construct low-dimensional paragraph vector representations to reduce the complexity of training. However, word2vec, because after retraining, the semantic vector of each word will not change, and it is impossible to obtain different vectors in combination with context semantics.

In 2018, Peters et al. proposed the ELMo model to solve the problem of Word2vec’s lack of contextual adaptation[8]. Different from the feature that the semantic representation vector obtained by the static word embedding representation model remains unchanged, ELMo first needs to be pre-trained on a large-scale corpus. Pre-training, so as to achieve the purpose of domain adaptation, so that a word can obtain a special vector according to the current context. The GPT[9] proposed in the same year also uses a corpus to obtain the pre-training model, and then fine-tunes it through a small-scale corpus. Compared with ELMo, the main difference between the two is that the network structure used for feature extraction is different. It is Transformer[10], [11], while ELMo uses a more traditional LSTM. Transformer is an end-to-end sequence model proposed by Google. On the basis of this model, many improved methods are widely used in natural language processing, and even in image and other fields. Compared with the traditional sequence model, the Transformer completely adopts the attention mechanism to form the network, and the entire network is composed of the structure of the encoder and the decoder. On this basis, Google further proposed the BERT model[12]. The BERT model uses the mask mechanism to block some words in the corpus for prediction tasks, thereby pre-training the model, and using two-way encoding to effectively extract the context of the text Semantics, breaking records on multiple NLP tasks. Li et al.[13] use a gating mechanism with context-aware aspect embeddings to enhance and control BERT representations for perceptual analysis, and TD-BERT[14] presents three object-dependent variants of the BERT base model, which are described in The output is located on the target word, and optional sentences with the target are built in. Reference[15] is based on BERT and designs a negative sampling mining strategy to adjust BERT accordingly. Based on the learned features, I obtain valid entities by computing the similarity between relevant text cues and candidate entities in the knowledge base. BERT4TC[16] converts classification tasks into binary pairs by constructing auxiliary sentences, solving the problem of limited training data sensitivity, and the training strategies adopted by BERT for tasks in different domains. Reference[17] uses the BERT bidirectional encoder representation to encode the input sequence into a contextual representation. For the decoder, in the first stage, the intent classification decoder is used to detect the user’s intent. In the second stage, the intent context information is exploited into the slot filling decoder to predict the semantic concept labels for each word. Recent work also shows that retrieval-oriented pre-training can further improve representation learning for downstream search and matching. For example, RetroMAE pre-trains retrieval-oriented language models through a masked auto-encoder objective, which is useful for representing scientific papers in retrieval and recommendation scenarios[18].

Beyond word- and sentence-level semantic representation, scientific paper representation also needs to model structured relations among papers, authors, venues, keywords, and citations. Heterogeneous graph attention networks have been used for semi-supervised short text classification, showing that heterogeneous relations among words, documents, and semantic contexts can alleviate the sparsity of short text features[19]. Li et al. proposed a semantic-similarity attention and hypergraph convolution framework for scientific publication representation learning, which explicitly captures semantic similarity and high-order associations among publications. This line of work indicates that hypergraph-based representation learning can complement Transformer-style text encoders when mining the semantics of scientific papers[20].

2 Domain Information Mining of Scientific Papers↩︎

Mining the semantics of the subject area from the paper, that is, to associate the scientific and technological entities with the subject area first. With the continuous development of science and technology[21], the cross-integration between disciplines is becoming more and more frequent. For example, artificial intelligence has penetrated into all aspects of life. The subject area semantics of scientific and technological entities is no longer a single subject area, and often one entity is closely related to multiple subject areas. This can thus be translated into a multi-label classification problem for papers, associating papers with multiple subject area labels.

Scientific and technological information may also appear in multiple media forms. Li et al. proposed a semantics-adversarial and media-adversarial cross-media retrieval method for scientific and technological information, which learns a common subspace while preserving semantic consistency and media invariance[21]. More recently, federated supervised cross-modal retrieval has further shown how distributed multimodal resources can be exploited without directly centralizing raw data, providing a useful privacy-aware direction for mining heterogeneous scientific and technological information[22].

There are three main approaches to traditional multi-classification problems. The first is a problem transformation-based approach, where for each label, a separate binary classifier is trained separately for prediction, which increases computational complexity while dealing with a large number of labels. References[23], [24] use L1 regularization to achieve sparse solutions, thus reducing the computational complexity. Babber et al.[25] learn a linear classifier for each label and use two-layer parallelization to control the model size. Another obvious limitation of this approach is the ignorance of label dependencies during training, which may weaken the generality of the model. To address this limitation, a Bayesian network is employed to encode label dependencies by computing the joint probability of labels and feature sets. The second is based on decision tree models, which are inspired by the idea of decision trees and build decision trees based on labels or data instances by recursively splitting internal nodes. Predictions are made before new data points are passed down the tree until they reach a leaf node. FastXML achieves remarkable accuracy by directly optimizing the ranking loss function. PfastreXML[26] is an extension of FastXML that prioritizes the prediction of tails and handles missing tags by proposing a propensity score loss. Parabel[27] generates an ensemble of balanced trees on labels rather than data points, which can be seen as using softmax to improve performance. Embedding-based methods employ a compression function to project label embeddings into a lower-dimensional linear subspace. SLEEC[28] was proposed to address the limitation that low-rank label matrix assumptions are often violated in real-world applications. AnnexML[29] proposes a graph embedding method to cope with some limitations of SLEEC.

With the gradual improvement of the performance of deep networks[30], [31] , attempts to use deep methods for multi-label classification have increased in recent years. Liu et al.[32] adapted the MTC task by adding dynamic max pooling to capture more fine-grained information and using bottleneck hidden layers to reduce parameter size. Nam[33] converts the predicted values of a set of related labels into a predicted sequence of binary values and uses a recurrent neural network (RNN) for prediction. Yeh[34] proposed to adopt a norm-dependent auto-encoder to jointly model text features and label structures. Zhang et al.[35] constructed a label graph in an attempt to explore the label space. Wang et al.[36] learned joint word label embeddings and combined the context vectors into one final document vector using the compatibility score between each label and context words as attention coefficients. Similarly, You et al.[37]. used multiple label attention vectors to allow the network to incorporate multiple semantics for each label. It produces multiple label attention vectors, and each label vector maps to a single output. Tang et al.[38] established a textual heterogeneous network to encode multi-level semantic information. Graph Convolutional Networks have gradually gained popularity in multi-class classification. Rousseau[39] and Yao[40] use GCNs to jointly learn word and document embeddings for graphical text representations.

Classification task is a traditional task of artificial intelligence. However, in reality, a large number of transactions exist with multiple labels. The purpose of multi-label classification is to give a sample and obtain the label set of the sample. The association between labels can be exploited in multi-label classification tasks. Zhang et al.[41] proposed a global optimization method, which aims to consider feature correlation, label correlation and feature redundancy for feature evaluation. Feng et al.[42] learned label correlations through sparse reconstruction in the label space and incorporated the learned label correlations into model training. Many labels lack sufficient samples, and Lv et al.[43] use structural information in the feature space and local correlations in the label space to enhance the labels. Xing et al.[44] exploited information about the coexistence of pairwise labels to propagate the labels of selected samples among co-trained classifiers. Xun et al.[45] developed a correlation network architecture to learn label correlations, use correlation knowledge to enhance the original label predictions and enhance the output label prediction results. Shi et al.[46] proposed a deep generative model to generate labels for semi-supervised learning by combining latent variables to describe labeled and unlabeled data. In practical field information mining, the interpretability of classification and decision models is also important, because interpretable machine learning can provide explainable evidence for intelligent decision-making over complex scientific and technological entities[47].

In recent years, graph learning has developed rapidly, and Velikovi and Petar et al. used an attention mechanism to calculate the weights of different nodes in the neighborhood without relying on the global structure of the graph. Yao et al.[40] build a single text graph for the corpus based on word co-occurrences and document word relationships, and then learn a text graph convolutional network. Based on GraphSage, Tang et al.[48] obtained second-order features using BiLSTM as an aggregation function to capture dependencies. Wang et al.[49] model the label graph with co-occurrence information, and then apply multi-layer graph convolution on the final overlay graph for label embedding. Community detection and incomplete-graph representation are also relevant to scientific-paper networks: modularity-based deep community detection can help reveal scholar or citation communities, while T2-GNN studies feature- and structure-incomplete graphs through teacher-student distillation, which is suitable for noisy or sparse bibliographic networks[50], [51].

Federated graph and information-network representation learning provides another direction when scientific data are distributed across institutions. Federated graph neural networks for cross-graph node classification show how node representation can be learned across multiple graphs without directly sharing all raw graph data[52]. FedSIN further models non-Euclidean information networks in a federated setting by combining graph attention with self-adaptive client aggregation, which is relevant for paper, keyword, author, and citation networks that cannot be easily centralized[53].

Unlike traditional multi-label classification tasks, in hierarchical multi-label tasks the labels are organized into a hierarchy. Considering that conceptual relationships between words can also form hierarchies, Chen et al.[54] mapped from word hierarchies to label hierarchies. Wehrmann et al.[55] utilize multiple linear layers (corresponding to the number of category layers) and have local outputs in each layer. It optimizes the loss of the local layers and the overall loss of the final output. Yan et al.[56] combined the potential contributions of parent labels to child labels to evaluate the confidence of each label.

3 Analysis of the Evolution Law of Research Topics in Scientific and Technological Papers↩︎

As a more complex relational data structure that can describe entities, graphs can effectively represent the spatial dependencies of research topics, and the representation learning of graph states[41], [57], [58] has gradually attracted attention. In recent years, with the rise of deep learning, new breakthroughs have been made in graph learning (such as GCN[59] , GAT[60] , Walk Pooling[61]), and people have developed great interest in graph representation learning. The above figure shows that the learning work is only concentrated on the static graph, that is, the node characteristics and graph structure of the graph will not change. However, there are lots of dynamically changing graphs. For example, the transmission path of the virus will change over time, and the number of infections at various locations will also change. Reflected in the graph, the structural features and node features of the graph will change dynamically according to time. Effective prediction of local epidemics plays a crucial role in virus protection[62], [63]. In social networks[64], [65].people’s social relationships are also dynamically changing, and user behavior is constantly changing, so the vector representation of users should be updated accordingly. Likewise, the citation network of scientific articles is constantly enriched due to the frequent publication of new works citing existing technologies. Therefore, the popularity and influence of some technologies change over time[66], [67].

In scholarly data analysis, Li et al. studied multi-view scholar clustering with dynamic interest tracking, showing that scholars should be modeled through multiple academic views and temporally evolving interests rather than as static entities[68]. This perspective is consistent with the need to model dynamic academic entities and evolving topic relations in research-topic evolution analysis.

With the rapid development of deep learning, recurrent and recursive network structures have begun to replace traditional linear models such as (ARIMA), which are widely used in sequence problems. However, models such as RNN are difficult to extract long-distance features effectively. Qin et al.[69] propose a two-stage attention-based recurrent neural network, and on the basis of the attention mechanism, the LSTM structure was used to extract the long and short distance features of the time series. LSTNet[70] employs Convolutional Neural Networks (CNN) and Recurrent Neural Networks (RNN) to extract short-term local dependency patterns among variables and discover long-term patterns of time series. The Transformer[71] network structure proposed by Google uses a pure attention mechanism and has achieved significant improvements in most sequence problems, but there is a problem of not being able to highlight local information. Since in the Transformer, the token only reflects the distance relationship through the position information, and theoretically all its nodes are equal, so the local information cannot be reflected. R-Transformer[72] first uses RNN to model local information, and then inputs it into Transformer, which avoids the problem of equalization of local information and global information. However, these network structures are difficult to parallelize, and the amount of computation is large. Related sequence modeling work in recommendation, including filter-enhanced MLP and self-supervised graph co-training for session-based recommendation, also suggests that temporal user-item interactions can be modeled by non-recurrent filters or self-supervised graph signals; these methods can serve as auxiliary references for modeling dynamic topic or scholar-interaction sequences[73], [74]. With the widespread application of convolutional neural networks[75], [76] in the field of two-dimensional images. In order to solve the problem that it is difficult for convolutional networks to capture long-distance features, Bai et al.[77] uses dilated convolutional and fully convolutional networks to significantly improve the receptive field of the network, and proves that compared with LSTM/GRU and other models, the efficiency and accuracy are improved. He et al.[78] combines the advantages of high prediction accuracy of LSTM and short prediction time of GRU to efficiently predict cloud computing resource load. Variance-constrained estimation in nonlinearly coupled complex networks also provides a useful reference for modeling uncertainty in dynamic graph states[79].

To address the problem of representation of spatial features in prediction tasks, T-GCN[80] combines Graph Convolutional Networks (GCNs) and Gated Recurrent Units (GRUs). Among them, GCN is used to learn complex topological structures and capture spatial correlations; Gated Recurrent Unit (GRU) is used to learn dynamic changes of traffic data and capture temporal correlations. Then, the T-GCN model is used for traffic prediction based on the urban road network. A3TGCN[81] utilizes spatiotemporal attention mechanism to learn dynamic spatiotemporal correlations of traffic data and combines spatiotemporal convolution for traffic prediction. LRGCN[82] treats temporal dependencies between temporally adjacent graph snapshots as a special relation to memory, and uses relational GCNs to jointly handle temporal and temporal relations. AGCRN[83] employs a Node Adaptive Parameter Learning (NAPL) module to capture node-specific patterns, and a Data Adaptive Graph Generation (DAGG) module to automatically infer the interdependencies between different flows. The GCN in GC-LSTM[84] is capable of node structure learning for each time-slipped network snapshot, while the LSTM is responsible for the temporal feature learning of network snapshots. Yu et al.[85] model the correlation between future demand and space-time through DCN and LSTM, and modeled the demand to predict the regional ride demand. Li et al.[86] use an autoencoder as a framework, in which the encoder first used DNN to aggregate the neighborhood information to obtain low-dimensional feature vectors, then used the GRU network to extract node temporal information, and finally used the decoder to reconstruct the adjacency matrix and put it into Comparing with the real graph to construct the loss. Sun et al.[87] design an appropriate weighting function for the edge features composed of k-nearest neighbor graphs[88] to weaken the interference of far points, relatively strengthen the features of near points, and use a symmetric function that combines maximum pooling and average pooling to compensate global information loss.

4 Conclusion↩︎

Aiming at the research on the field information mining[89] and theme evolution law of scientific and technological papers, this paper expounds the research status at home and abroad from three aspects: the semantic feature extraction of scientific and technological papers, the field information mining of scientific and technological papers, and the research on the theme evolution law of scientific and technological papers. With the development of natural language processing and other fields, the research on scientific papers has borrowed a lot of theories and methods of natural language processing. We think that there are still challenges in the following aspects. In the research on the evolution law of research topics, it has been through dynamic The method of graph learning realizes the function of predicting the number of future results of each research topic, but the correlation prediction between research topics still needs to be studied. The size of the paper, the lack of effective means to deal with large-scale paper datasets. Most of the current methods conduct experiments on a small number of samples, facing the huge scale of paper data, lack of effective means for processing large-scale paper datasets.

This work was supported by National Key R&D Program of China (2018YFB1402600), and by the National Natural Science Foundation of China (61802028, 61772083, 61877006, 62002027).

References↩︎

[1]
Hu J., Xie J., Qian L., et al. Construction of Big Data Knowledge Discovery Platform Based on Knowledge Graph. Data Analysis and Knowledge Discovery, 2019, 3(1): 55–62.
[2]
Shi C., Han X., Song L., et al. Deep collaborative filtering with multi-aspect information in heterogeneous networks. IEEE Transactions on Knowledge and Data Engineering, 2019, 33(4): 1413–1425.
[3]
Zhao L., Jia Y., Yu J., et al. H\(\infty\) sliding mode based scaled consensus control for linear multi-agent systems with disturbances. Applied Mathematics and Computation, 2017, 292: 375–389.
[4]
Su H., Ou Z., Song M. Research and application of knowledge graph in the field of scientific and technological resources. China Basic Science, 2020, 22(3): 53–59.
[5]
Li M., Jia Y., Du J. LPV control with decoupling performance of 4WS vehicles under velocity-varying motion. IEEE Transactions on Control Systems Technology, 2014, 22(5): 1708–1724.
[6]
Kim S., Park H., Lee J. Word2vec-based latent semantic analysis (W2V-LSA) for topic modeling: A study on blockchain technology trend analysis. Expert Systems with Applications, 2020, 152: 113401.
[7]
Li J., Zhang H., Wei Z. The Weighted Word2vec Paragraph Vectors for Anomaly Detection Over HTTP Traffic. IEEE Access, 2020, 8: 141787–141798.
[8]
Peters M.E., Neumann M., Iyyer M., et al. Deep Contextualized Word Representations. arXiv preprint arXiv:1802.05365, 2018.
[9]
Radford A., Narasimhan K., Salimans T., et al. Improving Language Understanding with Unsupervised Learning. Technical Report, OpenAI, 2018.
[10]
Vaswani A., Shazeer N., Parmar N., et al. Attention Is All You Need. arXiv preprint, 2017.
[11]
Li W., Jia Y., Du J. Distributed consensus extended Kalman filter: a variance-constrained approach. IET Control Theory & Applications, 2017, 11(3): 382–389.
[12]
Devlin J., Chang M.W., Lee K., et al. BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. arXiv preprint, 2018.
[13]
Li X., et al. Enhancing BERT Representation With Context-Aware Embedding for Aspect-Based Sentiment Analysis. IEEE Access, 2020, 8: 46868–46876.
[14]
Gao Z., Feng A., Song X., et al. Target-Dependent Sentiment Classification With BERT. IEEE Access, 2019, 7: 154290–154299.
[15]
Yin X., Huang Y., Zhou B., et al. Deep Entity Linking via Eliminating Semantic Ambiguity With BERT. IEEE Access, 2019, 7: 169434–169445.
[16]
Yu S., Su J., Luo D. Improving BERT-Based Text Classification With Auxiliary Sentence and Domain Knowledge. IEEE Access, 2019, 7: 176600–176612.
[17]
Zhang Z., Zhang Z., Chen H., et al. A Joint Learning Framework With BERT for Spoken Language Understanding. IEEE Access, 2019, 7: 168849–168858.
[18]
Xiao S., Liu Z., Shao Y., et al. RetroMAE: Pre-Training Retrieval-oriented Language Models via Masked Auto-Encoder. Conference on Empirical Methods in Natural Language Processing, 2022: 538–548.
[19]
Hu L., Yang T., Shi C., et al. Heterogeneous Graph Attention Networks for Semi-supervised Short Text Classification. Conference on Empirical Methods in Natural Language Processing, 2019: 4821–4830.
[20]
Li A., Li Y., Kou F., et al. Semantic-Similarity Attention Meets Hypergraph Convolution for Scientific Publication Representation Learning. Frontiers of Computer Science, 2026.
[21]
Li A., Du J., Kou F., et al. Scientific and Technological Information Oriented Semantics-adversarial and Media-adversarial Cross-media Retrieval. arXiv preprint arXiv:2203.08615, 2022.
[22]
Li A., Li Y., Shao Y. Federated learning for supervised cross-modal retrieval. World Wide Web, 2024, 27(4): 41.
[23]
Yen I.E.H., Huang X., Zhong K., et al. PD-sparse: a primal and dual sparse approach to extreme multiclass and multilabel classification. International Conference on Machine Learning, 2016: 3069–3077.
[24]
Yen I.E.H., Huang X., Dai W., et al. PPDsparse: A Parallel Primal-Dual Sparse Method for Extreme Classification. ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 2017: 545–553.
[25]
Babbar R., Schoelkopf B. DiSMEC: Distributed Sparse Machines for Extreme Multi-label Classification. arXiv preprint, 2016.
[26]
Jain H., Prabhu Y., Varma M. Extreme multilabel loss functions for recommendation, tagging, ranking & other missing label applications. ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 2016: 935–944.
[27]
Prabhu Y., Kag A., Harsola S., et al. Parabel: Partitioned Label Trees for Extreme Classification with Application to Dynamic Search Advertising. ACM Web Conference, 2018: 993–1002.
[28]
Bhatia K., Jain H., Kar P., et al. Sparse local embeddings for extreme multi-label classification. Advances in Neural Information Processing Systems, 2015: 730–738.
[29]
Tagami Y. AnnexML: Approximate Nearest Neighbor Search for Extreme Multi-label Classification. ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 2017.
[30]
Xu L., Du J., Li Q. Image fusion based on nonsubsampled contourlet transform and saliency-motivated pulse coupled neural networks. Mathematical Problems in Engineering, 2013.
[31]
Lin P., Jia Y., Du J., et al. Average consensus for networks of continuous-time agents with delayed information and jointly-connected topologies. American Control Conference, 2009: 3884–3889.
[32]
Liu J., Chang W.C., Wu Y., et al. Deep Learning for Extreme Multi-label Text Classification. ACM SIGIR Conference on Research and Development in Information Retrieval, 2017: 115–124.
[33]
Nam J., Mencia E.L., Kim H.J., et al. Maximizing Subset Accuracy with Recurrent Neural Networks in Multi-label Classification. Advances in Neural Information Processing Systems, 2017.
[34]
Yeh C.K., Wu W.C., Ko W.J., et al. Learning Deep Latent Spaces for Multi-Label Classification. arXiv preprint, 2017.
[35]
Zhang W., Wang L., Yan J., et al. Deep Extreme Multi-label Learning. arXiv preprint, 2017.
[36]
Wang G., Li C., Wang W., et al. Joint Embedding of Words and Labels for Text Classification. Annual Meeting of the Association for Computational Linguistics, 2018.
[37]
You R., Zhang Z., Wang Z., et al. AttentionXML: Label tree-based attention-aware deep model for high-performance extreme multi-label text classification. Advances in Neural Information Processing Systems, 2019, 32.
[38]
Tang J., Qu M., Mei Q. PTE: Predictive Text Embedding through Large-scale Heterogeneous Text Networks. ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 2015.
[39]
Rousseau F., Kiagias E., Vazirgiannis M. Text categorization as a graph classification problem. ACL-IJCNLP, 2015: 1702–1712.
[40]
Yao L., Mao C., Luo Y. Graph convolutional networks for text classification. AAAI Conference on Artificial Intelligence, 2019: 7370–7377.
[41]
Zhang J., Lin Y., Jiang M., et al. Multi-label Feature Selection via Global Relevance and Redundancy Optimization. International Joint Conference on Artificial Intelligence, 2020: 2512–2518.
[42]
Feng L., An B., He S. Collaboration based multi-label learning. AAAI Conference on Artificial Intelligence, 2019: 3550–3557.
[43]
Lv J., Xu N., Zheng R.Y., et al. Weakly Supervised Multi-Label Learning via Label Enhancement. International Joint Conference on Artificial Intelligence, 2019: 3101–3107.
[44]
Xing Y., Yu G., Domeniconi C., et al. Multi-label co-training. International Joint Conference on Artificial Intelligence, 2018: 2882–2888.
[45]
Xun G., Jha K., Sun J., et al. Correlation networks for extreme multi-label text classification. ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, 2020: 1074–1082.
[46]
Shi W., Sheng V.S., Li X., et al. Semi-supervised multi-label learning from crowds via deep sequential generative model. ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, 2020: 1141–1149.
[47]
Li Y., Yang L., Yang B., et al. Application of Interpretable Machine Learning Models for The Intelligent Decision. Neurocomputing, 2019, 333: 273–283.
[48]
Tang P., Jiang M., Xia B.N., et al. Multi-label patent categorization with non-local attention-based graph convolutional network. AAAI Conference on Artificial Intelligence, 2020: 9024–9031.
[49]
Wang Y., He D., Li F., et al. Multi-label classification with label graph superimposing. AAAI Conference on Artificial Intelligence, 2020: 12265–12272.
[50]
Yang L., Cao X., He D., et al. Modularity Based Community Detection with Deep Learning. International Joint Conference on Artificial Intelligence, 2016: 2252–2258.
[51]
Huo C., Jin D., Li Y., et al. T2-GNN: Graph Neural Networks for Graphs with Incomplete Features and Structure via Teacher-Student Distillation. AAAI Conference on Artificial Intelligence, 2023: 4339–4346.
[52]
Guan Z., Li Y., Xue Z., et al. Federated Graph Neural Network for Cross-graph Node Classification. IEEE International Conference on Cloud Computing and Intelligence Systems, 2021: 418–422.
[53]
Li A., Li Y., Xue Z. FedSIN: information network representation based on federated self-adaptive learning. Frontiers of Computer Science, 2026, 20(1): 2001307.
[54]
Chen B., Huang X., Xiao L., et al. Hyperbolic interaction model for hierarchical multi-label classification. AAAI Conference on Artificial Intelligence, 2020: 7496–7503.
[55]
Wehrmann J., Cerri R., Barros R. Hierarchical multi-label classification networks. International Conference on Machine Learning, 2018: 5075–5084.
[56]
Yan Y., Huang S.J. Cost-effective active learning for hierarchical multi-label classification. International Joint Conference on Artificial Intelligence, 2018: 2962–2968.
[57]
Li W., Jia Y., Du J. State estimation for stochastic complex networks with switching topology. IEEE Transactions on Automatic Control, 2017, 62(12): 6377–6384.
[58]
Li W., Jia Y., Du J. Recursive state estimation for complex networks with random coupling strength. Neurocomputing, 2017, 219: 1–8.
[59]
Kipf T.N., Welling M. Semi-supervised classification with graph convolutional networks. arXiv preprint arXiv:1609.02907, 2016.
[60]
Velickovic P., Cucurull G., Casanova A., et al. Graph attention networks. arXiv preprint arXiv:1710.10903, 2017.
[61]
Pan L., Shi C., Dokmanic I. Neural Link Prediction with Walk Pooling. arXiv preprint arXiv:2110.04375, 2021.
[62]
Panagopoulos G., Nikolentzos G., Vazirgiannis M. Transfer Graph Neural Networks for Pandemic Forecasting. AAAI Conference on Artificial Intelligence, 2021: 4838–4845.
[63]
Hu W., Gao J., Li B., et al. Anomaly detection using local kernel density estimation and context-based regression. IEEE Transactions on Knowledge and Data Engineering, 2018, 32(2): 218–233.
[64]
Li Y., Wang X., Chen Y., et al. A Community Discovery Algorithm for Personal Social Networks Integrating Neighbor Attributes. Computer Engineering, 2021, 47(7): 81–87.
[65]
Kou F., Du J., He Y., et al. Social network search based on semantic analysis and learning. CAAI Transactions on Intelligence Technology, 2016, 1(4): 293–302.
[66]
Zhou X., Liang W., Wang K.I.K., et al. Academic Influence Aware and Multidimensional Network Analysis for Research Collaboration Navigation Based on Scholarly Big Data. IEEE Transactions on Emerging Topics in Computing, 2021, 9(1): 246–257.
[67]
Li W., Jia Y., Du J., et al. Gaussian mixture PHD filter for multi-sensor multi-target tracking with registration errors. Signal Processing, 2013, 93(1): 86–99.
[68]
Li A., Li Y., Shao Y., et al. Multi-view scholar clustering with dynamic interest tracking. IEEE Transactions on Knowledge and Data Engineering, 2023, 35(9): 9671–9684.
[69]
Qin Y., Song D., Chen H., et al. A Dual-Stage Attention-Based Recurrent Neural Network for Time Series Prediction. International Joint Conference on Artificial Intelligence, 2017.
[70]
Lai G., Chang W.C., Yang Y., et al. Modeling Long- and Short-Term Temporal Patterns with Deep Neural Networks. ACM SIGIR Conference on Research & Development in Information Retrieval, 2018: 95–104.
[71]
Vaswani A., Shazeer N., Parmar N., et al. Attention is all you need. Advances in Neural Information Processing Systems, 2017, 30.
[72]
Wang Z., Ma Y., Liu Z., et al. R-transformer: Recurrent neural network enhanced transformer. arXiv preprint arXiv:1907.05572, 2019.
[73]
Zhou K., Yu H., Zhao W.X., et al. Filter-enhanced MLP is All You Need for Sequential Recommendation. ACM Web Conference, 2022: 2388–2399.
[74]
Xia X., Yin H., Yu J., et al. Self-Supervised Graph Co-Training for Session-based Recommendation. ACM International Conference on Information & Knowledge Management, 2021: 2180–2190.
[75]
Xue Z., Du J., Du D., et al. Deep low-rank subspace ensemble for multi-view clustering. Information Sciences, 2019, 482: 210–227.
[76]
Fang Y., Deng W., Du J., et al. Identity-aware CycleGAN for face photo-sketch synthesis and recognition. Pattern Recognition, 2020, 102: 107249.
[77]
Bai S., Kolter J.Z., Koltun V. An empirical evaluation of generic convolutional and recurrent networks for sequence modeling. arXiv preprint arXiv:1803.01271, 2018.
[78]
He X., Xu J., Wang B., et al. Research on Cloud Computing Resource Load Prediction Based on GRU-LSTM Combination Model. Computer Engineering, 2022: 1–11.
[79]
Li W., Jia Y., Du J. Variance-constrained state estimation for nonlinearly coupled complex networks. IEEE Transactions on Cybernetics, 2017, 48(2): 818–824.
[80]
Zhao L., Song Y., Zhang C., et al. T-GCN: A temporal graph convolutional network for traffic prediction. IEEE Transactions on Intelligent Transportation Systems, 2019, 21(9): 3848–3858.
[81]
Guo S., Lin Y., Feng N., et al. Attention based spatial-temporal graph convolutional networks for traffic flow forecasting. AAAI Conference on Artificial Intelligence, 2019: 922–929.
[82]
Li J., Han Z., Cheng H., et al. Predicting path failure in time-evolving graphs. ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, 2019: 1279–1289.
[83]
Bai L., Yao L., Li C., et al. Adaptive graph convolutional recurrent network for traffic forecasting. Advances in Neural Information Processing Systems, 2020, 33: 17804–17815.
[84]
Chen J., Wang X., Xu X. GC-LSTM: graph convolution embedded LSTM for dynamic network link prediction. Applied Intelligence, 2021: 1–16.
[85]
Yu R., Lin F., Gao N., et al. Ride Demand Prediction Model Based on Deformable Convolutional Space-Time Network. Journal of Software, 2021, 32(12): 3839–3851.
[86]
Li H., Zhao Y., Bai L. A dynamic graph representation learning method based on deep neural networks and gated recurrent units. Computer Applications, 2021, 41(12): 3432–3437.
[87]
Sun Y., Hu H. Weighted point cloud classification network based on dynamic graph convolution. Computer Engineering and Applications, 2022: 1–8.
[88]
Sun B., Du J., Gao T. Study on the improvement of K-nearest-neighbor algorithm. International Conference on Artificial Intelligence and Computational Intelligence, 2009: 390–393.
[89]
Yang Y., Du J., Ping Y. Ontology-based intelligent information retrieval system. Journal of Software, 2015, 26(7): 1675–1687.