Datasets:
Replace GrapheneOS with AdGuard-EN (higher quality Q&A, 954 users, 46.2% reply rate)
Browse files- README.md +3 -3
- grapheneos.json → adguard_en.json +0 -0
- manifest.json +14 -14
README.md
CHANGED
|
@@ -34,7 +34,7 @@ SupportBench contains **60,000 messages** across **6 datasets** in **3 languages
|
|
| 34 |
| Domotica-ES | Spanish | Smart Home / HA | 10,000 | 530 | 58.3% | 736 |
|
| 35 |
| NASeros-ES | Spanish | NAS / Networking | 10,000 | 761 | 46.5% | 495 |
|
| 36 |
| Tasmota-EN | English | IoT Firmware | 10,000 | 1,237 | 31.5% | 903 |
|
| 37 |
-
|
|
| 38 |
|
| 39 |
## Structure
|
| 40 |
|
|
@@ -45,7 +45,7 @@ SupportBench/
|
|
| 45 |
├── domotica_es.json # Spanish smart home support
|
| 46 |
├── naseros.json # Spanish NAS/networking support
|
| 47 |
├── tasmota.json # English IoT firmware support
|
| 48 |
-
├──
|
| 49 |
├── manifest.json # Benchmark metadata and stats
|
| 50 |
└── README.md
|
| 51 |
```
|
|
@@ -94,7 +94,7 @@ Each JSON file contains `{"meta": {...}, "messages": [...]}`. Each message:
|
|
| 94 |
|
| 95 |
- All sender IDs are irreversibly anonymized via SHA-256 hashing
|
| 96 |
- `ua_ardupilot` has richer metadata (reactions, media paths) from a separate export pipeline
|
| 97 |
-
-
|
| 98 |
- Tasmota spans 3.5 years of IoT firmware support history (1,274 days)
|
| 99 |
|
| 100 |
## Intended Use
|
|
|
|
| 34 |
| Domotica-ES | Spanish | Smart Home / HA | 10,000 | 530 | 58.3% | 736 |
|
| 35 |
| NASeros-ES | Spanish | NAS / Networking | 10,000 | 761 | 46.5% | 495 |
|
| 36 |
| Tasmota-EN | English | IoT Firmware | 10,000 | 1,237 | 31.5% | 903 |
|
| 37 |
+
| AdGuard-EN | English | Ad-blocking / VPN / DNS | 10,000 | 954 | 46.2% | 1,049 |
|
| 38 |
|
| 39 |
## Structure
|
| 40 |
|
|
|
|
| 45 |
├── domotica_es.json # Spanish smart home support
|
| 46 |
├── naseros.json # Spanish NAS/networking support
|
| 47 |
├── tasmota.json # English IoT firmware support
|
| 48 |
+
├── adguard_en.json # English ad-blocking/VPN/DNS support
|
| 49 |
├── manifest.json # Benchmark metadata and stats
|
| 50 |
└── README.md
|
| 51 |
```
|
|
|
|
| 94 |
|
| 95 |
- All sender IDs are irreversibly anonymized via SHA-256 hashing
|
| 96 |
- `ua_ardupilot` has richer metadata (reactions, media paths) from a separate export pipeline
|
| 97 |
+
- AdGuard EN is a topics-based supergroup; `reply_to_id` often points to the topic root rather than the actual parent message (46.2% resolved within 10K window)
|
| 98 |
- Tasmota spans 3.5 years of IoT firmware support history (1,274 days)
|
| 99 |
|
| 100 |
## Intended Use
|
grapheneos.json → adguard_en.json
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|
manifest.json
CHANGED
|
@@ -2,15 +2,15 @@
|
|
| 2 |
"benchmark": "SupportBench",
|
| 3 |
"version": "1.0",
|
| 4 |
"total_messages": 60000,
|
| 5 |
-
"total_media":
|
| 6 |
"languages": [
|
| 7 |
"en",
|
| 8 |
"es",
|
| 9 |
"uk"
|
| 10 |
],
|
| 11 |
"domains": [
|
|
|
|
| 12 |
"iot_firmware",
|
| 13 |
-
"mobile_os_privacy",
|
| 14 |
"nas_networking",
|
| 15 |
"networking_infrastructure",
|
| 16 |
"smarthome_automation",
|
|
@@ -144,23 +144,23 @@
|
|
| 144 |
}
|
| 145 |
},
|
| 146 |
{
|
| 147 |
-
"name": "
|
| 148 |
"version": "1.0",
|
| 149 |
"benchmark": "SupportBench",
|
| 150 |
-
"pretty_name": "
|
| 151 |
-
"source": "t.me/
|
| 152 |
"lang": "en",
|
| 153 |
-
"domain": "
|
| 154 |
-
"description": "English
|
| 155 |
"stats": {
|
| 156 |
"total_messages": 10000,
|
| 157 |
-
"with_text":
|
| 158 |
-
"with_replies":
|
| 159 |
-
"reply_rate": 0.
|
| 160 |
-
"with_media":
|
| 161 |
-
"unique_senders":
|
| 162 |
-
"first_ts":
|
| 163 |
-
"last_ts":
|
| 164 |
}
|
| 165 |
}
|
| 166 |
]
|
|
|
|
| 2 |
"benchmark": "SupportBench",
|
| 3 |
"version": "1.0",
|
| 4 |
"total_messages": 60000,
|
| 5 |
+
"total_media": 5507,
|
| 6 |
"languages": [
|
| 7 |
"en",
|
| 8 |
"es",
|
| 9 |
"uk"
|
| 10 |
],
|
| 11 |
"domains": [
|
| 12 |
+
"adblocking_vpn_dns",
|
| 13 |
"iot_firmware",
|
|
|
|
| 14 |
"nas_networking",
|
| 15 |
"networking_infrastructure",
|
| 16 |
"smarthome_automation",
|
|
|
|
| 144 |
}
|
| 145 |
},
|
| 146 |
{
|
| 147 |
+
"name": "adguard_en",
|
| 148 |
"version": "1.0",
|
| 149 |
"benchmark": "SupportBench",
|
| 150 |
+
"pretty_name": "AdGuard-EN",
|
| 151 |
+
"source": "t.me/adguard_en",
|
| 152 |
"lang": "en",
|
| 153 |
+
"domain": "adblocking_vpn_dns",
|
| 154 |
+
"description": "English AdGuard ad-blocking, VPN, and DNS filtering support",
|
| 155 |
"stats": {
|
| 156 |
"total_messages": 10000,
|
| 157 |
+
"with_text": 9432,
|
| 158 |
+
"with_replies": 4623,
|
| 159 |
+
"reply_rate": 0.462,
|
| 160 |
+
"with_media": 1049,
|
| 161 |
+
"unique_senders": 954,
|
| 162 |
+
"first_ts": 1722423007000,
|
| 163 |
+
"last_ts": 1773387599000
|
| 164 |
}
|
| 165 |
}
|
| 166 |
]
|