• About
  • Advertise
  • Privacy & Policy
  • Contact
Tech News, Magazine & Review WordPress Theme 2017
  • Home
  • News
    AI’s Impact on Philippines, the Call Center Capital of the World

    AI’s Impact on Philippines, the Call Center Capital of the World

    Rufus: Amazon’s AI-Powered Shopping Assistant Comes to India

    Rufus: Amazon’s AI-Powered Shopping Assistant Comes to India

    Ambient AI: A Game-Changer in Healthcare

    Ambient AI: A Game-Changer in Healthcare

    Recall: A Controversial AI Feature for Windows on ARM

    Recall: A Controversial AI Feature for Windows on ARM

    Fine-Tuning GPT-4o: Customization with OpenAI’s New Feature

    Fine-Tuning GPT-4o: Customization with OpenAI’s New Feature

    Anthropic Faces Copyright Lawsuit Over Claude AI Training

    Anthropic Faces Copyright Lawsuit Over Claude AI Training

    AI Model Collapse: Can AI Work Without Humans?

    AI Model Collapse: Can AI Work Without Humans?

    30% of GenAI projects will be abandoned: Gartner

    30% of GenAI projects will be abandoned: Gartner

    FLUX.1: A New Open-Source AI Image Generator

    FLUX.1: A New Open-Source AI Image Generator

  • Case Studies
    AI in Consulting: A BCG Case Study by Forbes

    AI in Consulting: A BCG Case Study by Forbes

    Generative AI in Document Processing Will Reduce Your Extraction Errors: A UiPath Case Study

    Generative AI in Document Processing Will Reduce Your Extraction Errors: A UiPath Case Study

    Santander Consumer Bank Leverages Robotic Process Automation (RPA) to Save $2M on Systems Migration

    Santander Consumer Bank Leverages Robotic Process Automation (RPA) to Save $2M on Systems Migration

    Robotic Process Automation (RPA) Empowers R1 RCM to Successfully Automate More Than 15M Tasks

    Robotic Process Automation (RPA) Empowers R1 RCM to Successfully Automate More Than 15M Tasks

    Dai-ichi Life Insurance Reports that They Saved Over 132000 Hours with Robotic Process Automation (RPA)

    Trending Tags

    • Blogs
    • Contact Us
    No Result
    View All Result
    • Home
    • News
      AI’s Impact on Philippines, the Call Center Capital of the World

      AI’s Impact on Philippines, the Call Center Capital of the World

      Rufus: Amazon’s AI-Powered Shopping Assistant Comes to India

      Rufus: Amazon’s AI-Powered Shopping Assistant Comes to India

      Ambient AI: A Game-Changer in Healthcare

      Ambient AI: A Game-Changer in Healthcare

      Recall: A Controversial AI Feature for Windows on ARM

      Recall: A Controversial AI Feature for Windows on ARM

      Fine-Tuning GPT-4o: Customization with OpenAI’s New Feature

      Fine-Tuning GPT-4o: Customization with OpenAI’s New Feature

      Anthropic Faces Copyright Lawsuit Over Claude AI Training

      Anthropic Faces Copyright Lawsuit Over Claude AI Training

      AI Model Collapse: Can AI Work Without Humans?

      AI Model Collapse: Can AI Work Without Humans?

      30% of GenAI projects will be abandoned: Gartner

      30% of GenAI projects will be abandoned: Gartner

      FLUX.1: A New Open-Source AI Image Generator

      FLUX.1: A New Open-Source AI Image Generator

    • Case Studies
      AI in Consulting: A BCG Case Study by Forbes

      AI in Consulting: A BCG Case Study by Forbes

      Generative AI in Document Processing Will Reduce Your Extraction Errors: A UiPath Case Study

      Generative AI in Document Processing Will Reduce Your Extraction Errors: A UiPath Case Study

      Santander Consumer Bank Leverages Robotic Process Automation (RPA) to Save $2M on Systems Migration

      Santander Consumer Bank Leverages Robotic Process Automation (RPA) to Save $2M on Systems Migration

      Robotic Process Automation (RPA) Empowers R1 RCM to Successfully Automate More Than 15M Tasks

      Robotic Process Automation (RPA) Empowers R1 RCM to Successfully Automate More Than 15M Tasks

      Dai-ichi Life Insurance Reports that They Saved Over 132000 Hours with Robotic Process Automation (RPA)

      Trending Tags

      • Blogs
      • Contact Us
      No Result
      View All Result
      askRPA
      No Result
      View All Result

      DocPath: UiPath’s Next Step in Automated Document Processing

      Home News
      Share on FacebookShare on Twitter

      Documents have started to become a burden for businesses of all sizes. From invoices and receipts to purchase orders and financial statements, these documents hold crucial information that needs to be extracted and processed efficiently. Manual data entry is not only time-consuming and error-prone, but it also diverts resources away from more strategic tasks. UiPath, a leader in Robotic Process Automation (RPA), has introduced DocPath. This Large Language Model (LLM) is specifically designed to tackle the challenge of information extraction from business documents.

      The Bottleneck of Document Processing

      Business processes rely heavily on documents for smooth operation. However, the sheer volume and diversity of these documents – structured, semi-structured, and unstructured – create significant hurdles. Traditional methods of manual data entry are slow and prone to errors. The bottleneck not only hinders efficiency but also leads to inconsistencies and delays in downstream processes. This creates a need for new methods that can leverage new technologies and increase efficiency.

      UiPath DocPath: An LLM for Information Extraction

      UiPath DocPath emerges as a game-changer in this scenario. Unlike general-purpose AI models, DocPath is specifically designed for the task of information extraction from documents. This targeted approach allows DocPath to be highly optimized for accuracy and efficiency.

      How DocPath Works

      UiPath’s DocPath leverages the power of a fine-tuned LLM, the FLAN-T5 XL architecture. This specific architecture has proven to be superior for tasks like information extraction, which require dealing with factual data and a limited set of possible answers. To train DocPath, UiPath researchers utilized a massive dataset of over 100,000 labeled documents, encompassing various business document formats.

      One of the key innovations in DocPath is its approach to prompt design. Unlike previous methods that relied on token classification, DocPath utilizes a prompt and completion approach. This allows the model to directly output structured JSON data, eliminating the need for complex post-processing steps.

      DocPath uses Positional Grounding

      A critical aspect of DocPath’s effectiveness is its innovative use of positional tokens. These tokens, embedded within the prompts, provide crucial positional information about the document structure. This enables DocPath to attribute the extracted data back to its original location in the document, ensuring accuracy and traceability.

      UiPath DocPath architecture
      An illustrative example of a prompt and target pair. Positional tokens link extracted information to its specific location within the document. Source: UiPath (2024)

      Techniques for Efficiency

      The development team behind DocPath understands that efficiency is paramount in real-world applications. To address this, they have implemented several techniques for optimizing the inference process, particularly when dealing with large tables or documents with multiple data points. One such technique involves splitting the list of fields to be extracted into buckets and processing them in parallel. This significantly reduces processing time compared to a sequential approach.

      Another noteworthy aspect is the use of the CTranslate2 translation engine. This engine offers exceptional decoding throughput and integrates seamlessly with UiPath’s codebase, ensuring smooth operation within the larger automation platform. DocPath assigns confidence scores to the extracted fields. These scores are based on the logit values associated with the tokens representing the field values. This information can be valuable for identifying potentially inaccurate data points and implementing appropriate quality control measures.

      Continuous Improvement and Future Possibilities

      UiPath acknowledges that DocPath is a work in progress. The research team is actively exploring avenues for further improvement. This includes experimenting with larger versions of the FLAN-T5 model to potentially enhance accuracy and exploring decoder-only architectures for potentially faster processing times.

      Intriguingly, the possibility of incorporating document image data directly into the model is also being investigated. This could potentially improve DocPath’s ability to handle complex document layouts and variations.

      Tags: AIArtificial IntelligenceaskRPAAutoamtion NewsAutomation

      Recommended.

      AI in Hiring: Can an Algorithm Find You the Best Candidate?

      AI in Hiring: Can an Algorithm Find You the Best Candidate?

      March 26, 2024
      The rise of “Smart Factories” and their impact on the manufacturing industry

      The rise of “Smart Factories” and their impact on the manufacturing industry

      April 12, 2023

      Subscribe.

      Join askRPA’s weekly Automation Newsletter direct to your Inbox, Sign up now.

      Trending.

      AI in Consulting: A BCG Case Study by Forbes

      AI in Consulting: A BCG Case Study by Forbes

      July 10, 2024

      Gartner’s 2024 IT Spends & Trends Forecast Unsurprisingly Favors AI

      May 22, 2024
      Driving Innovation: Successful Center of Excellence Case Studies

      Driving Innovation: Successful Center of Excellence Case Studies

      May 22, 2024
      TuringBots and everything you should know about them

      TuringBots and everything you should know about them

      December 20, 2022
      IKEA Kreativ – How IKEA leveraged Artificial Intelligence (AI) for a better Customer Experience 

      IKEA Kreativ – How IKEA leveraged Artificial Intelligence (AI) for a better Customer Experience 

      December 2, 2022
      askRPA

      Be in the know with askRPA. Get valuable insights into the latest Automation News, Events, and Case Studies. Join a vibrant community passionate about RPA and Automation. Share, learn, and grow together!

      Follow Us

      Categories

      • Blogs
      • Case Studies
      • News
      • Uncategorized

      Blog Posts

      • Trending
      • Comments
      • Latest
      Is RPA dead? What does the future have in store for Robotic Process Automation?

      Is RPA dead? What does the future have in store for Robotic Process Automation?

      September 26, 2022
      Everest Group publishes the Robotic Process Automation (RPA) technology provider landscape – PEAK Matrix® assessment (2022) 

      Everest Group publishes the Robotic Process Automation (RPA) technology provider landscape – PEAK Matrix® assessment (2022) 

      May 22, 2024
      TuringBots and everything you should know about them

      TuringBots and everything you should know about them

      December 20, 2022
      The Integration of Process Mining and RPA: A Survey on Why CFOs Think it is  Profitable

      The Integration of Process Mining and RPA: A Survey on Why CFOs Think it is Profitable

      Semantic Automation, Robotic Process Automation, and Artificial Intelligence: The Next Generation of Automation

      RPA Sales All Set to Reach an Annual Growth Rate of 19.5% in 2022: Says Gartner

      RPA Sales All Set to Reach an Annual Growth Rate of 19.5% in 2022: Says Gartner

      AI’s Impact on Philippines, the Call Center Capital of the World

      AI’s Impact on Philippines, the Call Center Capital of the World

      August 29, 2024
      Rufus: Amazon’s AI-Powered Shopping Assistant Comes to India

      Rufus: Amazon’s AI-Powered Shopping Assistant Comes to India

      August 28, 2024
      Ambient AI: A Game-Changer in Healthcare

      Ambient AI: A Game-Changer in Healthcare

      August 27, 2024

      Recent News

      AI’s Impact on Philippines, the Call Center Capital of the World

      AI’s Impact on Philippines, the Call Center Capital of the World

      August 29, 2024
      Rufus: Amazon’s AI-Powered Shopping Assistant Comes to India

      Rufus: Amazon’s AI-Powered Shopping Assistant Comes to India

      August 28, 2024
      • About
      • Advertise
      • Privacy & Policy
      • Contact

      © 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

      No Result
      View All Result
      • Home

      © 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.