1{2 "sentiment_analysis": [3 {4 "input": "This product exceeded my expectations! The quality is outstanding.",5 "output": "Positive"6 },7 {8 "input": "Terrible experience. The item arrived damaged and customer service was unhelpful.",9 "output": "Negative"10 },11 {12 "input"
73 "input": "Jane Doe | jane.doe@company.com | +1-555-987-6543",
74 "output": {
75 "name": "Jane Doe",
76 "email": "jane.doe@company.com",
77 "phone": "+1-555-987-6543"
78 }
79 }
80 ],
81 "question_answering": [
82 {
83 "context": "The Eiffel Tower is a wrought-iron lattice tower in Paris, France. It was constructed from 1887 to 1889 and stands 324 meters (1,063 ft) tall.",
84 "question": "When was the Eiffel Tower built?",
85 "answer": "The Eiffel Tower was constructed from 1887 to 1889."
86 },
87 {
88 "context": "Python 3.11 was released on October 24, 2022. It includes performance improvements and new features like exception groups and improved error messages.",
89 "question": "What are the new features in Python 3.11?",
90 "answer": "Python 3.11 includes exception groups, improved error messages, and performance improvements."
91 }
92 ],
93 "summarization": [
94 {
95 "input": "Climate change refers to long-term shifts in global temperatures and weather patterns. While climate change is natural, human activities have been the main driver since the 1800s, primarily due to the burning of fossil fuels like coal, oil and gas which produces heat-trapping greenhouse gases. The consequences include rising sea levels, more extreme weather events, and threats to biodiversity.",
96 "output": "Climate change involves long-term alterations in global temperatures and weather patterns, primarily driven by human fossil fuel consumption since the 1800s, resulting in rising sea levels, extreme weather, and biodiversity threats."