Rogue Scholar Posts

language
Published in Stories by Research Graph on Medium

Latest effort in assessing the security of the code generated by large language models Author · Xuzeng He ( ORCID: 0009–0005–7317–7426) Introduction With the surge of Large Language Models (LLMs) nowadays, there is a rising trend among developers to use Large Language Models to assist their daily code writing. Famous products include GitHub Copilot or simply ChatGPT.

Published in quantixed

Previously, I took advantage of a dataset that linked preprints to their published counterparts to look at the fraction of papers in a journal that are preprinted. This linkage can be used to answer other interesting questions. Such as: when do authors preprint their papers relative to submission? And does this differ by journal? There’s a bit of preamble. If you just want to know the answer, click here.

Published in Stories by Research Graph on Medium
Author Xuzeng He

Latest findings in pre-training graphs and using them for link recommendation Author · Xuzeng He ( ORCID: 0009–0005–7317–7426) Introduction A graph, in short, is a description of items linked by relations, where the items of a graph are called nodes (or vertices) and their relations are called edges (or links). Examples of graphs can include social networks (e.g. Instagram) or knowledge graphs (e.g. Wikipedia). In Instagram

Exploring the Potential of Temporal Feature-Logic Embedding (TFLEX) in Complex Query Resolution Author · Vaibhav Khobragade ( ORCID: 0009–0009–8807–5982) Introduction Artificial intelligence (AI) and knowledge representation in the field of temporal knowledge graphs are rapidly gaining interest.

Published in Stories by Research Graph on Medium

Understanding the Balance between Internal Knowledge and External Sources Author Qingqin Fang ( ORCID: 0009–0003–5348–4264) Introduction Previous research often emphasized the limitations of LLM’s information acquisition pathways, focusing on enhancing its capabilities in this regard.

Published in Stories by Research Graph on Medium
Author Wenyi Pi

Neo4j APOC Library Use Case Author Wenyi Pi ( ORCID: 0009–0002–2884–277) Introduction In the realm of Neo4j, the APOC (Awesome Procedures on Cypher) library stands as a powerful tool. Previously, We have talked about the importance of APOC in optimising Cypher queries and improving query efficiency in our article Exploring Methods of Cypher Query Optimisations.

Published in Stories by Research Graph on Medium
Author Amanda Kau

Techniques to integrate Knowledge Graphs into Language Models Author Amanda Kau (ORCID: 0009–0004–4949–9284 ) Introduction Both knowledge graphs (KGs) and pre-trained language models (PLMs) have gained popularity due to their ability to comprehend world knowledge and their broad applicability.

Published in Stories by Research Graph on Medium
Author Amanda Kau

Integrating temporal data into static knowledge graphs Author Amanda Kau (ORCID: 0009–0004–4949–9284 ) Introduction Knowledge graphs (KGs) have proven to be an effective method of data representation that is increasingly popular. In KGs, entities and concepts are represented as nodes, while the relationships between nodes are depicted as edges.