paper-with-me

홈 › Papers

Research on the Application of Spark Streaming Real-Time Data Analysis System and large language model Intelligent Agents

2024-12-10 · Jialin Wang, Zhihua Duan

This study explores the integration of Agent AI with LangGraph to enhance real-time data analysis systems in big data environments. The proposed framework overcomes limitations of static workflows, inefficient stateful computations, and lack of human intervention by leveraging LangGraph's graph-based workflow construction and dynamic decision-making capabilities. LangGraph allows large language models (LLMs) to dynamically determine control flows, invoke tools, and assess the necessity of further actions, improving flexibility and efficiency. The system architecture incorporates Apache Spark Streaming, Kafka, and LangGraph to create a high-performance sentiment analysis system. LangGraph's capabilities include precise state management, dynamic workflow construction, and robust memory checkpointing, enabling seamless multi-turn interactions and context retention. Human-in-the-loop mechanisms are integrated to refine sentiment analysis, particularly in ambiguous or high-stakes scenarios, ensuring greater reliability and contextual relevance. Key features such as real-time state streaming, debugging via LangGraph Studio, and efficient handling of large-scale data streams make this framework ideal for adaptive decision-making. Experimental results confirm the system's ability to classify inquiries, detect sentiment trends, and escalate complex issues for manual review, demonstrating a synergistic blend of LLM capabilities and human oversight. This work presents a scalable, adaptable, and reliable solution for real-time sentiment analysis and decision-making, advancing the use of Agent AI and LangGraph in big data applications.

📄 PDF Abstract BibTeX arXiv:2501.14734

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingLanguage ModelingLanguage ModellingLarge Language ModelSentiment Analysis

Similar Papers 제목 키워드 기반

Distributed Streaming Analytics on Large-scale Oceanographic Data using Apache Spark

2019-07-31 · Janak Dahal, Elias Ioup, Shaikh Arifuzzaman, Mahdi Abdelguerfi

Real-world data from diverse domains require real-time scalable analysis. Large-scale data processing frameworks or engines such as Hadoop fall short when results are needed on-the-fly. Apache Spark's streaming library i…

A Predictive and Optimization Approach for Enhanced Urban Mobility Using Spatiotemporal Data

2024-10-07 · Shambhavi Mishra, T. Satyanarayana Murthy

In modern urban centers, effective transportation management poses a significant challenge, with traffic jams and inconsistent travel durations greatly affecting commuters and logistics operations. This study introduces …

Management

Nowcasting the Financial Time Series with Streaming Data Analytics under Apache Spark

2022-02-23 · Mohammad Arafat Ali Khan, Chandra Bhushan, Vadlamani Ravi, Vangala Sarveswara Rao 외

This paper proposes nowcasting of high-frequency financial datasets in real-time with a 5-minute interval using the streaming analytics feature of Apache Spark. The proposed 2 stage method consists of modelling chaos in …

regressionTime SeriesTime Series Analysis

A Big Data-empowered System for Real-time Detection of Regional Discriminatory Comments on Vietnamese Social Media

2024-10-29 · An Nghiep Huynh, Thanh Dat Do, Trong Hop Do

Regional discrimination is a persistent social issue in Vietnam. While existing research has explored hate speech in the Vietnamese language, the specific issue of regional discrimination remains under-addressed. Previou…

Transfer Learning

SparKV: Overhead-Aware KV Cache Loading for Efficient On-Device LLM Inference

2026-04-23 · Hongyao Liu, Liuqun Zhai, Junyi Wang, Zhengru Fang arxiv

Efficient inference for on-device Large Language Models (LLMs) remains challenging due to limited hardware resources and the high cost of the prefill stage, which processes the full input context to construct Key-Value (…