Summary
This paper introduces a novel framework for generating screenplays from novels using causal plot graphs, aiming to enhance the coherence and reduce hallucinations in the generated screenplays. The authors present a hallucination-aware refinement (HAR) method to minimize inconsistencies in large language model (LLM) outputs, resulting in more reliable screenplay quality. Additionally, causal plot graphs are employed to maintain logical and causal coherence throughout the screenplay. The paper is well-structured, with comprehensive experiments including both AI (GPT-4o) and human evaluations, as well as case studies to demonstrate the effectiveness of the proposed approach.
Strengths
**Originality & Significance**
1. This paper proposes a new novel-to-screenplay generation framework with causal plot graphs to achieve automatic and high-quality generated screenplay with reduced hallucination.
2. This work introduces a hallucination-aware refinement method (HAR) to eliminate the hallucination in the LLM output for a more consistent screenplay, which significantly enhances the quality of the generated screenplay.
3. This work utilizes causal plot graphs to generate screenplay that is more coherent and consistent.
**Clarity & Quality**
1. The paper is well-structured and easy to follow. The task is well-formulated.
2. Substantial experiments are conducted to show the effectiveness of the proposed method. Both AI evaluator (GPT-4o) and human evaluators are involved to evaluate the proposed method, which is comprehensive and convincing.
3. Moreover, the authors conduct case study to analyze how the proposed method gives the high-quality screenplay.
Weaknesses
W1. Though this work aims to address the current two issues in LLM-based novel-to-screenplay generation method, the significance of developing novel-to-screenplay applications might be a bit questionable. With the advent of generative AI, it is more promising for generative AI to directly generate screenplay instead of transforming from novels.
W2. The paper lacks novelty. The two key technical contributions of this work are HAR and CPC. However, HAR simply adopts the self-refinement idea which has been widely studied. Moreover, CPC includes causal graph identification and cycle removal, where the cycle removal simply use the existing algorithms and the more crucial identification is not sufficiently discussed and introduced.
W3. The method lacks necessary illustration of how LLMs are prompted, especially for the causal plot graph, which is a key concept throughout the whole paper.
Questions
1. Regarding W1, the supportive figures in the paper are from 2007 to 2016. The need for novel-to-screenplay seems less convincing.
2. For W2, what is the difference between the proposed HAR and the existing self-refinement approaches in other areas (e.g., NLP) to reduce hallucination?
3. For the CPC, how to make sure the identified causal relationships between events are reliable? Is HAR also applied to the causal relationship generation process?
4. Why are the results of the proposed methods different across comparisons between different methods (e.g., results of R^2 are all different across Table 1-3). Did I miss anything important regarding experimental settings?
5. What are the prompts for LLMs used in this paper? These are important to achieve reproducibility of this work.