paper-with-me

Papers

Text Information Aggregation with Centrality Attention

2020-11-16 · Jingjing Gong, Hang Yan, Yining Zheng, Xipeng Qiu, Xuanjing Huang

A lot of natural language processing problems need to encode the text sequence as a fix-length vector, which usually involves aggregation process of combining the representations of all the words, such as pooling or self-attention. However, these widely used aggregation approaches did not take higher-order relationship among the words into consideration. Hence we propose a new way of obtaining aggregation weights, called eigen-centrality self-attention. More specifically, we build a fully-connected graph for all the words in a sentence, then compute the eigen-centrality as the attention score of each word. The explicit modeling of relationships as a graph is able to capture some higher-order dependency among words, which helps us achieve better results in 5 text classification tasks and one SNLI task than baseline models such as pooling, self-attention and dynamic routing. Besides, in order to compute the dominant eigenvector of the graph, we adopt power method algorithm to get the eigen-centrality measure. Moreover, we also derive an iterative approach to get the gradient for the power method process to reduce both memory consumption and computation requirement.}

📄 PDF Abstract BibTeX arXiv:2011.07916

Code (0)

등록된 구현이 없습니다.

Tasks

Sentencetext-classificationText Classification

Similar Papers 제목 키워드 기반

Most central or least central? How much modeling decisions influence a node's centrality ranking in multiplex networks

2016-06-17 · Sude Tavassoli, Katharina Anna Zweig

To understand a node's centrality in a multiplex network, its centrality values in all the layers of the network can be aggregated. This requires a normalization of the values, to allow their meaningful comparison and ag…

Sensitivity

Graph Ordering Attention Networks

2022-04-11 · Michail Chatzianastasis, Johannes F. Lutzeyer, George Dasoulas, Michalis Vazirgiannis

Graph Neural Networks (GNNs) have been successfully used in many problems involving graph-structured data, achieving state-of-the-art performance. GNNs typically employ a message-passing scheme, in which every node aggre…

Node Classification

Compressive Closeness in Networks

2019-06-19 · Hamidreza Mahyar, Rouzbeh Hasheminezhad, H. Eugene Stanley

Distributed algorithms for network science applications are of great importance due to today's large real-world networks. In such algorithms, a node is allowed only to have local interactions with its immediate neighbors…

Compressive Sensing

Spectral Methods for Ranking with Scarce Data

2020-07-02 · Umang Varma, Lalit Jain, Anna C. Gilbert

Given a number of pairwise preferences of items, a common task is to rank all the items. Examples include pairwise movie ratings, New Yorker cartoon caption contests, and many other consumer preferences tasks. What these…

Multilayer Aggregation with Statistical Validation: Application to Investor Networks

2018-05-29

Multilayer networks are attracting growing attention in many fields, including finance. In this paper, we develop a new tractable procedure for multilayer aggregation based on statistical validation, which we apply to in…