๐Ÿ‘‹ About Me


Hi, I'm Ray Qiu(้‚ฑ็‘ž). I'm a visual analytics researcher and Ph.D. student in Gravity research group at Ohio State University, advised by Professor Han-Wei Shen.

My research focuses on the intersection of human-centered design and Large Language Models (LLMs). I build interactive visual-analytics frameworks that enable human to see what multi-agent LLM pipelines are doing, steer them in real time, and audit every conclusion back to its evidence, making advanced AI transparent, trustworthy, and truly useful at scale.

Beyond research, I'm the proud parent of two cats, Simba and Bingo , and enjoy photography, badminton, and tennis. Feel free to reach out if you'd like to connect or discuss!

News

May 15, 2025
Exited to announce that our paper InsightAgent is accepted by ACL 2025 main conference! See you in Vienna!
April 10, 2025
Our paper on XAI for climate model is accepted by ICLR 2025 Workshop: Tackling Climate Change with Machine Learning.
Oct 10, 2024
VADIS received the Best Paper Award at IEEE VIS 2024๐Ÿ†!
Aug 10, 2024

Publications

Completing A Systematic Review in Hours instead of Months with Interactive AI Agents

Rui Qiu*, Shijie Chen*, Yu Su, Po-Yin Yen, Han-Wei Shen
In the Annual Conference of the Association for Computational Linguistics, 2025 (ACL'25)

Extending Two Explainable Artificial Intelligence Methods for Deep Climate Emulators

Wei Xu, Rui Qiu, Xihaier Luo, Yihui Ren, Han-Wei Shen, et al
ICLR 2025 Workshop: Tackling Climate Change with Machine Learning
IEEE VIS'24 Best Paper Award

VADIS: A Visual Analytics Pipeline for Dynamic Document Representation and Information-Seeking

Rui Qiu, Yamei Tu, Po-Yin Yen, Han-Wei Shen
IEEE Transactions on Visualization and Computer Graphics (TVCG), 2024

KG-PRE-view: Democratizing a TVCG Knowledge Graph through Visual Explorations

Yamei Tu, Rui Qiu, Han-Wei Shen
2024 IEEE 17th Pacific Visualization Conference (PacificVis)

An Interactive Knowledge and Learning Environment in Smart Foodsheds

Tu, Yamei, Xiaoqi Wang, Rui Qiu, Han-Wei Shen, Michelle Miller, Jinmeng Rao, Song Gao et al
IEEE Computer Graphics and Applications 43.3 (2023): 36-47

DocFlow: A Visual Analytics System for Question-Based Document Retrieval and Categorization

Rui Qiu, Tu, Yamei, Po-Yin Yen, Han-Wei Shen
IEEE Computer Graphics and Applications 43.3 (2023): 36-47

PhraseMap: Keyphrases Recommendation for Information-Seeking

Yamei Tu, Rui Qiu, Yu-Shuen Wang, Po-Yin Yen, Han-Wei Shen
IEEE Transactions on Visualization and Computer Graphics (TVCG), 2022

Blogs

Fisher Information and its Application in AI

This blog introduces Fisher Information and its role in model training and transfer learning. It explains how Fisher Information measures the sensitivity of a modelโ€™s likelihood to changes in its parameters, helping improve the robustness of estimates in generative modeling. The post highlights its relationship to the Hessian matrix, showing that Fisher Information can replace the Hessian in optimization tasks like ADAM, improving efficiency. Additionally, it previews how Fisher Information relates to KL-divergence and can be used to address challenges like catastrophic forgetting in transfer learning by limiting parameter updates in distribution space rather than Euclidean space.

Date: 2022-07-01 |
ย 
Author: Rui Qiu

Open-Source Projects

Chatflare
ChatFlare is a Lightning framework for building and prototying Large Language Models (LLM) applications with ease and efficiency. Inspired by the powerful usage of Langchain but with much less abstraction, ChatFlare aims to provide a streamlined and modular approach to working with LLM chains.
May 10, 2024