paper-with-me

Papers

RAG4ITOps: A Supervised Fine-Tunable and Comprehensive RAG Framework for IT Operations and Maintenance

2024-10-21 · Tianyang Zhang, Zhuoxuan Jiang, Shengguang Bai, Tianrui Zhang, Lin Lin, Yang Liu, Jiawei Ren

With the ever-increasing demands on Question Answering (QA) systems for IT operations and maintenance, an efficient and supervised fine-tunable framework is necessary to ensure the data security, private deployment and continuous upgrading. Although Large Language Models (LLMs) have notably improved the open-domain QA's performance, how to efficiently handle enterprise-exclusive corpora and build domain-specific QA systems are still less-studied for industrial applications. In this paper, we propose a general and comprehensive framework based on Retrieval Augmented Generation (RAG) and facilitate the whole business process of establishing QA systems for IT operations and maintenance. In accordance with the prevailing RAG method, our proposed framework, named with RAG4ITOps, composes of two major stages: (1) Models Fine-tuning \& Data Vectorization, and (2) Online QA System Process. At the Stage 1, we leverage a contrastive learning method with two negative sampling strategies to fine-tune the embedding model, and design the instruction templates to fine-tune the LLM with a Retrieval Augmented Fine-Tuning method. At the Stage 2, an efficient process of QA system is built for serving. We collect enterprise-exclusive corpora from the domain of cloud computing, and the extensive experiments show that our method achieves superior results than counterparts on two kinds of QA tasks. Our experiment also provide a case for applying the RAG4ITOps to real-world enterprise-level applications.

📄 PDF Abstract BibTeX arXiv:2410.15805

Code (0)

등록된 구현이 없습니다.

Tasks

Cloud ComputingContrastive LearningQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Attention 설명 없음

Similar Papers 제목 키워드 기반

Mixed-precision Supernet Training from Vision Foundation Models using Low Rank Adapter

2024-03-29 · Yuiko Sakuma, Masakazu Yoshimura, Junji Otsuka, Atsushi Irie 외

Compression of large and performant vision foundation models (VFMs) into arbitrary bit-wise operations (BitOPs) allows their deployment on various hardware. We propose to fine-tune a VFM to a mixed-precision quantized su…

Neural Architecture Search

The Thinking Spectrum: An Empirical Study of Tunable Reasoning in LLMs through Model Merging

2025-09-26 · Xiaochong Lan, Yu Zheng, Shiteng Cao, Yong Li arxiv

The growing demand for large language models (LLMs) with tunable reasoning capabilities in many real-world applications highlights a critical need for methods that can efficiently produce a spectrum of models balancing r…

A GitOps-Driven Annotation Catalog for Fully Automatic Railway Operations

2026-08-05 · Martin Köppel, Tobias Cronauer, Zekiye Ilknur-Öz, Sebastian Dubiel 외 arxiv

Automatic train operation (ATO) at grade of automation 3 and above (GoA3-GoA4) requires robust AI-based perception systems capable of reliably detecting obstacles and railway-specific objects under real-world conditions.…

NOVAID: Natural-language Observability Visualization Assistant for ITOps Dashboard Widget Generation

2025-11-20 · Pratik Mishra, Caner Gözübüyük, Seema Nagar, Prateeti Mohapatra 외 arxiv

Manual creation of IT monitoring dashboard widgets is slow, error-prone, and a barrier for both novice and expert users. We present NOVAID, an interactive chatbot that leverages Large Language Models (LLMs) to generate I…

Natural Language Queries

SLPT: Selective Labeling Meets Prompt Tuning on Label-Limited Lesion Segmentation

2023-08-09 · Fan Bai, Ke Yan, Xiaoyu Bai, Xinyu Mao 외

Medical image analysis using deep learning is often challenged by limited labeled data and high annotation costs. Fine-tuning the entire network in label-limited scenarios can lead to overfitting and suboptimal performan…

Lesion SegmentationMedical Image AnalysisTumor SegmentationVisual Prompt Tuning