paper-with-me

Papers

Semantic Similarity Computing for Scientific Academic Conferences fused with domain features

2022-03-21 · Runyu Yu, Yawen Li, Ang Li

Aiming at the problem that the current general-purpose semantic text similarity calculation methods are difficult to use the semantic information of scientific academic conference data, a semantic similarity calculation algorithm for scientific academic conferences by fusion with domain features is proposed. First, the domain feature information of the conference is obtained through entity recognition and keyword extraction, and it is input into the BERT network as a feature and the conference information. The structure of the Siamese network is used to solve the anisotropy problem of BERT. The output of the network is pooled and normalized, and finally the cosine similarity is used to calculate the similarity between the two sessions. Experimental results show that the SBFD algorithm has achieved good results on different data sets, and the Spearman correlation coefficient has a certain improvement compared with the comparison algorithm.

📄 PDF Abstract BibTeX arXiv:2203.12593

Code (0)

등록된 구현이 없습니다.

Tasks

Keyword ExtractionSemantic SimilaritySemantic Textual Similaritytext similarity

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Knowledge Graph and Accurate Portrait Construction of Scientific and Technological Academic Conferences

2022-04-11 · Runyu Yu, Zhe Xue, Ang Li

In recent years, with the continuous progress of science and technology, the number of scientific research achievements is increasing day by day, as the exchange platform and medium of scientific research achievements, t…

Personalized Academic Research Paper Recommendation System

2013-04-19 · Joonseok Lee, Kisung Lee, Jennifer G. Kim

A huge number of academic papers are coming out from a lot of conferences and journals these days. In these circumstances, most researchers rely on key-based search or browsing through proceedings of top conferences and …

ArticlesCollaborative FilteringRecommendation Systemstext similarity

Detecting and analyzing missing citations to published scientific entities

2022-10-18 · Jialiang Lin, Yao Yu, Jiaxin Song, Xiaodong Shi

Proper citation is of great importance in academic writing for it enables knowledge accumulation and maintains academic integrity. However, citing properly is not an easy task. For published scientific entities, the ever…

Citation Recommendation

Analyzing Scientific Publications using Domain-Specific Word Embedding and Topic Modelling

2021-12-24 · Trisha Singhal, Junhua Liu, Lucienne T. M. Blessing, Kwan Hui Lim

The scientific world is changing at a rapid pace, with new technology being developed and new trends being set at an increasing frequency. This paper presents a framework for conducting scientific analyses of academic pu…

Chain-of-Factors Paper-Reviewer Matching

2023-10-23 · Yu Zhang, Yanzhen Shen, SeongKu Kang, Xiusi Chen 외

With the rapid increase in paper submissions to academic conferences, the need for automated and accurate paper-reviewer matching is more critical than ever. Previous efforts in this area have considered various factors …

Information RetrievalLanguage ModellingRetrievalSemantic Similarity+1