The Trial - Initial commit
This commit is contained in:
86
data/training/factual_qa.json
Normal file
86
data/training/factual_qa.json
Normal file
@@ -0,0 +1,86 @@
|
||||
[
|
||||
{
|
||||
"instruction": "Who is Josef K.?",
|
||||
"input": "",
|
||||
"output": "Josef K. is a character in The Trial by Franz Kafka. Key information about Josef K. can be found throughout the novel.",
|
||||
"category": "factual",
|
||||
"character": "Josef K."
|
||||
},
|
||||
{
|
||||
"instruction": "What is Josef K.'s role in the story?",
|
||||
"input": "",
|
||||
"output": "Josef K. is a character in The Trial by Franz Kafka. Key information about Josef K. can be found throughout the novel.",
|
||||
"category": "factual",
|
||||
"character": "Josef K."
|
||||
},
|
||||
{
|
||||
"instruction": "Describe Josef K.'s character.",
|
||||
"input": "",
|
||||
"output": "Josef K. is a character in The Trial by Franz Kafka. Key information about Josef K. can be found throughout the novel.",
|
||||
"category": "factual",
|
||||
"character": "Josef K."
|
||||
},
|
||||
{
|
||||
"instruction": "What happens to Josef K.?",
|
||||
"input": "",
|
||||
"output": "Josef K. is a character in The Trial by Franz Kafka. Key information about Josef K. can be found throughout the novel.",
|
||||
"category": "factual",
|
||||
"character": "Josef K."
|
||||
},
|
||||
{
|
||||
"instruction": "Who is Josef K. related to?",
|
||||
"input": "",
|
||||
"output": "Josef K. is a character in The Trial by Franz Kafka. Key information about Josef K. can be found throughout the novel.",
|
||||
"category": "factual",
|
||||
"character": "Josef K."
|
||||
},
|
||||
{
|
||||
"instruction": "Where does Josef K. get arrested?",
|
||||
"input": "",
|
||||
"output": "In his boarding house room",
|
||||
"category": "factual",
|
||||
"topic": "plot"
|
||||
},
|
||||
{
|
||||
"instruction": "What is Josef K.'s profession?",
|
||||
"input": "",
|
||||
"output": "Bank clerk",
|
||||
"category": "factual",
|
||||
"topic": "plot"
|
||||
},
|
||||
{
|
||||
"instruction": "Who is Josef K.'s landlady?",
|
||||
"input": "",
|
||||
"output": "Frau Grubach",
|
||||
"category": "factual",
|
||||
"topic": "plot"
|
||||
},
|
||||
{
|
||||
"instruction": "What crime is Josef K. accused of?",
|
||||
"input": "",
|
||||
"output": "It's never revealed",
|
||||
"category": "factual",
|
||||
"topic": "plot"
|
||||
},
|
||||
{
|
||||
"instruction": "Who is Josef K.'s first defender?",
|
||||
"input": "",
|
||||
"output": "Uncle Albert brings him Huld",
|
||||
"category": "factual",
|
||||
"topic": "plot"
|
||||
},
|
||||
{
|
||||
"instruction": "Where does the final execution take place?",
|
||||
"input": "",
|
||||
"output": "In a quarry",
|
||||
"category": "factual",
|
||||
"topic": "plot"
|
||||
},
|
||||
{
|
||||
"instruction": "What happens to Josef K. at the end?",
|
||||
"input": "",
|
||||
"output": "He is executed",
|
||||
"category": "factual",
|
||||
"topic": "plot"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user