paper-with-me

Papers

Multi-Document Financial Question Answering using LLMs

2024-11-08 · Shalin Shah, Srikanth Ryali, Ramasubbu Venkatesh

We propose two new methods for multi-document financial question answering. First, a method that uses semantic tagging, and then, queries the index to get the context (RAG_SEM). And second, a Knowledge Graph (KG_RAG) based method that uses semantic tagging, and, retrieves knowledge graph triples from a graph database, as context. KG_RAG uses knowledge graphs constructed using a small model that is fine-tuned using knowledge distillation using a large teacher model. The data consists of 18 10K reports of Apple, Microsoft, Alphabet, NVIDIA, Amazon and Tesla for the years 2021, 2022 and 2023. The list of questions in the data consists of 111 complex questions including many esoteric questions that are difficult to answer and the answers are not completely obvious. As evaluation metrics, we use overall scores as well as segmented scores for measurement including the faithfulness, relevance, correctness, similarity, an LLM based overall score and the rouge scores as well as a similarity of embeddings. We find that both methods outperform plain RAG significantly. KG_RAG outperforms RAG_SEM in four out of nine metrics.

📄 PDF Abstract BibTeX arXiv:2411.07264

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationKnowledge GraphsQuestion AnsweringRAG

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
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…
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.
WordPiece 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Bypassing Document Ingestion: An MCP Approach to Financial Q&A

2026-03-19 · Sasan Mansouri, Edoardo Pilla, Mark Wahrenburg, Fabian Woebbeking arxiv

Answering financial questions is often treated as an information retrieval problem. In practice, however, much of the relevant information is already available in curated vendor systems, especially for quantitative analy…

Information RetrievalQuestion Answering

Structure First, Reason Next: Enhancing a Large Language Model using Knowledge Graph for Numerical Reasoning in Financial Documents

2026-01-12 · Aryan Mishra, Akash Anil arxiv

Numerical reasoning is an important task in the analysis of financial documents. It helps in understanding and performing numerical predictions with logical conclusions for the given query seeking answers from financial …

Logical ReasoningKnowledge Graphs

Evaluating LLMs' Mathematical Reasoning in Financial Document Question Answering

2024-02-17 · Pragya Srivastava, Manuj Malik, Vivek Gupta, Tanuja Ganu 외

Large Language Models (LLMs), excel in natural language understanding, but their capability for complex mathematical reasoning with an amalgamation of structured tables and unstructured text is uncertain. This study expl…

Arithmetic ReasoningMathematical ReasoningNatural Language UnderstandingQuestion Answering

What Factors Affect LLMs and RLLMs in Financial Question Answering?

2025-07-11 · Peng Wang, Xuesi Hu, Jiageng Wu, Yuntao Zou 외 arxiv

Recently, large language models (LLMs) and reasoning large language models (RLLMs) have gained considerable attention from many researchers. RLLMs enhance the reasoning capabilities of LLMs through Long Chain-of-Thought …

Question Answering

On the Comprehensibility of Multi-structured Financial Documents using LLMs and Pre-processing Tools

2025-06-05 · Shivani Upadhyay, Messiah Ataey, Shariyar Murtuza, Yifan Nie 외

The proliferation of complex structured data in hybrid sources, such as PDF documents and web pages, presents unique challenges for current Large Language Models (LLMs) and Multi-modal Large Language Models (MLLMs) in pr…