Tagged articles
9 articles
Page 1 of 1
ArcThink
ArcThink
Apr 17, 2026 · Artificial Intelligence

Why AI Forgetting So Much? HyperMem’s Hypergraph Memory Sets New SOTA

The article analyzes why large language models struggle with long‑term memory, introduces the HyperMem hypergraph‑based memory system that organizes information in three hierarchical layers (topic, episode, fact), and shows it achieves 92.73% accuracy on the LoCoMo benchmark, surpassing GraphRAG, Mem0 and other prior methods.

AI memoryHypergraphLLM
0 likes · 20 min read
Why AI Forgetting So Much? HyperMem’s Hypergraph Memory Sets New SOTA
Machine Heart
Machine Heart
Apr 14, 2026 · Artificial Intelligence

EverOS Global Beta Unveils Self‑Evolving Memory Layer for AI Agents

EverOS launches a global beta of its next‑generation memory infrastructure that lets autonomous agents automatically extract experience, cluster it semantically, and evolve reusable skills, boosting OpenClaw task success rates by up to 234.8% while addressing context‑window limits, multimodal retrieval, and developer transparency.

AI memoryEverOSEvoAgentBench
0 likes · 21 min read
EverOS Global Beta Unveils Self‑Evolving Memory Layer for AI Agents
PaperAgent
PaperAgent
Feb 27, 2026 · Artificial Intelligence

How HyperRAG Uses N‑ary Hypergraphs to Overcome Binary KG Limitations

HyperRAG introduces an n‑ary hypergraph retrieval framework that replaces binary knowledge‑graph triples with hyperedges, addressing semantic fragmentation and path‑explosion while delivering superior accuracy and efficiency across multiple closed‑ and open‑domain QA benchmarks.

HyperRAGHypergraphLLM Retrieval
0 likes · 6 min read
How HyperRAG Uses N‑ary Hypergraphs to Overcome Binary KG Limitations
PaperAgent
PaperAgent
Jan 17, 2026 · Artificial Intelligence

Hypergraphs Turn LLMs into Reliable Material Discovery Agents

This article explains how representing multi‑component scientific knowledge as hyperedges, rather than traditional triples, enables large language models to traverse complex material interactions, reduce hallucinations, and generate verifiable experimental designs, demonstrated through a large hypergraph built from thousands of scaffold papers.

AI reasoningHypergraphLLM
0 likes · 7 min read
Hypergraphs Turn LLMs into Reliable Material Discovery Agents
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Dec 30, 2025 · Artificial Intelligence

MaGNet: Dual‑Hypergraph Mamba Network for Time‑Causal and Global Stock Trend Forecasting

MaGNet introduces a three‑component architecture—MAGE block with bidirectional Mamba, adaptive gating and sparse MoE, 2‑D spatio‑temporal attention, and a dual hypergraph framework (time‑causal and global probability hypergraphs)—that outperforms 17 baselines on six major stock indices in both prediction accuracy and risk‑adjusted returns.

Financial AIHypergraphMaGNet
0 likes · 14 min read
MaGNet: Dual‑Hypergraph Mamba Network for Time‑Causal and Global Stock Trend Forecasting
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Dec 23, 2025 · Artificial Intelligence

How H3M‑SSMoEs Combines Hypergraph Multimodal Learning and LLM Reasoning to Predict Stock Direction

The paper introduces H3M‑SSMoEs, a framework that integrates a multi‑context hypergraph for fine‑grained spatio‑temporal dynamics with a frozen Llama‑3.2‑1B LLM adapter, and a style‑structured expert mixture to jointly model stock relationships, multimodal semantics, and market regimes, achieving superior accuracy and investment returns on DJIA, NASDAQ‑100, and S&P‑100 benchmarks.

Financial AIHypergraphLLM
0 likes · 14 min read
How H3M‑SSMoEs Combines Hypergraph Multimodal Learning and LLM Reasoning to Predict Stock Direction
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Sep 16, 2025 · Artificial Intelligence

Paper Review: HGTS‑Former – A Hierarchical Hypergraph Transformer for Multivariate Time‑Series Analysis

The HGTS‑Former model introduces a hierarchical hypergraph backbone combined with a Transformer to capture high‑order and dynamic dependencies in multivariate time‑series data, and experimental results on eight datasets show it consistently outperforms state‑of‑the‑art methods in both long‑term forecasting and interpolation tasks.

HGTS-FormerHypergraphTransformer
0 likes · 11 min read
Paper Review: HGTS‑Former – A Hierarchical Hypergraph Transformer for Multivariate Time‑Series Analysis
Qunar Tech Salon
Qunar Tech Salon
Aug 3, 2021 · Databases

Deep Dive into MySQL 8.0 Server Architecture, Parser, and Optimizer

This article analyzes MySQL 8.0.25 source code, detailing the server architecture, parser reconstruction, prepare/rewrite stages, the optimizer transformations, and the new hypergraph optimizer, while also comparing these mechanisms with PostgreSQL’s processing pipeline.

Database InternalsHypergraphParser
0 likes · 12 min read
Deep Dive into MySQL 8.0 Server Architecture, Parser, and Optimizer