<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Leveraging LLM-Constructed Graphs for Effective Goal-Driven Storytelling</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Taewoo</forename><surname>Yoo</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">SungKyunKwan University (SKKU)</orgName>
								<address>
									<settlement>Suwon</settlement>
									<country key="KR">South Korea</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Yun-Gyung</forename><surname>Cheong</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">SungKyunKwan University (SKKU)</orgName>
								<address>
									<settlement>Suwon</settlement>
									<country key="KR">South Korea</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Leveraging LLM-Constructed Graphs for Effective Goal-Driven Storytelling</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">4E3DCE9D28BEB0E1758F7B8F646D518D</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T19:28+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>LLMs (Large Language Models)</term>
					<term>SPGs (Story Plan Graphs)</term>
					<term>KGs (Knowledge Graphs)</term>
					<term>Narrative generation</term>
					<term>Goal-driven storytelling</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>While advanced language models, such as Large Language Models (LLMs), have demonstrated potential in generating various types of text, including narratives, they often struggle to maintain semantic consistency. In narrative theory, skeleton selection refers to deriving a story's backbone by choosing only the pivotal events, or nucleus, from the comprehensive story world (fabula), ensuring a focused and coherent narrative structure. To address the challenges faced by LLMs, we utilize Story Plan Graphs (SPGs)-a form of Knowledge Graphs-to ensure logical soundness for skeleton construction. When evaluated against GPT-3.5 using the ROCStories dataset, our approach demonstrates enhanced skeleton selection capabilities, offering an efficient solution for storytelling.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Stories are an essential element that permeates human culture and history. They are expressed in various forms, literature, movies and entertainment such as games, providing enjoyment to people. A story refers to a series of events linked by causality, experienced or enacted by actors <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b2">3]</ref>. For instance, "Mary woke up late. She missed the bus to work. Her boss was unhappy" is considered a story, whereas "Mary woke up late. She wore a blue dress to work. The coffee machine was broken. " is non-narrative.</p><p>A coherent and engaging story demands that each sentence logically follows the previous one. This means that the events, actions, and dialogue in the story must be linked by cause and effect, ensuring that the overall narrative makes sense for the reader. Furthermore, crafting a story that engages and entertains the reader presents a notable challenge. Consequently, narrative generation has captured the interest of researchers for decades and has become a topic of intensive investigation with the advent of LLMs enabled by Transformer-based language models <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5]</ref>.</p><p>While LLMs offer significant improvements in narrative generation, they still face challenges in maintaining deep semantic coherence, avoiding repetition, and producing highly specific and creative responses <ref type="bibr" target="#b5">[6]</ref>. Moreover, LLMs sometimes exhibit reasoning errors and inconsistent responses due to the lack of an underlying belief system and the reliance on probabilistic patterns from its training data <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b7">8]</ref>.</p><p>To address these limitations, utilizing knowledge graphs (KGs) and reasoning frameworks can be a solution. Traditional solutions to story generation, such as symbolic planning <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b9">10,</ref><ref type="bibr" target="#b10">11,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b12">13]</ref>, can infer causal relationships between events. Additionally, it offers a means to model semantic dependencies in the form of a graph. This is conceptually similar to KGs, which represent information in a structured format. Thus, this paper presents Story Plan Graph (SPGs) as a form of Knowledge Graph, specifically tailored for narrative story generation. A story can be analyzed via a tripartite model, which include the notions of fabula, syuzhet, and discourse <ref type="bibr" target="#b13">[14,</ref><ref type="bibr" target="#b14">15,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b16">17]</ref>. The term fabula provides the raw content of a story, the syuzhet selects and organizes that content, and the discourse presents it to the audience. Drawn upon this narrative analysis theory, we aim to construct a narrative as a story plan graph (SPG) at the fabula layer and select core events as a skeleton at the syuzhet layer. Specifically, this study investigates which events should be chosen from the modeled SPG to construct the most effective skeleton in terms of coherency, logicality, and interestingness.</p><p>The key contributions of this research are enumerated as follows:</p><p>• We propose a new method leveraging story plan knowledge graphs to construct a coherent story.</p><p>• We propose an efficient content selection procedure based on the well-established significance metrics, TF-IDF <ref type="bibr" target="#b17">[18]</ref> and the PageRank <ref type="bibr" target="#b18">[19]</ref> algorithm. • We conducted an automated evaluation utilizing GPT-3.5 and the ROCStories dataset <ref type="bibr" target="#b19">[20]</ref>. The results indicate that our approach effectively constructs the skeleton, by accurately identifying and prioritizing key events within the narrative, ensuring both relevance and coherence in the given story.</p><p>In this study, we examine how symbolic knowledge, specifically Story Plan Graphs (SPGs), and algorithms can enhance narrative generation using Large Language Models (LLMs).</p><p>The structure of the paper is as follows: Section 2 reviews related works; Section 3 describes our skeleton selection approach; Section 4 presents the experiment and discusses the results; and finally, Section 5 concludes with future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Background and Related Work</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Narrative Analysis Theory</head><p>The employment of the bipartite model-story and discourse-in analyzing narrative has a long history in narratology <ref type="bibr" target="#b13">[14]</ref>. In this model, story refers to the content plane of narrative whereas discourse represents its expression plane. Some narrative theorists <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b16">17]</ref> maintain that different stories emerging from the same story material is rooted in the existence of an abstract entity called the narrator, who decides what to tell and when to tell it. To distinguish the narrator's role from the discourse, they propose a three-tiered model of narrative consisting of the fabula, the sjuzhet, and the narrative discourse. The 'fabula' refers to the comprehensive story world, encompassing all events, characters, and circumstances.</p><p>In this paper, the event sentence list from the SPG was utilized as the fabula. All events within the fabula are feasible, distinguishing it from the 'possible world' <ref type="bibr" target="#b20">[21]</ref>, wherein not all possessed events can occur concurrently. The 'skeleton' is derived by selecting only the pivotal events from the fabula, essentially constituting the backbone or the primary events of the story-named nucleus <ref type="bibr" target="#b13">[14]</ref>. The 'syuzhet' is responsible for ordering the nucleus of the skeleton to instill elements such as suspense, thereby captivating the audience; it may also incorporate 'satellites'-events that might not be crucial to the storyline but are pivotal for narration <ref type="bibr" target="#b13">[14]</ref>. The 'discourse' represents the syuzhet as expressed through mediums like text or film. Our research focuses on skeleton selection, grounded in the aforementioned theories and definitions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Computational Approaches to Story Generation</head><p>Traditional story generation systems leverage symbolic approaches such as inference and planning algorithms. These systems are divided into author-centric and character-centeric approaches. Talespin <ref type="bibr" target="#b8">[9]</ref> generates stories by modeling the goals and actions of characters and constructing narratives through their interactions. Universe <ref type="bibr" target="#b21">[22]</ref> is a system focused on the creative aspects of storytelling, designed as an aid for writers. It synthesizes various story elements into a plot through interaction with humans.</p><p>Minstrel <ref type="bibr" target="#b22">[23]</ref> is a knowledge-based system for storytelling, emphasizing character and plot development. It simulates creative problem-solving in story generation, employing methods to use existing knowledge in novel ways. Mexica <ref type="bibr" target="#b23">[24]</ref> aims to model the creative process of story writing, specifically creating narratives about the lives of early Mexican natives. Its approach emphasizes creativity and emotional connections to deepen the narrative generated.</p><p>Fabulist <ref type="bibr" target="#b24">[25]</ref> is a story generation architecture that models story structure and character intentions, considering the causes and consequences of events to create narratives. Virtual StoryTeller <ref type="bibr" target="#b25">[26]</ref> employs a multi-agent approach to generate stories. Each agent, with its independent knowledge and goals, interacts in the story development process, selecting actions that contribute to story creation. Our work references these methodologies to study skeleton selection methods.</p><p>Existing story generation models often struggle to maintain consistency. Various approaches have been researched to address this issue. For instance, Xie et al. <ref type="bibr" target="#b26">[27]</ref> investigated whether large pre-trained language models could learn storytelling with few examples. Additionally, Peng et al. <ref type="bibr" target="#b27">[28]</ref> proposed a method to improve the consistency and thematic coherence of neural network-based story generation using reader models. Furthermore, Wang et al. <ref type="bibr" target="#b28">[29]</ref> conducted a comprehensive survey on open-world story generation with structured knowledge enhancement, exploring ways to improve the logical coherence of generated stories. Xu et al. <ref type="bibr" target="#b29">[30]</ref> proposed the MEGATRON-CNTRL framework, which integrates an external knowledge base to enable controllable story generation. These studies illustrate additional methods for LLMs to maintain coherent and logical story structures beyond simple text generation capabilities. In this research, we utilized SPGs-a form of KGs-to enhance the consistent storytelling abilities of LLMs.</p><p>Neural Story Planning <ref type="bibr" target="#b30">[31]</ref> addresses the manual schema-related challenges of traditional story generation methods, such as symbolic planning, by utilizing LLMs. By drawing upon common-sense knowledge extracted from these expansive language models, it is possible to recursively expand the SPG using a backward chaining approach from the goal event sentence, thus generating a consistent SPG. In this paper, we leverage these SPGs as a form of KGs, integrating the structured, logical representation of symbolic planning with the language-based knowledge generated by an LLM. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Skeleton Selection</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Overview</head><p>First, we construct the SPGs employing the Neural Story Planning method <ref type="bibr" target="#b30">[31]</ref>, setting the last sentence of select stories from the ROCStories dataset as the goal event sentence and subsequently constructing the SPGs.</p><p>Figure <ref type="figure" target="#fig_2">3</ref> depicts our skeleton selection algorithm, which computes the selection score for each event sentence 𝑒 𝑖 (where 1 ≤ 𝑖 ≤ 𝑛) within the fabula 𝐹 = {𝑒 1 , 𝑒 2 , ..., 𝑒 3 } as follows:</p><formula xml:id="formula_0">𝑆 𝑖 (𝐹 ) = 𝛼𝐸 𝑖 (𝐹 ) + 𝛽𝐺 𝑖 (𝐹 )<label>(1)</label></formula><p>where 𝛼 represents the weight of the event-based score, and 𝛽 denotes the weight of the graph-based score, with the constraint 𝛽 = 1 − 𝛼 and 0 ≤ 𝛼, 𝛽 ≤ 1. We aim to adjust 𝛼 to blend the two scores.</p><p>The overall process of computing the selection score follows the steps as shown in Algorithm 1:</p><p>1. Initialize a fabula 𝐹 : This step initializes the entire story plot.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Initialize a goal 𝐺:</head><p>The last sentence of the story is set as the goal event.</p><p>3. Vectorize Events: All events in the plot are vectorized to evaluate their importance. This algorithm ensures logical coherence and an interesting story composition by evaluating the causal relationships between event sentences (𝑒 𝑖 ) generated through backward chaining from the goal event sentence (𝑔) in the SPG.</p><p>Finally, the top-𝑘 event sentences are selected based on their selection scores. Please note that the selected event sentences may not be directly linked within the graph. For instance, in Figure <ref type="figure" target="#fig_0">1</ref>, while "Ludo's work was taking a toll on his health" (denoted as 𝑒 1 ) and "Ludo got a prescription for the medicine from his doctor" (denoted as 𝑒 3 ) are selected, "Ludo drove himself to hospital" (denoted as 𝑒 2 ) may not be. Although 𝑒 1 and 𝑒 3 are not directly linked within the graph, readers can infer 𝑒 2 on their own. Thus, readers can comprehend the story without 𝑒 2 being selected.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Event-Based Score</head><p>The event-based score 𝐸 𝑖 is calculated based on the importance derived from the tf-idf of the event sentences within the fabula. Condition sentences appear associated with causal links between event sentences during the computation of the graph-based score. Therefore, only the event sentences were utilized when calculating 𝐸 𝑖 . The computation of the event-based score 𝐸 𝑖 is as follows:</p><formula xml:id="formula_1">𝐸 𝑖 (𝐹 ) = ∑︁ 𝑡∈𝑒 𝑖 𝑖𝑑𝑓 (𝑒 𝑖 , 𝐷) * 𝑡𝑓 (𝑡, 𝑒 𝑖 ) * 𝑖𝑑𝑓 (𝑡, 𝐹 )<label>(2)</label></formula><p>where 𝑡 denotes the events present in the event sentence, as highlighted in bold in Figure <ref type="figure" target="#fig_4">4</ref>.</p><p>The first term, 𝑖𝑑𝑓 (𝑒 𝑖 , 𝐷), references the inverse document frequency from the ROCStories dataset, 𝐷. The general inverse document frequency aids in filtering out the events that occur frequently throughout the datasets. The second term, 𝑡𝑓 (𝑡, 𝑒 𝑖 ), represents the term frequency and is employed to identify pivotal events within each event sentence. The final term, 𝑖𝑑𝑓 (𝑡, 𝐹 ), assists in filtering events that are frequently used locally. For instance, in the story shown in Figure <ref type="figure" target="#fig_4">4</ref>, both the words 'drive' and 'get' appear frequently. The final term helps reduce the probability of selecting these commonly occurring words.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Graph-Based Score</head><p>Leveraging the information derived from the SPG, we assess the significance of each event sentence node. To incorporate the importance of the causal relationships between event sentences and condition sentences, we employ the PageRank method to determine the graph-based score of each event sentence.</p><p>We also consider the 𝑑𝑖𝑠𝑡𝑎𝑛𝑐𝑒(𝑔, 𝑒 𝑖 ) from the goal event sentence 𝑔 to each node as a weight, emphasizing events surrounding the goal. This approach was chosen to align with our focus on selecting a skeleton for a goal-driven story. The graph-based score, 𝐺 𝑖 , is computed using the following equation:</p><formula xml:id="formula_2">𝐺 𝑖 (𝐹 ) = 𝑃 𝑎𝑔𝑒𝑅𝑎𝑛𝑘(𝑎𝑑𝑗_𝑙𝑖𝑠𝑡, 𝑑𝑖𝑠𝑡𝑎𝑛𝑐𝑒(𝑔, 𝑒 𝑖 ))<label>(3)</label></formula><p>where 𝑎𝑑𝑗_𝑙𝑖𝑠𝑡 represents the adjacency list of the SPG, and 𝑑𝑖𝑠𝑡𝑎𝑛𝑐𝑒 is defined as the shortest path between 𝑔 and 𝑒 𝑖 when at least one path exists between them, as described in Harary <ref type="bibr" target="#b31">[32]</ref>. Notably, since every node in the SPG is generated through backward chaining from 𝑔, there are no instances where 𝑔 and 𝑒 𝑖 are not connected.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Experiment</head><p>In this section, we evaluate our skeleton selection method using the SPGs generated based on the stories in ROCStories dataset. We describe the dataset, baseline, and evaluation methodology. Subsequently, we present the results in comparison with the baseline and ablation study, discussing the implications of these findings.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Dataset</head><p>We employed the recently-introduced story planning method, Neural Story Planning, to generate the SPGs. For the goal event sentence, we utilized the final sentence from the stories in the ROCStories dataset. The ROCStories dataset, introduced by Mostafazadeh et al. <ref type="bibr" target="#b19">[20]</ref>, is a collection of 100,000 short commonsense stories designed for research in commonsense reasoning and story understanding.</p><p>Each story in the ROCStories dataset consists of five sentences that describe everyday scenarios, providing a rich source of diverse narrative structures. This makes it particularly suitable for evaluating story generation and skeleton selection methods.</p><p>From the generated plan graphs, we conducted experiments using 135 SPGs that adhered to the criteria of a fabula rather than a possible world. Each fabula comprises more than 15 event sentences. The selection criteria ensured that the stories used in our experiments maintained a level of complexity suitable for testing our skeleton selection algorithm.</p><p>Additionally, the ROCStories dataset allows for the testing of narrative coherence and logical progression, as the stories inherently contain causal links and event dependencies. This characteristic of the dataset was crucial for evaluating the effectiveness of our Story Plan Graph-based approach to skeleton selection.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">Baseline</head><p>We used GPT-3.5 1 to generate a skeleton for our baseline. We provided the adjacency list of the SPG and the fabula through prompting, instructing it to select 𝑘 event sentences, including the goal event sentence. Given that our study focuses on goal-driven storytelling, the final event sentence represents the goal event. We noted that GPT-3.5 not only performed skeleton selection but also undertook ordering. Since we need to compare only the skeleton selection performance, we rearrange the skeleton produced by GPT-3.5 to match the order of the fabula. Examples of prompts designed to guide GPT-3.5 in selecting skeletons from the fabula are as follows:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Role:</head><p>You create a skeleton story by selecting events from the tree-structured story planner. You have to look at the story planner given an adjacency list and choose 9 events in event list. The criteria for selecting events can be freely defined. Please select an appropriate event considering the fun of the event, causal rink, goal sentence, etc.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Content:</head><p>goal: Ludo watched a lot of movies on the subscription during the next week. adjacency list: Ludo watched a lot of movies on the subscription during the next week.:set() I; A subscription for watching movies:Ludo watched a lot of movies on the subscription during the next week. Ludo purchased a subscription online using his credit card:I; A subscription for watching movies ... event list: Ludo drove to his workplace in his car Ludo has completed a new project that needs to be completed urgently Ludo got the laptop from his company for work purposes Ludo was trying to impress his boss by working hard ... 1 'gpt-3.5-turbo-16k-0613' version was used through OpenAI API. We opted for a specific version rather than the latest version to ensure consistency in our experiments.</p><p>Question: Choose 9 events in event list. Answer:</p><p>We additionally conducted skeleton selection using ChatGPT<ref type="foot" target="#foot_0">2</ref> . By comparing the skeleton selection performance with ChatGPT, known for its high proficiency in a wide range of linguistic tasks, we aimed to assess the effectiveness of our selection algorithm. We utilized ChatGPT 4 with the same prompts used in GPT-3.5 for interactive tasks.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3.">Evaluation Method</head><p>To evaluate whether the selected skeletons are 1) intriguing, 2) logical, and 3) cohesive towards the goal, we compared the skeleton produced by GPT-3.5 (A) and the skeleton selected using our method (B) using the following three questions:</p><p>• Interestingness: Which story was more interesting? • Logic Coherency: Which story had coherent flow between sentences? • Topic Coherency: Which story had overall consistency in theme?</p><p>For each of the three questions, we collected responses 10 times each for A or B to evaluate which skeleton, A or B, was selected more effectively. The responses were gathered using the GPT-3.5 version 3 , which served as our baseline. For this evaluation, we set 𝛼 = 0.5 and 𝑘 = 10.</p><p>Role: You are the story evaluator. You just have to look at Story A and Story B, and answer the questions only with "A" or "B". Content: Story A: 1. Horace was transported to a location where he can freely move around by walking 2. Horace hailed a taxi on the street 3. Horace took a taxi to the car dealership 4. Horace bought a car from a dealership 5. Horace drove his car to the hardware store 6. Horace had been using the lightbulb in his bathroom for a long time until it burned out 7. The old lightbulb burned out after being used for a long time 8. Horace asked a store employee for assistance 9. Horace bought a new lightbulb from a hardware store 10. Horace is glad the lightbulb in his bathroom is no longer dead. Story B: 1. Horace didn't have a choice in inheriting his functional legs 2. Horace inherited his pair of functional legs from his parents 3. Horace has had the ability to walk since he was born 4. Horace walked to the street where he hailed the taxi 5. Horace hailed a taxi on the street 6. Horace had been using the lightbulb in his bathroom for a long time until it burned out 7. The old lightbulb burned out after being used for a long time 8. Horace had a doubt 9. Horace bought a new lightbulb from a hardware store 10. Horace is glad the lightbulb in his bathroom is no longer dead. Question: Which story was more interesting? Answer:</p><p>In this example, Story A is skeleton selected with GPT-3.5, and Story B as skeleton selected with our method. The order of Story A and Story B is determined randomly. The rationale for randomizing the order in our evaluations stems from the positional bias found in large language models, as identified in recent research <ref type="bibr" target="#b32">[33]</ref>. To mitigate this bias, we randomized the story sequence and accordingly structured our prompts.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.4.">Results and Discussion</head><p>As presented in Table <ref type="table" target="#tab_0">1</ref>, the skeleton selected using our method was favored over the skeleton generated by GPT-3.5 across all three question types. Although these findings are based on evaluations by an LLM rather than human judgments, numerous prior studies <ref type="bibr" target="#b30">[31,</ref><ref type="bibr" target="#b32">33]</ref> have utilized LLMs for auto-evaluation. Hence, it can be inferred that our algorithm performed a more effective skeleton selection.</p><p>Table <ref type="table" target="#tab_1">2</ref> report the results from the experiments comparing our skeleton selection method with that of ChatGPT. The preference for our algorithm, though marginally higher, indicates that our algorithm can exhibit comparable performance in the skeleton selection task to the commercial large-scale language models.</p><p>To validate the efficacy of our proposed event-based and graph-based approaches, we assessed skeletons generated by adjusting the value of 𝛼. According to Equation <ref type="formula" target="#formula_0">1</ref>, when 𝛼 = 1, the skeleton is selected solely based on the event-based method, and when 𝛼 = 0, it is based entirely on the graph-based method.</p><p>The results are presented in Table <ref type="table" target="#tab_2">3</ref>. As we hypothesized, the graph-based only selection method more adeptly chose skeletons that were logical and coherent towards the goal. Additionally, the event-based approach seemed to aid in selecting more engaging skeletons. To further discern the utility of our proposed methods, we conducted an ablation study, as detailed in Section 4.5. Results from the ablation study evaluated at 𝛼 = 0.5. Here, 'simple' refers to the event-based method calculated using a straightforward tf-idf computation, while 'no weight' represents the graph-based method employing PageRank without any weighting. In the evaluation, items receiving a higher selection rate are highlighted in bold.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.5.">Ablation Study</head><p>To determine the impact of our proposed event-based score 𝐸 𝑖 and graph-based score 𝐺 𝑖 on the quality of skeleton selection, we conducted evaluations using a simple tf-idf and a PageRank that doesn't use weights, respectively. The results are displayed in Table <ref type="table" target="#tab_3">4</ref>. Across all question types, the skeleton selection method we proposed demonstrates superior performance. This suggests that both 𝐸 𝑖 and 𝐺 𝑖 which we proposed have been effectively applied in the skeleton selection process.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion</head><p>In this paper, we propose an algorithm to generate a narrative story skeleton by selecting important events from the fabula using a Story Plan Graph (SPG), which emphasizes the logical coherence of event sentences within the story's structure. Our approach also considers an event-based scheme to include pivotal events based on their occurrences in the fabula. Collectively, these methods ensure the inclusion of overarching event sentences throughout the fabula.</p><p>We employ GPT-3.5 to automatically evaluate the interest, logical coherence, and unity of the skeleton. The results demonstrate that our skeleton selection algorithm outperforms GPT-3.5 and shows comparable performance to ChatGPT, while offering greater efficiency in terms of API usage fees and physical resources.</p><p>We plan to conduct a comprehensive formal evaluation using state-of-the-art LLMs to validate the efficacy of our proposed approach. By integrating SPGs as a form of Knowledge Graph and LLMs, we believe that this paper contributes to the computational storytelling community by combining the strengths of symbolic and neural methods for reliable knowledge processing.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: An illustrative example of a SPG generated via a planning algorithm. It is constructed from connections between event sentences and condition sentences. The green box represents the goal event sentence, the white boxes denote event sentences, and the inscriptions on the connectors denote condition sentences. Within the condition sentences, 'I' stands for item need condition, 'L' represents location condition, and 'R' indicates reason condition.</figDesc><graphic coords="2,113.78,68.95,365.22,561.62" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Depicts the process of generating a discourse from an SPG. This paper details the process of generating a skeleton from an SPG.</figDesc><graphic coords="3,75.39,69.00,451.27,217.22" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: An illustration of the proposed algorithm. The skeleton selection score is computed for every event sentence in the fabula, and then the top 𝑘 event sentences with the highest scores are selected to produce the skeleton.</figDesc><graphic coords="5,82.04,68.99,428.72,305.19" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>4 .Algorithm 1</head><label>41</label><figDesc>Compute Event-Based Score: The event-based score for each event sentence is calculated using tf-idf.<ref type="bibr" target="#b4">5</ref>. Compute Graph-Based Score: The graph-based score is calculated using the PageRank algorithm and the distance from the goal event. 6. Combine Scores: The event-based and graph-based scores are combined to compute the final selection score. Skeleton Selection for SPG 1: Input: Story Plan Graph 2: Parameter: plot created with plan_generation, plan graph's adj_list, vectorizer trained only with verbs, top_k 3: Output: Selected Skeleton 4: Initialize a fabula 𝐹 ← plot 5: Initialize a goal 𝐺 ← plot[-1] 6: total_vector ← vectorizer(connect all event in 𝐹 ) {vectorize only the verb tokens} 7: each_vector ← vectorizer(𝐹 ) 8: Initialize event_based_score ← {0} {event-based score (In this paper, TF-IDF is used)} 9: for each event in 𝐹 do 10: for each verb in event do 12: add total_vector(verb) * each_vector(verb) to sum 13: , sum) to event_based_score 15: end for 16: Initialize graph_based_score ← {0} {graph-based score (In this paper, PageRank is used)} 17: for each event in 𝐹 do 18: add (event, PageRank(adj_list, distance(𝐺, event))) to graph_based_score 19: end for 20: selection_score ← 𝛼 * event_based_score + 𝛽 * graph_based_score {total score (𝛼 + 𝛽 = 1)} 21: top_k_selection ← sorted_and_pick(selection_score without 𝐺, top_k 22: return top_k_selection + 𝐺7. Select Top-k Events: The top-k event sentences are selected based on their final selection scores.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: An example of a fabula. Events within the event sentences are highlighted in bold.</figDesc><graphic coords="7,82.04,509.44,428.73,230.67" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 A</head><label>1</label><figDesc>/B test results for each question type at 𝛼 = 0.5. In the evaluation, items receiving a higher selection rate are highlighted in bold.</figDesc><table><row><cell>Question Type</cell><cell cols="2">GPT-3.5 (%) Ours (%)</cell></row><row><cell>Interestingness</cell><cell>28.89</cell><cell>71.11</cell></row><row><cell>Logic Coherency</cell><cell>21.48</cell><cell>78.52</cell></row><row><cell>Topic Coherency</cell><cell>11.85</cell><cell>88.15</cell></row><row><cell>average</cell><cell>20.84</cell><cell>79.26</cell></row><row><cell>Question Type</cell><cell cols="2">ChatGPT (%) Ours (%)</cell></row><row><cell>Interestingness</cell><cell>48.15</cell><cell>51.85</cell></row><row><cell>Logic Coherency</cell><cell>45.93</cell><cell>54.07</cell></row><row><cell>Topic Coherency</cell><cell>42.96</cell><cell>57.04</cell></row><row><cell>average</cell><cell>45.68</cell><cell>54.32</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 A</head><label>2</label><figDesc>/B test results for each question type at 𝛼 = 0.5. In the evaluation, items receiving a higher selection rate are highlighted in bold.</figDesc><table><row><cell>Question Type</cell><cell cols="2">𝛼 = 0 (%) 𝛼 = 1 (%)</cell></row><row><cell>Interestingness</cell><cell>64.89</cell><cell>76.30</cell></row><row><cell>Logic Coherency</cell><cell>85.93</cell><cell>74.04</cell></row><row><cell>Topic Coherency</cell><cell>85.19</cell><cell>83.70</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3</head><label>3</label><figDesc>Proportion of selections favoring ours in the A/B test across question types, based on varying 𝛼. In the evaluation, items receiving a higher selection rate are highlighted in bold.</figDesc><table><row><cell>Question Type</cell><cell cols="3">Ours (%) simple (%) no weight (%)</cell></row><row><cell>Interestingness</cell><cell>71.11</cell><cell>63.33</cell><cell>60.91</cell></row><row><cell>Logic Coherency</cell><cell>78.52</cell><cell>69.48</cell><cell>70.15</cell></row><row><cell>Topic Coherency</cell><cell>88.15</cell><cell>78.44</cell><cell>76.30</cell></row><row><cell>average</cell><cell>79.26</cell><cell>70.42</cell><cell>69.12</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 4</head><label>4</label><figDesc></figDesc><table /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">https://chat.openai.com/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_1">'gpt-3.5-turbo-16k-0613'</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>This work was partly supported by National Research Foundation of Korea (NRF) grant funded by the Korea government (MIST) (No.RS-2024-00357849), the Korea Planning &amp; Evaluation Institute of Industrial Technology (KEIT) grant funded by the Korea government (MOTIE) (No.RS-2024-00413839), and Institute of Information &amp; communications Technology Planning &amp; Evaluation (IITP) grant funded by the Korea government (MSIT) (No.2019-0-00421, Artificial Intelligence Graduate School Program (Sungkyunkwan University)).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">The musical analogy</title>
		<author>
			<persName><forename type="first">D</forename><surname>Bordwell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Yale French Studies</title>
		<imprint>
			<biblScope unit="page" from="141" to="156" />
			<date type="published" when="1980">1980</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Bal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Van Boheemen</surname></persName>
		</author>
		<title level="m">Narratology: Introduction to the theory of narrative</title>
				<imprint>
			<publisher>University of Toronto Press</publisher>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Narrative and life, The Cambridge Introduction to Narrative</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">P</forename><surname>Abbott</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="1" to="12" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Attention is all you need</title>
		<author>
			<persName><forename type="first">A</forename><surname>Vaswani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Shazeer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Parmar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Uszkoreit</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Jones</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">N</forename><surname>Gomez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ł</forename><surname>Kaiser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Polosukhin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Advances in neural information processing systems</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Rewon child, david luan, dario amodei, and ilya sutskever</title>
		<author>
			<persName><forename type="first">A</forename><surname>Radford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">OpenAI blog</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page">9</biblScope>
			<date type="published" when="2019">2019. 2019</date>
		</imprint>
	</monogr>
	<note>Language models are unsupervised multitask learners</note>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Holtzman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Buys</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Du</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Forbes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Choi</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1904.09751</idno>
		<title level="m">The curious case of neural text degeneration</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">J</forename><surname>Openai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Achiam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Adler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Agarwal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Ahmad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">L</forename><surname>Akkaya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Aleman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Almeida</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Altenschmidt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Altman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Anadkat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Avila</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Babuschkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Balaji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Balcom</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Baltescu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Bavarian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Belgum</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Bello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Berdine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bernadett-Shapiro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Berner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Bogdonoff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Boiko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A.-L</forename><surname>Boyd</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Brakman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Brockman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Brooks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Brundage</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Button</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Cai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Campbell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Cann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Carey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Carlson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Carmichael</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Chan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Chang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Chantzis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Chess</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Cho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">W</forename><surname>Chu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Chung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Cummings</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Currier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Dai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Decareaux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Degry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Deutsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Deville</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Dhar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dohan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dowling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Dunning</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ecoffet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Eleti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Eloundou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Farhi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Fedus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">P</forename><surname>Felix</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Fishman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Forte</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Fulford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Georges</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Gibson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Goel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Gogineni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Goh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gontijo-Lopes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gordon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Grafstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Gray</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Greene</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">S</forename><surname>Gross</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Gu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Guo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hallacy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Han</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Harris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Heaton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Heidecke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hesse</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Hickey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hickey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Hoeschele</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Houghton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Hsu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Huizinga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Jang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Jin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Jin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Jomoto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Jonn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Jun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Łukasz</forename><surname>Kaftan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kaiser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Kamali</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">S</forename><surname>Kanitscheider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Keskar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Khan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">W</forename><surname>Kilpatrick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kirchner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kiros</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Knight</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Łukasz</forename><surname>Kokotajlo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kondraciuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kondrich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Konstantinidis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Kosic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Krueger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kuo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Lampe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Lan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Leike</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Leung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">M</forename><surname>Levy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Litwin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Lopez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Lowe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lue</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Makanju</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Malfacini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Manning</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Markov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Markovski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Martin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mayer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Mayne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Mcgrew</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Mckinney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mcleavey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mcmillan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mcneil</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Medina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mehta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Menick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Metz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mishchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Mishkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Monaco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Morikawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mossing</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Murati</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Murk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mély</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Nair</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Nakano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nayak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Neelakantan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Ngo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Noh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ouyang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>O'keefe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pachocki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Paino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Palermo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Pantuliano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Parascandolo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Parish</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Parparita</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Passos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pavlov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Peng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Perelman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>De Avila Belbute Peres</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">P</forename><surname>Petrov</surname></persName>
		</author>
		<author>
			<persName><surname>De Oliveira Pinto</surname></persName>
		</author>
		<author>
			<persName><surname>Michael</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Pokorny</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">H</forename><surname>Pokrass</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Pong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Powell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Power</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Power</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Proehl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Puri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Radford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rae</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ramesh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Raymond</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Real</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Rimbach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Ross</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Rotsted</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Roussez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ryder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Saltarelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Sanders</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Santurkar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Sastry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Schmidt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Schnurr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Schulman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Selsam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Sheppard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sherbakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Shieh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Shoker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Shyam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Sidor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sigler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Simens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Sitkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Slama</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sohl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Sokolowsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Song</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">P</forename><surname>Staudacher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Such</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Summers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sutskever</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">B</forename><surname>Tezak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Thompson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Tillet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Tootoonchian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Tseng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Tuggle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Turley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F C</forename><surname>Tworek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Uribe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Vallone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Vijayvergiya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Voss</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">J</forename><surname>Wainwright</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ward</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Wei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Weinmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Welihinda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Welinder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Weng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Weng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Wiethoff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Willner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Winter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Wolrich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Wong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Workman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Xiao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Yoo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Yuan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Zaremba</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Zellers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Zhuang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Zhuk</surname></persName>
		</author>
		<author>
			<persName><surname>Zoph</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2303.08774</idno>
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
	<note type="report_type">Gpt-4 technical report</note>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Baktash</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dawodi</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2305.03195</idno>
		<title level="m">Gpt-4: A review on advancements and opportunities in natural language processing</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Tale-spin, an interactive program that writes stories</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Meehan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Ijcai</title>
		<imprint>
			<biblScope unit="volume">77</biblScope>
			<biblScope unit="page" from="91" to="98" />
			<date type="published" when="1977">1977</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Story-telling as planning and learning</title>
		<author>
			<persName><forename type="first">M</forename><surname>Lebowitz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Poetics</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="483" to="502" />
			<date type="published" when="1985">1985</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Controlling narrative generation with planning trajectories: the role of constraints</title>
		<author>
			<persName><forename type="first">J</forename><surname>Porteous</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Cavazza</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Interactive Storytelling: Second Joint International Conference on Interactive Digital Storytelling, ICIDS 2009</title>
				<meeting><address><addrLine>Guimarães, Portugal</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009">December 9-11, 2009. 2009</date>
			<biblScope unit="page" from="234" to="245" />
		</imprint>
	</monogr>
	<note>Proceedings 2</note>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Narrative planning: Balancing plot and character</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">O</forename><surname>Riedl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">M</forename><surname>Young</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Artificial Intelligence Research</title>
		<imprint>
			<biblScope unit="volume">39</biblScope>
			<biblScope unit="page" from="217" to="268" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Cpocl: A narrative planner supporting conflict</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ware</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Young</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment</title>
				<meeting>the AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="97" to="102" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Story and discourse: Narrative structure in fiction and film</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">B</forename><surname>Chatman</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1978">1978</date>
			<publisher>Cornell university press</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<author>
			<persName><forename type="first">G</forename><surname>Genette</surname></persName>
		</author>
		<title level="m">Narrative discourse: An essay in method</title>
				<imprint>
			<publisher>Cornell University Press</publisher>
			<date type="published" when="1983">1983</date>
			<biblScope unit="volume">3</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>Rimmon-Kenan</surname></persName>
		</author>
		<title level="m">afterthoughts, almost twenty years later</title>
				<editor>
			<persName><forename type="first">Sr-K</forename></persName>
		</editor>
		<meeting><address><addrLine>London and New York</addrLine></address></meeting>
		<imprint>
			<publisher>Routledge</publisher>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="134" to="149" />
		</imprint>
	</monogr>
	<note>Narrative Fiction. Contemporary Poetics. 2nd ed</note>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Fabula and fictionality in narrative theory</title>
		<author>
			<persName><forename type="first">R</forename><surname>Walsh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Style</title>
		<imprint>
			<biblScope unit="volume">35</biblScope>
			<biblScope unit="page" from="592" to="606" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">A statistical interpretation of term specificity and its application in retrieval</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">Sparck</forename><surname>Jones</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of documentation</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="page" from="11" to="21" />
			<date type="published" when="1972">1972</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<author>
			<persName><forename type="first">L</forename><surname>Page</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Brin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Motwani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Winograd</surname></persName>
		</author>
		<title level="m">The pagerank citation ranking: Bring order to the web</title>
				<imprint>
			<date type="published" when="1998">1998</date>
		</imprint>
		<respStmt>
			<orgName>stanford University</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<author>
			<persName><forename type="first">N</forename><surname>Mostafazadeh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Chambers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Parikh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Batra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Vanderwende</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Kohli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Allen</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1604.01696</idno>
		<title level="m">A corpus and evaluation framework for deeper understanding of commonsense stories</title>
				<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<author>
			<persName><forename type="first">M.-L</forename><surname>Ryan</surname></persName>
		</author>
		<title level="m">Possible worlds, artificial intelligence, and narrative theory</title>
				<imprint>
			<publisher>Indiana University Press</publisher>
			<date type="published" when="1991">1991</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Lebowitz</surname></persName>
		</author>
		<title level="m">Creating a story-telling universe</title>
				<imprint>
			<date type="published" when="1983">1983</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<title level="m" type="main">Minstrel: a computer model of creativity and storytelling</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">R</forename><surname>Turner</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1993">1993</date>
			<pubPlace>Los Angeles</pubPlace>
		</imprint>
		<respStmt>
			<orgName>University of California</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<title level="m" type="main">MEXICA: a computer model of creativity in writing</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">P</forename><surname>Pérez</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1999">1999</date>
			<publisher>Norman Spinrad</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">A planning approach to story generation for history education</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">O</forename><surname>Riedl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">M</forename><surname>Young</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 3rd International Conference on Narrative and Interactive Learning Environments</title>
				<meeting>the 3rd International Conference on Narrative and Interactive Learning Environments</meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="41" to="48" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">The virtual storyteller: Story creation by intelligent agents</title>
		<author>
			<persName><forename type="first">M</forename><surname>Theune</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Faas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nijholt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Heylen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Technologies for Interactive Digital Storytelling and Entertainment (TIDSE) Conference</title>
				<meeting>the Technologies for Interactive Digital Storytelling and Entertainment (TIDSE) Conference</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="volume">204215</biblScope>
			<biblScope unit="page">116</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<title level="m" type="main">The next chapter: A study of large language models in storytelling</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Xie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Cohn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Lau</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2301.09790</idno>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<author>
			<persName><forename type="first">X</forename><surname>Peng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Xie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Alabdulkarim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Kayam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">O</forename><surname>Riedl</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2112.08596</idno>
		<title level="m">Guiding neural story generation with reader models</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<monogr>
		<author>
			<persName><forename type="first">Y</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">F</forename><surname>Karlsson</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2212.04634</idno>
		<title level="m">Open-world story generation with structured knowledge enhancement: A comprehensive survey</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Patwary</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Shoeybi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Puri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Fung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Anandkumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Catanzaro</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2010.00840</idno>
		<title level="m">Megatron-cntrl: Controllable story generation with external knowledge using large-scale language models</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Ye</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Cui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Shi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">O</forename><surname>Riedl</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2212.08718</idno>
		<title level="m">Neural story planning</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b31">
	<monogr>
		<title level="m" type="main">Graph theory addison-wesley reading ma usa</title>
		<author>
			<persName><forename type="first">F</forename><surname>Harary</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1969">1969</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<monogr>
		<author>
			<persName><forename type="first">L</forename><surname>Zheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W.-L</forename><surname>Chiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Sheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhuang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhuang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Xing</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2306.05685</idno>
		<title level="m">Judging llm-as-a-judge with mt-bench and chatbot arena</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
