paper-with-me

Papers

Document-aware Positional Encoding and Linguistic-guided Encoding for Abstractive Multi-document Summarization

2022-09-13 · Congbo Ma, Wei Emma Zhang, Pitawelayalage Dasun Dileepa Pitawela, Yutong Qu, Haojie Zhuang, Hu Wang

One key challenge in multi-document summarization is to capture the relations among input documents that distinguish between single document summarization (SDS) and multi-document summarization (MDS). Few existing MDS works address this issue. One effective way is to encode document positional information to assist models in capturing cross-document relations. However, existing MDS models, such as Transformer-based models, only consider token-level positional information. Moreover, these models fail to capture sentences' linguistic structure, which inevitably causes confusions in the generated summaries. Therefore, in this paper, we propose document-aware positional encoding and linguistic-guided encoding that can be fused with Transformer architecture for MDS. For document-aware positional encoding, we introduce a general protocol to guide the selection of document encoding functions. For linguistic-guided encoding, we propose to embed syntactic dependency relations into the dependency relation mask with a simple but effective non-linear encoding learner for feature learning. Extensive experiments show the proposed model can generate summaries with high quality.

📄 PDF Abstract BibTeX arXiv:2209.05929

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationMulti-Document Summarization

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
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…
Adam 설명 없음
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$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…

Similar Papers 제목 키워드 기반

Give it Space! Explicit Disentangling of Positional and Semantic Representations in Encoders

2026-05-28 · Pierre-Antoine Lequeu, Camille Barboule, Benjamin Piwowarski arxiv

Positional encoding (PE) underpins how permutation-invariant Transformers represent sequence order, yet how positional information is processed and stored remains poorly understood. Modern PE methods such as RoPE still s…

Long-Context Understanding

LoPE: Learnable Sinusoidal Positional Encoding for Improving Document Transformer Model

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Positional encoding plays a key role in Transformer-based architecture, which is to indicate and embed token sequential order information. Understanding documents with unreliable reading order information is a real chall…

document understanding

Learning Where to Embed: Noise-Aware Positional Embedding for Query Retrieval in Small-Object Detection

2026-04-16 · Yangchen Zeng, Zhenyu Yu, Dongming Jiang, Wenbo Zhang 외 arxiv

Transformer-based detectors have advanced small-object detection, but they often remain inefficient and vulnerable to background-induced query noise, which motivates deep decoders to refine low-quality queries. We presen…

Object Detection

Fusion Matters: Length-Aware Analysis of Positional-Encoding Fusion in Transformers

2026-01-09 · Mohamed Amine Hallam, Kuo-Kun Tseng arxiv

Transformers require positional encodings to represent sequence order, yet most prior work focuses on designing new positional encodings rather than examining how positional information is fused with token embeddings. In…

Text Classification

Rethinking Positional Encoding for Neural Vehicle Routing

2026-05-12 · Chuanbo Hua, Federico Berto, Andre Hottung, Nayeli Gast Zepeda 외 arxiv

Transformer-based models have become the dominant paradigm for neural combinatorial optimization (NCO) of vehicle routing problems (VRPs), yet the role of positional encoding (PE) in these architectures remains largely u…