<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sowjanya Karri</title>
    <description>The latest articles on DEV Community by Sowjanya Karri (@sowjanyakarridevto).</description>
    <link>https://dev.to/sowjanyakarridevto</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3631098%2Fed45f9df-fb82-4042-9b6b-e37e069cf85d.jpeg</url>
      <title>DEV Community: Sowjanya Karri</title>
      <link>https://dev.to/sowjanyakarridevto</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sowjanyakarridevto"/>
    <language>en</language>
    <item>
      <title>How (Retrieval-Augmented Generation (RAG) enhances the use of AI in Finance</title>
      <dc:creator>Sowjanya Karri</dc:creator>
      <pubDate>Sun, 07 Dec 2025 14:51:59 +0000</pubDate>
      <link>https://dev.to/sowjanyakarridevto/how-retrieval-augmented-generation-rag-enhances-the-use-of-ai-in-finance-22dn</link>
      <guid>https://dev.to/sowjanyakarridevto/how-retrieval-augmented-generation-rag-enhances-the-use-of-ai-in-finance-22dn</guid>
      <description>&lt;p&gt;Retrieval-Augmented Generation (RAG) is the process of enhancing of  large language models output, by referencing knowledge base outside of its training data sources before generating a response. LLMs (Large Language Models) are trained on huge data by using lot of parameters to generate output to perform duties like gathering answers for queries, sentence completion, summarize information and translating the languages. &lt;/p&gt;

&lt;p&gt;Retrieval-Augmented Generation (RAG) is the technique elongate the capabilities of LLMs by enabling access to internal knowledge base without the need to reeducate the existing model.This will help LLMs allow to use the information that was not included in original data and helps the model to increase its accuracy and reliability.&lt;/p&gt;

&lt;p&gt;In financial services, RAG can be used to pull out and unify appropriate information based on given prompt from transaction records, market data and external financial systems.&lt;/p&gt;

&lt;p&gt;RAG merges the capabilities of LLM’s with sources of external knowledge to create more accurate and relevant responses&lt;/p&gt;

&lt;p&gt;In financial services, Retrieval-Augmented Generation can be used to extract coalesce information from external databases, transactional information, market financial data and compliance documents&lt;/p&gt;

&lt;p&gt;Traditional LLM’s generates results based on patterns from trained data. While it has ability to produce comprehensible text but it has limitation of generating output based on knowledge it was trained on.Because of these limitations, it results in incomplete responses ,outdated information and preconceptions.&lt;/p&gt;

&lt;p&gt;But RAG systems always accesses up-to-date information and provides pertinent responses &lt;/p&gt;

&lt;h2&gt;
  
  
  Why Financial Services Needs Retrieval-Augmented Generation (RAG)
&lt;/h2&gt;

&lt;p&gt;Traditional LLM’s often hallucinates information and not having up-to-date information, these LLM’s become outdated for compliance.&lt;br&gt;
Proprietary Data such as confidential information owned by a company, such as internal financial data, client lists, and trading algorithms which are not easily valued or traded on a public exchange will be more difficult to access.&lt;/p&gt;

&lt;p&gt;By combining this data with market financial data or information, RAG can easily generate customized investment plans/strategies.&lt;br&gt;
This will help to improve enhancing predictions, detecting fraud ,improving anomaly detection and extensive risk assessment&lt;/p&gt;

&lt;p&gt;RAG also helps to strengthen customer management by providing supercilious customer service, customized financial advices based on their custom requirements and accurate responses to complex questions.&lt;br&gt;
RAG also helps to build RAG-powered chatbots which can offer personalized financial advices and product recommendations to customers by analyzing individual customer data which will lead to strengthen Customer Engagement&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsa7w2bko9yidybezqrp0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsa7w2bko9yidybezqrp0.png" alt=" " width="800" height="313"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Benefits of RAG in Finance
&lt;/h2&gt;

&lt;p&gt;Reduced Hallucination and Magnify Accuracy&lt;br&gt;
Access to up-to-date data&lt;br&gt;
Strengthened Decision-Making and Risk Management&lt;br&gt;
Personalized Customer Engagement&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Retrieval-Augmented Generation (RAG) significantly enhances the usefulness of AI in the financial sector by bridging the gap between LLM’s and the need for accurate, timely, and context-specific information. While traditional LLMs rely solely on their training data—leading to risks such as outdated insights or hallucinations—RAG supplements them with real-time access to internal financial databases, market data, and compliance documents. This enables AI systems to deliver more precise, reliable, and customized outputs.&lt;/p&gt;

&lt;p&gt;By integrating proprietary financial information with external market intelligence, RAG supports key financial operations such as fraud detection, risk assessment, investment strategy formulation, and anomaly detection. It also elevates customer engagement by powering intelligent, personalized advisory tools and responsive service chatbots.&lt;/p&gt;

&lt;p&gt;Overall, RAG strengthens decision-making, improves operational efficiency, and ensures regulatory relevance—making it an essential advancement for modern financial institutions.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>rag</category>
      <category>productivity</category>
      <category>architecture</category>
    </item>
    <item>
      <title>Why Explainable AI (XAI) in Finance is very critical</title>
      <dc:creator>Sowjanya Karri</dc:creator>
      <pubDate>Fri, 28 Nov 2025 00:02:17 +0000</pubDate>
      <link>https://dev.to/sowjanyakarridevto/why-explainable-ai-xai-in-finance-is-very-critical-25n3</link>
      <guid>https://dev.to/sowjanyakarridevto/why-explainable-ai-xai-in-finance-is-very-critical-25n3</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Anomaly detection in financial transactions is essential for combating fraud, ensuring regulatory compliance, and maintaining user trust. With the rapid increase in digital payments and automated financial systems, the scale and sophistication of potential threats have grown substantially, making effective anomaly detection more important than ever. Traditional rule-based detection methods often fail to identify subtle or complex irregularities within high-dimensional and rapidly evolving financial datasets.&lt;/p&gt;

&lt;p&gt;Recent advancements in deep generative models—such as Variational Autoencoders (VAEs) and Generative Adversarial Networks (GANs)—demonstrate strong potential for learning normal behavioral patterns and isolating irregular transactions. However, despite their high performance, these models typically suffer from limited transparency and interpretability, which poses challenges in financial environments where decisions must be explainable and auditable.&lt;/p&gt;

&lt;p&gt;Integrating Explainable Artificial Intelligence (XAI) techniques with generative models offers a promising pathway forward. This combination supports not only accurate and scalable anomaly detection, but also enhances clarity, accountability, and trust in financial decision-making systems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How Explainable AI (XAI) helps&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The rapid digitisation of financial services has significantly improved user convenience, but it has also amplified the volume and complexity of fraudulent and anomalous activities. With lot of millions of real-time transactions occurring each day, the ability to automatically identify irregular patterns indicative of fraud, money laundering is more critical. Deep generative models particularly Variational Autoencoders (VAEs) have emerged as powerful tools for anomaly detection due to their ability to learn complex data distributions.&lt;/p&gt;

&lt;p&gt;VAEs and other deep generative techniques are often criticised because their decision processes are difficult to interpret, making it challenging to understand why a transaction was flagged.This lack of transparency gives a significant impact in finance, where explainability is not only essential for user trust but also a requirement.&lt;/p&gt;

&lt;p&gt;To address this issue, researchers are now adding tools like SHAP, attention mechanisms directly into fraud-detection systems. These Explainable AI methods help the system to identify the suspicious transaction whether it is an unusual pattern, amount or timing. This means the model can show why it flagged it as suspicious and it would be easier to trust, verify, and audit. With XAI, we can build strong detection ability models like VAEs and also making their decisions more understandable to humans.&lt;/p&gt;

&lt;p&gt;This approach is very transparent, regulatory-compliant and trustworthy which incorporates explainability into the architecture which is essential to ensure consistency between predictions and explanations. As the financial industry continues to evolve, these interpretable generative frameworks will play a pivotal role in building secure transaction systems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;High level Architecture&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy7avmwqt59exg4eulvg8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy7avmwqt59exg4eulvg8.png" alt=" " width="800" height="317"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This presents an explainable generative AI framework for financial anomaly detection, built on a Variational Autoencoder (VAE) enhanced with SHAP-based explanations. This model will effectively identifies suspicious transactions and also provides reasoning through SHAP values which helps to improve the accuracy and interpretability. By integrating explanation layers within the architecture, the framework improves anomaly detection performance without sacrificing transparency.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>finance</category>
      <category>webdata</category>
      <category>devrel</category>
    </item>
  </channel>
</rss>
