paper-with-me

홈 › Papers

Enterprise to Computer: Star Trek chatbot

2017-08-02 · Grishma Jena, Mansi Vashisht, Abheek Basu, Lyle Ungar, João Sedoc

Human interactions and human-computer interactions are strongly influenced by style as well as content. Adding a persona to a chatbot makes it more human-like and contributes to a better and more engaging user experience. In this work, we propose a design for a chatbot that captures the "style" of Star Trek by incorporating references from the show along with peculiar tones of the fictional characters therein. Our Enterprise to Computer bot (E2Cbot) treats Star Trek dialog style and general dialog style differently, using two recurrent neural network Encoder-Decoder models. The Star Trek dialog style uses sequence to sequence (SEQ2SEQ) models (Sutskever et al., 2014; Bahdanau et al., 2014) trained on Star Trek dialogs. The general dialog style uses Word Graph to shift the response of the SEQ2SEQ model into the Star Trek domain. We evaluate the bot both in terms of perplexity and word overlap with Star Trek vocabulary and subjectively using human evaluators.

📄 PDF Abstract BibTeX arXiv:1708.00818

Code (1)

GJena/CIS-700-7_Chatbot-Project 공식 구현 tf

Tasks

ChatbotDecoder

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

FACTS About Building Retrieval Augmented Generation-based Chatbots

2024-07-10 · Rama Akkiraju, Anbang Xu, Deepak Bora, Tan Yu 외

Enterprise chatbots, powered by generative AI, are emerging as key applications to enhance employee productivity. Retrieval Augmented Generation (RAG), Large Language Models (LLMs), and orchestration frameworks like Lang…

RAGRerankingRetrievalRetrieval-augmented Generation

Text-to-SQL for Enterprise Data Analytics

2025-07-18 · Albert Chen, Manas Bundele, Gaurav Ahlawat, Patrick Stetz 외 arxiv

The introduction of large language models has brought rapid progress on Text-to-SQL benchmarks, but it is not yet easy to build a working enterprise solution. In this paper, we present insights from building an internal …

CodeTrek: Flexible Modeling of Code using an Extensible Relational Representation

2021-09-29 · ICLR 2022 4 · Pardis Pashakhanloo, Aaditya Naik, Yuepeng Wang, Hanjun Dai 외

Designing a suitable representation for code-reasoning tasks is challenging in aspects such as the kinds of program information to model, how to combine them, and how much context to consider. We propose CodeTrek, a deep…

Exception typeVariable misuse

TimberTrek: Exploring and Curating Sparse Decision Trees with Interactive Visualization

2022-09-19 · Zijie J. Wang, Chudi Zhong, Rui Xin, Takuya Takagi 외

Given thousands of equally accurate machine learning (ML) models, how can users choose among them? A recent ML technique enables domain experts and data scientists to generate a complete Rashomon set for sparse decision …

VideoAgentTrek: Computer Use Pretraining from Unlabeled Videos

2025-10-22 · Dunjie Lu, Yiheng Xu, Junli Wang, Haoyuan Wu 외 arxiv

Training computer-use agents requires massive amounts of GUI interaction data, but manually annotating action trajectories at scale is prohibitively expensive. We present VideoAgentTrek, a scalable pipeline that automati…

Video Grounding