paper-with-me

Papers

PEER: Expertizing Domain-Specific Tasks with a Multi-Agent Framework and Tuning Methods

2024-07-09 · Yiying Wang, Xiaojing Li, Binzhu WANG, Yueyang Zhou, Yingru Lin, Han Ji, Hong Chen, Jinshi Zhang, Fei Yu, Zewei Zhao, Song Jin, Renji Gong, Wanqing Xu

In domain-specific applications, GPT-4, augmented with precise prompts or Retrieval-Augmented Generation (RAG), shows notable potential but faces the critical tri-lemma of performance, cost, and data privacy. High performance requires sophisticated processing techniques, yet managing multiple agents within a complex workflow often proves costly and challenging. To address this, we introduce the PEER (Plan, Execute, Express, Review) multi-agent framework. This systematizes domain-specific tasks by integrating precise question decomposition, advanced information retrieval, comprehensive summarization, and rigorous self-assessment. Given the concerns of cost and data privacy, enterprises are shifting from proprietary models like GPT-4 to custom models, striking a balance between cost, security, and performance. We developed industrial practices leveraging online data and user feedback for efficient model tuning. This study provides best practice guidelines for applying multi-agent systems in domain-specific problem-solving and implementing effective agent tuning strategies. Our empirical studies, particularly in the financial question-answering domain, demonstrate that our approach achieves 95.0% of GPT-4's performance, while effectively managing costs and ensuring data privacy.

📄 PDF Abstract BibTeX arXiv:2407.06985

Code (1)

alipay/agentuniverse 공식 구현

Tasks

Information RetrievalLEMMAQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

PeerDA: Data Augmentation via Modeling Peer Relation for Span Identification Tasks

2022-10-17 · Weiwen Xu, Xin Li, Yang Deng, Wai Lam 외

Span identification aims at identifying specific text spans from text input and classifying them into pre-defined categories. Different from previous works that merely leverage the Subordinate (SUB) relation (i.e. if a s…

Data AugmentationRelation

FMMD: A multimodal open peer review dataset based on F1000Research

2026-02-15 · Zhenzhen Zhuang, Yuqing Fu, Jing Zhu, Zhangping Zhou 외 arxiv

Automated scholarly paper review (ASPR) has entered the coexistence phase with traditional peer review, where artificial intelligence (AI) systems are increasingly incorporated into real-world manuscript evaluation. In p…

NLPeer: A Unified Resource for the Computational Study of Peer Review

2022-11-12 · Nils Dycke, Ilia Kuznetsov, Iryna Gurevych

Peer review constitutes a core component of scholarly publishing; yet it demands substantial expertise and training, and is susceptible to errors and biases. Various applications of NLP for peer reviewing assistance aim …

Robust Domain Randomised Reinforcement Learning through Peer-to-Peer Distillation

2020-12-09 · Chenyang Zhao, Timothy Hospedales

In reinforcement learning, domain randomisation is an increasingly popular technique for learning more general policies that are robust to domain-shifts at deployment. However, naively aggregating information from random…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

Does AI Reviewer See the Full Picture? Attacking and Defending Multimodal Peer Review

2026-06-10 · Xinyu Zhao, Rana Muhammad Shahroz Khan, Zhen Xu, Zhen Tan 외 arxiv

The integration of Large Language Models (LLMs) and Multimodal LLMs (MLLMs) into scientific peer-review workflows introduces novel and significant risks for adversarial manipulation, especially given the multimodal natur…