Linguistically Motivated Features for Classifying Shorter Text into Fiction and Non-Fiction Genre (2022.coling-1)
Copied to clipboard
| Challenge: | linguistically motivated features are used to classify paragraph-level text into fiction and non-fiction genres. |
| Approach: | They deploy linguistically motivated features to classify paragraph-level text into fiction and non-fiction genres using a logistic regression model. |
| Outcome: | The proposed model gives 15.56% accuracy jump over baseline model . the proposed model also transfers over to another dataset, Baby BNC corpus . |
Similar Papers
Genre Identification and the Compositional Effect of Genre in Literature (C18-1)
Copied to clipboard
| Challenge: | Literature is artistic and conveys complex themes over the course of very long narratives. |
| Approach: | They propose a method which can work with large literary corpus of texts . they propose 'gutenberg' dataset to perform Genre Identification . |
| Outcome: | The proposed methods improve results in a literature-based task with 200,000 words of literature . the Gutenberg dataset is used to model literary classifications with a high level of fidelity . |
Why Generate When You Can Discriminate? A Novel Technique for Text Classification using Language Models (2024.findings-eacl)
Copied to clipboard
| Challenge: | Existing methods for text classification using autoregressive language models are limited . authors propose a novel technique for text classification using autoreregressives . |
| Approach: | They propose a two-step technique for text classification using autoregressive language models . they use a set of perplexity and log-likelihood based numeric features to elicit a text instance . |
| Outcome: | The proposed technique eliminates parameter updates in LMs and does not limit training examples . it is evaluated across 5 datasets and compares with multiple competent baselines . |
Towards A “Novel” Benchmark: Evaluating Literary Fiction with Large Language Models (2025.findings-acl)
Copied to clipboard
| Challenge: | Recent advances in Large Language Models (LLMs) context windows have enabled them to process inputs over 100K tokens and generate outputs of up to 10K token. |
| Approach: | They propose a multi-level evaluation framework that incorporates ten metrics across the Macro, Meso, and Micro levels and an annotated fiction dataset. |
| Outcome: | The proposed framework incorporates ten metrics across the Macro, Meso, and Micro levels and is based on a human-human-AI dataset. |
LFED: A Literary Fiction Evaluation Dataset for Large Language Models (2024.lrec-main)
Copied to clipboard
| Challenge: | LFED is a literary fiction evaluation dataset for large language models that evaluate the capability of LLMs on the long fiction comprehension and reasoning. |
| Approach: | They propose a Literary Fiction Evaluation Dataset to evaluate LLMs' comprehension and reasoning on long fictions. |
| Outcome: | The proposed dataset evaluates the capability of large language models on the long fiction comprehension and reasoning. |
Synthetic Textual Features for the Large-Scale Detection of Basic-level Categories in English and Mandarin (2021.emnlp-main)
Copied to clipboard
| Challenge: | Basic-level categories are an important psycholinguistic concept introduced by Rosch et al. . an at-scale algorithm for the automatic determination of BLC exists, but it operates without Rosch-style semantic features. |
| Approach: | They propose a method for the detection of BLC at scale that makes use of Rosch-style semantic features. |
| Outcome: | The proposed method outperforms the current SoA in detecting basic-level categories with an accuracy of 75.0% in English and 80.7% in Mandarin. |
Genre Matters: How Text Types Interact with Decoding Strategies and Lexical Predictors in Shaping Reading Behavior (2025.emnlp-main)
Copied to clipboard
| Challenge: | eMTeC is the first eye-tracking corpus of LLM-generated texts . it shows that text type strongly modulates cognitive effort during reading . |
| Approach: | They use the first eye-tracking corpus of LLM-generated texts to study eye movements during reading and how decoding strategies interact with text types to shape reading behavior. |
| Outcome: | The first eye-tracking corpus of LLM-generated texts shows that text type strongly modulates cognitive effort during reading and that word-level psycholinguistic effects vary systematically across genres. |
Token Prediction as Implicit Classification to Identify LLM-Generated Text (2023.emnlp-main)
Copied to clipboard
| Challenge: | a novel approach for identifying large language models (LLMs) involved in text generation is proposed . instead of adding an additional classification layer, we reframe the classification task as a next-token prediction task . |
| Approach: | They propose a novel approach for identifying large language models involved in text generation . instead of adding an additional classification layer, they reframe the task as a next-token prediction task . |
| Outcome: | The proposed method performs exceptionally well in the text classification task . it can distinguish distinctive writing styles among various LLMs even without an explicit classifier. |
Evaluation of Deep Gaussian Processes for Text Classification (2020.lrec-1)
Copied to clipboard
| Challenge: | Existing models for text classification are limited by the expressability limit and require enormous empirical efforts to come up with a robust model architecture. |
| Approach: | They propose a Bayesian non-parametric Bayessian nonparametric model with strong function compositionality for the task of Text Classification. |
| Outcome: | The proposed models outperform shallow and deep Gaussian processes on the TREC (Text REtrieval Conference) datasets. |
Are Large Language Models Capable of Generating Human-Level Narratives? (2024.emnlp-main)
Copied to clipboard
Yufei Tian, Tenghao Huang, Miri Liu, Derek Jiang, Alexander Spangher, Muhao Chen, Jonathan May, Nanyun Peng
| Challenge: | a recent HCI study has pointed to gaps in machine storytelling ability at the global level . authors show that LLMs have less suspense and less tension than human stories . |
| Approach: | They propose a computational framework to analyze narratives through three discourse-level aspects. |
| Outcome: | The proposed framework analyzes narratives through three discourse-level aspects . it shows that LLMs fall short of human abilities in discourse understanding . |
A Survey on LLMs for Story Generation (2025.findings-emnlp)
Copied to clipboard
Maria Teleki, Vedangi Bengali, Xiangjue Dong, Sai Tejas Janjur, Haoran Liu, Tian Liu, Cong Wang, Ting Liu, Yin Zhang, Frank Shipman, James Caverlee
| Challenge: | Methods for story generation with Large Language Models (LLMs) have come into the spotlight recently. |
| Approach: | They propose a novel taxonomy of LLMs for story generation consisting of two major paradigms: independent story generation by an LLM, and author-assistance for story creation . |
| Outcome: | The proposed taxonomy compares existing work on the topic with those of novel author-assistance models. |