pavelshpagin commited on
Commit
87ebd3b
·
verified ·
1 Parent(s): 194a0ad

Replace GrapheneOS with AdGuard-EN (higher quality Q&A, 954 users, 46.2% reply rate)

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. grapheneos.json → adguard_en.json +0 -0
  3. 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
- | GrapheneOS-EN | English | Mobile OS / Privacy | 10,000 | 1,346 | 10.4% | 4 |
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
- ├── grapheneos.json # English mobile OS/privacy support
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
- - GrapheneOS has lower resolved reply rate (10.4%) because ~64% of messages are bridged from Discord/Matrix, with many reply references pointing outside the 10K export window
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": 4462,
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": "grapheneos",
148
  "version": "1.0",
149
  "benchmark": "SupportBench",
150
- "pretty_name": "GrapheneOS-EN",
151
- "source": "t.me/GrapheneOS",
152
  "lang": "en",
153
- "domain": "mobile_os_privacy",
154
- "description": "English GrapheneOS mobile OS installation, privacy, and troubleshooting",
155
  "stats": {
156
  "total_messages": 10000,
157
- "with_text": 9008,
158
- "with_replies": 1042,
159
- "reply_rate": 0.104,
160
- "with_media": 4,
161
- "unique_senders": 1346,
162
- "first_ts": 1767480456000,
163
- "last_ts": 1773384182000
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
  ]