Introduction of Persistent Identifiers Graph

A way to optimise scientific research data management Introduction This article is based on the article Introducing the PID Graph published on DataCite. In the field of scientific research, every discovery, paper, and dataset is an important part of the knowledge base. With the explosive growth of scientific research data, how to effectively manage this […]

Contrastive Chain of Thought

Enhancing LLMs to Think Like Humans This article is based on the paper Contrastive Chain-of-Thought Prompting by Yew Ken Chia and others. Introduction In recent years, Large Language Models (LLMs) have demonstrated remarkable performance across a variety of natural language processing tasks. However, their ability to perform complex reasoning remains a key challenge. Unlike humans, […]

Research Graph 102

Using Cypher to work with the Australian National Graph The Australian National Graph is the first large-scale initiative to develop a national PID graph database. Using the Research Graph schema, it connects more than a thousand research organisations to their associated research outputs. Introduction In this article, we look at the graph database developed as […]

Research Graph 101

Research Graph is a heterogeneous network that connects research outputs, research activities and researchers. Author Introduction In this article, we look at Research Graph as an information model, and an approach to connect and capture the connections between research outputs, researchers and research activities. We explore the metadata model, and we discuss how to capture […]

An Introduction to Recurrent Neural Networks (RNNs)

Understanding how RNNs work and their applications Author Introduction In the ever-evolving landscape of artificial intelligence (AI), bridging the gap between humans and machines has seen remarkable progress. Researchers and enthusiasts alike have tirelessly worked across numerous aspects of this field, bringing about amazing advancements. Among these domains, machine learning stands out as a pivotal […]

The Ultimate FLUX.1 Hands-On Guide

Learn to Use FLUX.1: The Unlimited Image Generator Behind Elon Musk’s Grok 2 Author Introduction In this article, we will guide you step-by-step on how to use FLUX.1. The open-source community has welcomed a new text-to-image generation model, FLUX.1, following the releases of SD 3 Medium and Kolors. Developed by former core members of Stability […]

How to use GROBID to extract text from PDF files

Unlocking Knowledge Mining with Machine Learning and Python Integration Author Introduction GROBID is a powerful and useful tool based on machine learning that can extract text information from PDF files and other files to a structured format. One of the key challenges in knowledge mining from academic articles is reading the content of PDF files. […]

How to Run Llama 3.2 on Android Phone

A Step-by-Step Guide to Running Llama 3.2 and Other Large Models on Android Using Ollama Author Introduction At the recently concluded Meta Developer Conference, Llama 3.2 made a dazzling debut. This time, not only does it boast multimodal capabilities, but it has also partnered with companies like Arm to launch a “mobile” version optimised specifically for […]

Getting Started with Dify: No-Code AI Application Development

A Comprehensive Guide to Quick Start and Practical Implementation Author Introduction Dify is an open-source large language model (LLM) application development platform. It combines the concepts of Backend-as-a-Service and LLMOps to enable developers to quickly build production-grade generative AI applications. Even non-technical people can participate in the definition and data operations of AI applications. By […]