paper-with-me

홈 › Papers

Conditional Self-Attention for Query-based Summarization

2020-02-18 · Yujia Xie, Tianyi Zhou, Yi Mao, Weizhu Chen

Self-attention mechanisms have achieved great success on a variety of NLP tasks due to its flexibility of capturing dependency between arbitrary positions in a sequence. For problems such as query-based summarization (Qsumm) and knowledge graph reasoning where each input sequence is associated with an extra query, explicitly modeling such conditional contextual dependencies can lead to a more accurate solution, which however cannot be captured by existing self-attention mechanisms. In this paper, we propose \textit{conditional self-attention} (CSA), a neural network module designed for conditional dependency modeling. CSA works by adjusting the pairwise attention between input tokens in a self-attention module with the matching score of the inputs to the given query. Thereby, the contextual dependencies modeled by CSA will be highly relevant to the query. We further studied variants of CSA defined by different types of attention. Experiments on Debatepedia and HotpotQA benchmark datasets show CSA consistently outperforms vanilla Transformer and previous models for the Qsumm problem.

📄 PDF Abstract BibTeX arXiv:2002.07338

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Personalized Video Summarization using Text-Based Queries and Conditional Modeling

2024-08-27 · Jia-Hong Huang

The proliferation of video content on platforms like YouTube and Vimeo presents significant challenges in efficiently locating relevant information. Automatic video summarization aims to address this by extracting and pr…

Video SummarizationWord Embeddings

Convolutional Hierarchical Attention Network for Query-Focused Video Summarization

2020-01-31 · Shuwen Xiao, Zhou Zhao, Zijian Zhang, Xiaohui Yan 외

Previous approaches for video summarization mainly concentrate on finding the most diverse and representative visual contents as video summary without considering the user's preference. This paper addresses the task of q…

Query focused video summarizationVideo Summarization

Query-Guided Self-Supervised Summarization of Nursing Notes

2024-07-04 · Ya Gao, Hans Moen, Saila Koivusalo, Miika Koskinen 외

Nursing notes, an important part of Electronic Health Records (EHRs), track a patient's health during a care episode. Summarizing key information in nursing notes can help clinicians quickly understand patients' conditio…

Abstractive Text SummarizationDomain AdaptationHallucinationText Summarization

Query Twice: Dual Mixture Attention Meta Learning for Video Summarization

2020-08-19 · Junyan Wang, Yang Bai, Yang Long, BingZhang Hu 외

Video summarization aims to select representative frames to retain high-level information, which is usually solved by predicting the segment-wise importance score via a softmax function. However, softmax function suffers…

Meta-LearningSupervised Video SummarizationVideo Summarization

Query-based Video Summarization with Pseudo Label Supervision

2023-07-04 · Jia-Hong Huang, Luka Murn, Marta Mrak, Marcel Worring

Existing datasets for manually labelled query-based video summarization are costly and thus small, limiting the performance of supervised deep video summarization models. Self-supervision can address the data sparsity ch…

Pseudo LabelVideo Summarization