SlideShare a Scribd company logo
Trisotech.com
Kw-copilot.ai
Turn Unstructured Data
into Business Actions
The Role of Generative AI (GenAI)
Trisotech.com
Kw-copilot.ai
Intelligent Digital Assistant (IDA)
We have been working on creating Intelligent Digital Assistants (IDA) for a few years:
 We are creating IDA architecture meant to support Knowledge Workers.
 A key capability for our IDA architecture is the ability to consume natural language
communications.
 Currently developing the third generation of IDAs.
Trisotech.com
Kw-copilot.ai
Empowering Knowledge Workers with
Intelligent Digital Assistants
Trisotech.com
Kw-copilot.ai
Intelligent Digital Assistant (IDA)
 Some of the goals of our IDA architecture
Trisotech.com
Kw-copilot.ai
We favor an Assistant/Co-pilot approach
Trisotech.com
Kw-copilot.ai
Leveraging a Nero-Symbolic
Artificial Intelligence Architecture
Trisotech.com
Kw-copilot.ai
Leveraging Speech Acts in IDAs
Identifying and interpreting the intent of a user’s natural language communication to enable
meaningful actions and responses.
o Intent Detection: Understanding the user’s goal behind their words.
• Example: "Book a flight to New York.“
• Identified Intent: Directive (user wants the system to perform a task).
o Context Awareness: Determining the function of a statement based on context.
• Example: "Can you complete this?"
• Context: In a conversation regarding a report.
• Interpreted Intent: Directive (polite request for action).
o Action Mapping: Associating speech acts with specific actions or responses.
• Example: "Send an email to John about the meeting.“
• Mapped Action: Draft and send an email with a predefined template or subject line.
Trisotech.com
Kw-copilot.ai
The advent of Generative AI
The new wave of Large Language Models (LLMs) research has offered new
and enhanced language capabilities.
Trisotech.com
Kw-copilot.ai
The advent of Generative AI
Trisotech.com
Kw-copilot.ai
Rebalancing the Nero-Symbolic Mixture
 Rebalancing: Our reliance on symbolic decisions for explicit knowledge encoding is
being reduced, as new neural capabilities can now effectively deliver semantic lifting that
complements or even partially substitutes what previously required symbolic decisions.
Trisotech.com
Kw-copilot.ai
Net Effect of
Rebalancing
Our neuro-symbolic architecture
becomes more adaptive, scalable,
and versatile.
Trisotech.com
Kw-copilot.ai
Named Entity Recognition (NER):
What is it?
Identifies specific entities such as names, dates, locations, or
organizations within text.
 Example:
o From: "Apple launched the iPhone 15 in Cupertino, California, on September 12,
2023.“
o Entities: “Apple” (Organization), “iPhone 15” (Product), “Cupertino, California”
(Location), “September 12, 2023” (Date)
Trisotech.com
Kw-copilot.ai
Named Entity Recognition (NER):
Transition
Previous way
 Worked with predefined, static categories
(e.g., Person, Location, Organization).
 Required manual updates to include new
entity types or adapt to domain-specific
needs.
 Limited understanding of complex or
ambiguous contexts (e.g., "Apple" as fruit
vs. company).
 Requires significant effort for
customization (e.g., adding new rules,
retraining).
New way leveraging LLMs
 Easily adapts to emerging entities or
domain-specific vocabularies without
retraining.
 Highly context-aware, distinguishing
between entities based on usage and
sentence context.
 Highly customizable through prompt
engineering or fine-tuning
Trisotech.com
Kw-copilot.ai
Data Structuring:
What is it?
 Transforms unstructured text into structured formats (e.g., tables, JSON, or graphs).
 Example:
o From: "The supplier is Bill Shep. His phone number is 540-817-4567. He lives in 3807 Rustic
Av, Liverpool, WV,. He is a Sales Engineer with Pennington Sipper, Inc. His email is
billshep@pensip.com. .“
o JSON:
{
"Name": "Bill Shep",
"Type": "Supplier",
"Phone": "540-817-4304",
"Address: "3807 Rustic Av, Liverpool, WV,25252
"Position": "Sales Engineer",
"email": "billshep@pensip.com"
}
Trisotech.com
Kw-copilot.ai
Data Structuring:
Transition
Previous way
 Relied on rule-based approaches, regex,
templates, or predefined parsing.
 Limited flexibility; required custom rules
or scripts for new data formats.
 Required manual adjustments for new
fields or entities.
New way leveraging LLMs
 Highly flexible, adapting to a wide range
of text inputs without explicit
programming.
 Extracts and structures data using
contextual understanding, even with
ambiguous input.
 Easily customizable via prompt
engineering or fine-tuning.
Trisotech.com
Kw-copilot.ai
Topics Identification:
What is it?
Detects overarching themes or subjects in text (e.g., business,
sports, politics, technology)
 Example:
o From: "The supplier is Bill Shep. His phone number is 540-817-4567. He lives in
3807 Rustic Av, Liverpool, WV,. He is a Sales Engineer with Pennington Sipper,
Inc. His email is billshep@pensip.com. Schedule a sales meeting on August 23 at
07:00 with him and prepare a draft supplier introduction email.“
o Identified Topics: "Contact manager," "Calendaring," "Email messaging"
Trisotech.com
Kw-copilot.ai
Topics Identification:
Transition
Previous way
 Relied on statistical models and rule-
based systems
 Required structured or semi-structured
text.
 Required preprocessing like stop-word
removal.
 Limited to predefined or explicitly derived
topics from the dataset.
 Struggled to identify emerging trends or
to adapt to rapidly evolving topics.
New way leveraging LLMs
 Infers topics contextually
 Works on raw, unstructured text with
minimal preprocessing required.
 Highly flexible and can handle dynamic or
emerging topics.
 Excels at detecting emerging trends and
adapting to dynamic content.
Trisotech.com
Kw-copilot.ai
Intent Detection:
What is it?
 Understanding the user’s goal behind their words.
 Example:
o From: "Can you help me schedule a meeting and send a summary to my team?“
o Traditional: Confusion or single-label assignment.
o LLM: Recognizes both "scheduling" and "summarizing" as intents.
Trisotech.com
Kw-copilot.ai
Intent Detection:
Transition
Previous way
 Limited to explicit keywords or patterns;
struggles with ambiguous contexts.
 Works well for predefined intents but
struggles with overlapping or emergent
intents.
 Requires significant manual effort to scale
to new domains or applications.
New way leveraging LLMs
 Deep contextual understanding, even for
complex text.
 High accuracy across diverse datasets due
to broad pretraining, even for rare or
unique inputs.
 Scales efficiently to diverse applications
with minimal adjustments.
Trisotech.com
Kw-copilot.ai
Text Generation:
What is it?
 Produces coherent and contextually relevant text (e.g., chat
responses, summaries, creative writing).
 Example:
o From: "Write a short message for a chatbot responding to a customer asking
about the return policy."
o Generated Text: "Thank you for reaching out! Our return policy allows you to
return items within 30 days of purchase. Please ensure the items are in their
original condition. Let us know if you need further assistance!"
Trisotech.com
Kw-copilot.ai
Text Generation:
Transition
Previous way
 Uses template-based approaches, rule-
based systems.
 Required pre-designed templates or
significant engineering for new tasks.
 Limited scalability; more suited for
structured or repetitive tasks.
New way leveraging LLMs
 Dynamically adapts to new domains,
tones, and tasks with minimal
adjustments.
 Excels in producing nuanced, domain-
specific, and complex text.
 Easily customized via prompt engineering
or fine-tuning.
 Scales efficiently for diverse and complex
applications.
Trisotech.com
Kw-copilot.ai
Streamline Knowledge Worker Processes
 Knowledge worker processes are notorious for being impervious to RPA
and BPA due to their highly collaborative nature.
 With our IDA architecture, we can:
oIdentify Human Interaction Gaps.
oUnderstand Roles in a Collaboration.
oAddress Communication Needs.
oDetermine Intent and Act.
Trisotech.com
Kw-copilot.ai
Demo
Trisotech.com
Kw-copilot.ai
Using BPMN for Effective Prompt
Management
 Centralize all calls to prompts in one process.
 Store prompts in datastores
 The interactions between the prompt and the LLM is complex
 Consider provisions for “stress” testing prompts
Notional BPMN Diagram to ease understanding
Trisotech.com
Kw-copilot.ai
Guidelines to Minimize Hallucinations
 Use simple and explicit prompts.
o Ambiguity in prompts leads to misinterpretation, so keeping them simple and explicit ensures the model
understands the task clearly.
 Describe what the prompt does in a preamble.
o A preamble provides context and clarifies the purpose of the task, aligning the model’s response with your
expectations.
 Provide examples.
o Examples demonstrate the desired output format, guiding the model to better generalize and produce accurate
responses.
 Ask the LLM to evaluate the prompt for potential risks.
o Asking the LLM to self-evaluate identifies sources of misinterpretation and encourages safer, more responsible
outputs.
 Avoid using prompts that infer or categorize the contents of the free text into a result.
o "The apples have shipped"->Fruit shipment
o Prompts that infer without explicit context risk fabricating information, so focusing on grounded details ensures
accuracy.
Trisotech.com
Kw-copilot.ai
Key Take Aways
 Generative AI is Transformative
o LLMs revolutionize processing and acting on unstructured data.
o Enable context-aware, adaptive, and efficient natural language understanding.
 Rebalanced our Neuro-Symbolic architecture based on enhanced NLP Capabilities from LLMs
• Topic Identification – Detect emerging themes dynamically.
• NER – Context-aware identification of entities.
• Data Structuring – From unstructured text to actionable formats.
• Sentiment Analysis – Nuanced emotional understanding.
• Text Generation – Domain-specific, contextual content creation.
 Practical Considerations for Success
o Speech acts enhance functional intent understanding enabling meaningful actions and responses.
o Effective prompt management ensures reliability and ethical outputs.
Trisotech.com
Kw-copilot.ai
Any questions?
THANKS!
27

More Related Content

PDF
Designing a Generative AI QnA solution with Proprietary Enterprise Business K...
PDF
Repurpose, Reuse and Refresh Content
PDF
AI 2023.pdf
PDF
Cleared Job Fair Job Seeker Handbook Sept 7, 2017, BWI, MD
PPTX
ferret_company_facts_en(30.03.17)
PDF
Salesforce Architect Group, Frederick, United States July 2023 - Generative A...
PDF
Using the power of Generative AI at scale
PDF
re:cap Generative AI journey with Bedrock
Designing a Generative AI QnA solution with Proprietary Enterprise Business K...
Repurpose, Reuse and Refresh Content
AI 2023.pdf
Cleared Job Fair Job Seeker Handbook Sept 7, 2017, BWI, MD
ferret_company_facts_en(30.03.17)
Salesforce Architect Group, Frederick, United States July 2023 - Generative A...
Using the power of Generative AI at scale
re:cap Generative AI journey with Bedrock

Similar to Turn Unstructured Data into Business Actions (20)

PDF
Conviction LP Letter - May 2024 [Redacted]
PDF
Approaching risk management with your head in the cloud
PDF
ChatGPT-and-Generative-AI-Landscape Working of generative ai search
PDF
The Future of Business Intelligence - What's On The Horizon, And How CIOs Can...
PDF
Gen AI Cognizant & AWS event presentation_12 Oct.pdf
PDF
How Azure helps to build better business processes and customer experiences w...
PDF
Quant Developer Career Entry Guide | Matrice.co.uk
PPTX
CallTree Pro Seed Round Deck
PDF
Understanding the New World of Cognitive Computing
PDF
AI at Scale in Enterprises
PPTX
Copy of State of AI Report 2023 - ONLINE.pptx
PPTX
State of Artificial intelligence Report 2023
PPTX
State of AI Report 2023 - ONLINE presentation
PPTX
TechDayPakistan-Slides RAG with Cosmos DB.pptx
PDF
ChatGPT and not only: How to use the power of GPT-X models at scale
PPTX
Ai open powermeetupmarch25th
 
PPTX
Ai open powermeetupmarch25th
 
PPTX
Ai open powermeetupmarch25th
 
DOCX
Mit104 software engineering
PDF
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
Conviction LP Letter - May 2024 [Redacted]
Approaching risk management with your head in the cloud
ChatGPT-and-Generative-AI-Landscape Working of generative ai search
The Future of Business Intelligence - What's On The Horizon, And How CIOs Can...
Gen AI Cognizant & AWS event presentation_12 Oct.pdf
How Azure helps to build better business processes and customer experiences w...
Quant Developer Career Entry Guide | Matrice.co.uk
CallTree Pro Seed Round Deck
Understanding the New World of Cognitive Computing
AI at Scale in Enterprises
Copy of State of AI Report 2023 - ONLINE.pptx
State of Artificial intelligence Report 2023
State of AI Report 2023 - ONLINE presentation
TechDayPakistan-Slides RAG with Cosmos DB.pptx
ChatGPT and not only: How to use the power of GPT-X models at scale
Ai open powermeetupmarch25th
 
Ai open powermeetupmarch25th
 
Ai open powermeetupmarch25th
 
Mit104 software engineering
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
Ad

More from Denis Gagné (20)

PPTX
Knowledge Worker Copilot in the Loop -AI-Powered Contract Workflows
PPTX
Digitally Mastering Insurance Claims - Decision-Centric Claims
PPTX
Fast-Track CMS-57 Compliance - Wrap, Comply, and Iteratively Modernize with BPM+
PPTX
AI, FHIR, and BPM+ in Suicide Prevention
PPTX
AI-Driven Healthcare Orchestration : Insights from Dana-Farber and Veteran He...
PPTX
Revolutionizing Credit Risk Management in Banking - DecisionCamp 2024 Present...
PPTX
Clinician-Centric Data and AI Integration in Healthcare
PPTX
Contracts and the Knowledge Worker Copilot
PPTX
Mastering Decision Orchestration - Denis Gagne
PDF
Dana-Farber Preemptive Symptom Management
PDF
2024 BPMN MIWG Capability Demonstration
PDF
It takes all kinds of AI and Humans to make Good Business Decision
PPTX
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
PDF
Generative AI and Regulatory Compliance
PDF
Automating and Orchestrating Processes and Decisions Across the Enterprise
PDF
Low Code Neuro-Symbolic Agents.pdf
PPTX
Data Validation in a Low-Code Environment
PPTX
From Laws and Regulations to Decision Automation
PPTX
Smart Drug Package Inserts using Clinical Workflows and Decisions
PPTX
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...
Knowledge Worker Copilot in the Loop -AI-Powered Contract Workflows
Digitally Mastering Insurance Claims - Decision-Centric Claims
Fast-Track CMS-57 Compliance - Wrap, Comply, and Iteratively Modernize with BPM+
AI, FHIR, and BPM+ in Suicide Prevention
AI-Driven Healthcare Orchestration : Insights from Dana-Farber and Veteran He...
Revolutionizing Credit Risk Management in Banking - DecisionCamp 2024 Present...
Clinician-Centric Data and AI Integration in Healthcare
Contracts and the Knowledge Worker Copilot
Mastering Decision Orchestration - Denis Gagne
Dana-Farber Preemptive Symptom Management
2024 BPMN MIWG Capability Demonstration
It takes all kinds of AI and Humans to make Good Business Decision
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Generative AI and Regulatory Compliance
Automating and Orchestrating Processes and Decisions Across the Enterprise
Low Code Neuro-Symbolic Agents.pdf
Data Validation in a Low-Code Environment
From Laws and Regulations to Decision Automation
Smart Drug Package Inserts using Clinical Workflows and Decisions
Deployment, Performance, Agility and Flexibility using Trisotech Digital Dist...
Ad

Recently uploaded (20)

PDF
Reconciliation AND MEMORANDUM RECONCILATION
PPTX
Amazon (Business Studies) management studies
PDF
Elevate Cleaning Efficiency Using Tallfly Hair Remover Roller Factory Expertise
PDF
Stem Cell Market Report | Trends, Growth & Forecast 2025-2034
PPTX
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
PPTX
job Avenue by vinith.pptxvnbvnvnvbnvbnbmnbmbh
PDF
Roadmap Map-digital Banking feature MB,IB,AB
PDF
Tata consultancy services case study shri Sharda college, basrur
PPT
Chapter four Project-Preparation material
PDF
Ôn tập tiếng anh trong kinh doanh nâng cao
PDF
Chapter 5_Foreign Exchange Market in .pdf
PPTX
Board-Reporting-Package-by-Umbrex-5-23-23.pptx
DOCX
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
PDF
SIMNET Inc – 2023’s Most Trusted IT Services & Solution Provider
PDF
DOC-20250806-WA0002._20250806_112011_0000.pdf
PDF
Types of control:Qualitative vs Quantitative
PPTX
Probability Distribution, binomial distribution, poisson distribution
PDF
Katrina Stoneking: Shaking Up the Alcohol Beverage Industry
PDF
kom-180-proposal-for-a-directive-amending-directive-2014-45-eu-and-directive-...
PPTX
New Microsoft PowerPoint Presentation - Copy.pptx
Reconciliation AND MEMORANDUM RECONCILATION
Amazon (Business Studies) management studies
Elevate Cleaning Efficiency Using Tallfly Hair Remover Roller Factory Expertise
Stem Cell Market Report | Trends, Growth & Forecast 2025-2034
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
job Avenue by vinith.pptxvnbvnvnvbnvbnbmnbmbh
Roadmap Map-digital Banking feature MB,IB,AB
Tata consultancy services case study shri Sharda college, basrur
Chapter four Project-Preparation material
Ôn tập tiếng anh trong kinh doanh nâng cao
Chapter 5_Foreign Exchange Market in .pdf
Board-Reporting-Package-by-Umbrex-5-23-23.pptx
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
SIMNET Inc – 2023’s Most Trusted IT Services & Solution Provider
DOC-20250806-WA0002._20250806_112011_0000.pdf
Types of control:Qualitative vs Quantitative
Probability Distribution, binomial distribution, poisson distribution
Katrina Stoneking: Shaking Up the Alcohol Beverage Industry
kom-180-proposal-for-a-directive-amending-directive-2014-45-eu-and-directive-...
New Microsoft PowerPoint Presentation - Copy.pptx

Turn Unstructured Data into Business Actions

  • 1. Trisotech.com Kw-copilot.ai Turn Unstructured Data into Business Actions The Role of Generative AI (GenAI)
  • 2. Trisotech.com Kw-copilot.ai Intelligent Digital Assistant (IDA) We have been working on creating Intelligent Digital Assistants (IDA) for a few years:  We are creating IDA architecture meant to support Knowledge Workers.  A key capability for our IDA architecture is the ability to consume natural language communications.  Currently developing the third generation of IDAs.
  • 3. Trisotech.com Kw-copilot.ai Empowering Knowledge Workers with Intelligent Digital Assistants
  • 4. Trisotech.com Kw-copilot.ai Intelligent Digital Assistant (IDA)  Some of the goals of our IDA architecture
  • 5. Trisotech.com Kw-copilot.ai We favor an Assistant/Co-pilot approach
  • 7. Trisotech.com Kw-copilot.ai Leveraging Speech Acts in IDAs Identifying and interpreting the intent of a user’s natural language communication to enable meaningful actions and responses. o Intent Detection: Understanding the user’s goal behind their words. • Example: "Book a flight to New York.“ • Identified Intent: Directive (user wants the system to perform a task). o Context Awareness: Determining the function of a statement based on context. • Example: "Can you complete this?" • Context: In a conversation regarding a report. • Interpreted Intent: Directive (polite request for action). o Action Mapping: Associating speech acts with specific actions or responses. • Example: "Send an email to John about the meeting.“ • Mapped Action: Draft and send an email with a predefined template or subject line.
  • 8. Trisotech.com Kw-copilot.ai The advent of Generative AI The new wave of Large Language Models (LLMs) research has offered new and enhanced language capabilities.
  • 10. Trisotech.com Kw-copilot.ai Rebalancing the Nero-Symbolic Mixture  Rebalancing: Our reliance on symbolic decisions for explicit knowledge encoding is being reduced, as new neural capabilities can now effectively deliver semantic lifting that complements or even partially substitutes what previously required symbolic decisions.
  • 11. Trisotech.com Kw-copilot.ai Net Effect of Rebalancing Our neuro-symbolic architecture becomes more adaptive, scalable, and versatile.
  • 12. Trisotech.com Kw-copilot.ai Named Entity Recognition (NER): What is it? Identifies specific entities such as names, dates, locations, or organizations within text.  Example: o From: "Apple launched the iPhone 15 in Cupertino, California, on September 12, 2023.“ o Entities: “Apple” (Organization), “iPhone 15” (Product), “Cupertino, California” (Location), “September 12, 2023” (Date)
  • 13. Trisotech.com Kw-copilot.ai Named Entity Recognition (NER): Transition Previous way  Worked with predefined, static categories (e.g., Person, Location, Organization).  Required manual updates to include new entity types or adapt to domain-specific needs.  Limited understanding of complex or ambiguous contexts (e.g., "Apple" as fruit vs. company).  Requires significant effort for customization (e.g., adding new rules, retraining). New way leveraging LLMs  Easily adapts to emerging entities or domain-specific vocabularies without retraining.  Highly context-aware, distinguishing between entities based on usage and sentence context.  Highly customizable through prompt engineering or fine-tuning
  • 14. Trisotech.com Kw-copilot.ai Data Structuring: What is it?  Transforms unstructured text into structured formats (e.g., tables, JSON, or graphs).  Example: o From: "The supplier is Bill Shep. His phone number is 540-817-4567. He lives in 3807 Rustic Av, Liverpool, WV,. He is a Sales Engineer with Pennington Sipper, Inc. His email is billshep@pensip.com. .“ o JSON: { "Name": "Bill Shep", "Type": "Supplier", "Phone": "540-817-4304", "Address: "3807 Rustic Av, Liverpool, WV,25252 "Position": "Sales Engineer", "email": "billshep@pensip.com" }
  • 15. Trisotech.com Kw-copilot.ai Data Structuring: Transition Previous way  Relied on rule-based approaches, regex, templates, or predefined parsing.  Limited flexibility; required custom rules or scripts for new data formats.  Required manual adjustments for new fields or entities. New way leveraging LLMs  Highly flexible, adapting to a wide range of text inputs without explicit programming.  Extracts and structures data using contextual understanding, even with ambiguous input.  Easily customizable via prompt engineering or fine-tuning.
  • 16. Trisotech.com Kw-copilot.ai Topics Identification: What is it? Detects overarching themes or subjects in text (e.g., business, sports, politics, technology)  Example: o From: "The supplier is Bill Shep. His phone number is 540-817-4567. He lives in 3807 Rustic Av, Liverpool, WV,. He is a Sales Engineer with Pennington Sipper, Inc. His email is billshep@pensip.com. Schedule a sales meeting on August 23 at 07:00 with him and prepare a draft supplier introduction email.“ o Identified Topics: "Contact manager," "Calendaring," "Email messaging"
  • 17. Trisotech.com Kw-copilot.ai Topics Identification: Transition Previous way  Relied on statistical models and rule- based systems  Required structured or semi-structured text.  Required preprocessing like stop-word removal.  Limited to predefined or explicitly derived topics from the dataset.  Struggled to identify emerging trends or to adapt to rapidly evolving topics. New way leveraging LLMs  Infers topics contextually  Works on raw, unstructured text with minimal preprocessing required.  Highly flexible and can handle dynamic or emerging topics.  Excels at detecting emerging trends and adapting to dynamic content.
  • 18. Trisotech.com Kw-copilot.ai Intent Detection: What is it?  Understanding the user’s goal behind their words.  Example: o From: "Can you help me schedule a meeting and send a summary to my team?“ o Traditional: Confusion or single-label assignment. o LLM: Recognizes both "scheduling" and "summarizing" as intents.
  • 19. Trisotech.com Kw-copilot.ai Intent Detection: Transition Previous way  Limited to explicit keywords or patterns; struggles with ambiguous contexts.  Works well for predefined intents but struggles with overlapping or emergent intents.  Requires significant manual effort to scale to new domains or applications. New way leveraging LLMs  Deep contextual understanding, even for complex text.  High accuracy across diverse datasets due to broad pretraining, even for rare or unique inputs.  Scales efficiently to diverse applications with minimal adjustments.
  • 20. Trisotech.com Kw-copilot.ai Text Generation: What is it?  Produces coherent and contextually relevant text (e.g., chat responses, summaries, creative writing).  Example: o From: "Write a short message for a chatbot responding to a customer asking about the return policy." o Generated Text: "Thank you for reaching out! Our return policy allows you to return items within 30 days of purchase. Please ensure the items are in their original condition. Let us know if you need further assistance!"
  • 21. Trisotech.com Kw-copilot.ai Text Generation: Transition Previous way  Uses template-based approaches, rule- based systems.  Required pre-designed templates or significant engineering for new tasks.  Limited scalability; more suited for structured or repetitive tasks. New way leveraging LLMs  Dynamically adapts to new domains, tones, and tasks with minimal adjustments.  Excels in producing nuanced, domain- specific, and complex text.  Easily customized via prompt engineering or fine-tuning.  Scales efficiently for diverse and complex applications.
  • 22. Trisotech.com Kw-copilot.ai Streamline Knowledge Worker Processes  Knowledge worker processes are notorious for being impervious to RPA and BPA due to their highly collaborative nature.  With our IDA architecture, we can: oIdentify Human Interaction Gaps. oUnderstand Roles in a Collaboration. oAddress Communication Needs. oDetermine Intent and Act.
  • 24. Trisotech.com Kw-copilot.ai Using BPMN for Effective Prompt Management  Centralize all calls to prompts in one process.  Store prompts in datastores  The interactions between the prompt and the LLM is complex  Consider provisions for “stress” testing prompts Notional BPMN Diagram to ease understanding
  • 25. Trisotech.com Kw-copilot.ai Guidelines to Minimize Hallucinations  Use simple and explicit prompts. o Ambiguity in prompts leads to misinterpretation, so keeping them simple and explicit ensures the model understands the task clearly.  Describe what the prompt does in a preamble. o A preamble provides context and clarifies the purpose of the task, aligning the model’s response with your expectations.  Provide examples. o Examples demonstrate the desired output format, guiding the model to better generalize and produce accurate responses.  Ask the LLM to evaluate the prompt for potential risks. o Asking the LLM to self-evaluate identifies sources of misinterpretation and encourages safer, more responsible outputs.  Avoid using prompts that infer or categorize the contents of the free text into a result. o "The apples have shipped"->Fruit shipment o Prompts that infer without explicit context risk fabricating information, so focusing on grounded details ensures accuracy.
  • 26. Trisotech.com Kw-copilot.ai Key Take Aways  Generative AI is Transformative o LLMs revolutionize processing and acting on unstructured data. o Enable context-aware, adaptive, and efficient natural language understanding.  Rebalanced our Neuro-Symbolic architecture based on enhanced NLP Capabilities from LLMs • Topic Identification – Detect emerging themes dynamically. • NER – Context-aware identification of entities. • Data Structuring – From unstructured text to actionable formats. • Sentiment Analysis – Nuanced emotional understanding. • Text Generation – Domain-specific, contextual content creation.  Practical Considerations for Success o Speech acts enhance functional intent understanding enabling meaningful actions and responses. o Effective prompt management ensures reliability and ethical outputs.