paper-with-me

홈 › Papers

Paranoid Transformer: Reading Narrative of Madness as Computational Approach to Creativity

2020-07-13 · Yana Agafonova, Alexey Tikhonov, Ivan P. Yamshchikov

This papers revisits the receptive theory in context of computational creativity. It presents a case study of a Paranoid Transformer - a fully autonomous text generation engine with raw output that could be read as the narrative of a mad digital persona without any additional human post-filtering. We describe technical details of the generative system, provide examples of output and discuss the impact of receptive theory, chance discovery and simulation of fringe mental state on the understanding of computational creativity.

📄 PDF Abstract BibTeX arXiv:2007.06290

Code (1)

altsoph/paranoid_transformer 공식 구현 pytorch

Tasks

Text Generation

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 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Attention 설명 없음
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$…
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…

Similar Papers 제목 키워드 기반

March Madness Tournament Predictions Model: A Mathematical Modeling Approach

2025-03-17 · Christian McIver, Karla Avalos, Nikhil Nayak

This paper proposes a model to predict the outcome of the March Madness tournament based on historical NCAA basketball data since 2013. The framework of this project is a simplification of the FiveThrityEight NCAA March …

A Survey of Machine Narrative Reading Comprehension Assessments

2022-04-30 · Yisi Sang, Xiangyang Mou, Jing Li, Jeffrey Stanton 외

As the body of research on machine narrative comprehension grows, there is a critical need for consideration of performance assessment strategies as well as the depth and scope of different benchmark tasks. Based on narr…

Reading ComprehensionSurvey

Noise Steering for Controlled Text Generation: Improving Diversity and Reading-Level Fidelity in Arabic Educational Story Generation

2026-04-03 · Haziq Mohammad Khalid, Salsabeel Shapsough, Imran Zualkernan arxiv

Generating diverse, pedagogically valid stories for Arabic early-grade reading assessments requires balancing tight constraints on vocabulary, reading level, and narrative structure against the need to avoid repetitive p…

Story GenerationText Generation

Improving Fairness and Mitigating MADness in Generative Models

2024-05-22 · Paul Mayer, Lorenzo Luzi, Ali Siahkoohi, Don H. Johnson 외

Generative models unfairly penalize data belonging to minority classes, suffer from model autophagy disorder (MADness), and learn biased estimates of the underlying distribution parameters. Our theoretical and empirical …

Fairness

Hybrid topic modelling for computational close reading: Mapping narrative themes in Pushkin's Evgenij Onegin

2026-03-20 · Angelo Maria Sabatini arxiv

This study presents a hybrid topic modelling framework for computational literary analysis that integrates Latent Dirichlet Allocation (LDA) with sparse Partial Least Squares Discriminant Analysis (sPLS-DA) to model them…