Upload 3 files
Browse files- dataset_info.json +143 -0
- text_classification.csv +301 -0
- text_classification.jsonl +300 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "mock_text_classification",
|
| 3 |
+
"description": "Multi-label text classification dataset with ClassLabel columns",
|
| 4 |
+
"version": "1.0.0",
|
| 5 |
+
"num_rows": 300,
|
| 6 |
+
"features": {
|
| 7 |
+
"id": {
|
| 8 |
+
"dtype": "int64",
|
| 9 |
+
"_type": "Value"
|
| 10 |
+
},
|
| 11 |
+
"text": {
|
| 12 |
+
"dtype": "string",
|
| 13 |
+
"_type": "Value"
|
| 14 |
+
},
|
| 15 |
+
"sentiment": {
|
| 16 |
+
"_type": "ClassLabel",
|
| 17 |
+
"names": [
|
| 18 |
+
"negative",
|
| 19 |
+
"neutral",
|
| 20 |
+
"positive"
|
| 21 |
+
],
|
| 22 |
+
"num_classes": 3,
|
| 23 |
+
"dtype": "int32"
|
| 24 |
+
},
|
| 25 |
+
"sentiment_id": {
|
| 26 |
+
"dtype": "int32",
|
| 27 |
+
"_type": "Value"
|
| 28 |
+
},
|
| 29 |
+
"topic": {
|
| 30 |
+
"_type": "ClassLabel",
|
| 31 |
+
"names": [
|
| 32 |
+
"technology",
|
| 33 |
+
"science",
|
| 34 |
+
"business",
|
| 35 |
+
"sports",
|
| 36 |
+
"entertainment",
|
| 37 |
+
"health",
|
| 38 |
+
"politics"
|
| 39 |
+
],
|
| 40 |
+
"num_classes": 7,
|
| 41 |
+
"dtype": "int32"
|
| 42 |
+
},
|
| 43 |
+
"topic_id": {
|
| 44 |
+
"dtype": "int32",
|
| 45 |
+
"_type": "Value"
|
| 46 |
+
},
|
| 47 |
+
"language": {
|
| 48 |
+
"_type": "ClassLabel",
|
| 49 |
+
"names": [
|
| 50 |
+
"en",
|
| 51 |
+
"zh",
|
| 52 |
+
"ja",
|
| 53 |
+
"ko",
|
| 54 |
+
"fr",
|
| 55 |
+
"de",
|
| 56 |
+
"es",
|
| 57 |
+
"pt",
|
| 58 |
+
"ru",
|
| 59 |
+
"ar"
|
| 60 |
+
],
|
| 61 |
+
"num_classes": 10,
|
| 62 |
+
"dtype": "int32"
|
| 63 |
+
},
|
| 64 |
+
"language_id": {
|
| 65 |
+
"dtype": "int32",
|
| 66 |
+
"_type": "Value"
|
| 67 |
+
},
|
| 68 |
+
"quality": {
|
| 69 |
+
"_type": "ClassLabel",
|
| 70 |
+
"names": [
|
| 71 |
+
"low",
|
| 72 |
+
"medium",
|
| 73 |
+
"high",
|
| 74 |
+
"premium"
|
| 75 |
+
],
|
| 76 |
+
"num_classes": 4,
|
| 77 |
+
"dtype": "int32"
|
| 78 |
+
},
|
| 79 |
+
"quality_id": {
|
| 80 |
+
"dtype": "int32",
|
| 81 |
+
"_type": "Value"
|
| 82 |
+
},
|
| 83 |
+
"intent": {
|
| 84 |
+
"_type": "ClassLabel",
|
| 85 |
+
"names": [
|
| 86 |
+
"question",
|
| 87 |
+
"command",
|
| 88 |
+
"statement",
|
| 89 |
+
"request",
|
| 90 |
+
"complaint",
|
| 91 |
+
"feedback"
|
| 92 |
+
],
|
| 93 |
+
"num_classes": 6,
|
| 94 |
+
"dtype": "int32"
|
| 95 |
+
},
|
| 96 |
+
"intent_id": {
|
| 97 |
+
"dtype": "int32",
|
| 98 |
+
"_type": "Value"
|
| 99 |
+
}
|
| 100 |
+
},
|
| 101 |
+
"label_distributions": {
|
| 102 |
+
"sentiment": {
|
| 103 |
+
"neutral": 116,
|
| 104 |
+
"positive": 108,
|
| 105 |
+
"negative": 76
|
| 106 |
+
},
|
| 107 |
+
"topic": {
|
| 108 |
+
"entertainment": 47,
|
| 109 |
+
"politics": 45,
|
| 110 |
+
"sports": 44,
|
| 111 |
+
"health": 43,
|
| 112 |
+
"technology": 42,
|
| 113 |
+
"science": 40,
|
| 114 |
+
"business": 39
|
| 115 |
+
},
|
| 116 |
+
"language": {
|
| 117 |
+
"en": 76,
|
| 118 |
+
"zh": 56,
|
| 119 |
+
"fr": 34,
|
| 120 |
+
"ja": 34,
|
| 121 |
+
"ko": 25,
|
| 122 |
+
"pt": 23,
|
| 123 |
+
"de": 18,
|
| 124 |
+
"es": 18,
|
| 125 |
+
"ru": 10,
|
| 126 |
+
"ar": 6
|
| 127 |
+
},
|
| 128 |
+
"quality": {
|
| 129 |
+
"high": 126,
|
| 130 |
+
"medium": 90,
|
| 131 |
+
"low": 49,
|
| 132 |
+
"premium": 35
|
| 133 |
+
},
|
| 134 |
+
"intent": {
|
| 135 |
+
"complaint": 66,
|
| 136 |
+
"request": 57,
|
| 137 |
+
"feedback": 54,
|
| 138 |
+
"statement": 48,
|
| 139 |
+
"command": 42,
|
| 140 |
+
"question": 33
|
| 141 |
+
}
|
| 142 |
+
}
|
| 143 |
+
}
|
text_classification.csv
ADDED
|
@@ -0,0 +1,301 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,text,sentiment,sentiment_id,topic,topic_id,language,language_id,quality,quality_id,intent,intent_id
|
| 2 |
+
1,The tournament schedule has been updated due to weather concerns.,positive,2,sports,3,de,5,medium,1,statement,2
|
| 3 |
+
2,Supply chain disruptions continue to impact global manufacturing output.,negative,0,business,2,ko,3,premium,3,complaint,4
|
| 4 |
+
3,Merger negotiations between the two firms have entered their final stages.,positive,2,business,2,ru,8,high,2,command,1
|
| 5 |
+
4,Archaeological findings challenge existing theories about ancient civilizations.,positive,2,science,1,pt,7,low,0,feedback,5
|
| 6 |
+
5,Researchers identified a genetic marker linked to increased disease risk.,positive,2,health,5,zh,1,low,0,statement,2
|
| 7 |
+
6,Award nominations were announced today with several surprise inclusions.,positive,2,entertainment,4,fr,4,high,2,complaint,4
|
| 8 |
+
7,Supply chain disruptions continue to impact global manufacturing output.,neutral,1,business,2,en,0,low,0,feedback,5
|
| 9 |
+
8,Cloud computing infrastructure is evolving rapidly with new serverless options. Experts are closely monitoring the situation.,positive,2,technology,0,fr,4,low,0,question,0
|
| 10 |
+
9,The WHO released updated guidelines for pandemic preparedness. Public reaction has been mixed.,negative,0,health,5,de,5,low,0,feedback,5
|
| 11 |
+
10,Telemedicine adoption has surged following changes in healthcare policy.,positive,2,health,5,ja,2,medium,1,feedback,5
|
| 12 |
+
11,The company reported quarterly revenue growth of 25% year-over-year.,neutral,1,business,2,ru,8,premium,3,statement,2
|
| 13 |
+
12,The new film received critical acclaim at the international festival. The implications are far-reaching.,negative,0,entertainment,4,es,6,premium,3,request,3
|
| 14 |
+
13,Diplomatic talks between the two nations resumed after a prolonged hiatus.,positive,2,politics,6,ko,3,high,2,complaint,4
|
| 15 |
+
14,Telemedicine adoption has surged following changes in healthcare policy. Experts are closely monitoring the situation.,neutral,1,health,5,en,0,high,2,command,1
|
| 16 |
+
15,Archaeological findings challenge existing theories about ancient civilizations. This is a significant development.,neutral,1,science,1,ja,2,low,0,complaint,4
|
| 17 |
+
16,Election polls show a tight race between the leading candidates. Further analysis is needed.,positive,2,politics,6,en,0,medium,1,statement,2
|
| 18 |
+
17,The new film received critical acclaim at the international festival.,positive,2,entertainment,4,es,6,medium,1,complaint,4
|
| 19 |
+
18,The album topped the charts in multiple countries within its first week. The implications are far-reaching.,neutral,1,entertainment,4,ru,8,high,2,complaint,4
|
| 20 |
+
19,A new material shows promise for efficient solar energy conversion.,neutral,1,science,1,zh,1,premium,3,feedback,5
|
| 21 |
+
20,Startup funding reached record levels in the artificial intelligence space.,negative,0,business,2,fr,4,high,2,complaint,4
|
| 22 |
+
21,The legislative body passed the controversial infrastructure bill today. The implications are far-reaching.,neutral,1,politics,6,pt,7,high,2,complaint,4
|
| 23 |
+
22,Researchers discovered a new exoplanet in the habitable zone of a nearby star.,neutral,1,science,1,pt,7,premium,3,request,3
|
| 24 |
+
23,Merger negotiations between the two firms have entered their final stages.,negative,0,business,2,ja,2,high,2,complaint,4
|
| 25 |
+
24,International organizations called for coordinated action on climate policy.,negative,0,politics,6,pt,7,medium,1,complaint,4
|
| 26 |
+
25,The latest AI model achieves state-of-the-art results on benchmark datasets. Public reaction has been mixed.,neutral,1,technology,0,ko,3,medium,1,feedback,5
|
| 27 |
+
26,Diplomatic talks between the two nations resumed after a prolonged hiatus.,neutral,1,politics,6,en,0,high,2,feedback,5
|
| 28 |
+
27,A new study highlights the benefits of Mediterranean diet on heart health.,positive,2,health,5,fr,4,medium,1,request,3
|
| 29 |
+
28,The WHO released updated guidelines for pandemic preparedness. This is a significant development.,negative,0,health,5,de,5,high,2,complaint,4
|
| 30 |
+
29,Diplomatic talks between the two nations resumed after a prolonged hiatus.,neutral,1,politics,6,zh,1,medium,1,statement,2
|
| 31 |
+
30,Edge devices are becoming more powerful for on-device inference.,neutral,1,technology,0,ko,3,high,2,feedback,5
|
| 32 |
+
31,The new film received critical acclaim at the international festival.,negative,0,entertainment,4,pt,7,low,0,feedback,5
|
| 33 |
+
32,Merger negotiations between the two firms have entered their final stages. Further analysis is needed.,neutral,1,business,2,es,6,low,0,command,1
|
| 34 |
+
33,Streaming platforms are investing heavily in original content production. Further analysis is needed.,positive,2,entertainment,4,es,6,medium,1,feedback,5
|
| 35 |
+
34,Climate models predict accelerating ice sheet melt in the coming decades.,positive,2,science,1,de,5,high,2,statement,2
|
| 36 |
+
35,Quantum computing research has made significant breakthroughs this year.,negative,0,technology,0,en,0,high,2,request,3
|
| 37 |
+
36,The gaming studio revealed details about their upcoming open-world title.,neutral,1,entertainment,4,fr,4,premium,3,statement,2
|
| 38 |
+
37,A new material shows promise for efficient solar energy conversion.,positive,2,science,1,en,0,medium,1,complaint,4
|
| 39 |
+
38,Election polls show a tight race between the leading candidates. Experts are closely monitoring the situation.,positive,2,politics,6,ja,2,low,0,complaint,4
|
| 40 |
+
39,Coaching staff announced new training protocols for the upcoming season. This is a significant development.,neutral,1,sports,3,en,0,high,2,statement,2
|
| 41 |
+
40,Market analysts predict increased volatility in the tech sector this quarter.,negative,0,business,2,en,0,low,0,command,1
|
| 42 |
+
41,Supply chain disruptions continue to impact global manufacturing output.,positive,2,business,2,zh,1,high,2,complaint,4
|
| 43 |
+
42,The album topped the charts in multiple countries within its first week.,positive,2,entertainment,4,en,0,medium,1,command,1
|
| 44 |
+
43,A new study highlights the benefits of Mediterranean diet on heart health. The implications are far-reaching.,negative,0,health,5,fr,4,premium,3,request,3
|
| 45 |
+
44,Transfer negotiations are underway for the star midfielder.,neutral,1,sports,3,en,0,high,2,question,0
|
| 46 |
+
45,Election polls show a tight race between the leading candidates.,negative,0,politics,6,ja,2,medium,1,feedback,5
|
| 47 |
+
46,The latest AI model achieves state-of-the-art results on benchmark datasets.,positive,2,technology,0,ko,3,high,2,complaint,4
|
| 48 |
+
47,Coaching staff announced new training protocols for the upcoming season. This is a significant development.,neutral,1,sports,3,ja,2,premium,3,request,3
|
| 49 |
+
48,Researchers identified a genetic marker linked to increased disease risk.,negative,0,health,5,de,5,high,2,statement,2
|
| 50 |
+
49,A new material shows promise for efficient solar energy conversion.,negative,0,science,1,zh,1,low,0,command,1
|
| 51 |
+
50,International organizations called for coordinated action on climate policy.,positive,2,politics,6,en,0,medium,1,complaint,4
|
| 52 |
+
51,Streaming platforms are investing heavily in original content production.,neutral,1,entertainment,4,zh,1,medium,1,request,3
|
| 53 |
+
52,Researchers discovered a new exoplanet in the habitable zone of a nearby star. Experts are closely monitoring the situation.,negative,0,science,1,en,0,premium,3,statement,2
|
| 54 |
+
53,The tournament schedule has been updated due to weather concerns.,positive,2,sports,3,en,0,high,2,question,0
|
| 55 |
+
54,Telemedicine adoption has surged following changes in healthcare policy.,neutral,1,health,5,fr,4,high,2,complaint,4
|
| 56 |
+
55,A new material shows promise for efficient solar energy conversion.,neutral,1,science,1,ko,3,high,2,complaint,4
|
| 57 |
+
56,Supply chain disruptions continue to impact global manufacturing output.,negative,0,business,2,zh,1,high,2,statement,2
|
| 58 |
+
57,The tournament schedule has been updated due to weather concerns.,negative,0,sports,3,pt,7,medium,1,command,1
|
| 59 |
+
58,Quantum computing research has made significant breakthroughs this year.,negative,0,technology,0,en,0,medium,1,feedback,5
|
| 60 |
+
59,The legislative body passed the controversial infrastructure bill today.,neutral,1,politics,6,zh,1,low,0,feedback,5
|
| 61 |
+
60,The tournament schedule has been updated due to weather concerns. Experts are closely monitoring the situation.,positive,2,sports,3,zh,1,medium,1,command,1
|
| 62 |
+
61,The gaming studio revealed details about their upcoming open-world title. Public reaction has been mixed.,negative,0,entertainment,4,ja,2,low,0,statement,2
|
| 63 |
+
62,Archaeological findings challenge existing theories about ancient civilizations.,neutral,1,science,1,ja,2,low,0,feedback,5
|
| 64 |
+
63,The WHO released updated guidelines for pandemic preparedness.,negative,0,health,5,ko,3,medium,1,request,3
|
| 65 |
+
64,The study reveals novel mechanisms of gene regulation in human cells.,positive,2,science,1,de,5,high,2,command,1
|
| 66 |
+
65,The gaming studio revealed details about their upcoming open-world title. The implications are far-reaching.,positive,2,entertainment,4,ja,2,low,0,request,3
|
| 67 |
+
66,The athlete broke the world record in the 100-meter sprint. Experts are closely monitoring the situation.,neutral,1,sports,3,pt,7,high,2,command,1
|
| 68 |
+
67,The new film received critical acclaim at the international festival. Public reaction has been mixed.,neutral,1,entertainment,4,es,6,high,2,question,0
|
| 69 |
+
68,Edge devices are becoming more powerful for on-device inference.,positive,2,technology,0,ja,2,low,0,feedback,5
|
| 70 |
+
69,A new study highlights the benefits of Mediterranean diet on heart health.,neutral,1,health,5,en,0,high,2,command,1
|
| 71 |
+
70,The committee released its report on regulatory reform proposals.,neutral,1,politics,6,ja,2,high,2,feedback,5
|
| 72 |
+
71,The new film received critical acclaim at the international festival.,neutral,1,entertainment,4,de,5,premium,3,question,0
|
| 73 |
+
72,Merger negotiations between the two firms have entered their final stages.,neutral,1,business,2,en,0,high,2,question,0
|
| 74 |
+
73,The gaming studio revealed details about their upcoming open-world title. This is a significant development.,neutral,1,entertainment,4,en,0,high,2,request,3
|
| 75 |
+
74,The company reported quarterly revenue growth of 25% year-over-year. Public reaction has been mixed.,neutral,1,business,2,es,6,medium,1,statement,2
|
| 76 |
+
75,The album topped the charts in multiple countries within its first week.,neutral,1,entertainment,4,en,0,high,2,complaint,4
|
| 77 |
+
76,The athlete broke the world record in the 100-meter sprint.,neutral,1,sports,3,en,0,medium,1,statement,2
|
| 78 |
+
77,The committee released its report on regulatory reform proposals.,positive,2,politics,6,ko,3,high,2,request,3
|
| 79 |
+
78,Diplomatic talks between the two nations resumed after a prolonged hiatus. Public reaction has been mixed.,neutral,1,politics,6,zh,1,high,2,feedback,5
|
| 80 |
+
79,Clinical trials show promising results for the new vaccine candidate. This is a significant development.,positive,2,health,5,es,6,medium,1,complaint,4
|
| 81 |
+
80,The team secured a decisive victory in the championship final. Experts are closely monitoring the situation.,neutral,1,sports,3,ko,3,high,2,request,3
|
| 82 |
+
81,The gaming studio revealed details about their upcoming open-world title. Public reaction has been mixed.,negative,0,entertainment,4,de,5,medium,1,request,3
|
| 83 |
+
82,The team secured a decisive victory in the championship final. Public reaction has been mixed.,neutral,1,sports,3,en,0,high,2,complaint,4
|
| 84 |
+
83,Researchers identified a genetic marker linked to increased disease risk.,positive,2,health,5,zh,1,high,2,command,1
|
| 85 |
+
84,Open-source frameworks continue to democratize access to machine learning tools.,neutral,1,technology,0,zh,1,high,2,complaint,4
|
| 86 |
+
85,The latest AI model achieves state-of-the-art results on benchmark datasets.,neutral,1,technology,0,fr,4,high,2,complaint,4
|
| 87 |
+
86,Startup funding reached record levels in the artificial intelligence space.,neutral,1,business,2,ko,3,medium,1,request,3
|
| 88 |
+
87,The new film received critical acclaim at the international festival. Further analysis is needed.,neutral,1,entertainment,4,ja,2,high,2,statement,2
|
| 89 |
+
88,Quantum computing research has made significant breakthroughs this year.,positive,2,technology,0,de,5,high,2,feedback,5
|
| 90 |
+
89,The tournament schedule has been updated due to weather concerns.,positive,2,sports,3,fr,4,premium,3,request,3
|
| 91 |
+
90,A new study highlights the benefits of Mediterranean diet on heart health.,positive,2,health,5,zh,1,medium,1,request,3
|
| 92 |
+
91,Researchers identified a genetic marker linked to increased disease risk.,negative,0,health,5,zh,1,premium,3,complaint,4
|
| 93 |
+
92,The new film received critical acclaim at the international festival.,neutral,1,entertainment,4,en,0,medium,1,feedback,5
|
| 94 |
+
93,Election polls show a tight race between the leading candidates. Experts are closely monitoring the situation.,neutral,1,politics,6,zh,1,premium,3,statement,2
|
| 95 |
+
94,The study reveals novel mechanisms of gene regulation in human cells.,negative,0,science,1,fr,4,premium,3,command,1
|
| 96 |
+
95,The study reveals novel mechanisms of gene regulation in human cells.,positive,2,science,1,zh,1,high,2,question,0
|
| 97 |
+
96,Edge devices are becoming more powerful for on-device inference.,positive,2,technology,0,ja,2,low,0,request,3
|
| 98 |
+
97,Merger negotiations between the two firms have entered their final stages.,positive,2,business,2,pt,7,high,2,statement,2
|
| 99 |
+
98,The athlete broke the world record in the 100-meter sprint.,positive,2,sports,3,en,0,medium,1,complaint,4
|
| 100 |
+
99,Researchers discovered a new exoplanet in the habitable zone of a nearby star.,neutral,1,science,1,ru,8,low,0,statement,2
|
| 101 |
+
100,The athlete broke the world record in the 100-meter sprint.,negative,0,sports,3,ja,2,medium,1,question,0
|
| 102 |
+
101,Cloud computing infrastructure is evolving rapidly with new serverless options.,negative,0,technology,0,zh,1,premium,3,command,1
|
| 103 |
+
102,The album topped the charts in multiple countries within its first week. Further analysis is needed.,positive,2,entertainment,4,zh,1,medium,1,request,3
|
| 104 |
+
103,A new material shows promise for efficient solar energy conversion.,neutral,1,science,1,es,6,medium,1,command,1
|
| 105 |
+
104,Streaming platforms are investing heavily in original content production.,positive,2,entertainment,4,de,5,high,2,command,1
|
| 106 |
+
105,Award nominations were announced today with several surprise inclusions.,negative,0,entertainment,4,de,5,high,2,request,3
|
| 107 |
+
106,The legislative body passed the controversial infrastructure bill today. Further analysis is needed.,negative,0,politics,6,pt,7,high,2,complaint,4
|
| 108 |
+
107,The WHO released updated guidelines for pandemic preparedness.,neutral,1,health,5,ja,2,high,2,request,3
|
| 109 |
+
108,Cloud computing infrastructure is evolving rapidly with new serverless options. The implications are far-reaching.,neutral,1,technology,0,ko,3,medium,1,statement,2
|
| 110 |
+
109,Startup funding reached record levels in the artificial intelligence space.,neutral,1,business,2,de,5,medium,1,request,3
|
| 111 |
+
110,Open-source frameworks continue to democratize access to machine learning tools.,positive,2,technology,0,en,0,high,2,feedback,5
|
| 112 |
+
111,Streaming platforms are investing heavily in original content production.,neutral,1,entertainment,4,zh,1,high,2,feedback,5
|
| 113 |
+
112,The team secured a decisive victory in the championship final.,neutral,1,sports,3,ko,3,low,0,command,1
|
| 114 |
+
113,The WHO released updated guidelines for pandemic preparedness.,positive,2,health,5,zh,1,premium,3,question,0
|
| 115 |
+
114,Climate models predict accelerating ice sheet melt in the coming decades. The implications are far-reaching.,positive,2,science,1,fr,4,high,2,request,3
|
| 116 |
+
115,Supply chain disruptions continue to impact global manufacturing output.,positive,2,business,2,fr,4,high,2,request,3
|
| 117 |
+
116,The athlete broke the world record in the 100-meter sprint. This is a significant development.,negative,0,sports,3,en,0,medium,1,feedback,5
|
| 118 |
+
117,Clinical trials show promising results for the new vaccine candidate. Further analysis is needed.,negative,0,health,5,en,0,premium,3,complaint,4
|
| 119 |
+
118,The latest AI model achieves state-of-the-art results on benchmark datasets.,neutral,1,technology,0,ar,9,low,0,complaint,4
|
| 120 |
+
119,Researchers discovered a new exoplanet in the habitable zone of a nearby star.,positive,2,science,1,zh,1,medium,1,statement,2
|
| 121 |
+
120,The athlete broke the world record in the 100-meter sprint. Experts are closely monitoring the situation.,negative,0,sports,3,ko,3,premium,3,statement,2
|
| 122 |
+
121,The committee released its report on regulatory reform proposals.,positive,2,politics,6,ru,8,high,2,command,1
|
| 123 |
+
122,Telemedicine adoption has surged following changes in healthcare policy. Public reaction has been mixed.,neutral,1,health,5,fr,4,premium,3,request,3
|
| 124 |
+
123,The gaming studio revealed details about their upcoming open-world title.,neutral,1,entertainment,4,ja,2,high,2,request,3
|
| 125 |
+
124,Startup funding reached record levels in the artificial intelligence space.,negative,0,business,2,en,0,high,2,command,1
|
| 126 |
+
125,Startup funding reached record levels in the artificial intelligence space.,negative,0,business,2,pt,7,premium,3,request,3
|
| 127 |
+
126,The company reported quarterly revenue growth of 25% year-over-year.,positive,2,business,2,ja,2,high,2,complaint,4
|
| 128 |
+
127,Market analysts predict increased volatility in the tech sector this quarter.,neutral,1,business,2,zh,1,medium,1,feedback,5
|
| 129 |
+
128,A new study highlights the benefits of Mediterranean diet on heart health.,negative,0,health,5,en,0,high,2,complaint,4
|
| 130 |
+
129,International organizations called for coordinated action on climate policy.,positive,2,politics,6,en,0,high,2,statement,2
|
| 131 |
+
130,The athlete broke the world record in the 100-meter sprint.,negative,0,sports,3,en,0,high,2,complaint,4
|
| 132 |
+
131,Transfer negotiations are underway for the star midfielder.,neutral,1,sports,3,zh,1,medium,1,complaint,4
|
| 133 |
+
132,Cloud computing infrastructure is evolving rapidly with new serverless options.,neutral,1,technology,0,en,0,medium,1,question,0
|
| 134 |
+
133,Researchers discovered a new exoplanet in the habitable zone of a nearby star. Further analysis is needed.,negative,0,science,1,zh,1,high,2,request,3
|
| 135 |
+
134,Supply chain disruptions continue to impact global manufacturing output.,negative,0,business,2,en,0,high,2,command,1
|
| 136 |
+
135,Open-source frameworks continue to democratize access to machine learning tools.,negative,0,technology,0,zh,1,medium,1,statement,2
|
| 137 |
+
136,The committee released its report on regulatory reform proposals.,negative,0,politics,6,de,5,medium,1,request,3
|
| 138 |
+
137,Researchers discovered a new exoplanet in the habitable zone of a nearby star. This is a significant development.,neutral,1,science,1,ar,9,medium,1,feedback,5
|
| 139 |
+
138,Startup funding reached record levels in the artificial intelligence space. This is a significant development.,positive,2,business,2,ja,2,low,0,request,3
|
| 140 |
+
139,The WHO released updated guidelines for pandemic preparedness. This is a significant development.,positive,2,health,5,en,0,low,0,feedback,5
|
| 141 |
+
140,Transfer negotiations are underway for the star midfielder. The implications are far-reaching.,neutral,1,sports,3,zh,1,medium,1,question,0
|
| 142 |
+
141,Award nominations were announced today with several surprise inclusions.,negative,0,entertainment,4,de,5,medium,1,request,3
|
| 143 |
+
142,Quantum computing research has made significant breakthroughs this year.,positive,2,technology,0,fr,4,low,0,statement,2
|
| 144 |
+
143,Researchers identified a genetic marker linked to increased disease risk.,positive,2,health,5,en,0,medium,1,complaint,4
|
| 145 |
+
144,Election polls show a tight race between the leading candidates.,neutral,1,politics,6,en,0,high,2,statement,2
|
| 146 |
+
145,Researchers identified a genetic marker linked to increased disease risk. This is a significant development.,neutral,1,health,5,zh,1,medium,1,feedback,5
|
| 147 |
+
146,The athlete broke the world record in the 100-meter sprint.,neutral,1,sports,3,zh,1,medium,1,complaint,4
|
| 148 |
+
147,International organizations called for coordinated action on climate policy. Public reaction has been mixed.,negative,0,politics,6,en,0,medium,1,statement,2
|
| 149 |
+
148,The team secured a decisive victory in the championship final.,neutral,1,sports,3,fr,4,premium,3,complaint,4
|
| 150 |
+
149,Election polls show a tight race between the leading candidates.,negative,0,politics,6,fr,4,high,2,complaint,4
|
| 151 |
+
150,The committee released its report on regulatory reform proposals. Further analysis is needed.,positive,2,politics,6,en,0,medium,1,request,3
|
| 152 |
+
151,The WHO released updated guidelines for pandemic preparedness. Public reaction has been mixed.,positive,2,health,5,en,0,premium,3,command,1
|
| 153 |
+
152,The legislative body passed the controversial infrastructure bill today. Further analysis is needed.,negative,0,politics,6,en,0,high,2,request,3
|
| 154 |
+
153,A new study highlights the benefits of Mediterranean diet on heart health.,positive,2,health,5,en,0,medium,1,complaint,4
|
| 155 |
+
154,Clinical trials show promising results for the new vaccine candidate. Experts are closely monitoring the situation.,positive,2,health,5,pt,7,high,2,request,3
|
| 156 |
+
155,The legislative body passed the controversial infrastructure bill today.,positive,2,politics,6,pt,7,high,2,feedback,5
|
| 157 |
+
156,Quantum computing research has made significant breakthroughs this year. This is a significant development.,positive,2,technology,0,es,6,low,0,command,1
|
| 158 |
+
157,The new film received critical acclaim at the international festival. Experts are closely monitoring the situation.,neutral,1,entertainment,4,en,0,high,2,command,1
|
| 159 |
+
158,Streaming platforms are investing heavily in original content production.,neutral,1,entertainment,4,fr,4,high,2,complaint,4
|
| 160 |
+
159,Supply chain disruptions continue to impact global manufacturing output.,neutral,1,business,2,en,0,high,2,complaint,4
|
| 161 |
+
160,Coaching staff announced new training protocols for the upcoming season.,negative,0,sports,3,ar,9,medium,1,statement,2
|
| 162 |
+
161,Merger negotiations between the two firms have entered their final stages.,neutral,1,business,2,zh,1,high,2,request,3
|
| 163 |
+
162,Election polls show a tight race between the leading candidates.,neutral,1,politics,6,en,0,high,2,feedback,5
|
| 164 |
+
163,Startup funding reached record levels in the artificial intelligence space.,neutral,1,business,2,zh,1,high,2,statement,2
|
| 165 |
+
164,The new film received critical acclaim at the international festival.,positive,2,entertainment,4,zh,1,medium,1,command,1
|
| 166 |
+
165,Climate models predict accelerating ice sheet melt in the coming decades. The implications are far-reaching.,positive,2,science,1,ja,2,high,2,complaint,4
|
| 167 |
+
166,Researchers discovered a new exoplanet in the habitable zone of a nearby star. The implications are far-reaching.,negative,0,science,1,en,0,premium,3,command,1
|
| 168 |
+
167,Climate models predict accelerating ice sheet melt in the coming decades.,negative,0,science,1,zh,1,premium,3,feedback,5
|
| 169 |
+
168,Open-source frameworks continue to democratize access to machine learning tools.,negative,0,technology,0,es,6,high,2,complaint,4
|
| 170 |
+
169,The legislative body passed the controversial infrastructure bill today.,neutral,1,politics,6,fr,4,high,2,question,0
|
| 171 |
+
170,The legislative body passed the controversial infrastructure bill today.,neutral,1,politics,6,es,6,medium,1,question,0
|
| 172 |
+
171,Diplomatic talks between the two nations resumed after a prolonged hiatus.,positive,2,politics,6,pt,7,high,2,feedback,5
|
| 173 |
+
172,The team secured a decisive victory in the championship final.,negative,0,sports,3,ja,2,low,0,complaint,4
|
| 174 |
+
173,Researchers identified a genetic marker linked to increased disease risk. Further analysis is needed.,positive,2,health,5,fr,4,high,2,question,0
|
| 175 |
+
174,A new material shows promise for efficient solar energy conversion. Further analysis is needed.,negative,0,science,1,zh,1,medium,1,feedback,5
|
| 176 |
+
175,Quantum computing research has made significant breakthroughs this year.,negative,0,technology,0,ja,2,high,2,command,1
|
| 177 |
+
176,Diplomatic talks between the two nations resumed after a prolonged hiatus.,negative,0,politics,6,zh,1,high,2,complaint,4
|
| 178 |
+
177,The gaming studio revealed details about their upcoming open-world title. This is a significant development.,neutral,1,entertainment,4,zh,1,high,2,complaint,4
|
| 179 |
+
178,The latest AI model achieves state-of-the-art results on benchmark datasets.,neutral,1,technology,0,zh,1,medium,1,complaint,4
|
| 180 |
+
179,Clinical trials show promising results for the new vaccine candidate.,negative,0,health,5,zh,1,high,2,request,3
|
| 181 |
+
180,Streaming platforms are investing heavily in original content production.,positive,2,entertainment,4,en,0,high,2,command,1
|
| 182 |
+
181,The legislative body passed the controversial infrastructure bill today. This is a significant development.,negative,0,politics,6,ko,3,low,0,statement,2
|
| 183 |
+
182,Open-source frameworks continue to democratize access to machine learning tools.,negative,0,technology,0,zh,1,low,0,command,1
|
| 184 |
+
183,Telemedicine adoption has surged following changes in healthcare policy. Public reaction has been mixed.,neutral,1,health,5,en,0,medium,1,feedback,5
|
| 185 |
+
184,Researchers discovered a new exoplanet in the habitable zone of a nearby star.,positive,2,science,1,ja,2,medium,1,question,0
|
| 186 |
+
185,Market analysts predict increased volatility in the tech sector this quarter.,positive,2,business,2,en,0,high,2,question,0
|
| 187 |
+
186,Edge devices are becoming more powerful for on-device inference.,positive,2,technology,0,pt,7,medium,1,question,0
|
| 188 |
+
187,Open-source frameworks continue to democratize access to machine learning tools.,positive,2,technology,0,en,0,medium,1,feedback,5
|
| 189 |
+
188,Open-source frameworks continue to democratize access to machine learning tools.,neutral,1,technology,0,en,0,medium,1,request,3
|
| 190 |
+
189,The new film received critical acclaim at the international festival. Public reaction has been mixed.,neutral,1,entertainment,4,zh,1,high,2,question,0
|
| 191 |
+
190,Startup funding reached record levels in the artificial intelligence space.,neutral,1,business,2,ar,9,premium,3,statement,2
|
| 192 |
+
191,The legislative body passed the controversial infrastructure bill today.,positive,2,politics,6,pt,7,high,2,question,0
|
| 193 |
+
192,The album topped the charts in multiple countries within its first week. The implications are far-reaching.,positive,2,entertainment,4,ko,3,low,0,request,3
|
| 194 |
+
193,The gaming studio revealed details about their upcoming open-world title.,positive,2,entertainment,4,zh,1,high,2,request,3
|
| 195 |
+
194,Merger negotiations between the two firms have entered their final stages.,neutral,1,business,2,en,0,low,0,complaint,4
|
| 196 |
+
195,Researchers identified a genetic marker linked to increased disease risk.,neutral,1,health,5,fr,4,high,2,command,1
|
| 197 |
+
196,The athlete broke the world record in the 100-meter sprint.,neutral,1,sports,3,en,0,low,0,complaint,4
|
| 198 |
+
197,Clinical trials show promising results for the new vaccine candidate. Experts are closely monitoring the situation.,positive,2,health,5,de,5,premium,3,request,3
|
| 199 |
+
198,Transfer negotiations are underway for the star midfielder.,positive,2,sports,3,pt,7,premium,3,statement,2
|
| 200 |
+
199,The study reveals novel mechanisms of gene regulation in human cells. Experts are closely monitoring the situation.,negative,0,science,1,ar,9,high,2,complaint,4
|
| 201 |
+
200,The gaming studio revealed details about their upcoming open-world title. Experts are closely monitoring the situation.,negative,0,entertainment,4,en,0,low,0,request,3
|
| 202 |
+
201,Archaeological findings challenge existing theories about ancient civilizations.,neutral,1,science,1,ko,3,medium,1,request,3
|
| 203 |
+
202,The tournament schedule has been updated due to weather concerns. Experts are closely monitoring the situation.,negative,0,sports,3,zh,1,premium,3,statement,2
|
| 204 |
+
203,The athlete broke the world record in the 100-meter sprint.,positive,2,sports,3,fr,4,low,0,request,3
|
| 205 |
+
204,International organizations called for coordinated action on climate policy.,neutral,1,politics,6,zh,1,medium,1,request,3
|
| 206 |
+
205,The legislative body passed the controversial infrastructure bill today.,positive,2,politics,6,fr,4,medium,1,feedback,5
|
| 207 |
+
206,The gaming studio revealed details about their upcoming open-world title.,positive,2,entertainment,4,fr,4,low,0,question,0
|
| 208 |
+
207,The tournament schedule has been updated due to weather concerns.,negative,0,sports,3,ar,9,high,2,request,3
|
| 209 |
+
208,Clinical trials show promising results for the new vaccine candidate.,neutral,1,health,5,ko,3,low,0,statement,2
|
| 210 |
+
209,The tournament schedule has been updated due to weather concerns.,positive,2,sports,3,en,0,medium,1,statement,2
|
| 211 |
+
210,The new film received critical acclaim at the international festival.,positive,2,entertainment,4,zh,1,high,2,question,0
|
| 212 |
+
211,Telemedicine adoption has surged following changes in healthcare policy. Public reaction has been mixed.,positive,2,health,5,fr,4,low,0,request,3
|
| 213 |
+
212,Supply chain disruptions continue to impact global manufacturing output. Further analysis is needed.,neutral,1,business,2,fr,4,medium,1,request,3
|
| 214 |
+
213,Open-source frameworks continue to democratize access to machine learning tools.,positive,2,technology,0,fr,4,medium,1,feedback,5
|
| 215 |
+
214,The latest AI model achieves state-of-the-art results on benchmark datasets. Further analysis is needed.,positive,2,technology,0,en,0,high,2,feedback,5
|
| 216 |
+
215,International organizations called for coordinated action on climate policy.,negative,0,politics,6,ja,2,low,0,command,1
|
| 217 |
+
216,Merger negotiations between the two firms have entered their final stages.,positive,2,business,2,en,0,low,0,feedback,5
|
| 218 |
+
217,Edge devices are becoming more powerful for on-device inference.,positive,2,technology,0,ru,8,medium,1,command,1
|
| 219 |
+
218,Cloud computing infrastructure is evolving rapidly with new serverless options.,negative,0,technology,0,de,5,low,0,request,3
|
| 220 |
+
219,The committee released its report on regulatory reform proposals.,negative,0,politics,6,pt,7,medium,1,complaint,4
|
| 221 |
+
220,A new study highlights the benefits of Mediterranean diet on heart health.,neutral,1,health,5,ko,3,low,0,complaint,4
|
| 222 |
+
221,Merger negotiations between the two firms have entered their final stages.,positive,2,business,2,en,0,medium,1,question,0
|
| 223 |
+
222,The WHO released updated guidelines for pandemic preparedness. This is a significant development.,positive,2,health,5,es,6,medium,1,question,0
|
| 224 |
+
223,The latest AI model achieves state-of-the-art results on benchmark datasets.,negative,0,technology,0,ko,3,high,2,feedback,5
|
| 225 |
+
224,Telemedicine adoption has surged following changes in healthcare policy.,neutral,1,health,5,ru,8,high,2,statement,2
|
| 226 |
+
225,The latest AI model achieves state-of-the-art results on benchmark datasets.,neutral,1,technology,0,pt,7,high,2,request,3
|
| 227 |
+
226,International organizations called for coordinated action on climate policy. Further analysis is needed.,negative,0,politics,6,fr,4,medium,1,complaint,4
|
| 228 |
+
227,Coaching staff announced new training protocols for the upcoming season. Experts are closely monitoring the situation.,positive,2,sports,3,en,0,high,2,feedback,5
|
| 229 |
+
228,The new film received critical acclaim at the international festival.,positive,2,entertainment,4,ru,8,premium,3,statement,2
|
| 230 |
+
229,Coaching staff announced new training protocols for the upcoming season.,neutral,1,sports,3,ja,2,high,2,command,1
|
| 231 |
+
230,The gaming studio revealed details about their upcoming open-world title.,positive,2,entertainment,4,zh,1,high,2,complaint,4
|
| 232 |
+
231,Climate models predict accelerating ice sheet melt in the coming decades.,negative,0,science,1,en,0,high,2,question,0
|
| 233 |
+
232,Researchers identified a genetic marker linked to increased disease risk.,positive,2,health,5,zh,1,medium,1,complaint,4
|
| 234 |
+
233,Diplomatic talks between the two nations resumed after a prolonged hiatus. Experts are closely monitoring the situation.,positive,2,politics,6,en,0,low,0,statement,2
|
| 235 |
+
234,The gaming studio revealed details about their upcoming open-world title.,negative,0,entertainment,4,fr,4,medium,1,feedback,5
|
| 236 |
+
235,The gaming studio revealed details about their upcoming open-world title.,positive,2,entertainment,4,en,0,high,2,feedback,5
|
| 237 |
+
236,The tournament schedule has been updated due to weather concerns.,positive,2,sports,3,zh,1,high,2,complaint,4
|
| 238 |
+
237,Supply chain disruptions continue to impact global manufacturing output.,neutral,1,business,2,fr,4,high,2,statement,2
|
| 239 |
+
238,The album topped the charts in multiple countries within its first week.,negative,0,entertainment,4,ja,2,medium,1,statement,2
|
| 240 |
+
239,Cloud computing infrastructure is evolving rapidly with new serverless options. This is a significant development.,neutral,1,technology,0,zh,1,high,2,command,1
|
| 241 |
+
240,The gaming studio revealed details about their upcoming open-world title.,neutral,1,entertainment,4,es,6,high,2,feedback,5
|
| 242 |
+
241,Election polls show a tight race between the leading candidates.,neutral,1,politics,6,en,0,premium,3,statement,2
|
| 243 |
+
242,Transfer negotiations are underway for the star midfielder. The implications are far-reaching.,negative,0,sports,3,zh,1,low,0,command,1
|
| 244 |
+
243,Edge devices are becoming more powerful for on-device inference.,positive,2,technology,0,pt,7,medium,1,statement,2
|
| 245 |
+
244,Coaching staff announced new training protocols for the upcoming season.,neutral,1,sports,3,de,5,low,0,complaint,4
|
| 246 |
+
245,Researchers identified a genetic marker linked to increased disease risk. This is a significant development.,neutral,1,health,5,fr,4,high,2,question,0
|
| 247 |
+
246,The company reported quarterly revenue growth of 25% year-over-year.,neutral,1,business,2,en,0,medium,1,question,0
|
| 248 |
+
247,Quantum computing research has made significant breakthroughs this year.,positive,2,technology,0,en,0,high,2,feedback,5
|
| 249 |
+
248,Climate models predict accelerating ice sheet melt in the coming decades. The implications are far-reaching.,neutral,1,science,1,zh,1,medium,1,question,0
|
| 250 |
+
249,Market analysts predict increased volatility in the tech sector this quarter. This is a significant development.,negative,0,business,2,ko,3,high,2,command,1
|
| 251 |
+
250,The album topped the charts in multiple countries within its first week.,neutral,1,entertainment,4,ru,8,high,2,complaint,4
|
| 252 |
+
251,The study reveals novel mechanisms of gene regulation in human cells. Public reaction has been mixed.,positive,2,science,1,ja,2,low,0,question,0
|
| 253 |
+
252,The team secured a decisive victory in the championship final. This is a significant development.,negative,0,sports,3,zh,1,high,2,complaint,4
|
| 254 |
+
253,A new study highlights the benefits of Mediterranean diet on heart health.,neutral,1,health,5,de,5,high,2,feedback,5
|
| 255 |
+
254,International organizations called for coordinated action on climate policy. Further analysis is needed.,neutral,1,politics,6,en,0,high,2,feedback,5
|
| 256 |
+
255,The team secured a decisive victory in the championship final.,positive,2,sports,3,fr,4,medium,1,command,1
|
| 257 |
+
256,The study reveals novel mechanisms of gene regulation in human cells.,positive,2,science,1,pt,7,medium,1,feedback,5
|
| 258 |
+
257,The WHO released updated guidelines for pandemic preparedness.,positive,2,health,5,zh,1,low,0,request,3
|
| 259 |
+
258,Open-source frameworks continue to democratize access to machine learning tools.,positive,2,technology,0,en,0,medium,1,complaint,4
|
| 260 |
+
259,Archaeological findings challenge existing theories about ancient civilizations. This is a significant development.,neutral,1,science,1,ko,3,high,2,complaint,4
|
| 261 |
+
260,The tournament schedule has been updated due to weather concerns.,negative,0,sports,3,en,0,medium,1,request,3
|
| 262 |
+
261,The team secured a decisive victory in the championship final.,positive,2,sports,3,ja,2,high,2,request,3
|
| 263 |
+
262,The album topped the charts in multiple countries within its first week.,negative,0,entertainment,4,ko,3,low,0,feedback,5
|
| 264 |
+
263,Award nominations were announced today with several surprise inclusions. Public reaction has been mixed.,neutral,1,entertainment,4,ja,2,high,2,command,1
|
| 265 |
+
264,Supply chain disruptions continue to impact global manufacturing output. This is a significant development.,positive,2,business,2,ja,2,high,2,statement,2
|
| 266 |
+
265,The team secured a decisive victory in the championship final. Experts are closely monitoring the situation.,positive,2,sports,3,pt,7,high,2,question,0
|
| 267 |
+
266,Diplomatic talks between the two nations resumed after a prolonged hiatus.,neutral,1,politics,6,en,0,high,2,request,3
|
| 268 |
+
267,The study reveals novel mechanisms of gene regulation in human cells.,neutral,1,science,1,ja,2,premium,3,statement,2
|
| 269 |
+
268,Transfer negotiations are underway for the star midfielder.,neutral,1,sports,3,ko,3,high,2,command,1
|
| 270 |
+
269,Election polls show a tight race between the leading candidates. Public reaction has been mixed.,positive,2,politics,6,en,0,high,2,statement,2
|
| 271 |
+
270,Open-source frameworks continue to democratize access to machine learning tools.,negative,0,technology,0,fr,4,medium,1,statement,2
|
| 272 |
+
271,A new study highlights the benefits of Mediterranean diet on heart health.,neutral,1,health,5,en,0,medium,1,command,1
|
| 273 |
+
272,Archaeological findings challenge existing theories about ancient civilizations.,positive,2,science,1,es,6,medium,1,feedback,5
|
| 274 |
+
273,The study reveals novel mechanisms of gene regulation in human cells. This is a significant development.,negative,0,science,1,pt,7,high,2,command,1
|
| 275 |
+
274,Cloud computing infrastructure is evolving rapidly with new serverless options.,neutral,1,technology,0,zh,1,high,2,complaint,4
|
| 276 |
+
275,Coaching staff announced new training protocols for the upcoming season. Public reaction has been mixed.,neutral,1,sports,3,es,6,medium,1,command,1
|
| 277 |
+
276,A new material shows promise for efficient solar energy conversion.,neutral,1,science,1,es,6,medium,1,complaint,4
|
| 278 |
+
277,Supply chain disruptions continue to impact global manufacturing output.,neutral,1,business,2,en,0,low,0,request,3
|
| 279 |
+
278,The WHO released updated guidelines for pandemic preparedness. Further analysis is needed.,positive,2,health,5,en,0,high,2,complaint,4
|
| 280 |
+
279,Election polls show a tight race between the leading candidates.,negative,0,politics,6,pt,7,low,0,request,3
|
| 281 |
+
280,Clinical trials show promising results for the new vaccine candidate.,neutral,1,health,5,ja,2,high,2,statement,2
|
| 282 |
+
281,The new film received critical acclaim at the international festival.,neutral,1,entertainment,4,zh,1,high,2,request,3
|
| 283 |
+
282,Startup funding reached record levels in the artificial intelligence space. This is a significant development.,positive,2,business,2,ja,2,medium,1,complaint,4
|
| 284 |
+
283,The company reported quarterly revenue growth of 25% year-over-year.,neutral,1,business,2,ja,2,high,2,statement,2
|
| 285 |
+
284,International organizations called for coordinated action on climate policy. Further analysis is needed.,negative,0,politics,6,ja,2,premium,3,statement,2
|
| 286 |
+
285,Market analysts predict increased volatility in the tech sector this quarter.,neutral,1,business,2,en,0,high,2,complaint,4
|
| 287 |
+
286,Archaeological findings challenge existing theories about ancient civilizations.,positive,2,science,1,zh,1,medium,1,feedback,5
|
| 288 |
+
287,A new material shows promise for efficient solar energy conversion. Public reaction has been mixed.,positive,2,science,1,zh,1,low,0,command,1
|
| 289 |
+
288,Streaming platforms are investing heavily in original content production.,positive,2,entertainment,4,zh,1,medium,1,feedback,5
|
| 290 |
+
289,The athlete broke the world record in the 100-meter sprint. The implications are far-reaching.,negative,0,sports,3,en,0,high,2,question,0
|
| 291 |
+
290,A new material shows promise for efficient solar energy conversion.,neutral,1,science,1,fr,4,high,2,complaint,4
|
| 292 |
+
291,A new material shows promise for efficient solar energy conversion.,neutral,1,science,1,en,0,high,2,request,3
|
| 293 |
+
292,Open-source frameworks continue to democratize access to machine learning tools.,neutral,1,technology,0,ko,3,premium,3,feedback,5
|
| 294 |
+
293,The latest AI model achieves state-of-the-art results on benchmark datasets.,positive,2,technology,0,ru,8,medium,1,feedback,5
|
| 295 |
+
294,Election polls show a tight race between the leading candidates.,neutral,1,politics,6,en,0,high,2,request,3
|
| 296 |
+
295,The athlete broke the world record in the 100-meter sprint.,neutral,1,sports,3,en,0,medium,1,feedback,5
|
| 297 |
+
296,Climate models predict accelerating ice sheet melt in the coming decades.,positive,2,science,1,es,6,low,0,question,0
|
| 298 |
+
297,The new film received critical acclaim at the international festival.,neutral,1,entertainment,4,fr,4,medium,1,question,0
|
| 299 |
+
298,Quantum computing research has made significant breakthroughs this year. Public reaction has been mixed.,positive,2,technology,0,es,6,premium,3,feedback,5
|
| 300 |
+
299,The latest AI model achieves state-of-the-art results on benchmark datasets. Public reaction has been mixed.,negative,0,technology,0,ko,3,premium,3,complaint,4
|
| 301 |
+
300,Diplomatic talks between the two nations resumed after a prolonged hiatus.,positive,2,politics,6,en,0,medium,1,question,0
|
text_classification.jsonl
ADDED
|
@@ -0,0 +1,300 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"id": 1, "text": "The tournament schedule has been updated due to weather concerns.", "sentiment": "positive", "sentiment_id": 2, "topic": "sports", "topic_id": 3, "language": "de", "language_id": 5, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 2 |
+
{"id": 2, "text": "Supply chain disruptions continue to impact global manufacturing output.", "sentiment": "negative", "sentiment_id": 0, "topic": "business", "topic_id": 2, "language": "ko", "language_id": 3, "quality": "premium", "quality_id": 3, "intent": "complaint", "intent_id": 4}
|
| 3 |
+
{"id": 3, "text": "Merger negotiations between the two firms have entered their final stages.", "sentiment": "positive", "sentiment_id": 2, "topic": "business", "topic_id": 2, "language": "ru", "language_id": 8, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 4 |
+
{"id": 4, "text": "Archaeological findings challenge existing theories about ancient civilizations.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "pt", "language_id": 7, "quality": "low", "quality_id": 0, "intent": "feedback", "intent_id": 5}
|
| 5 |
+
{"id": 5, "text": "Researchers identified a genetic marker linked to increased disease risk.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "zh", "language_id": 1, "quality": "low", "quality_id": 0, "intent": "statement", "intent_id": 2}
|
| 6 |
+
{"id": 6, "text": "Award nominations were announced today with several surprise inclusions.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 7 |
+
{"id": 7, "text": "Supply chain disruptions continue to impact global manufacturing output.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "en", "language_id": 0, "quality": "low", "quality_id": 0, "intent": "feedback", "intent_id": 5}
|
| 8 |
+
{"id": 8, "text": "Cloud computing infrastructure is evolving rapidly with new serverless options. Experts are closely monitoring the situation.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "fr", "language_id": 4, "quality": "low", "quality_id": 0, "intent": "question", "intent_id": 0}
|
| 9 |
+
{"id": 9, "text": "The WHO released updated guidelines for pandemic preparedness. Public reaction has been mixed.", "sentiment": "negative", "sentiment_id": 0, "topic": "health", "topic_id": 5, "language": "de", "language_id": 5, "quality": "low", "quality_id": 0, "intent": "feedback", "intent_id": 5}
|
| 10 |
+
{"id": 10, "text": "Telemedicine adoption has surged following changes in healthcare policy.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "ja", "language_id": 2, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 11 |
+
{"id": 11, "text": "The company reported quarterly revenue growth of 25% year-over-year.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "ru", "language_id": 8, "quality": "premium", "quality_id": 3, "intent": "statement", "intent_id": 2}
|
| 12 |
+
{"id": 12, "text": "The new film received critical acclaim at the international festival. The implications are far-reaching.", "sentiment": "negative", "sentiment_id": 0, "topic": "entertainment", "topic_id": 4, "language": "es", "language_id": 6, "quality": "premium", "quality_id": 3, "intent": "request", "intent_id": 3}
|
| 13 |
+
{"id": 13, "text": "Diplomatic talks between the two nations resumed after a prolonged hiatus.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "ko", "language_id": 3, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 14 |
+
{"id": 14, "text": "Telemedicine adoption has surged following changes in healthcare policy. Experts are closely monitoring the situation.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 15 |
+
{"id": 15, "text": "Archaeological findings challenge existing theories about ancient civilizations. This is a significant development.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "ja", "language_id": 2, "quality": "low", "quality_id": 0, "intent": "complaint", "intent_id": 4}
|
| 16 |
+
{"id": 16, "text": "Election polls show a tight race between the leading candidates. Further analysis is needed.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 17 |
+
{"id": 17, "text": "The new film received critical acclaim at the international festival.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "es", "language_id": 6, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 18 |
+
{"id": 18, "text": "The album topped the charts in multiple countries within its first week. The implications are far-reaching.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "ru", "language_id": 8, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 19 |
+
{"id": 19, "text": "A new material shows promise for efficient solar energy conversion.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "zh", "language_id": 1, "quality": "premium", "quality_id": 3, "intent": "feedback", "intent_id": 5}
|
| 20 |
+
{"id": 20, "text": "Startup funding reached record levels in the artificial intelligence space.", "sentiment": "negative", "sentiment_id": 0, "topic": "business", "topic_id": 2, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 21 |
+
{"id": 21, "text": "The legislative body passed the controversial infrastructure bill today. The implications are far-reaching.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "pt", "language_id": 7, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 22 |
+
{"id": 22, "text": "Researchers discovered a new exoplanet in the habitable zone of a nearby star.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "pt", "language_id": 7, "quality": "premium", "quality_id": 3, "intent": "request", "intent_id": 3}
|
| 23 |
+
{"id": 23, "text": "Merger negotiations between the two firms have entered their final stages.", "sentiment": "negative", "sentiment_id": 0, "topic": "business", "topic_id": 2, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 24 |
+
{"id": 24, "text": "International organizations called for coordinated action on climate policy.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "pt", "language_id": 7, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 25 |
+
{"id": 25, "text": "The latest AI model achieves state-of-the-art results on benchmark datasets. Public reaction has been mixed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "technology", "topic_id": 0, "language": "ko", "language_id": 3, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 26 |
+
{"id": 26, "text": "Diplomatic talks between the two nations resumed after a prolonged hiatus.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 27 |
+
{"id": 27, "text": "A new study highlights the benefits of Mediterranean diet on heart health.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "fr", "language_id": 4, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 28 |
+
{"id": 28, "text": "The WHO released updated guidelines for pandemic preparedness. This is a significant development.", "sentiment": "negative", "sentiment_id": 0, "topic": "health", "topic_id": 5, "language": "de", "language_id": 5, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 29 |
+
{"id": 29, "text": "Diplomatic talks between the two nations resumed after a prolonged hiatus.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 30 |
+
{"id": 30, "text": "Edge devices are becoming more powerful for on-device inference.", "sentiment": "neutral", "sentiment_id": 1, "topic": "technology", "topic_id": 0, "language": "ko", "language_id": 3, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 31 |
+
{"id": 31, "text": "The new film received critical acclaim at the international festival.", "sentiment": "negative", "sentiment_id": 0, "topic": "entertainment", "topic_id": 4, "language": "pt", "language_id": 7, "quality": "low", "quality_id": 0, "intent": "feedback", "intent_id": 5}
|
| 32 |
+
{"id": 32, "text": "Merger negotiations between the two firms have entered their final stages. Further analysis is needed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "es", "language_id": 6, "quality": "low", "quality_id": 0, "intent": "command", "intent_id": 1}
|
| 33 |
+
{"id": 33, "text": "Streaming platforms are investing heavily in original content production. Further analysis is needed.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "es", "language_id": 6, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 34 |
+
{"id": 34, "text": "Climate models predict accelerating ice sheet melt in the coming decades.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "de", "language_id": 5, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 35 |
+
{"id": 35, "text": "Quantum computing research has made significant breakthroughs this year.", "sentiment": "negative", "sentiment_id": 0, "topic": "technology", "topic_id": 0, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 36 |
+
{"id": 36, "text": "The gaming studio revealed details about their upcoming open-world title.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "fr", "language_id": 4, "quality": "premium", "quality_id": 3, "intent": "statement", "intent_id": 2}
|
| 37 |
+
{"id": 37, "text": "A new material shows promise for efficient solar energy conversion.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 38 |
+
{"id": 38, "text": "Election polls show a tight race between the leading candidates. Experts are closely monitoring the situation.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "ja", "language_id": 2, "quality": "low", "quality_id": 0, "intent": "complaint", "intent_id": 4}
|
| 39 |
+
{"id": 39, "text": "Coaching staff announced new training protocols for the upcoming season. This is a significant development.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 40 |
+
{"id": 40, "text": "Market analysts predict increased volatility in the tech sector this quarter.", "sentiment": "negative", "sentiment_id": 0, "topic": "business", "topic_id": 2, "language": "en", "language_id": 0, "quality": "low", "quality_id": 0, "intent": "command", "intent_id": 1}
|
| 41 |
+
{"id": 41, "text": "Supply chain disruptions continue to impact global manufacturing output.", "sentiment": "positive", "sentiment_id": 2, "topic": "business", "topic_id": 2, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 42 |
+
{"id": 42, "text": "The album topped the charts in multiple countries within its first week.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "command", "intent_id": 1}
|
| 43 |
+
{"id": 43, "text": "A new study highlights the benefits of Mediterranean diet on heart health. The implications are far-reaching.", "sentiment": "negative", "sentiment_id": 0, "topic": "health", "topic_id": 5, "language": "fr", "language_id": 4, "quality": "premium", "quality_id": 3, "intent": "request", "intent_id": 3}
|
| 44 |
+
{"id": 44, "text": "Transfer negotiations are underway for the star midfielder.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 45 |
+
{"id": 45, "text": "Election polls show a tight race between the leading candidates.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "ja", "language_id": 2, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 46 |
+
{"id": 46, "text": "The latest AI model achieves state-of-the-art results on benchmark datasets.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "ko", "language_id": 3, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 47 |
+
{"id": 47, "text": "Coaching staff announced new training protocols for the upcoming season. This is a significant development.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "ja", "language_id": 2, "quality": "premium", "quality_id": 3, "intent": "request", "intent_id": 3}
|
| 48 |
+
{"id": 48, "text": "Researchers identified a genetic marker linked to increased disease risk.", "sentiment": "negative", "sentiment_id": 0, "topic": "health", "topic_id": 5, "language": "de", "language_id": 5, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 49 |
+
{"id": 49, "text": "A new material shows promise for efficient solar energy conversion.", "sentiment": "negative", "sentiment_id": 0, "topic": "science", "topic_id": 1, "language": "zh", "language_id": 1, "quality": "low", "quality_id": 0, "intent": "command", "intent_id": 1}
|
| 50 |
+
{"id": 50, "text": "International organizations called for coordinated action on climate policy.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 51 |
+
{"id": 51, "text": "Streaming platforms are investing heavily in original content production.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 52 |
+
{"id": 52, "text": "Researchers discovered a new exoplanet in the habitable zone of a nearby star. Experts are closely monitoring the situation.", "sentiment": "negative", "sentiment_id": 0, "topic": "science", "topic_id": 1, "language": "en", "language_id": 0, "quality": "premium", "quality_id": 3, "intent": "statement", "intent_id": 2}
|
| 53 |
+
{"id": 53, "text": "The tournament schedule has been updated due to weather concerns.", "sentiment": "positive", "sentiment_id": 2, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 54 |
+
{"id": 54, "text": "Telemedicine adoption has surged following changes in healthcare policy.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 55 |
+
{"id": 55, "text": "A new material shows promise for efficient solar energy conversion.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "ko", "language_id": 3, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 56 |
+
{"id": 56, "text": "Supply chain disruptions continue to impact global manufacturing output.", "sentiment": "negative", "sentiment_id": 0, "topic": "business", "topic_id": 2, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 57 |
+
{"id": 57, "text": "The tournament schedule has been updated due to weather concerns.", "sentiment": "negative", "sentiment_id": 0, "topic": "sports", "topic_id": 3, "language": "pt", "language_id": 7, "quality": "medium", "quality_id": 1, "intent": "command", "intent_id": 1}
|
| 58 |
+
{"id": 58, "text": "Quantum computing research has made significant breakthroughs this year.", "sentiment": "negative", "sentiment_id": 0, "topic": "technology", "topic_id": 0, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 59 |
+
{"id": 59, "text": "The legislative body passed the controversial infrastructure bill today.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "zh", "language_id": 1, "quality": "low", "quality_id": 0, "intent": "feedback", "intent_id": 5}
|
| 60 |
+
{"id": 60, "text": "The tournament schedule has been updated due to weather concerns. Experts are closely monitoring the situation.", "sentiment": "positive", "sentiment_id": 2, "topic": "sports", "topic_id": 3, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "command", "intent_id": 1}
|
| 61 |
+
{"id": 61, "text": "The gaming studio revealed details about their upcoming open-world title. Public reaction has been mixed.", "sentiment": "negative", "sentiment_id": 0, "topic": "entertainment", "topic_id": 4, "language": "ja", "language_id": 2, "quality": "low", "quality_id": 0, "intent": "statement", "intent_id": 2}
|
| 62 |
+
{"id": 62, "text": "Archaeological findings challenge existing theories about ancient civilizations.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "ja", "language_id": 2, "quality": "low", "quality_id": 0, "intent": "feedback", "intent_id": 5}
|
| 63 |
+
{"id": 63, "text": "The WHO released updated guidelines for pandemic preparedness.", "sentiment": "negative", "sentiment_id": 0, "topic": "health", "topic_id": 5, "language": "ko", "language_id": 3, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 64 |
+
{"id": 64, "text": "The study reveals novel mechanisms of gene regulation in human cells.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "de", "language_id": 5, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 65 |
+
{"id": 65, "text": "The gaming studio revealed details about their upcoming open-world title. The implications are far-reaching.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "ja", "language_id": 2, "quality": "low", "quality_id": 0, "intent": "request", "intent_id": 3}
|
| 66 |
+
{"id": 66, "text": "The athlete broke the world record in the 100-meter sprint. Experts are closely monitoring the situation.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "pt", "language_id": 7, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 67 |
+
{"id": 67, "text": "The new film received critical acclaim at the international festival. Public reaction has been mixed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "es", "language_id": 6, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 68 |
+
{"id": 68, "text": "Edge devices are becoming more powerful for on-device inference.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "ja", "language_id": 2, "quality": "low", "quality_id": 0, "intent": "feedback", "intent_id": 5}
|
| 69 |
+
{"id": 69, "text": "A new study highlights the benefits of Mediterranean diet on heart health.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 70 |
+
{"id": 70, "text": "The committee released its report on regulatory reform proposals.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 71 |
+
{"id": 71, "text": "The new film received critical acclaim at the international festival.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "de", "language_id": 5, "quality": "premium", "quality_id": 3, "intent": "question", "intent_id": 0}
|
| 72 |
+
{"id": 72, "text": "Merger negotiations between the two firms have entered their final stages.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 73 |
+
{"id": 73, "text": "The gaming studio revealed details about their upcoming open-world title. This is a significant development.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 74 |
+
{"id": 74, "text": "The company reported quarterly revenue growth of 25% year-over-year. Public reaction has been mixed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "es", "language_id": 6, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 75 |
+
{"id": 75, "text": "The album topped the charts in multiple countries within its first week.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 76 |
+
{"id": 76, "text": "The athlete broke the world record in the 100-meter sprint.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 77 |
+
{"id": 77, "text": "The committee released its report on regulatory reform proposals.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "ko", "language_id": 3, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 78 |
+
{"id": 78, "text": "Diplomatic talks between the two nations resumed after a prolonged hiatus. Public reaction has been mixed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 79 |
+
{"id": 79, "text": "Clinical trials show promising results for the new vaccine candidate. This is a significant development.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "es", "language_id": 6, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 80 |
+
{"id": 80, "text": "The team secured a decisive victory in the championship final. Experts are closely monitoring the situation.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "ko", "language_id": 3, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 81 |
+
{"id": 81, "text": "The gaming studio revealed details about their upcoming open-world title. Public reaction has been mixed.", "sentiment": "negative", "sentiment_id": 0, "topic": "entertainment", "topic_id": 4, "language": "de", "language_id": 5, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 82 |
+
{"id": 82, "text": "The team secured a decisive victory in the championship final. Public reaction has been mixed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 83 |
+
{"id": 83, "text": "Researchers identified a genetic marker linked to increased disease risk.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 84 |
+
{"id": 84, "text": "Open-source frameworks continue to democratize access to machine learning tools.", "sentiment": "neutral", "sentiment_id": 1, "topic": "technology", "topic_id": 0, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 85 |
+
{"id": 85, "text": "The latest AI model achieves state-of-the-art results on benchmark datasets.", "sentiment": "neutral", "sentiment_id": 1, "topic": "technology", "topic_id": 0, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 86 |
+
{"id": 86, "text": "Startup funding reached record levels in the artificial intelligence space.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "ko", "language_id": 3, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 87 |
+
{"id": 87, "text": "The new film received critical acclaim at the international festival. Further analysis is needed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 88 |
+
{"id": 88, "text": "Quantum computing research has made significant breakthroughs this year.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "de", "language_id": 5, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 89 |
+
{"id": 89, "text": "The tournament schedule has been updated due to weather concerns.", "sentiment": "positive", "sentiment_id": 2, "topic": "sports", "topic_id": 3, "language": "fr", "language_id": 4, "quality": "premium", "quality_id": 3, "intent": "request", "intent_id": 3}
|
| 90 |
+
{"id": 90, "text": "A new study highlights the benefits of Mediterranean diet on heart health.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 91 |
+
{"id": 91, "text": "Researchers identified a genetic marker linked to increased disease risk.", "sentiment": "negative", "sentiment_id": 0, "topic": "health", "topic_id": 5, "language": "zh", "language_id": 1, "quality": "premium", "quality_id": 3, "intent": "complaint", "intent_id": 4}
|
| 92 |
+
{"id": 92, "text": "The new film received critical acclaim at the international festival.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 93 |
+
{"id": 93, "text": "Election polls show a tight race between the leading candidates. Experts are closely monitoring the situation.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "zh", "language_id": 1, "quality": "premium", "quality_id": 3, "intent": "statement", "intent_id": 2}
|
| 94 |
+
{"id": 94, "text": "The study reveals novel mechanisms of gene regulation in human cells.", "sentiment": "negative", "sentiment_id": 0, "topic": "science", "topic_id": 1, "language": "fr", "language_id": 4, "quality": "premium", "quality_id": 3, "intent": "command", "intent_id": 1}
|
| 95 |
+
{"id": 95, "text": "The study reveals novel mechanisms of gene regulation in human cells.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 96 |
+
{"id": 96, "text": "Edge devices are becoming more powerful for on-device inference.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "ja", "language_id": 2, "quality": "low", "quality_id": 0, "intent": "request", "intent_id": 3}
|
| 97 |
+
{"id": 97, "text": "Merger negotiations between the two firms have entered their final stages.", "sentiment": "positive", "sentiment_id": 2, "topic": "business", "topic_id": 2, "language": "pt", "language_id": 7, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 98 |
+
{"id": 98, "text": "The athlete broke the world record in the 100-meter sprint.", "sentiment": "positive", "sentiment_id": 2, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 99 |
+
{"id": 99, "text": "Researchers discovered a new exoplanet in the habitable zone of a nearby star.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "ru", "language_id": 8, "quality": "low", "quality_id": 0, "intent": "statement", "intent_id": 2}
|
| 100 |
+
{"id": 100, "text": "The athlete broke the world record in the 100-meter sprint.", "sentiment": "negative", "sentiment_id": 0, "topic": "sports", "topic_id": 3, "language": "ja", "language_id": 2, "quality": "medium", "quality_id": 1, "intent": "question", "intent_id": 0}
|
| 101 |
+
{"id": 101, "text": "Cloud computing infrastructure is evolving rapidly with new serverless options.", "sentiment": "negative", "sentiment_id": 0, "topic": "technology", "topic_id": 0, "language": "zh", "language_id": 1, "quality": "premium", "quality_id": 3, "intent": "command", "intent_id": 1}
|
| 102 |
+
{"id": 102, "text": "The album topped the charts in multiple countries within its first week. Further analysis is needed.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 103 |
+
{"id": 103, "text": "A new material shows promise for efficient solar energy conversion.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "es", "language_id": 6, "quality": "medium", "quality_id": 1, "intent": "command", "intent_id": 1}
|
| 104 |
+
{"id": 104, "text": "Streaming platforms are investing heavily in original content production.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "de", "language_id": 5, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 105 |
+
{"id": 105, "text": "Award nominations were announced today with several surprise inclusions.", "sentiment": "negative", "sentiment_id": 0, "topic": "entertainment", "topic_id": 4, "language": "de", "language_id": 5, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 106 |
+
{"id": 106, "text": "The legislative body passed the controversial infrastructure bill today. Further analysis is needed.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "pt", "language_id": 7, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 107 |
+
{"id": 107, "text": "The WHO released updated guidelines for pandemic preparedness.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 108 |
+
{"id": 108, "text": "Cloud computing infrastructure is evolving rapidly with new serverless options. The implications are far-reaching.", "sentiment": "neutral", "sentiment_id": 1, "topic": "technology", "topic_id": 0, "language": "ko", "language_id": 3, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 109 |
+
{"id": 109, "text": "Startup funding reached record levels in the artificial intelligence space.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "de", "language_id": 5, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 110 |
+
{"id": 110, "text": "Open-source frameworks continue to democratize access to machine learning tools.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 111 |
+
{"id": 111, "text": "Streaming platforms are investing heavily in original content production.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 112 |
+
{"id": 112, "text": "The team secured a decisive victory in the championship final.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "ko", "language_id": 3, "quality": "low", "quality_id": 0, "intent": "command", "intent_id": 1}
|
| 113 |
+
{"id": 113, "text": "The WHO released updated guidelines for pandemic preparedness.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "zh", "language_id": 1, "quality": "premium", "quality_id": 3, "intent": "question", "intent_id": 0}
|
| 114 |
+
{"id": 114, "text": "Climate models predict accelerating ice sheet melt in the coming decades. The implications are far-reaching.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 115 |
+
{"id": 115, "text": "Supply chain disruptions continue to impact global manufacturing output.", "sentiment": "positive", "sentiment_id": 2, "topic": "business", "topic_id": 2, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 116 |
+
{"id": 116, "text": "The athlete broke the world record in the 100-meter sprint. This is a significant development.", "sentiment": "negative", "sentiment_id": 0, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 117 |
+
{"id": 117, "text": "Clinical trials show promising results for the new vaccine candidate. Further analysis is needed.", "sentiment": "negative", "sentiment_id": 0, "topic": "health", "topic_id": 5, "language": "en", "language_id": 0, "quality": "premium", "quality_id": 3, "intent": "complaint", "intent_id": 4}
|
| 118 |
+
{"id": 118, "text": "The latest AI model achieves state-of-the-art results on benchmark datasets.", "sentiment": "neutral", "sentiment_id": 1, "topic": "technology", "topic_id": 0, "language": "ar", "language_id": 9, "quality": "low", "quality_id": 0, "intent": "complaint", "intent_id": 4}
|
| 119 |
+
{"id": 119, "text": "Researchers discovered a new exoplanet in the habitable zone of a nearby star.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 120 |
+
{"id": 120, "text": "The athlete broke the world record in the 100-meter sprint. Experts are closely monitoring the situation.", "sentiment": "negative", "sentiment_id": 0, "topic": "sports", "topic_id": 3, "language": "ko", "language_id": 3, "quality": "premium", "quality_id": 3, "intent": "statement", "intent_id": 2}
|
| 121 |
+
{"id": 121, "text": "The committee released its report on regulatory reform proposals.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "ru", "language_id": 8, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 122 |
+
{"id": 122, "text": "Telemedicine adoption has surged following changes in healthcare policy. Public reaction has been mixed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "fr", "language_id": 4, "quality": "premium", "quality_id": 3, "intent": "request", "intent_id": 3}
|
| 123 |
+
{"id": 123, "text": "The gaming studio revealed details about their upcoming open-world title.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 124 |
+
{"id": 124, "text": "Startup funding reached record levels in the artificial intelligence space.", "sentiment": "negative", "sentiment_id": 0, "topic": "business", "topic_id": 2, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 125 |
+
{"id": 125, "text": "Startup funding reached record levels in the artificial intelligence space.", "sentiment": "negative", "sentiment_id": 0, "topic": "business", "topic_id": 2, "language": "pt", "language_id": 7, "quality": "premium", "quality_id": 3, "intent": "request", "intent_id": 3}
|
| 126 |
+
{"id": 126, "text": "The company reported quarterly revenue growth of 25% year-over-year.", "sentiment": "positive", "sentiment_id": 2, "topic": "business", "topic_id": 2, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 127 |
+
{"id": 127, "text": "Market analysts predict increased volatility in the tech sector this quarter.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 128 |
+
{"id": 128, "text": "A new study highlights the benefits of Mediterranean diet on heart health.", "sentiment": "negative", "sentiment_id": 0, "topic": "health", "topic_id": 5, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 129 |
+
{"id": 129, "text": "International organizations called for coordinated action on climate policy.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 130 |
+
{"id": 130, "text": "The athlete broke the world record in the 100-meter sprint.", "sentiment": "negative", "sentiment_id": 0, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 131 |
+
{"id": 131, "text": "Transfer negotiations are underway for the star midfielder.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 132 |
+
{"id": 132, "text": "Cloud computing infrastructure is evolving rapidly with new serverless options.", "sentiment": "neutral", "sentiment_id": 1, "topic": "technology", "topic_id": 0, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "question", "intent_id": 0}
|
| 133 |
+
{"id": 133, "text": "Researchers discovered a new exoplanet in the habitable zone of a nearby star. Further analysis is needed.", "sentiment": "negative", "sentiment_id": 0, "topic": "science", "topic_id": 1, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 134 |
+
{"id": 134, "text": "Supply chain disruptions continue to impact global manufacturing output.", "sentiment": "negative", "sentiment_id": 0, "topic": "business", "topic_id": 2, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 135 |
+
{"id": 135, "text": "Open-source frameworks continue to democratize access to machine learning tools.", "sentiment": "negative", "sentiment_id": 0, "topic": "technology", "topic_id": 0, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 136 |
+
{"id": 136, "text": "The committee released its report on regulatory reform proposals.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "de", "language_id": 5, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 137 |
+
{"id": 137, "text": "Researchers discovered a new exoplanet in the habitable zone of a nearby star. This is a significant development.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "ar", "language_id": 9, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 138 |
+
{"id": 138, "text": "Startup funding reached record levels in the artificial intelligence space. This is a significant development.", "sentiment": "positive", "sentiment_id": 2, "topic": "business", "topic_id": 2, "language": "ja", "language_id": 2, "quality": "low", "quality_id": 0, "intent": "request", "intent_id": 3}
|
| 139 |
+
{"id": 139, "text": "The WHO released updated guidelines for pandemic preparedness. This is a significant development.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "en", "language_id": 0, "quality": "low", "quality_id": 0, "intent": "feedback", "intent_id": 5}
|
| 140 |
+
{"id": 140, "text": "Transfer negotiations are underway for the star midfielder. The implications are far-reaching.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "question", "intent_id": 0}
|
| 141 |
+
{"id": 141, "text": "Award nominations were announced today with several surprise inclusions.", "sentiment": "negative", "sentiment_id": 0, "topic": "entertainment", "topic_id": 4, "language": "de", "language_id": 5, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 142 |
+
{"id": 142, "text": "Quantum computing research has made significant breakthroughs this year.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "fr", "language_id": 4, "quality": "low", "quality_id": 0, "intent": "statement", "intent_id": 2}
|
| 143 |
+
{"id": 143, "text": "Researchers identified a genetic marker linked to increased disease risk.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 144 |
+
{"id": 144, "text": "Election polls show a tight race between the leading candidates.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 145 |
+
{"id": 145, "text": "Researchers identified a genetic marker linked to increased disease risk. This is a significant development.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 146 |
+
{"id": 146, "text": "The athlete broke the world record in the 100-meter sprint.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 147 |
+
{"id": 147, "text": "International organizations called for coordinated action on climate policy. Public reaction has been mixed.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 148 |
+
{"id": 148, "text": "The team secured a decisive victory in the championship final.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "fr", "language_id": 4, "quality": "premium", "quality_id": 3, "intent": "complaint", "intent_id": 4}
|
| 149 |
+
{"id": 149, "text": "Election polls show a tight race between the leading candidates.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 150 |
+
{"id": 150, "text": "The committee released its report on regulatory reform proposals. Further analysis is needed.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 151 |
+
{"id": 151, "text": "The WHO released updated guidelines for pandemic preparedness. Public reaction has been mixed.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "en", "language_id": 0, "quality": "premium", "quality_id": 3, "intent": "command", "intent_id": 1}
|
| 152 |
+
{"id": 152, "text": "The legislative body passed the controversial infrastructure bill today. Further analysis is needed.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 153 |
+
{"id": 153, "text": "A new study highlights the benefits of Mediterranean diet on heart health.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 154 |
+
{"id": 154, "text": "Clinical trials show promising results for the new vaccine candidate. Experts are closely monitoring the situation.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "pt", "language_id": 7, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 155 |
+
{"id": 155, "text": "The legislative body passed the controversial infrastructure bill today.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "pt", "language_id": 7, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 156 |
+
{"id": 156, "text": "Quantum computing research has made significant breakthroughs this year. This is a significant development.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "es", "language_id": 6, "quality": "low", "quality_id": 0, "intent": "command", "intent_id": 1}
|
| 157 |
+
{"id": 157, "text": "The new film received critical acclaim at the international festival. Experts are closely monitoring the situation.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 158 |
+
{"id": 158, "text": "Streaming platforms are investing heavily in original content production.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 159 |
+
{"id": 159, "text": "Supply chain disruptions continue to impact global manufacturing output.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 160 |
+
{"id": 160, "text": "Coaching staff announced new training protocols for the upcoming season.", "sentiment": "negative", "sentiment_id": 0, "topic": "sports", "topic_id": 3, "language": "ar", "language_id": 9, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 161 |
+
{"id": 161, "text": "Merger negotiations between the two firms have entered their final stages.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 162 |
+
{"id": 162, "text": "Election polls show a tight race between the leading candidates.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 163 |
+
{"id": 163, "text": "Startup funding reached record levels in the artificial intelligence space.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 164 |
+
{"id": 164, "text": "The new film received critical acclaim at the international festival.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "command", "intent_id": 1}
|
| 165 |
+
{"id": 165, "text": "Climate models predict accelerating ice sheet melt in the coming decades. The implications are far-reaching.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 166 |
+
{"id": 166, "text": "Researchers discovered a new exoplanet in the habitable zone of a nearby star. The implications are far-reaching.", "sentiment": "negative", "sentiment_id": 0, "topic": "science", "topic_id": 1, "language": "en", "language_id": 0, "quality": "premium", "quality_id": 3, "intent": "command", "intent_id": 1}
|
| 167 |
+
{"id": 167, "text": "Climate models predict accelerating ice sheet melt in the coming decades.", "sentiment": "negative", "sentiment_id": 0, "topic": "science", "topic_id": 1, "language": "zh", "language_id": 1, "quality": "premium", "quality_id": 3, "intent": "feedback", "intent_id": 5}
|
| 168 |
+
{"id": 168, "text": "Open-source frameworks continue to democratize access to machine learning tools.", "sentiment": "negative", "sentiment_id": 0, "topic": "technology", "topic_id": 0, "language": "es", "language_id": 6, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 169 |
+
{"id": 169, "text": "The legislative body passed the controversial infrastructure bill today.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 170 |
+
{"id": 170, "text": "The legislative body passed the controversial infrastructure bill today.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "es", "language_id": 6, "quality": "medium", "quality_id": 1, "intent": "question", "intent_id": 0}
|
| 171 |
+
{"id": 171, "text": "Diplomatic talks between the two nations resumed after a prolonged hiatus.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "pt", "language_id": 7, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 172 |
+
{"id": 172, "text": "The team secured a decisive victory in the championship final.", "sentiment": "negative", "sentiment_id": 0, "topic": "sports", "topic_id": 3, "language": "ja", "language_id": 2, "quality": "low", "quality_id": 0, "intent": "complaint", "intent_id": 4}
|
| 173 |
+
{"id": 173, "text": "Researchers identified a genetic marker linked to increased disease risk. Further analysis is needed.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 174 |
+
{"id": 174, "text": "A new material shows promise for efficient solar energy conversion. Further analysis is needed.", "sentiment": "negative", "sentiment_id": 0, "topic": "science", "topic_id": 1, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 175 |
+
{"id": 175, "text": "Quantum computing research has made significant breakthroughs this year.", "sentiment": "negative", "sentiment_id": 0, "topic": "technology", "topic_id": 0, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 176 |
+
{"id": 176, "text": "Diplomatic talks between the two nations resumed after a prolonged hiatus.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 177 |
+
{"id": 177, "text": "The gaming studio revealed details about their upcoming open-world title. This is a significant development.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 178 |
+
{"id": 178, "text": "The latest AI model achieves state-of-the-art results on benchmark datasets.", "sentiment": "neutral", "sentiment_id": 1, "topic": "technology", "topic_id": 0, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 179 |
+
{"id": 179, "text": "Clinical trials show promising results for the new vaccine candidate.", "sentiment": "negative", "sentiment_id": 0, "topic": "health", "topic_id": 5, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 180 |
+
{"id": 180, "text": "Streaming platforms are investing heavily in original content production.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 181 |
+
{"id": 181, "text": "The legislative body passed the controversial infrastructure bill today. This is a significant development.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "ko", "language_id": 3, "quality": "low", "quality_id": 0, "intent": "statement", "intent_id": 2}
|
| 182 |
+
{"id": 182, "text": "Open-source frameworks continue to democratize access to machine learning tools.", "sentiment": "negative", "sentiment_id": 0, "topic": "technology", "topic_id": 0, "language": "zh", "language_id": 1, "quality": "low", "quality_id": 0, "intent": "command", "intent_id": 1}
|
| 183 |
+
{"id": 183, "text": "Telemedicine adoption has surged following changes in healthcare policy. Public reaction has been mixed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 184 |
+
{"id": 184, "text": "Researchers discovered a new exoplanet in the habitable zone of a nearby star.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "ja", "language_id": 2, "quality": "medium", "quality_id": 1, "intent": "question", "intent_id": 0}
|
| 185 |
+
{"id": 185, "text": "Market analysts predict increased volatility in the tech sector this quarter.", "sentiment": "positive", "sentiment_id": 2, "topic": "business", "topic_id": 2, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 186 |
+
{"id": 186, "text": "Edge devices are becoming more powerful for on-device inference.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "pt", "language_id": 7, "quality": "medium", "quality_id": 1, "intent": "question", "intent_id": 0}
|
| 187 |
+
{"id": 187, "text": "Open-source frameworks continue to democratize access to machine learning tools.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 188 |
+
{"id": 188, "text": "Open-source frameworks continue to democratize access to machine learning tools.", "sentiment": "neutral", "sentiment_id": 1, "topic": "technology", "topic_id": 0, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 189 |
+
{"id": 189, "text": "The new film received critical acclaim at the international festival. Public reaction has been mixed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 190 |
+
{"id": 190, "text": "Startup funding reached record levels in the artificial intelligence space.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "ar", "language_id": 9, "quality": "premium", "quality_id": 3, "intent": "statement", "intent_id": 2}
|
| 191 |
+
{"id": 191, "text": "The legislative body passed the controversial infrastructure bill today.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "pt", "language_id": 7, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 192 |
+
{"id": 192, "text": "The album topped the charts in multiple countries within its first week. The implications are far-reaching.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "ko", "language_id": 3, "quality": "low", "quality_id": 0, "intent": "request", "intent_id": 3}
|
| 193 |
+
{"id": 193, "text": "The gaming studio revealed details about their upcoming open-world title.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 194 |
+
{"id": 194, "text": "Merger negotiations between the two firms have entered their final stages.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "en", "language_id": 0, "quality": "low", "quality_id": 0, "intent": "complaint", "intent_id": 4}
|
| 195 |
+
{"id": 195, "text": "Researchers identified a genetic marker linked to increased disease risk.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 196 |
+
{"id": 196, "text": "The athlete broke the world record in the 100-meter sprint.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "low", "quality_id": 0, "intent": "complaint", "intent_id": 4}
|
| 197 |
+
{"id": 197, "text": "Clinical trials show promising results for the new vaccine candidate. Experts are closely monitoring the situation.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "de", "language_id": 5, "quality": "premium", "quality_id": 3, "intent": "request", "intent_id": 3}
|
| 198 |
+
{"id": 198, "text": "Transfer negotiations are underway for the star midfielder.", "sentiment": "positive", "sentiment_id": 2, "topic": "sports", "topic_id": 3, "language": "pt", "language_id": 7, "quality": "premium", "quality_id": 3, "intent": "statement", "intent_id": 2}
|
| 199 |
+
{"id": 199, "text": "The study reveals novel mechanisms of gene regulation in human cells. Experts are closely monitoring the situation.", "sentiment": "negative", "sentiment_id": 0, "topic": "science", "topic_id": 1, "language": "ar", "language_id": 9, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 200 |
+
{"id": 200, "text": "The gaming studio revealed details about their upcoming open-world title. Experts are closely monitoring the situation.", "sentiment": "negative", "sentiment_id": 0, "topic": "entertainment", "topic_id": 4, "language": "en", "language_id": 0, "quality": "low", "quality_id": 0, "intent": "request", "intent_id": 3}
|
| 201 |
+
{"id": 201, "text": "Archaeological findings challenge existing theories about ancient civilizations.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "ko", "language_id": 3, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 202 |
+
{"id": 202, "text": "The tournament schedule has been updated due to weather concerns. Experts are closely monitoring the situation.", "sentiment": "negative", "sentiment_id": 0, "topic": "sports", "topic_id": 3, "language": "zh", "language_id": 1, "quality": "premium", "quality_id": 3, "intent": "statement", "intent_id": 2}
|
| 203 |
+
{"id": 203, "text": "The athlete broke the world record in the 100-meter sprint.", "sentiment": "positive", "sentiment_id": 2, "topic": "sports", "topic_id": 3, "language": "fr", "language_id": 4, "quality": "low", "quality_id": 0, "intent": "request", "intent_id": 3}
|
| 204 |
+
{"id": 204, "text": "International organizations called for coordinated action on climate policy.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 205 |
+
{"id": 205, "text": "The legislative body passed the controversial infrastructure bill today.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "fr", "language_id": 4, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 206 |
+
{"id": 206, "text": "The gaming studio revealed details about their upcoming open-world title.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "fr", "language_id": 4, "quality": "low", "quality_id": 0, "intent": "question", "intent_id": 0}
|
| 207 |
+
{"id": 207, "text": "The tournament schedule has been updated due to weather concerns.", "sentiment": "negative", "sentiment_id": 0, "topic": "sports", "topic_id": 3, "language": "ar", "language_id": 9, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 208 |
+
{"id": 208, "text": "Clinical trials show promising results for the new vaccine candidate.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "ko", "language_id": 3, "quality": "low", "quality_id": 0, "intent": "statement", "intent_id": 2}
|
| 209 |
+
{"id": 209, "text": "The tournament schedule has been updated due to weather concerns.", "sentiment": "positive", "sentiment_id": 2, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 210 |
+
{"id": 210, "text": "The new film received critical acclaim at the international festival.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 211 |
+
{"id": 211, "text": "Telemedicine adoption has surged following changes in healthcare policy. Public reaction has been mixed.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "fr", "language_id": 4, "quality": "low", "quality_id": 0, "intent": "request", "intent_id": 3}
|
| 212 |
+
{"id": 212, "text": "Supply chain disruptions continue to impact global manufacturing output. Further analysis is needed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "fr", "language_id": 4, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 213 |
+
{"id": 213, "text": "Open-source frameworks continue to democratize access to machine learning tools.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "fr", "language_id": 4, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 214 |
+
{"id": 214, "text": "The latest AI model achieves state-of-the-art results on benchmark datasets. Further analysis is needed.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 215 |
+
{"id": 215, "text": "International organizations called for coordinated action on climate policy.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "ja", "language_id": 2, "quality": "low", "quality_id": 0, "intent": "command", "intent_id": 1}
|
| 216 |
+
{"id": 216, "text": "Merger negotiations between the two firms have entered their final stages.", "sentiment": "positive", "sentiment_id": 2, "topic": "business", "topic_id": 2, "language": "en", "language_id": 0, "quality": "low", "quality_id": 0, "intent": "feedback", "intent_id": 5}
|
| 217 |
+
{"id": 217, "text": "Edge devices are becoming more powerful for on-device inference.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "ru", "language_id": 8, "quality": "medium", "quality_id": 1, "intent": "command", "intent_id": 1}
|
| 218 |
+
{"id": 218, "text": "Cloud computing infrastructure is evolving rapidly with new serverless options.", "sentiment": "negative", "sentiment_id": 0, "topic": "technology", "topic_id": 0, "language": "de", "language_id": 5, "quality": "low", "quality_id": 0, "intent": "request", "intent_id": 3}
|
| 219 |
+
{"id": 219, "text": "The committee released its report on regulatory reform proposals.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "pt", "language_id": 7, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 220 |
+
{"id": 220, "text": "A new study highlights the benefits of Mediterranean diet on heart health.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "ko", "language_id": 3, "quality": "low", "quality_id": 0, "intent": "complaint", "intent_id": 4}
|
| 221 |
+
{"id": 221, "text": "Merger negotiations between the two firms have entered their final stages.", "sentiment": "positive", "sentiment_id": 2, "topic": "business", "topic_id": 2, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "question", "intent_id": 0}
|
| 222 |
+
{"id": 222, "text": "The WHO released updated guidelines for pandemic preparedness. This is a significant development.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "es", "language_id": 6, "quality": "medium", "quality_id": 1, "intent": "question", "intent_id": 0}
|
| 223 |
+
{"id": 223, "text": "The latest AI model achieves state-of-the-art results on benchmark datasets.", "sentiment": "negative", "sentiment_id": 0, "topic": "technology", "topic_id": 0, "language": "ko", "language_id": 3, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 224 |
+
{"id": 224, "text": "Telemedicine adoption has surged following changes in healthcare policy.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "ru", "language_id": 8, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 225 |
+
{"id": 225, "text": "The latest AI model achieves state-of-the-art results on benchmark datasets.", "sentiment": "neutral", "sentiment_id": 1, "topic": "technology", "topic_id": 0, "language": "pt", "language_id": 7, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 226 |
+
{"id": 226, "text": "International organizations called for coordinated action on climate policy. Further analysis is needed.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "fr", "language_id": 4, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 227 |
+
{"id": 227, "text": "Coaching staff announced new training protocols for the upcoming season. Experts are closely monitoring the situation.", "sentiment": "positive", "sentiment_id": 2, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 228 |
+
{"id": 228, "text": "The new film received critical acclaim at the international festival.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "ru", "language_id": 8, "quality": "premium", "quality_id": 3, "intent": "statement", "intent_id": 2}
|
| 229 |
+
{"id": 229, "text": "Coaching staff announced new training protocols for the upcoming season.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 230 |
+
{"id": 230, "text": "The gaming studio revealed details about their upcoming open-world title.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 231 |
+
{"id": 231, "text": "Climate models predict accelerating ice sheet melt in the coming decades.", "sentiment": "negative", "sentiment_id": 0, "topic": "science", "topic_id": 1, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 232 |
+
{"id": 232, "text": "Researchers identified a genetic marker linked to increased disease risk.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 233 |
+
{"id": 233, "text": "Diplomatic talks between the two nations resumed after a prolonged hiatus. Experts are closely monitoring the situation.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "low", "quality_id": 0, "intent": "statement", "intent_id": 2}
|
| 234 |
+
{"id": 234, "text": "The gaming studio revealed details about their upcoming open-world title.", "sentiment": "negative", "sentiment_id": 0, "topic": "entertainment", "topic_id": 4, "language": "fr", "language_id": 4, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 235 |
+
{"id": 235, "text": "The gaming studio revealed details about their upcoming open-world title.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 236 |
+
{"id": 236, "text": "The tournament schedule has been updated due to weather concerns.", "sentiment": "positive", "sentiment_id": 2, "topic": "sports", "topic_id": 3, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 237 |
+
{"id": 237, "text": "Supply chain disruptions continue to impact global manufacturing output.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 238 |
+
{"id": 238, "text": "The album topped the charts in multiple countries within its first week.", "sentiment": "negative", "sentiment_id": 0, "topic": "entertainment", "topic_id": 4, "language": "ja", "language_id": 2, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 239 |
+
{"id": 239, "text": "Cloud computing infrastructure is evolving rapidly with new serverless options. This is a significant development.", "sentiment": "neutral", "sentiment_id": 1, "topic": "technology", "topic_id": 0, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 240 |
+
{"id": 240, "text": "The gaming studio revealed details about their upcoming open-world title.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "es", "language_id": 6, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 241 |
+
{"id": 241, "text": "Election polls show a tight race between the leading candidates.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "premium", "quality_id": 3, "intent": "statement", "intent_id": 2}
|
| 242 |
+
{"id": 242, "text": "Transfer negotiations are underway for the star midfielder. The implications are far-reaching.", "sentiment": "negative", "sentiment_id": 0, "topic": "sports", "topic_id": 3, "language": "zh", "language_id": 1, "quality": "low", "quality_id": 0, "intent": "command", "intent_id": 1}
|
| 243 |
+
{"id": 243, "text": "Edge devices are becoming more powerful for on-device inference.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "pt", "language_id": 7, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 244 |
+
{"id": 244, "text": "Coaching staff announced new training protocols for the upcoming season.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "de", "language_id": 5, "quality": "low", "quality_id": 0, "intent": "complaint", "intent_id": 4}
|
| 245 |
+
{"id": 245, "text": "Researchers identified a genetic marker linked to increased disease risk. This is a significant development.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 246 |
+
{"id": 246, "text": "The company reported quarterly revenue growth of 25% year-over-year.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "question", "intent_id": 0}
|
| 247 |
+
{"id": 247, "text": "Quantum computing research has made significant breakthroughs this year.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 248 |
+
{"id": 248, "text": "Climate models predict accelerating ice sheet melt in the coming decades. The implications are far-reaching.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "question", "intent_id": 0}
|
| 249 |
+
{"id": 249, "text": "Market analysts predict increased volatility in the tech sector this quarter. This is a significant development.", "sentiment": "negative", "sentiment_id": 0, "topic": "business", "topic_id": 2, "language": "ko", "language_id": 3, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 250 |
+
{"id": 250, "text": "The album topped the charts in multiple countries within its first week.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "ru", "language_id": 8, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 251 |
+
{"id": 251, "text": "The study reveals novel mechanisms of gene regulation in human cells. Public reaction has been mixed.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "ja", "language_id": 2, "quality": "low", "quality_id": 0, "intent": "question", "intent_id": 0}
|
| 252 |
+
{"id": 252, "text": "The team secured a decisive victory in the championship final. This is a significant development.", "sentiment": "negative", "sentiment_id": 0, "topic": "sports", "topic_id": 3, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 253 |
+
{"id": 253, "text": "A new study highlights the benefits of Mediterranean diet on heart health.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "de", "language_id": 5, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 254 |
+
{"id": 254, "text": "International organizations called for coordinated action on climate policy. Further analysis is needed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "feedback", "intent_id": 5}
|
| 255 |
+
{"id": 255, "text": "The team secured a decisive victory in the championship final.", "sentiment": "positive", "sentiment_id": 2, "topic": "sports", "topic_id": 3, "language": "fr", "language_id": 4, "quality": "medium", "quality_id": 1, "intent": "command", "intent_id": 1}
|
| 256 |
+
{"id": 256, "text": "The study reveals novel mechanisms of gene regulation in human cells.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "pt", "language_id": 7, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 257 |
+
{"id": 257, "text": "The WHO released updated guidelines for pandemic preparedness.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "zh", "language_id": 1, "quality": "low", "quality_id": 0, "intent": "request", "intent_id": 3}
|
| 258 |
+
{"id": 258, "text": "Open-source frameworks continue to democratize access to machine learning tools.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 259 |
+
{"id": 259, "text": "Archaeological findings challenge existing theories about ancient civilizations. This is a significant development.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "ko", "language_id": 3, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 260 |
+
{"id": 260, "text": "The tournament schedule has been updated due to weather concerns.", "sentiment": "negative", "sentiment_id": 0, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "request", "intent_id": 3}
|
| 261 |
+
{"id": 261, "text": "The team secured a decisive victory in the championship final.", "sentiment": "positive", "sentiment_id": 2, "topic": "sports", "topic_id": 3, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 262 |
+
{"id": 262, "text": "The album topped the charts in multiple countries within its first week.", "sentiment": "negative", "sentiment_id": 0, "topic": "entertainment", "topic_id": 4, "language": "ko", "language_id": 3, "quality": "low", "quality_id": 0, "intent": "feedback", "intent_id": 5}
|
| 263 |
+
{"id": 263, "text": "Award nominations were announced today with several surprise inclusions. Public reaction has been mixed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 264 |
+
{"id": 264, "text": "Supply chain disruptions continue to impact global manufacturing output. This is a significant development.", "sentiment": "positive", "sentiment_id": 2, "topic": "business", "topic_id": 2, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 265 |
+
{"id": 265, "text": "The team secured a decisive victory in the championship final. Experts are closely monitoring the situation.", "sentiment": "positive", "sentiment_id": 2, "topic": "sports", "topic_id": 3, "language": "pt", "language_id": 7, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 266 |
+
{"id": 266, "text": "Diplomatic talks between the two nations resumed after a prolonged hiatus.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 267 |
+
{"id": 267, "text": "The study reveals novel mechanisms of gene regulation in human cells.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "ja", "language_id": 2, "quality": "premium", "quality_id": 3, "intent": "statement", "intent_id": 2}
|
| 268 |
+
{"id": 268, "text": "Transfer negotiations are underway for the star midfielder.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "ko", "language_id": 3, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 269 |
+
{"id": 269, "text": "Election polls show a tight race between the leading candidates. Public reaction has been mixed.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 270 |
+
{"id": 270, "text": "Open-source frameworks continue to democratize access to machine learning tools.", "sentiment": "negative", "sentiment_id": 0, "topic": "technology", "topic_id": 0, "language": "fr", "language_id": 4, "quality": "medium", "quality_id": 1, "intent": "statement", "intent_id": 2}
|
| 271 |
+
{"id": 271, "text": "A new study highlights the benefits of Mediterranean diet on heart health.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "command", "intent_id": 1}
|
| 272 |
+
{"id": 272, "text": "Archaeological findings challenge existing theories about ancient civilizations.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "es", "language_id": 6, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 273 |
+
{"id": 273, "text": "The study reveals novel mechanisms of gene regulation in human cells. This is a significant development.", "sentiment": "negative", "sentiment_id": 0, "topic": "science", "topic_id": 1, "language": "pt", "language_id": 7, "quality": "high", "quality_id": 2, "intent": "command", "intent_id": 1}
|
| 274 |
+
{"id": 274, "text": "Cloud computing infrastructure is evolving rapidly with new serverless options.", "sentiment": "neutral", "sentiment_id": 1, "topic": "technology", "topic_id": 0, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 275 |
+
{"id": 275, "text": "Coaching staff announced new training protocols for the upcoming season. Public reaction has been mixed.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "es", "language_id": 6, "quality": "medium", "quality_id": 1, "intent": "command", "intent_id": 1}
|
| 276 |
+
{"id": 276, "text": "A new material shows promise for efficient solar energy conversion.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "es", "language_id": 6, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 277 |
+
{"id": 277, "text": "Supply chain disruptions continue to impact global manufacturing output.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "en", "language_id": 0, "quality": "low", "quality_id": 0, "intent": "request", "intent_id": 3}
|
| 278 |
+
{"id": 278, "text": "The WHO released updated guidelines for pandemic preparedness. Further analysis is needed.", "sentiment": "positive", "sentiment_id": 2, "topic": "health", "topic_id": 5, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 279 |
+
{"id": 279, "text": "Election polls show a tight race between the leading candidates.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "pt", "language_id": 7, "quality": "low", "quality_id": 0, "intent": "request", "intent_id": 3}
|
| 280 |
+
{"id": 280, "text": "Clinical trials show promising results for the new vaccine candidate.", "sentiment": "neutral", "sentiment_id": 1, "topic": "health", "topic_id": 5, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 281 |
+
{"id": 281, "text": "The new film received critical acclaim at the international festival.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "zh", "language_id": 1, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 282 |
+
{"id": 282, "text": "Startup funding reached record levels in the artificial intelligence space. This is a significant development.", "sentiment": "positive", "sentiment_id": 2, "topic": "business", "topic_id": 2, "language": "ja", "language_id": 2, "quality": "medium", "quality_id": 1, "intent": "complaint", "intent_id": 4}
|
| 283 |
+
{"id": 283, "text": "The company reported quarterly revenue growth of 25% year-over-year.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "ja", "language_id": 2, "quality": "high", "quality_id": 2, "intent": "statement", "intent_id": 2}
|
| 284 |
+
{"id": 284, "text": "International organizations called for coordinated action on climate policy. Further analysis is needed.", "sentiment": "negative", "sentiment_id": 0, "topic": "politics", "topic_id": 6, "language": "ja", "language_id": 2, "quality": "premium", "quality_id": 3, "intent": "statement", "intent_id": 2}
|
| 285 |
+
{"id": 285, "text": "Market analysts predict increased volatility in the tech sector this quarter.", "sentiment": "neutral", "sentiment_id": 1, "topic": "business", "topic_id": 2, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 286 |
+
{"id": 286, "text": "Archaeological findings challenge existing theories about ancient civilizations.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 287 |
+
{"id": 287, "text": "A new material shows promise for efficient solar energy conversion. Public reaction has been mixed.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "zh", "language_id": 1, "quality": "low", "quality_id": 0, "intent": "command", "intent_id": 1}
|
| 288 |
+
{"id": 288, "text": "Streaming platforms are investing heavily in original content production.", "sentiment": "positive", "sentiment_id": 2, "topic": "entertainment", "topic_id": 4, "language": "zh", "language_id": 1, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 289 |
+
{"id": 289, "text": "The athlete broke the world record in the 100-meter sprint. The implications are far-reaching.", "sentiment": "negative", "sentiment_id": 0, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "question", "intent_id": 0}
|
| 290 |
+
{"id": 290, "text": "A new material shows promise for efficient solar energy conversion.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "fr", "language_id": 4, "quality": "high", "quality_id": 2, "intent": "complaint", "intent_id": 4}
|
| 291 |
+
{"id": 291, "text": "A new material shows promise for efficient solar energy conversion.", "sentiment": "neutral", "sentiment_id": 1, "topic": "science", "topic_id": 1, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 292 |
+
{"id": 292, "text": "Open-source frameworks continue to democratize access to machine learning tools.", "sentiment": "neutral", "sentiment_id": 1, "topic": "technology", "topic_id": 0, "language": "ko", "language_id": 3, "quality": "premium", "quality_id": 3, "intent": "feedback", "intent_id": 5}
|
| 293 |
+
{"id": 293, "text": "The latest AI model achieves state-of-the-art results on benchmark datasets.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "ru", "language_id": 8, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 294 |
+
{"id": 294, "text": "Election polls show a tight race between the leading candidates.", "sentiment": "neutral", "sentiment_id": 1, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "high", "quality_id": 2, "intent": "request", "intent_id": 3}
|
| 295 |
+
{"id": 295, "text": "The athlete broke the world record in the 100-meter sprint.", "sentiment": "neutral", "sentiment_id": 1, "topic": "sports", "topic_id": 3, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "feedback", "intent_id": 5}
|
| 296 |
+
{"id": 296, "text": "Climate models predict accelerating ice sheet melt in the coming decades.", "sentiment": "positive", "sentiment_id": 2, "topic": "science", "topic_id": 1, "language": "es", "language_id": 6, "quality": "low", "quality_id": 0, "intent": "question", "intent_id": 0}
|
| 297 |
+
{"id": 297, "text": "The new film received critical acclaim at the international festival.", "sentiment": "neutral", "sentiment_id": 1, "topic": "entertainment", "topic_id": 4, "language": "fr", "language_id": 4, "quality": "medium", "quality_id": 1, "intent": "question", "intent_id": 0}
|
| 298 |
+
{"id": 298, "text": "Quantum computing research has made significant breakthroughs this year. Public reaction has been mixed.", "sentiment": "positive", "sentiment_id": 2, "topic": "technology", "topic_id": 0, "language": "es", "language_id": 6, "quality": "premium", "quality_id": 3, "intent": "feedback", "intent_id": 5}
|
| 299 |
+
{"id": 299, "text": "The latest AI model achieves state-of-the-art results on benchmark datasets. Public reaction has been mixed.", "sentiment": "negative", "sentiment_id": 0, "topic": "technology", "topic_id": 0, "language": "ko", "language_id": 3, "quality": "premium", "quality_id": 3, "intent": "complaint", "intent_id": 4}
|
| 300 |
+
{"id": 300, "text": "Diplomatic talks between the two nations resumed after a prolonged hiatus.", "sentiment": "positive", "sentiment_id": 2, "topic": "politics", "topic_id": 6, "language": "en", "language_id": 0, "quality": "medium", "quality_id": 1, "intent": "question", "intent_id": 0}
|