paper-with-me

Papers

FISHNET: Financial Intelligence from Sub-querying, Harmonizing, Neural-Conditioning, Expert Swarms, and Task Planning

2024-10-25 · Nicole Cho, Nishan Srishankar, Lucas Cecchi, William Watson

Financial intelligence generation from vast data sources has typically relied on traditional methods of knowledge-graph construction or database engineering. Recently, fine-tuned financial domain-specific Large Language Models (LLMs), have emerged. While these advancements are promising, limitations such as high inference costs, hallucinations, and the complexity of concurrently analyzing high-dimensional financial data, emerge. This motivates our invention FISHNET (Financial Intelligence from Sub-querying, Harmonizing, Neural-Conditioning, Expert swarming, and Task planning), an agentic architecture that accomplishes highly complex analytical tasks for more than 98,000 regulatory filings that vary immensely in terms of semantics, data hierarchy, or format. FISHNET shows remarkable performance for financial insight generation (61.8% success rate over 5.0% Routing, 45.6% RAG R-Precision). We conduct rigorous ablations to empirically prove the success of FISHNET, each agent's importance, and the optimized performance of assembling all agents. Our modular architecture can be leveraged for a myriad of use-cases, enabling scalability, flexibility, and data integrity that are critical for financial tasks.

📄 PDF Abstract BibTeX arXiv:2410.19727

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionRAGTask Planning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
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…
Weight Decay 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
BART BART is a denoising autoencoder for pretraining sequence-to-sequence models. It is trained by (1) corrupting text…

Similar Papers 제목 키워드 기반

Fishnets: Information-Optimal, Scalable Aggregation for Sets and Graphs

2023-10-05 · T. Lucas Makinen, Justin Alsing, Benjamin D. Wandelt

Set-based learning is an essential component of modern deep learning and network science. Graph Neural Networks (GNNs) and their edge-free counterparts Deepsets have proven remarkably useful on ragged and topologically c…

Bayesian Inference

FishNet: A Versatile Backbone for Image, Region, and Pixel Level Prediction

2019-01-11 · NeurIPS 2018 12 · Shuyang Sun, Jiangmiao Pang, Jianping Shi, Shuai Yi 외

The basic principles in designing convolutional neural network (CNN) structures for predicting objects on different levels, e.g., image-level, region-level, and pixel-level are diverging. Generally, network structures de…

image-classificationImage Classification

FishNet: A Unified Embedding for Salmon Recognition

2020-10-20 · Bjørn Magnus Mathisen, Kerstin Bach, Espen Meidell, Håkon Måløy 외

Identifying individual salmon can be very beneficial for the aquaculture industry as it enables monitoring and analyzing fish behavior and welfare. For aquaculture researchers identifying individual salmon is imperative …

ShellfishNet: A Domain-Specific Benchmark for Visual Recognition of Marine Molluscs

2026-05-08 · Ziheng Zhou, Yang Wang, Nan Wang, Chengliang Wu 외 arxiv

The decline of global shellfish biodiversity poses a severe threat to coastal ecosystems. Although artificial intelligence (AI) technologies show potential for automated ecological monitoring, existing marine benthic dat…

Self-Supervised LearningImage Captioning

FishNet++: Analyzing the capabilities of Multimodal Large Language Models in marine biology

2025-09-29 · Faizan Farooq Khan, Yousef Radwan, Eslam Abdelrahman, Abdulwahab Felemban 외 arxiv

Multimodal large language models (MLLMs) have demonstrated impressive cross-domain capabilities, yet their proficiency in specialized scientific fields like marine biology remains underexplored. In this work, we systemat…