Existing graph-based retrieval-augmented generation (RAG) systems represent knowledge with binary relations and rely primarily on semantic similarity for retrieval. This design struggles with multimodal queries requiring temporal constraints, spatial relationships, or higher-order interactions among entities. We present HyperTSRAG, a multimodal RAG retrieval algorithm that models knowledge as a hypergraph and performs explicit temporal-spatial reasoning during traversal. HyperTSRAG performs a bipartite-alternating best-first traversal that alternates between entity nodes and hyperedge nodes to capture higher-order connectivity and ranks candidate evidence using a scoring function applied within traversal that integrates semantic similarity, temporal coherence, spatial overlap, and structural importance. We evaluate HyperTSRAG on a benchmark corpus of 1,000 multimodal documents (text, images, audio, and video) with 500 queries spanning simple lookups through complex multi-hop reasoning. For complex queries, HyperTSRAG achieves 78.3% Recall@10, improving by 12.3% over GraphRAG and 18.3% over LightRAG, while maintaining a 95th-percentile latency of 1.83 s. On temporal-spatial subsets, HyperTSRAG attains 85.2% accuracy on temporal queries and 81.6% on spatial queries. Ablation studies show that individual scoring components contribute 2–5% gains. Relative to a matched Projected-Binary-RAG control derived from the same extracted hyperedges, HyperTSRAG improves Recall@10 by 9.1%, while a separate binary-graph traversal ablation yields a 13.4% decrease, underscoring the value of native n-ary structure. These results support hypergraph-native traversal with temporal-spatial-aware scoring as an effective retrieval paradigm for the evaluated multimodal RAG setting, particularly for constraint-driven queries that semantic-only retrieval cannot address.
Timothy Dillan, S. Isa, A. S. Girsang et al.· Scientific Reports· 0 citations
The rapid adoption of large language models has urged the development of reliable detectors that are capable of distinguishing AI-generated text from human-written content. While recent Transformer-based detectors have shown promising performance, their robustness against adversarial manipulation remains underexplored, particularly in multilingual and cross-domain settings. This study investigates the vulnerability of an IndoBERT-based AI-generated text detector to synonym substitution attacks guided by Integrated Gradients (IG) that identify words most influential to the model’s predictions. By leveraging IG to selectively perturb high-importance tokens, we construct a constrained synonym substitution attack that aims to evade detection while preserving semantic fidelity. Experiments are conducted on Indonesian news articles and speech transcripts to assess domain-specific robustness. The results reveal that attribution-guided attacks can significantly degrade detector performance, achieving meaningful attack success rates on AI-generated texts that were initially classified correctly. Moreover, the noticeable cross-domain behaviors are also observed. Where speech texts are more vulnerable to meaning-preserving perturbations but require substantially higher attack effort, whereas news texts demand fewer attempts at the cost of higher lexical modification. Overall, this work proves that strong pre-attack accuracy does not guarantee the model’s resilience against guided adversarial attacks and emphasizes the importance of incorporating explainability-driven adversarial analysis in the development of future detection systems.
Ariana Noya Zaida Amelia, Yohan Muliono, S. Isa· 2026 IEEE International Conf...· 0 citations