Researcher profile

Shaoyun Shi

Shaoyun Shi contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 15 - UnverifiedVerification L1Unclaimed author
3works
0followers
6topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2022arXiv

Degenerate fractional Kirchhoff-type system with magnetic fields and upper critical growth

This paper deals with the following degenerate fractional Kirchhoff-type system with magnetic fields and critical growth: $$ \left\{ \begin{array}{lll} -\mathfrak{M}(\|u\|_{s,A}^2)[(-Δ)^s_Au+u] = G_u(|x|,|u|^2,|v|^2) + \left(\mathcal{I}_μ*|u|^{p^*}\right)|u|^{p^*-2}u \ &\mbox{in}\,\,\mathbb{R}^N,\\ \mathfrak{M}(\|v\|_{s,A})[(-Δ)^s_Av+v] = G_v(|x|,|u|^2,|v|^2) + \left(\mathcal{I}_μ*|v|^{p^*}\right)|v|^{p^*-2}v \ &\mbox{in}\,\,\mathbb{R}^N, \end{array}\right. $$ where $$\|u\|_{s,A}=\left(\iint_{\mathbb{R}^{2N}}\frac{|u(x)-e^{i(x-y)\cdot A(\frac{x+y}{2})}u(y)|^2}{|x-y|^{N+2s}}dx dy+\int_{\mathbb{R}^N}|u|^2dx\right)^{1/2},$$ and $(-Δ)_{A}^s$ and $A$ are called magnetic operator and magnetic potential, respectively. $\mathfrak{M}:\mathbb{R}^{+}_{0}\rightarrow \mathbb{R}^{+}_0$ is a continuous Kirchhoff function, $\mathcal{I}_μ(x) = |x|^{N-μ}$ with $0<μ<N$, $C^1$-function $G$ satisfies some suitable conditions, and $p^* =\frac{N+μ}{N-2s}$. We prove the multiplicity results for this problem using the limit index theory. The novelty of our work is the appearance of convolution terms and critical nonlinearities. To overcome the difficulty caused by degenerate Kirchhoff function and critical nonlinearity, we introduce several analytical tools and the fractional version concentration-compactness principles which are useful tools for proving the compactness condition.

preprint2021arXiv

Generate Natural Language Explanations for Recommendation

Providing personalized explanations for recommendations can help users to understand the underlying insight of the recommendation results, which is helpful to the effectiveness, transparency, persuasiveness and trustworthiness of recommender systems. Current explainable recommendation models mostly generate textual explanations based on pre-defined sentence templates. However, the expressiveness power of template-based explanation sentences are limited to the pre-defined expressions, and manually defining the expressions require significant human efforts. Motivated by this problem, we propose to generate free-text natural language explanations for personalized recommendation. In particular, we propose a hierarchical sequence-to-sequence model (HSS) for personalized explanation generation. Different from conventional sentence generation in NLP research, a great challenge of explanation generation in e-commerce recommendation is that not all sentences in user reviews are of explanation purpose. To solve the problem, we further propose an auto-denoising mechanism based on topical item feature words for sentence generation. Experiments on various e-commerce product domains show that our approach can not only improve the recommendation accuracy, but also the explanation quality in terms of the offline measures and feature words coverage. This research is one of the initial steps to grant intelligent agents with the ability to explain itself based on natural language sentences.

preprint2020arXiv

Neural Logic Reasoning

Recent years have witnessed the success of deep neural networks in many research areas. The fundamental idea behind the design of most neural networks is to learn similarity patterns from data for prediction and inference, which lacks the ability of cognitive reasoning. However, the concrete ability of reasoning is critical to many theoretical and practical problems. On the other hand, traditional symbolic reasoning methods do well in making logical inference, but they are mostly hard rule-based reasoning, which limits their generalization ability to different tasks since difference tasks may require different rules. Both reasoning and generalization ability are important for prediction tasks such as recommender systems, where reasoning provides strong connection between user history and target items for accurate prediction, and generalization helps the model to draw a robust user portrait over noisy inputs. In this paper, we propose Logic-Integrated Neural Network (LINN) to integrate the power of deep learning and logic reasoning. LINN is a dynamic neural architecture that builds the computational graph according to input logical expressions. It learns basic logical operations such as AND, OR, NOT as neural modules, and conducts propositional logical reasoning through the network for inference. Experiments on theoretical task show that LINN achieves significant performance on solving logical equations and variables. Furthermore, we test our approach on the practical task of recommendation by formulating the task into a logical inference problem. Experiments show that LINN significantly outperforms state-of-the-art recommendation models in Top-K recommendation, which verifies the potential of LINN in practice.