GFM-RAG: 用于大语言模型检索增强的图基础模型
原标题:GFM-RAG: Graph Foundation Model for Retrieval Augmented Generation
论文链接:https://arxiv.org/pdf/2502.01113
项目主页:https://rmanluo.github.io/gfm-rag/
T ...
在docker中运行cisco anyconnect并支持使用sso + 2fa 登录
学校使用了cisco anyconnect作为VPN,但是其不支持修改路由,必须使用全局代理,极大降低了正常网络访问的速度。于是就打算将其运行在docker中,通过代理的方式访问。
简单搜搜索了一下,发现有openconnect这个开源的解决方案。但是使用后发现,学校的VPN使用了sso + 2fa ...
Editing Language Model-based Knowledge Graph Embeddings
Motivation
KGs store facts in their graph structure. KGs embedding represents KGs in a low-dimension vector space which preserves the inherent structu ...
Incorporating Structured Sentences with Time-enhanced BERT for Fully-inductive Temporal Relation Prediction
Motivations
Traditional embedding-based TKGC models (TKGE) rely on structured connections cannot handle unseen entities.
Symbolic rule methods suffer ...
Discriminative Jackknife: Quantifying Uncertainty in Deep Learning via Higher-Order Influence Functions
MotivationTL;DR: The major motivation behind this method is: they use Jackknife to estimate the distribution of error, then it use a threshold to find ...
如何理解时序点过程
什么是时序点过程:现实世界中有这么个问题:有这么一系列历史事件,每个事件都有其对应的发生时间,也有其所属的事件类型,基于这一系列历史事件,预测下一个要发生的是什么类型的事件,以及其发生的时间。
点过程可以对一系列历史事件建模,来解决此预测问题。
时序点过程的计算:给定一系列历史事件:
点过程的核 ...
如何审稿期刊论文
之前审过几篇会议论文,但是对期刊的审稿还不是很了解。这次帮老师审阅一个期刊的文章,在这里把老师指导的几点期刊审阅经验进行总结。
总体浏览期刊论文通常篇幅较长,审稿时候可以做的决断从好到坏有3个:minor revision, major revision (有些期刊为reject & res ...
Ubuntu Apache 搭建WebDav网盘
移动大法良心给了家庭宽带IPV6地址,从此能在里服务器快乐的挂着种子下视频,然后在世界任意角落通过IPV6地址访问看视频了(客户端IPV6地址可以用Cloudfare Warp或者VPS解决)。
移动竟然没有对IPV6限速,我挂种子可以轻易跑出G口的网速。
之前家里的NAS是用SMB协议进行串 ...
海外解锁网易云音乐版权限制歌曲
人在海外,还是喜欢熟悉的网易云音乐。毕竟是养了那么久的号,推荐的歌曲还是蛮符合我的胃口的,只可惜网易云许多歌曲在海外都无法播放,因此想着如何能解锁网易云。
一开始直接想通过国内服务器搭建一个代理,但是国内VPS带宽实在捉急,听个无损都要缓冲,体验太差了。在网上搜索,发现有这样一个项目可以帮助我们解决 ...
Graph Attention Multi-Layer Perceptron
Motivation
The size of the K-hop neighbors grows exponentially to the number of GNN layers (High Memory Cost).
GNN has to read great amount of data o ...