paper-with-me

Papers

Converting the Point of View of Messages Spoken to Virtual Assistants

2020-10-06 · Findings of the Association for Computational Linguistics 2020 · Isabelle G. Lee, Vera Zu, Sai Srujana Buddi, Dennis Liang, Jack G. M. FitzGerald

Virtual Assistants can be quite literal at times. If the user says "tell Bob I love him," most virtual assistants will extract the message "I love him" and send it to the user's contact named Bob, rather than properly converting the message to "I love you." We designed a system to allow virtual assistants to take a voice message from one user, convert the point of view of the message, and then deliver the result to its target user. We developed a rule-based model, which integrates a linear text classification model, part-of-speech tagging, and constituency parsing with rule-based transformation methods. We also investigated Neural Machine Translation (NMT) approaches, including LSTMs, CopyNet, and T5. We explored 5 metrics to gauge both naturalness and faithfulness automatically, and we chose to use BLEU plus METEOR for faithfulness and relative perplexity using a separately trained language model (GPT) for naturalness. Transformer-Copynet and T5 performed similarly on faithfulness metrics, with T5 achieving slight edge, a BLEU score of 63.8 and a METEOR score of 83.0. CopyNet was the most natural, with a relative perplexity of 1.59. CopyNet also has 37 times fewer parameters than T5. We have publicly released our dataset, which is composed of 46,565 crowd-sourced samples.

📄 PDF Abstract BibTeX arXiv:2010.02600

Code (2)

alexa/alexa-point-of-view-dataset 공식 구현
prithviraj-maurya/alexa-point-of-view-dataset

Tasks

Constituency ParsingLanguage ModellingMachine TranslationNMTPart-Of-Speech Taggingtext-classificationText ClassificationTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention 설명 없음
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Residual Connection 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Modeling Spoken Information Queries for Virtual Assistants: Open Problems, Challenges and Opportunities

2023-04-25 · Christophe Van Gysel

Virtual assistants are becoming increasingly important speech-driven Information Retrieval platforms that assist users with various tasks. We discuss open problems and challenges with respect to modeling spoken informati…

domain classificationInformation RetrievalKnowledge GraphsRetrieval+2

Hey Alexa what did I just type? Decoding smartphone sounds with a voice assistant

2020-12-01 · Almos Zarandy, Ilia Shumailov, Ross Anderson

Voice assistants are now ubiquitous and listen in on our everyday lives. Ever since they became commercially available, privacy advocates worried that the data they collect can be abused: might private conversations be e…

ViKIENet: Towards Efficient 3D Object Detection with Virtual Key Instance Enhanced Network

2025-01-01 · CVPR 2025 1 · Zhuochen Yu, Bijie Qiu, Andy W. H. Khong

The sparsity of point clouds and inadequacy of semantic information pose challenges to current LiDAR-only 3D object detection methods. Recent methods alleviate these challenges by converting RGB images into virtual p…

3D Object DetectionDepth Completionobject-detectionObject Detection

Speech-to-LaTeX: New Models and Datasets for Converting Spoken Equations and Sentences

2025-08-05 · Dmitrii Korzh, Dmitrii Tarasov, Artyom Iudin, Elvir Karimov 외 arxiv

Conversion of spoken mathematical expressions is a challenging task that involves transcribing speech into a strictly structured symbolic representation while addressing the ambiguity inherent in the pronunciation of equ…

Speech Recognition

End-to-End Speech-to-Text Translation: A Survey

2023-12-02 · Nivedita Sethiya, Chandresh Kumar Maurya

Speech-to-text translation pertains to the task of converting speech signals in a language to text in another language. It finds its application in various domains, such as hands-free communication, dictation, video lect…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine Translationspeech-recognition+5