Skip to content

Update README.md #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Neural Agent Assistant framework for Customer Service Support
Neural Agent Assistant framework includes tools and artifacts rooted in deep learning and foundation language models to improve task-oriented customer service conversations and experiences. It is based on the following paper:

Stephen Obadinma, ..., [Bringing the State-of-the-Art to Customers: A Neural Agent Assistant Framework for Customer Service Suppor](ref), EMNLP.
Stephen Obadinma, ..., [Bringing the State-of-the-Art to Customers: A Neural Agent Assistant Framework for Customer Service Suppor](https://aclanthology.org/2022.emnlp-industry.44/), EMNLP.

## An Overview
The framework features three high-level components: (1) Intent Identification, (2) Context Retrieval, and (3) Response Generation. Though designed as parts in a pipeline in generating a natural language response to customer questions, the output from any given component can nonetheless be transferred back to the human agent when needed.
Expand Down