paper-with-me

Papers

Graph Integrated Language Transformers for Next Action Prediction in Complex Phone Calls

2024-04-11 · Amin Hosseiny Marani, Ulie Schnaithmann, Youngseo Son, Akil Iyer, Manas Paldhe, Arushi Raghuvanshi

Current Conversational AI systems employ different machine learning pipelines, as well as external knowledge sources and business logic to predict the next action. Maintaining various components in dialogue managers' pipeline adds complexity in expansion and updates, increases processing time, and causes additive noise through the pipeline that can lead to incorrect next action prediction. This paper investigates graph integration into language transformers to improve understanding the relationships between humans' utterances, previous, and next actions without the dependency on external sources or components. Experimental analyses on real calls indicate that the proposed Graph Integrated Language Transformer models can achieve higher performance compared to other production level conversational AI systems in driving interactive calls with human users in real-world settings.

📄 PDF Abstract BibTeX arXiv:2404.08155

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Multimodal Latent Language Modeling with Next-Token Diffusion

2024-12-11 · Yutao Sun, Hangbo Bao, Wenhui Wang, Zhiliang Peng 외

Multimodal generative models require a unified approach to handle both discrete data (e.g., text and code) and continuous data (e.g., image, audio, video). In this work, we propose Latent Language Modeling (LatentLM), wh…

Image GenerationLanguage ModelingLanguage Modellingmultimodal generation+4

Cross-Representation Knowledge Transfer for Improved Sequential Recommendations

2026-02-26 · Artur Gimranov, Viacheslav Yusupov, Elfat Sabitov, Tatyana Matveeva 외 arxiv

Transformer architectures, capable of capturing sequential dependencies in the history of user interactions, have become the dominant approach in sequential recommender systems. Despite their success, such models conside…

Next-Latent Prediction Transformers Learn Compact World Models

2025-11-08 · Jayden Teoh, Manan Tomar, Kwangjun Ahn, Edward S. Hu 외 arxiv

Transformers replace recurrence with a memory that grows with sequence length and self-attention that enables ad-hoc lookups over past tokens. Consequently, they lack an inherent incentive to compress history into compac…

Privacy-Preserving Transformers: SwiftKey's Differential Privacy Implementation

2025-05-08 · Abdelrahman Abouelenin, Mohamed Abdelrehim, Raffy Fahim, Amr Hendy 외

In this paper we train a transformer using differential privacy (DP) for language modeling in SwiftKey. We run multiple experiments to balance the trade-off between the model size, run-time speed and accuracy. We show th…

Language ModelingLanguage ModellingPrivacy Preserving

Transformers Can Navigate Mazes With Multi-Step Prediction

2024-12-06 · Niklas Nolte, Ouail Kitouni, Adina Williams, Mike Rabbat 외

Despite their remarkable success in language modeling, transformers trained to predict the next token in a sequence struggle with long-term planning. This limitation is particularly evident in tasks requiring foresight t…

GPULanguage ModelingLanguage ModellingNavigate+1