paper-with-me

홈 › Papers

Mixture of Length and Pruning Experts for Knowledge Graphs Reasoning

2025-07-28 · Enjun Du, Siyi Liu, Yongqi Zhang arxiv

Knowledge Graph (KG) reasoning, which aims to infer new facts from structured knowledge repositories, plays a vital role in Natural Language Processing (NLP) systems. Its effectiveness critically depends on constructing informative and contextually relevant reasoning paths. However, existing graph neural networks (GNNs) often adopt rigid, query-agnostic path-exploration strategies, limiting their ability to adapt to diverse linguistic contexts and semantic nuances. To address these limitations, we propose \textbf{MoKGR}, a mixture-of-experts framework that personalizes path exploration through two complementary components: (1) a mixture of length experts that adaptively selects and weights candidate path lengths according to query complexity, providing query-specific reasoning depth; and (2) a mixture of pruning experts that evaluates candidate paths from a complementary perspective, retaining the most informative paths for each query. Through comprehensive experiments on diverse benchmark, MoKGR demonstrates superior performance in both transductive and inductive settings, validating the effectiveness of personalized path exploration in KGs reasoning.

📄 PDF Abstract BibTeX arXiv:2507.20498

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Graph Sparsification via Mixture of Graphs

2024-05-23 · Guibin Zhang, Xiangguo Sun, Yanwei Yue, Chonghe Jiang 외

Graph Neural Networks (GNNs) have demonstrated superior performance across various graph learning tasks but face significant computational challenges when applied to large-scale graphs. One effective approach to mitigate…

Graph LearningMixture-of-Experts

Diversifying the Expert Knowledge for Task-Agnostic Pruning in Sparse Mixture-of-Experts

2024-07-12 · Zeliang Zhang, Xiaodong Liu, Hao Cheng, Chenliang Xu 외

By increasing model parameters but activating them sparsely when performing a task, the use of Mixture-of-Experts (MoE) architecture significantly improves the performance of Large Language Models (LLMs) without increasi…

Mixture-of-Experts

A Provably Effective Method for Pruning Experts in Fine-tuned Sparse Mixture-of-Experts

2024-05-26 · Mohammed Nowaz Rabbani Chowdhury, Meng Wang, Kaoutar El Maghraoui, Naigang Wang 외

The sparsely gated mixture of experts (MoE) architecture sends different inputs to different subnetworks, i.e., experts, through trainable routers. MoE reduces the training computation significantly for large models, but…

Binary ClassificationMixture-of-Experts

MoE-Pruner: Pruning Mixture-of-Experts Large Language Model using the Hints from Its Router

2024-10-15 · Yanyue Xie, Zhi Zhang, Ding Zhou, Cong Xie 외

Mixture-of-Experts (MoE) architectures face challenges such as high memory consumption and redundancy in experts. Pruning MoE can reduce network weights while maintaining model performance. Motivated by the recent observ…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model+1

Not All Experts are Equal: Efficient Expert Pruning and Skipping for Mixture-of-Experts Large Language Models

2024-02-22 · Xudong Lu, Qi Liu, Yuhui Xu, Aojun Zhou 외

A pivotal advancement in the progress of large language models (LLMs) is the emergence of the Mixture-of-Experts (MoE) LLMs. Compared to traditional LLMs, MoE LLMs can achieve higher performance with fewer parameters, bu…

AllMixture-of-Experts