paper-with-me

Papers

Style Classification of Rabbinic Literature for Detection of Lost Midrash Tanhuma Material

2022-11-17 · Shlomo Tannor, Nachum Dershowitz, Moshe Lavee

Midrash collections are complex rabbinic works that consist of text in multiple languages, which evolved through long processes of unstable oral and written transmission. Determining the origin of a given passage in such a compilation is not always straightforward and is often a matter of dispute among scholars, yet it is essential for scholars' understanding of the passage and its relationship to other texts in the rabbinic corpus. To help solve this problem, we propose a system for classification of rabbinic literature based on its style, leveraging recent advances in natural language processing for Hebrew texts. Additionally, we demonstrate how this method can be applied to uncover lost material from a specific midrash genre, Tan\d{h}uma-Yelammedenu, that has been preserved in later anthologies.

📄 PDF Abstract BibTeX arXiv:2211.09710

Code (1)

shlomota/midrash-style-classification 공식 구현

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
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…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Introducing BEREL: BERT Embeddings for Rabbinic-Encoded Language

2022-08-03 · Avi Shmidman, Joshua Guedalia, Shaltiel Shmidman, Cheyn Shmuel Shmidman 외

We present a new pre-trained language model (PLM) for Rabbinic Hebrew, termed Berel (BERT Embeddings for Rabbinic-Encoded Language). Whilst other PLMs exist for processing Hebrew texts (e.g., HeBERT, AlephBert), they are…

Language ModelingLanguage Modelling

Automatic Detection of Complex Quotation Patterns in Aggadic Literature

2025-12-29 · Hadar Miller, Tsvi Kuflik, Moshe Lavee arxiv

This paper presents ACT (Allocate Connections between Texts), a novel three-stage algorithm for the automatic detection of biblical quotations in Rabbinic literature. Unlike existing text reuse frameworks that struggle w…

Genre classification

Raiders of the Lost Art

2019-09-10 · Anthony Bourached, George Cann

Neural style transfer, first proposed by Gatys et al. (2015), can be used to create novel artistic work through rendering a content image in the form of a style image. We present a novel method of reconstructing lost art…

Style Transfer

Probing TryOnGAN

2022-01-05 · Saurabh Kumar, Nishant Sinha

TryOnGAN is a recent virtual try-on approach, which generates highly realistic images and outperforms most previous approaches. In this article, we reproduce the TryOnGAN implementation and probe it along diverse angles:…

Image GenerationStyle TransferTransfer LearningVirtual Try-on

Assessing Cyclostationary Malware Detection via Feature Selection and Classification

2023-08-29 · Mike Nkongolo

Cyclostationarity involves periodic statistical variations in signals and processes, commonly used in signal analysis and network security. In the context of attacks, cyclostationarity helps detect malicious behaviors wi…

Anomaly DetectionClassificationfeature selectionIntrusion Detection+2