paper-with-me

홈 › Papers

Author Identification using Multi-headed Recurrent Neural Networks

2015-06-16 · Douglas Bagnall

Recurrent neural networks (RNNs) are very good at modelling the flow of text, but typically need to be trained on a far larger corpus than is available for the PAN 2015 Author Identification task. This paper describes a novel approach where the output layer of a character-level RNN language model is split into several independent predictive sub-models, each representing an author, while the recurrent layer is shared by all. This allows the recurrent layer to model the language as a whole without over-fitting, while the outputs select aspects of the underlying model that reflect their author's style. The method proves competitive, ranking first in two of the four languages.

📄 PDF Abstract BibTeX arXiv:1506.04891

Code (4)

pan-webis-de/caravel 공식 구현
ShogoAkiyama54/author-identification
ShogoAkiyama54/author_identification
shogo54/author-identification

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Authorship clustering using multi-headed recurrent neural networks

2016-08-16 · Douglas Bagnall

A recurrent neural network that has been trained to separately model the language of several documents by unknown authors is used to measure similarity between the documents. It is able to find clues of common authorship…

Clustering

Two-headed eye-segmentation approach for biometric identification

2022-09-30 · Wiktor Lazarski, Maciej Zieba, Tanguy Jeanneau, Tobias Zillig 외

Iris-based identification systems are among the most popular approaches for person identification. Such systems require good-quality segmentation modules that ideally identify the regions for different eye components. Th…

Person IdentificationVocal Bursts Valence Prediction

Multi-Level Attention for Unsupervised Person Re-Identification

2022-01-10 · Yi Zheng

The attention mechanism is widely used in deep learning because of its excellent performance in neural networks without introducing additional information. However, in unsupervised person re-identification, the attention…

Person Re-IdentificationUnsupervised Person Re-Identification

Authorship attribution via network motifs identification

2016-07-23 · Vanessa Queiroz Marinho, Graeme Hirst, Diego Raphael Amancio

Concepts and methods of complex networks can be used to analyse texts at their different complexity levels. Examples of natural language processing (NLP) tasks studied via topological analysis of networks are keyword ide…

Authorship AttributionExtractive Summarization

Single Headed Attention RNN: Stop Thinking With Your Head

2019-11-26 · Stephen Merity

The leading approaches in language modeling are all obsessed with TV shows of my youth - namely Transformers and Sesame Street. Transformers this, Transformers that, and over here a bonfire worth of GPU-TPU-neuromorphic …

GPUHyperparameter OptimizationLanguage ModelingLanguage Modelling