12 Commits

Author SHA1 Message Date
Rocky 3033ca5b33 fix(polish): gate test-build style generation at 1,250 chars and cap export at 5,000
Remove the test-mode unlimited personal-style corpus bypass and replace it with a real 1,250-character minimum gate. Production stays at 2,500. Training-corpus export and the diagnostics view now use a 5,000-character upper bound so the user's full private history never leaves the device in a single export.

- Add PolishStyleLearningCorpusBuilder.testBuildEffectiveCharacterCount (1,250) and trainingExtractionMaximumCharacterCount (5,000); trainingWindow(from:maximumCharacterCount:) accepts a custom cap.
- PolishStylesView: drop bypassesStyleLearningCharacterGate in favor of styleLearningMinimumCharacterCount, unify the ready/remaining text, remove the obsolete polishStyles.learn.testBuildReady key.
- PolishStyleCorpusExportStore: pass the 5,000 cap to trainingWindow and expose trainingExtractionMaximumCharacterCount in the export schema.
- FlowDiagnosticsSettingsView: show the export-sized (5,000-cap) corpus so the diagnostics match what the export ZIP actually contains.
- Tests: rewrite the export cap test for 5,000, add below-cap coverage, add trainingWindow(maximumCharacterCount:) unit coverage, and convert the old UI test into a regression test for the 1,250 test-build minimum.
- L10n: drop the testBuildReady string in en + zh-Hans, update diagnostics.corpus.ready to mention 5,000.
- CHANGELOG: bilingual entry under [Unreleased].
2026-08-30 12:09:06 +08:00
Rocky eac44daaf4 chore: drop unused provider logos, dead code, placeholder screenshots, and zero-reference planning docs
Removes assets and docs that are zero-references in the codebase and the
GitHub Pages site (scanned with ripgrep across *.swift / *.md / *.html).

Removed assets (no Swift / NSImage / UIImage / Image callers):
- 19 provider logo imagesets in OSGKeyboard/Assets.xcassets/:
  anthropic, apple, ark, codingplanx, cometapi, custom, deepseek,
  gemini, groq, mimo, minimax, mistral, moonshot, openai, openrouter,
  qwen, siliconflow, xai, zhipu
- docs/assets/badges/appstore-{en,zh}.svg (README badges in use are
  ios-{en,zh}.svg and macos-{en,zh}.svg)

Removed dead code:
- OSGKeyboardShared/Models/ProviderLogo.swift (no callers; only maps
  provider ids to the now-deleted logo imagesets)

Removed placeholder screenshots:
- docs/screenshots/6.1/ and docs/screenshots/6.7/ (10 PNGs generated
  by scripts/generate_screenshot_placeholders.py; never replaced with
  real captures, no README/HTML/Swift references)

Removed zero-reference planning / audit md (no code, no README, no
CHANGELOG, no GitHub Pages HTML references):
- docs/ACCOUNT_MANAGED_GATEWAY_TESTING.md
- docs/APPSTORE_METADATA.md
- docs/STOREKIT_TESTING.md
- docs/TYPING_KEYBOARD_BASELINE.md
- docs/ios-pip-voice-session-plan.md
- docs/keyboard-accuracy-plan.md
- docs/keyboard-memory-budget.md
- docs/local-asr-architecture.md
- docs/mac-parity-audit-2026-08-23.md
- docs/personal-dictionary-icloud-kvs-checklist.md
- docs/screenshots/README.md (described the deleted placeholders)

Kept (still referenced):
- Brand marks: OSGBrandMark, OSGLogoWide, OSGStatusMark, osglogo
- docs/TESTING.md (referenced by README.md / README.en.md / CONTRIBUTING.md)
- docs/FLOW_BLUETOOTH_TESTING.md (referenced by docs/TESTING.md)
- docs/RELEASE_NOTES_1.8.0.md (referenced by CHANGELOG.md)
- docs/assets/{badges,whats-new,logo,app-icon,hero-devices} (GitHub Pages)
- AppStoreScreenshots/, marketing/ (App Store /策划素材, not in repo refs)

Updated .gitignore so the deleted md cannot be re-added locally and
pushed back by accident. Asset placeholders, dead code, and unused
badges are also covered by patterns under the same rationale.

No version bump: this is a pure cleanup (chore:) with no user-visible
behavior change.
2026-08-29 22:15:52 +08:00
Rocky 2392cc8ac7 chore(repo): ignore new generated v6 artifacts
- Add Generated/, CorpusRegistry, v6 boundary/blind evaluation
  corpora, and sealed blessing benchmark review queues to the
  generated-artifact ignore list so they stay out of the source
  tree after reruns.
2026-08-29 11:51:45 +08:00
Rocky d23a3275a8 docs(ai): record AI and clipboard semantics updates
- Document the smart reply center, clipboard semantic v6 specialization,
  personal style generation fix, and durable Apple account session
  work in both English and Simplified Chinese.
- Update clipboard semantics README and open-training sources to
  reflect the v6 boundary, blessing, and consensus-adjudication
  corpora that the new release-gate pipeline consumes.
2026-08-29 11:51:45 +08:00
Rocky aa37067f79 chore(semantics): add v6 release gate pipeline
- Add reproducible v6 boundary, blessing, and consensus-adjudication
  corpora, plus the tiny-transformer trainer and v6 release-gate
  evaluator that gate every candidate on the deployed baselines.
- Wire consensus-label merging, product-policy anchor evaluation, and
  sealed blessing benchmark review with their pytest coverage.
- Refresh open-training corpus generation, iterative retraining runner,
  and random-holdout evaluation so v6 candidates can be benchmarked
  end-to-end.
2026-08-29 11:51:42 +08:00
Rocky b275b6b0d9 test(ai): expand AI flow and clipboard semantic coverage
- Cover reply-variant decision paths, scene-detector abstention, and
  the merged reply center stance catalog.
- Lock in clipboard semantic analyzer thresholds, complaint-only
  suppression, and existing-skill routing.
- Add durable session, refresh, and managed-gateway reliability tests
  for the Apple account path.
- Verify personal-style prompt derivation, low-confidence ASR
  tendencies, and Polish style learning against real corpus evidence.
- Exercise the assistant keyboard and Polish styles UI flows in
  end-to-end UI tests.
2026-08-29 11:51:25 +08:00
Rocky 3c10d73d7f feat(ai): unify reply center and refresh keyboard AI features
- Merge invitation, task, blessing, clarification, and empathy actions
  into a single Reply flow, with three fixed, clearly labeled stance
  choices whenever user intent must not be guessed.
- Refine clipboard semantic routing with bilingual schedule,
  confirmation, and follow-up models, conservative language thresholds,
  and explicit-assignment guard for complaint-only text.
- Persist Apple account refresh state, harden session recovery, and
  surface durable account diagnostics across keyboard and app.
- Derive personal-style prompts through two-stage corpus evidence and
  apply real low-confidence ASR tendencies instead of neutral templates.
- Localize the new reply center, clipboard semantics, and personal-style
  surfaces in both English and Simplified Chinese.
2026-08-29 11:51:21 +08:00
Cursor Agent f91a8f2456 test(semantics): strengthen consensus split auditing
Co-authored-by: Rocky <hkgood@users.noreply.github.com>
2026-08-27 10:52:58 +00:00
Cursor Agent 1ad8cb1edf chore(semantics): trim generated research artifacts
Co-authored-by: Rocky <hkgood@users.noreply.github.com>
2026-08-27 10:24:15 +00:00
Cursor Agent de9cd332a5 docs(semantics): record iterative retraining study
Co-authored-by: Rocky <hkgood@users.noreply.github.com>
2026-08-27 10:23:44 +00:00
Cursor Agent 00b90d9d28 chore(semantics): add iterative retraining research pipeline
Co-authored-by: Rocky <hkgood@users.noreply.github.com>
2026-08-27 10:23:41 +00:00
Rocky 42e6252f01 Cursor: Apply local changes for cloud agent 2026-08-27 18:01:46 +08:00
276 changed files with 138841 additions and 11417 deletions
+34
View File
@@ -65,6 +65,25 @@ OSGKeyboard/Resources/CustomLanguageModel/v1/compiled/
# Reproducible Create ML candidates (selected models live in Shared resources)
ModelTraining/ClipboardSemantics/Candidates/
# Reproducible open-data corpus artifacts (regenerated from pinned sources)
ModelTraining/ClipboardSemantics/Generated/
ModelTraining/ClipboardSemantics/open-training-corpus.jsonl
ModelTraining/ClipboardSemantics/combined-training-corpus.jsonl
ModelTraining/ClipboardSemantics/v6-boundary-training-supplement.jsonl
ModelTraining/ClipboardSemantics/v6-blind-evaluation-corpus.jsonl
ModelTraining/ClipboardSemantics/Consensus/*.jsonl
ModelTraining/ClipboardSemantics/CorpusRegistry/*.jsonl
ModelTraining/ClipboardSemantics/CorpusRegistry/Labels/
ModelTraining/ClipboardSemantics/CorpusRegistry/*-report.json
ModelTraining/ClipboardSemantics/VerifierCandidates/
ModelTraining/ClipboardSemantics/IterativeResearch/**/rounds.json
ModelTraining/ClipboardSemantics/IterativeResearch/**/final-report.json
# Blind review queues can contain restricted evaluation text and reviewer IDs.
ModelTraining/ClipboardSemantics/BlessingBenchmark/*.jsonl
ModelTraining/ClipboardSemantics/BlessingBenchmark/manifest.json
ModelTraining/ClipboardSemantics/BlessingBenchmark/final-manifest.json
# Python bytecode
__pycache__/
*.pyc
@@ -93,3 +112,18 @@ CHANGES.md
.ai-skills-layout-shots/
.workbuddy-ai/
reports/
# Internal planning / audit docs kept locally only (zero in-repo or
# GitHub-Pages references; never re-add these — they were removed
# in 2026-08 to keep the public docs/ limited to GitHub Pages assets).
/docs/ACCOUNT_MANAGED_GATEWAY_TESTING.md
/docs/APPSTORE_METADATA.md
/docs/STOREKIT_TESTING.md
/docs/TYPING_KEYBOARD_BASELINE.md
/docs/ios-pip-voice-session-plan.md
/docs/keyboard-accuracy-plan.md
/docs/keyboard-memory-budget.md
/docs/local-asr-architecture.md
/docs/mac-parity-audit-2026-08-23.md
/docs/personal-dictionary-icloud-kvs-checklist.md
/docs/screenshots/README.md
+9
View File
@@ -8,16 +8,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- **Adaptive personal replies**: learn separate dictation and reply preferences from reviewed evidence, offer ordinary, formal, and playful personalized reply choices from one keyboard action, and keep bounded choice feedback only on the device. / **自适应个人回复**:从经过确认的证据中分别学习听写与回复偏好,通过一个键盘回复操作提供普通、正式和轻松趣味三种个性化候选,并仅在本机限量保留选择反馈。
- **Test-build ASR corpus export**: export the newest complete personal-style examples through the 2,500-character target as a protected ZIP containing versioned JSON from Settings in Debug and TestFlight builds, while still allowing smaller non-empty corpora. / **测试版 ASR 语料导出**:在 Debug 与 TestFlight 版本的设置中,将最新完整个人风格样本累积至 2,500 字符后导出为受保护的 ZIP(内含版本化 JSON),不足 2,500 字符的非空语料也可导出。
- **Flow startup diagnostics**: save a privacy-safe ten-second state trace whenever session startup reaches a terminal failure, with local export and deletion controls in Settings. / **Flow 启动诊断**:会话启动最终失败时保存隐私安全的最近十秒状态轨迹,并在设置中提供本机导出与清除入口。
- **Expanded clipboard semantics**: add fully local bilingual models for schedule negotiation, confirmed decisions, and follow-up reminders, with language-specific confidence thresholds, existing-skill routing, and reproducible random holdout evaluation. / **扩展剪贴板语义**:新增完全本地的中英双语日程协商、确认决策与跟进提醒模型,并加入分语言置信度阈值、现有技能路由及可复现的随机留出评估。
### Changed
- **Smart reply center**: merge invitation, task, blessing, clarification, and empathy actions into Reply; local scene detection now offers three fixed, clearly labeled decisions whenever user intent must not be guessed, while ordinary chats retain optional tone choices. / **智能回复中心**:将邀约、任务、祝福、澄清与共情操作统一到“回复”;本地场景识别会在不可替用户猜测意图时始终提供三种固定且清晰标注的立场,普通聊天则继续使用可选的语气候选。
- **Clipboard intent precision**: specialize the local task and complaint models, add conservative language thresholds, and suppress complaint-only text from task routing unless it contains an explicit assignment. / **剪贴板意图精度**:专项优化本地任务与投诉模型,加入保守的分语言阈值,并在没有明确委派时阻止纯投诉文本进入任务路由。
- **Precision-first semantic routing**: add traceable multi-model consensus labels, local joint intent verifiers, confidence-margin abstention, layered source-isolated evaluation, and privacy-safe shadow disagreement counters while retaining current models until every acceptance gate passes. / **精度优先语义路由**:新增可追溯多模型共识银标、本地联合意图验证器、置信度与差值拒识、按来源隔离的分层评估及隐私安全的影子分歧计数;所有验收门槛通过前继续保留当前模型。
- **Iterative semantic research**: add reproducible twenty-round weakly supervised model selection, high-confidence self-training consensus, per-intent fine-tuning, explicit-evidence experiments, frozen-overlap gates, and macOS replay manifests; retain deployed models when every candidate underperforms release baselines. / **迭代语义研究**:新增可复现的二十轮弱监督模型选择、高置信自训练共识、分意图微调、显式证据实验、冻结集重叠门禁及 macOS 重放清单;所有候选低于发布基线时继续保留现有部署模型。
- **Card depth**: add a faint directional long shadow to card surfaces throughout the iOS app in both light and dark appearances. / **卡片层次**:为 iOS App 内的卡片界面统一加入淡雅的定向长投影,并适配浅色与深色外观。
- **Neutral dialog actions**: use adaptive black or white styling for system alerts, confirmation dialogs, and modal actions instead of inheriting the green brand accent. / **中性弹窗操作色**:系统警告、确认弹窗及模态操作改用自适应黑色或白色,不再继承绿色品牌强调色。
- **Monthly usage calendar**: replace the seven-day Home and Mac Dashboard chart with a full current-month calendar whose date-circle opacity reflects each day's dictation characters, placing the Home calendar between its four metrics and Personal Dictionary. / **月度用量日历**:以完整的当月日历替换首页与 Mac 总览的近七天图表,并通过日期圆形背景透明度表示每天的听写字数;首页日历位于四项统计指标与个性词库之间。
- **Home credits and navigation**: move the credit and invitation card from Settings to Home above the usage metrics, explain free signup and referral rewards before sign-in, and open History or Personal Dictionary directly from their metric cards. / **首页积分与导航**:将积分与邀请卡片从设置迁移到首页统计指标上方,登录前明确说明免费注册与邀请奖励,并支持从听写字数和词库指标卡片直接进入历史记录或个性词库。
- **Personal style threshold**: allow generating a learned speaking style after 2,500 effective dictation characters instead of 5,000. / **专属风格门槛**:生成学习型说话风格所需的有效听写字符由 5,000 降至 2,500。
- **Personal style corpus gate**: replace the test-mode unlimited gate with a 1,250-character minimum while keeping the production 2,500-character gate, and cap the training-corpus export at 5,000 effective characters so the user's full private history never leaves the device in one export. / **个人风格语料门槛**:移除测试版本的「无下限」逻辑,改为 1,250 字符最低门槛,正式版保持 2,500 字符;训练语料导出上限调整为 5,000 字符,避免一次性带出全部听写历史。
### Fixed
- **Personal style generation**: derive every reviewed prompt through two-stage corpus evidence, apply concrete low-confidence ASR tendencies instead of replacing them with a neutral template, recover wrapped model JSON once, keep one provider configuration and a 45-second budget across both stages, and distinguish cancellation from timeout. / **专属风格生成**:每个待审阅 Prompt 均通过两阶段语料证据生成,并在证据较少时仍应用原始 ASR 中具体的低置信度表达倾向,而非替换为中性模板;同时支持一次模型 JSON 包装恢复,在两阶段固定同一服务配置与 45 秒预算,并区分主动取消和请求超时。
- **Durable Apple account sessions**: persist refresh operation identifiers before token rotation, reliably store and validate Apple user identifiers, require one-time reauthentication for unverifiable legacy sessions, and prevent failed Keychain deletion or concurrent account work from restoring a revoked login. / **可靠 Apple 账号会话**:在令牌轮换前持久化刷新操作标识,可靠存储并验证 Apple 用户标识,为无法验证的旧会话执行一次重新认证,并防止 Keychain 删除失败或并发账号操作恢复已撤销的登录态。
- **Account sign-in presentation**: use the concise reward message consistently and keep a uniform app surface beneath translucent Apple authorization sheets. / **账号登录呈现**:统一使用精简的积分奖励文案,并在半透明 Apple 授权弹窗下保持一致的 App 背景。
- **Recommended hotword details**: label Home recommendations by their actual source, render suggestion chips in adaptive monochrome, remove internal usage counts from dictionary rows, and anchor the iPhone confirmation popover to the selected hotword. / **推荐热词详情**:按真实来源标记首页推荐词,以自适应黑白配色显示推荐标签,移除词库列表中的内部使用次数,并让 iPhone 确认弹窗指向所选热词。
@@ -0,0 +1,67 @@
# Blessing benchmark review
This directory contains a blind, evaluation-only review queue derived from the
frozen comprehensive holdout. It must never be merged into training.
## Review process
1. Give `review-queue.jsonl` and one annotation template to each of two
independent human annotators.
2. Do not give annotators `sealed-provenance.jsonl`, the other annotator's
answers, model predictions, or previous weak labels.
3. Each annotator fills every `label`, `boundaryCategory`, and `confidence`
field in their own JSONL file.
4. Run `finalize_blessing_benchmark.py` with distinct annotator IDs.
5. If annotations disagree, give only `adjudication-needed.jsonl` to a third
reviewer and rerun the finalizer with the adjudication file.
## Label
Set `label` to `true` only when the author directly expresses a good wish,
congratulation, prayer, or hope for a recipient. Third-person and self-directed
wishes count. Requests for a blessing, quoted examples, received thanks,
celebration descriptions, ordinary greetings, reports of someone else's wish,
and sarcasm do not count.
## Boundary categories
Use one of these stable values:
### Positive
- `festival_or_birthday`
- `congratulation`
- `health_or_recovery`
- `travel_or_safety`
- `study_or_career`
- `general_good_wish`
- `third_person_or_group`
- `spiritual_or_prayer`
### Negative
- `meta_request_or_template`
- `received_thanks`
- `quoted_or_documented`
- `celebration_mention`
- `ordinary_greeting`
- `positive_language_only`
- `reported_wish`
- `sarcasm_or_anti_blessing`
- `unrelated`
Use `confidence` values `high`, `medium`, or `low`. Explain genuinely
ambiguous context in `notes`.
## Finalization
```bash
python3 Scripts/clipboard_semantics/finalize_blessing_benchmark.py \
--annotator-a-id reviewer-a \
--annotator-b-id reviewer-b
```
The command refuses incomplete annotation, duplicate IDs, non-boolean labels,
invalid confidence, missing adjudication, or use of the same person as both
annotators. The finalized benchmark is split deterministically into calibration
and test records.
@@ -0,0 +1,40 @@
# Clipboard semantic evidence adjudication v1
Review only the fields listed in `unresolvedFields`. Judge from the text itself;
do not inspect previous model votes, source labels, or another adjudicator.
Return one JSON object per input record:
```json
{
"id": "same id",
"resolutions": {
"task": "true",
"ambiguous": "false"
},
"confidence": {
"task": 0.97,
"ambiguous": 0.94
},
"evidence": {
"task": "send the report",
"ambiguous": "by Friday"
}
}
```
Requirements:
- `resolutions`, `confidence`, and `evidence` must contain exactly the fields in
`unresolvedFields`.
- Intent and flag values are `true`, `false`, or `unknown`.
- Sentiment values are `positive`, `neutral`, `negative`, or `unknown`.
- Evidence must be a short exact quote copied from the input text.
- Use `unknown` when the text alone does not justify a decision.
- Confidence is per field and must be between 0 and 1.
- Do not output explanations, markdown, or additional fields.
Use the boundaries from `labeling-instructions-v2.md`. In particular, distinguish
requests from personal plans, genuine information questions from request-shaped
commands, direct messages from terminal notices, and expressed wishes from
quoted, future, sarcastic, or received blessings.
@@ -0,0 +1,56 @@
# Clipboard semantic evidence adjudication v2
Review only the fields listed in `unresolvedFields`. Judge from the text itself;
do not inspect previous model votes, source labels, or another adjudicator.
Apply the product-approved boundaries from `labeling-instructions-v3.md`.
Return one JSON object per input record:
```json
{
"id": "same id",
"recordDisposition": "keep",
"dispositionConfidence": 0.98,
"dispositionEvidence": "send the report",
"resolutions": {
"task": "true",
"ambiguous": "false"
},
"confidence": {
"task": 0.97,
"ambiguous": 0.94
},
"evidence": {
"task": "send the report",
"ambiguous": "by Friday"
}
}
```
Requirements:
- `recordDisposition` must be `keep` or `exclude-device-command`.
- Use `exclude-device-command` only when the text is clearly addressed to a
device, app, search engine, or virtual assistant. Do not use it for an
ordinary request to another person.
- `dispositionConfidence` must be between 0 and 1.
- `dispositionEvidence` must be a short exact quote copied from the text.
- `resolutions`, `confidence`, and `evidence` must contain exactly the fields in
`unresolvedFields`, even when the record is marked for exclusion.
- Intent and flag values are `true`, `false`, or `unknown`.
- Sentiment values are `positive`, `neutral`, `negative`, or `unknown`.
- Field evidence must be a short exact quote copied from the input text.
- Use `unknown` when the text alone does not justify a decision.
- Confidence is per field and must be between 0 and 1.
- Do not output explanations, markdown, or additional fields.
Critical product decisions:
- An invitation question is `invitation=true`, `question=false`, and normally
`replyableMessage=true`.
- An explicit self-reminder is `followUpReminder=true`, `task=false`.
- A first-person need implying action is `task=true`.
- A problem is not a complaint unless dissatisfaction, criticism, or objection
is explicitly expressed.
- Generic encouragement or happiness is not a blessing; require an explicit
wish, prayer, congratulation, or conventional blessing.
@@ -0,0 +1,23 @@
# Clipboard semantic evidence adjudication v3
Review only the fields listed in `unresolvedFields`. Judge from the text itself;
do not inspect previous model votes, source labels, or another adjudicator.
Apply `labeling-instructions-v4.md`.
Return one JSON object per input record using the exact schema defined in
`adjudication-instructions-v2.md`.
For compatibility, `recordDisposition` remains `keep` or
`exclude-device-command`. In v3, `exclude-device-command` also covers generic
search, system/account queries, and other clearly virtual-assistant-only text.
It does not cover real-world service requests, named-recipient communication
with content, or private/shared-context interpersonal questions.
Requirements:
- Evidence must be a short exact quote copied from the input text.
- `resolutions`, `confidence`, and `evidence` must contain exactly the fields in
`unresolvedFields`.
- Use `unknown` rather than inventing context for low-information fragments.
- Confidence is per field and must be between 0 and 1.
- Do not output explanations, markdown, or additional fields.
@@ -0,0 +1,17 @@
# Clipboard semantic evidence adjudication v4
Review only the fields listed in `unresolvedFields`. Judge from the text itself;
do not inspect human anchor labels, previous model votes, source labels, or
another adjudicator.
Apply `labeling-instructions-v5.md` and every inherited rule from
`labeling-instructions-v4.md`. Return one JSON object per input record using the
exact schema from `adjudication-instructions-v2.md`.
For compatibility, `recordDisposition` remains `keep` or
`exclude-device-command`; the excluded state also covers generic search,
system/account queries, and clearly virtual-assistant-only commands.
Evidence must be an exact text quote. Use `unknown` for every affected intent
when a short fragment lacks enough context. Do not output explanations,
markdown, or additional fields.
@@ -0,0 +1,79 @@
# Clipboard semantic evidence adjudication v5
Review only the fields listed in `unresolvedFields`. Judge from the text itself;
do not inspect source labels, provenance, previous model votes, human anchors,
or another adjudicator.
Apply `labeling-instructions-v6.md`. Return one JSON object per input record
using the evidence schema from `adjudication-instructions-v2.md`:
```json
{
"id": "same id",
"recordDisposition": "keep",
"dispositionConfidence": 0.98,
"dispositionEvidence": "play my workout playlist",
"resolutions": {
"assistantCommand": "true",
"domain": "media"
},
"confidence": {
"assistantCommand": 0.97,
"domain": 0.95
},
"evidence": {
"assistantCommand": "play",
"domain": "workout playlist"
}
}
```
Requirements:
- `recordDisposition` remains `keep` or `exclude-device-command` for file-format
compatibility. Under v6, assistant commands, information queries, and system
notifications are taxonomy records and must be `keep`.
- Use `exclude-device-command` only when replaying a queue explicitly frozen
under v4/v5 exclusion policy. Do not use it in a new v6 queue.
- `dispositionConfidence` and every per-field confidence must be between 0 and
1.
- `dispositionEvidence` and field evidence must be short exact quotes copied
from the input text.
- `resolutions`, `confidence`, and `evidence` must contain exactly the fields in
`unresolvedFields`, even if a legacy replay record is excluded.
- Intent and flag values are `true`, `false`, or `unknown`.
- `domain` is `finance`, `travel`, `calendar`, `communication`, `media`,
`smartHome`, `shopping`, `dining`, `health`, `weather`, `accountService`,
`generalKnowledge`, or `unknown`.
- `sentiment` is `positive`, `neutral`, `negative`, or `unknown`.
- Use `unknown` when the text alone does not justify a stable decision. A
low-information fragment must not be forced to `false` or into
`generalKnowledge`.
- Do not output explanations, markdown, comments, or additional fields.
Critical boundary checks:
- Resolve clearly device-, app-, or assistant-directed direct digital
operations as `assistantCommand=true`; resolve generic lookups as
`informationQuery=true`; resolve machine-authored alerts and status messages
as `systemNotification=true`.
- A request for a real-world service that naturally needs confirmation, such as
booking a taxi, restaurant, hotel, or ticket, remains `task=true` rather than
`assistantCommand=true`.
- Do not infer `task`, `question`, or `replyableMessage` from those records
unless the text independently contains an interpersonal act.
- A named-recipient communication request with actual content is an
interpersonal replyable task. A bare “call Mark” remains unknown for affected
fields when the addressee is unclear.
- Invitation questions are `invitation=true`, `question=false`; explicit
self-reminders are `followUpReminder=true`, `task=false`; first-person needs
implying personal action remain tasks.
- Complaints require explicit dissatisfaction, and blessings require an
explicit wish, prayer, congratulation, or conventional blessing.
- Choose one domain from the operation target. If no primary target can be
established, resolve `domain` as `unknown`.
`knownLabels` is corpus metadata and must not appear in adjudicator output.
Downstream merging may add an adjudicated field to `knownLabels` only when both
the field value and its evidence pass the configured acceptance gate and the
value is not `unknown`.
@@ -0,0 +1,65 @@
{
"acceptedCount": 313,
"actionLabelCounts": {
"both": 1,
"complaintOnly": 80,
"neither": 9,
"questionRequest": 87,
"taskOnly": 136
},
"conflictCount": 47,
"conflictRate": 0.1306,
"coordinationLabelCounts": {
"confirmationDecision": 15,
"followUpReminder": 6,
"neither": 287,
"scheduleNegotiation": 5
},
"duplicateTextRate": 0.0,
"fleissKappa": 0.5942,
"fullAgreementCount": 26,
"intentPositiveCounts": {
"blessing": 3,
"complaint": 81,
"confirmationDecision": 15,
"followUpReminder": 6,
"invitation": 0,
"question": 163,
"replyableMessage": 7,
"scheduleNegotiation": 5,
"task": 137
},
"labelers": [
"cursor-grok-4.6-xhigh",
"gpt-5.6-luna-medium",
"composer-2.5-fast"
],
"languageCounts": {
"en": 200,
"zh-Hans": 113
},
"overlapChecks": {
"exactTextAcrossSplits": 0,
"nearDuplicateClusterAcrossSplits": 0
},
"promptSHA256": "4bd3dbc01202f2a0c69c77ee30c66904889a31485fed3bc1944b286f9ab74cff",
"promptVersion": "clipboard-consensus-v1",
"queueCount": 360,
"schemaVersion": 1,
"sourceCounts": {
"AmazonScience/MASSIVE en-US": 38,
"AmazonScience/MASSIVE zh-CN": 33,
"CFPB via hpe-ai/customer-complaints": 40,
"CLINC150 UCI": 37,
"CrossWOZ": 40,
"Google Research GoEmotions": 11,
"Google Taskmaster-1": 40,
"Meituan-Dianping/ASAP": 40,
"MultiDoGO": 34
},
"splitCounts": {
"silverAcceptance": 40,
"silverCalibration": 50,
"silverTrain": 223
}
}
@@ -0,0 +1,70 @@
# Clipboard semantic consensus labeling v2
Prompt version: `clipboard-consensus-v2`
Label each record independently using only its text. Do not infer missing
conversation history, and do not inspect source labels or other model outputs.
Return exactly one JSON object per input record:
```json
{
"id": "same id",
"labels": {
"task": "false",
"question": "false",
"invitation": "false",
"complaint": "false",
"scheduleNegotiation": "false",
"confirmationDecision": "false",
"followUpReminder": "false",
"blessing": "false",
"replyableMessage": "true"
},
"sentiment": "neutral",
"ambiguous": false,
"quotedOrMeta": false,
"confidence": 0.96
}
```
Every intent value must be `true`, `false`, or `unknown`. Use `unknown` when
the text alone does not contain enough evidence. Absence of evidence is not
automatically evidence of a negative label.
## Intent boundaries
- `task`: another person is explicitly requested or assigned to perform an
action. A personal plan is not a task.
- `question`: a genuine request for information. Rhetorical, quoted, search,
and documentation examples are not questions.
- `invitation`: an invitation to join an event, meeting, visit, meal, or social
activity.
- `complaint`: present dissatisfaction, malfunction, bad service, or an
unresolved problem. Negative sentiment alone is insufficient.
- `scheduleNegotiation`: proposing, changing, comparing, or choosing between
times. A fixed appointment or deadline alone is insufficient.
- `confirmationDecision`: explicit approval, rejection, commitment, or
selection of an option. Acknowledgment alone is insufficient.
- `followUpReminder`: a request to remind, check back, or follow up later or
after a trigger. An ordinary task with a deadline is insufficient.
- `blessing`: the author directly expresses a good wish, congratulation,
prayer, or hope for any recipient, including self or third parties.
- `replyableMessage`: a direct conversational message that naturally invites
a response. Terminal acknowledgments, personal notes, quoted examples, and
factual notices are negative.
Multi-label combinations are valid. For example, “Could you send the report?”
is `task + question + replyableMessage`.
## Special cases
- Set `quotedOrMeta = true` when intent-bearing language is quoted, reported,
searched, documented, requested as a writing example, or discussed rather
than performed.
- Set `ambiguous = true` when material context is missing or multiple
interpretations remain equally plausible.
- Sarcasm, negation, hypothetical future intent, and received thanks must be
interpreted semantically rather than by keyword matching.
- `sentiment` must be `positive`, `neutral`, `negative`, or `unknown`.
- Do not output reasoning, markdown, comments, or additional fields.
@@ -0,0 +1,46 @@
# Clipboard semantic consensus labeling v3
Prompt version: `clipboard-consensus-v3`
Label each record independently using only its text. Do not infer missing
conversation history, and do not inspect source labels or other model outputs.
Return exactly one JSON object per input record using the schema from
`labeling-instructions-v2.md`.
## Product-approved boundaries
These rules override the corresponding v2 boundaries:
- Exclude commands that are clearly addressed to a device, app, search engine,
or virtual assistant rather than another person. Examples include opening an
inbox, playing music, changing device volume, or showing an account value.
Ordinary requests sent to another person remain in scope.
- `task`: a first-person need that implies an action is a task even when the
recipient is not explicit. A self-reminder is not a task. A device or virtual
assistant command is excluded before intent labeling.
- `question`: an invitation phrased as a question is not a `question`.
Request-shaped commands are also not information questions.
- `invitation`: an invitation phrased as a question is
`invitation=true`, `question=false`, and normally
`replyableMessage=true`.
- `complaint`: require an explicit expression of dissatisfaction, criticism, or
objection. A loss, theft, malfunction, or unresolved problem without
expressed dissatisfaction is not a complaint.
- `followUpReminder`: an explicit self-reminder is
`followUpReminder=true` and `task=false`.
- `blessing`: require an explicit wish, prayer, congratulation, or conventional
blessing. Generic encouragement, happiness for someone, optimism, or “good
luck”-free motivational language is not sufficient. Conventional expressions
such as “生日快乐”, “一路顺风”, “恭喜晋升”, “happy birthday”, and
“congratulations on the promotion” are explicit.
## Unchanged requirements
- Every intent value is `true`, `false`, or `unknown`.
- `sentiment` is `positive`, `neutral`, `negative`, or `unknown`.
- Set `quotedOrMeta=true` for quoted, reported, searched, documented, or
example-only intent language.
- Set `ambiguous=true` only when missing context materially prevents a stable
product label.
- Do not output reasoning, markdown, comments, or additional fields.
@@ -0,0 +1,64 @@
# Clipboard semantic consensus labeling v4
Prompt version: `clipboard-consensus-v4`
Label from the text alone. Do not inspect source labels, model votes, or hidden
conversation history. The product owner decisions below override all earlier
versions.
## Record scope
Exclude text that is clearly a generic search, device control, app/account
query, alarm/calendar operation, or other virtual-assistant-only command.
Keep these in scope:
- a request to perform a real-world service that naturally needs confirmation,
such as booking a taxi;
- a request to communicate with a named recipient when the content to convey is
present;
- a private or shared-context information question that could naturally be sent
to another person, such as asking for a relative's email address.
If a short fragment does not contain enough evidence to distinguish a human
message from a query or command, keep it unresolved with `ambiguous=true` and
the affected intents set to `unknown`. Do not force it into the excluded or
negative class.
## Product intent boundaries
- `replyableMessage=true` when an in-scope interpersonal message naturally
supports a response. Questions, assignments, ongoing decisions, emotional
updates, and outcome sharing can be replyable.
- Terminal acknowledgments and thanks such as “知道了,谢谢” are not
replyable. A passive factual notice that creates no conversational next step
is also not replyable.
- `task=true` for an assigned action, an explicit first-person commitment, or a
first-person need that implies a personal action. A pure status question is
not a task.
- A request to email, text, or otherwise contact a named recipient is a
replyable task when the message content or purpose is included. A bare
command such as “call Mark” is ambiguous without more context.
- `question=true` for any genuine request for information, including an
imperative such as “tell me her email address”.
- A polite interrogative action request such as “Can you send the report?” is
both `task=true` and `question=true`. A question about when an existing task
will happen is `question=true`, `task=false`.
- A request for a recommendation is excluded when it is clearly a generic
assistant/search query rather than an interpersonal request.
- An invitation phrased as a question remains `invitation=true`,
`question=false`, and normally `replyableMessage=true`.
- An explicit self-reminder remains `followUpReminder=true`, `task=false`.
- A complaint still requires explicit dissatisfaction, criticism, or objection.
- A blessing still requires an explicit wish, prayer, congratulation, or
conventional blessing.
## Output states
- Intent values are `true`, `false`, or `unknown`.
- `sentiment` is `positive`, `neutral`, `negative`, or `unknown`.
- Use `ambiguous=true` only when missing context materially prevents a stable
product label.
- Use `quotedOrMeta=true` for quoted, reported, searched, documented, or
example-only intent language.
- Do not output explanations, markdown, comments, or additional fields.
@@ -0,0 +1,39 @@
# Clipboard semantic consensus labeling v5
Prompt version: `clipboard-consensus-v5`
Apply every rule in `labeling-instructions-v4.md`, with the following
product-owner clarifications taking precedence.
## Replyable message clarifications
- “take your time” is an interpersonal supportive message:
`replyableMessage=true`, `task=false`.
- “知道了,谢谢” is terminal and not replyable.
- “活动规则按当前方案通过” is a passive decision notice and not replyable.
- Sharing a personal outcome such as “事情总算处理完了,结果居然成了” is
replyable even without a direct question.
- A private first-person need such as “I need to set up a new PIN” is a task
but not replyable unless it is addressed to another person.
## Task clarifications
- A first-person decision followed by an impersonal consequence is not
automatically an assignment. “我拍板先发布基础版,其他候选停止评估” is
replyable but not a task because it does not directly assign the recipient.
- A decision that explicitly hands off a next action is a task. “我批准退款流程
的最终版本,可以签字” is replyable and a task.
- Named-recipient communication with actual content is a replyable task:
“text Sarah that I'll be late” and “send an email to Julie that I can meet
Saturday” are both `replyableMessage=true`, `task=true`.
## Scope and ambiguity clarifications
- “tell me what's new” and “my claim status” are generic assistant/system
queries and must be excluded.
- A bare fragment such as “call Mark” does not reveal whether it is an
interpersonal assignment or an assistant command. Keep it unresolved:
`ambiguous=true`, with `replyableMessage`, `task`, and `question` all
`unknown`.
- Apply the same unknown treatment to other low-information fragments rather
than converting unspecified fields to `false`.
@@ -0,0 +1,201 @@
# Clipboard semantic consensus labeling v6
Prompt version: `clipboard-consensus-v6`
Label each record independently from its text. Do not inspect source labels,
model votes, provenance, or hidden conversation history. This version keeps the
nine product intents from v5 and adds three routing intents plus one domain
field. Its definitions override earlier instructions when they conflict.
## Output schema
Return exactly one JSON object per input record:
```json
{
"id": "same id",
"labels": {
"task": "false",
"question": "false",
"invitation": "false",
"complaint": "false",
"scheduleNegotiation": "false",
"confirmationDecision": "false",
"followUpReminder": "false",
"blessing": "false",
"replyableMessage": "true",
"assistantCommand": "false",
"informationQuery": "false",
"systemNotification": "false"
},
"domain": "communication",
"sentiment": "neutral",
"ambiguous": false,
"quotedOrMeta": false,
"confidence": 0.96
}
```
Every intent value is `true`, `false`, or `unknown`. `domain` is one of the
twelve values below or `unknown`. `sentiment` is `positive`, `neutral`,
`negative`, or `unknown`. Do not output reasoning, comments, markdown, or
additional fields.
## Nine product intents
- `task`: a person is assigned or asked to perform an action, or the author
states an explicit personal commitment or need that implies action. A
request for a real-world service that naturally needs confirmation, such as
booking a taxi, restaurant, hotel, or ticket, is also a task. A status
question, self-reminder, passive decision notice, and pure device/app
operation are not tasks.
- `question`: a genuine interpersonal request for information. It includes
imperative requests such as “tell me her email address” when they could
naturally be sent to a person. Invitation questions and clearly generic
assistant/search/account queries are not questions.
- `invitation`: an invitation to join an event, meeting, visit, meal, or social
activity. A question-shaped invitation is normally also
`replyableMessage=true`, but `question=false`.
- `complaint`: explicit present dissatisfaction, criticism, objection, bad
service, or an unresolved problem framed as a complaint. A loss,
malfunction, negative fact, or negative sentiment without expressed
dissatisfaction is insufficient.
- `scheduleNegotiation`: proposing, changing, comparing, or choosing between
times. A fixed appointment, reminder time, or deadline alone is insufficient.
- `confirmationDecision`: explicit approval, rejection, commitment, or
selection of an option. Acknowledgment, receipt confirmation, and passive
status notice alone are insufficient.
- `followUpReminder`: an explicit request to remind, check back, or follow up
later or after a trigger, including a self-reminder. An ordinary task with a
deadline is insufficient; a self-reminder is not a `task`.
- `blessing`: the author directly expresses an explicit wish, prayer,
congratulation, or conventional blessing. Generic encouragement, optimism,
happiness for someone, quoted wishes, and requests to write a blessing are
insufficient.
- `replyableMessage`: an interpersonal message that naturally supports a
response. Questions, assignments, invitations, ongoing decisions, emotional
updates, and outcome sharing may qualify. Terminal acknowledgments or thanks,
private notes, passive factual notices, generic assistant interactions, and
machine notifications do not.
The v5 product-owner examples remain authoritative: “take your time” is
replyable but not a task; “知道了,谢谢” is terminal; personal outcome sharing
may be replyable; a private first-person need may be a task without being
replyable; and named-recipient communication with actual content is a replyable
task.
## Three routing intents
- `assistantCommand`: an instruction to a device, app, service, search engine,
or virtual assistant to perform a direct digital or device operation. This
includes opening or changing app state, alarms and calendar operations, media
playback, smart-home control, and immediate account/app settings. A
real-world service request that naturally needs confirmation remains a
`task`, even when submitted through an assistant.
- `informationQuery`: a generic assistant, search, reference, weather, account,
or service-status lookup that asks for information rather than asking a
person. “tell me what's new”, “my claim status”, and generic recommendation
searches qualify.
- `systemNotification`: machine- or service-generated status, alert, receipt,
security warning, delivery update, or other notification presented to the
user rather than authored as an interpersonal message.
These three labels replace the old blanket exclusion of assistant-only text.
Keep such records and label them explicitly. They are normally mutually
exclusive, and their clearly assistant/system-scoped records must not become
`task`, `question`, or `replyableMessage` merely because similar words could
occur in human conversation. Real-world bookings remain tasks. A request to
contact a named person with message content is interpersonal, not an
`assistantCommand`; a bare fragment such as “call Mark” remains ambiguous when
addressee and interaction mode cannot be determined.
## Domains
Choose the single primary subject or operation target:
- `finance`: banking, payments, cards, transfers, investments, insurance, or
claims.
- `travel`: transport, routes, tickets, hotels, trips, or reservations other
than restaurant bookings.
- `calendar`: dates, events, meetings, availability, alarms, reminders, or
scheduling.
- `communication`: calls, contacts, messages, email, social communication, or
interpersonal conversation.
- `media`: music, podcasts, radio, video, photos, news playback, or media
discovery.
- `smartHome`: lights, appliances, climate, locks, cameras, or other connected
home devices.
- `shopping`: products, orders, retail delivery, returns, refunds, or
marketplace activity.
- `dining`: restaurants, food, menus, takeaway, restaurant reservations, or
dining service.
- `health`: symptoms, care, medicine, fitness, wellbeing, or medical
appointments.
- `weather`: current conditions, forecasts, temperature, or weather alerts.
- `accountService`: login, identity, profile, PIN/password, subscription,
membership, entitlement, or general service support not better covered above.
- `generalKnowledge`: general facts, definitions, recommendations, and
non-specialized content that does not fit another domain.
Use the action target to resolve a cross-domain record: “text Sam about the
flight” is `communication`, while “is my flight delayed?” is `travel`. Use
`unknown`, not `generalKnowledge`, when missing context prevents a stable
choice.
## Unknown, ambiguity, and metadata
- Use `unknown` only when the text lacks enough evidence for that field. Do not
turn missing annotation or missing context into `false`.
- Use `false` when the field is in scope and the text provides enough evidence
that the intent is absent.
- Set `ambiguous=true` when missing context materially prevents a stable product
label. Set each affected intent and `domain` to `unknown`; unaffected fields
may still be resolved.
- Set `quotedOrMeta=true` when intent-bearing language is quoted, reported,
searched, documented, requested as a writing example, or discussed rather
than performed.
- Multi-label product combinations remain valid, such as
`task + question + replyableMessage` for an interpersonal “Could you send the
report?”
## `knownLabels` contract for corpus records
`knownLabels` is ingestion metadata, not part of labeler output. It lists only
the fields a source genuinely annotates after an audited deterministic mapping.
Allowed names are the twelve intent names, `domain`, and `sentiment`.
- A field in `knownLabels` may train from its resolved value, including an
explicit `false`.
- A field absent from `knownLabels` is `unknown` for training and contributes no
positive or negative loss.
- Source intent names, topic names, or missing columns must never be expanded
into negative labels for the rest of the taxonomy.
- A mapped source label may make only its audited target fields known.
Synthetic data must not claim all labels known merely because the generator
omitted them.
- Consensus or human review may add a field to `knownLabels` only after that
field receives a non-`unknown` decision under this taxonomy.
## Training-data boundary
- External data may enter candidate generation only when its commercial-use
rights and required notices are recorded, its immutable revision is pinned,
and it comes from the upstream official `train` split. Upstream validation,
development, test, challenge, and hidden-evaluation records never train.
- When an upstream source publishes only one split explicitly named `train`, it
may supply training candidates but may not supply OSGKeyboard calibration or
evaluation truth. If no official train designation exists, the source waits
in audit and is not locally re-split into eligibility.
- Exact and normalized near-duplicate overlap with any frozen local holdout is a
fatal exclusion. Privacy, credentials, direct contact data, unsafe content,
and unsupported language variants are filtered before labeling.
- Synthetic records are training-only, carry explicit synthetic provenance,
use sample weight at most `0.35`, and may know only the fields guaranteed by
their generation contract. They cannot enter calibration, evaluation, human
gold, or policy-anchor sets; cannot override a conflicting human or licensed
non-synthetic example; and cannot by themselves authorize a new boundary or
deployment threshold.
- Dataset admission means eligibility for the audited candidate queue, not
automatic inclusion in commercial training. Every generated artifact still
requires pinned license evidence, attribution, mapping review, deduplication,
and acceptance gates.
@@ -0,0 +1,27 @@
# Clipboard semantic consensus labeling
Prompt version: clipboard-consensus-v1
Label every JSONL queue record independently. Use only the text itself; do not
infer missing conversational context. Return one JSON object per input record:
{"id":"same id","labels":["task"],"ambiguous":false,"quotedOrMeta":false,"confidence":0.98}
Allowed labels:
- task: another person is explicitly asked/assigned to perform an action.
- question: a genuine information question, including request-shaped questions.
- invitation: invitation to join an event or social activity.
- complaint: present dissatisfaction, malfunction, bad service, or unresolved problem.
- scheduleNegotiation: proposing, changing, or choosing between times; a fixed time is not enough.
- confirmationDecision: explicit approval, rejection, or selection of an option.
- followUpReminder: request to remind, check back, or follow up later/after a trigger.
- blessing: a genuine birthday, holiday, congratulations, or good-wish message.
- replyableMessage: a direct conversational message that naturally invites a response.
Rules:
- Multi-label is allowed. "Could you send it?" is task + question + replyableMessage.
- Set quotedOrMeta when intent-like words are quoted, documented, searched, or discussed.
- Set ambiguous when the text cannot be labeled without missing context.
- Empty labels mean none of the product intents.
- Negative sentiment alone is not complaint. Fixed appointments are not schedule negotiation.
- Do not expose reasoning or add fields. Confidence must be between 0 and 1.
@@ -0,0 +1,24 @@
{
"input": "ModelTraining/ClipboardSemantics/open-training-corpus.jsonl",
"languageCounts": {
"en": 240,
"zh-Hans": 120
},
"promptSHA256": "4bd3dbc01202f2a0c69c77ee30c66904889a31485fed3bc1944b286f9ab74cff",
"promptVersion": "clipboard-consensus-v1",
"queue": "ModelTraining/ClipboardSemantics/Consensus/labeling-queue.jsonl",
"recordCount": 360,
"schemaVersion": 1,
"seed": 20260827,
"sourceCounts": {
"AmazonScience/MASSIVE en-US": 40,
"AmazonScience/MASSIVE zh-CN": 40,
"CFPB via hpe-ai/customer-complaints": 40,
"CLINC150 UCI": 40,
"CrossWOZ": 40,
"Google Research GoEmotions": 40,
"Google Taskmaster-1": 40,
"Meituan-Dianping/ASAP": 40,
"MultiDoGO": 40
}
}
@@ -0,0 +1,182 @@
[
{
"id": "human-anchor-001",
"text": "下一班离开纽约市的火车几点出发",
"language": "zh-Hans",
"expected": {"recordDisposition": "exclude-device-command"}
},
{
"id": "human-anchor-002",
"text": "告诉我露丝姑妈的电子邮件地址",
"language": "zh-Hans",
"expected": {"recordDisposition": "keep", "replyableMessage": "true", "task": "false", "question": "true", "ambiguous": "false"}
},
{
"id": "human-anchor-003",
"text": "顺便说一下,这件事我会亲自处理:预约会议室,计划周五之前开始。",
"language": "zh-Hans",
"expected": {"recordDisposition": "keep", "replyableMessage": "true", "task": "true", "question": "false", "ambiguous": "false"}
},
{
"id": "human-anchor-004",
"text": "在我上班的路上有什么事故吗",
"language": "zh-Hans",
"expected": {"recordDisposition": "exclude-device-command"}
},
{
"id": "human-anchor-005",
"text": "take your time",
"language": "en",
"expected": {"recordDisposition": "keep", "replyableMessage": "true", "task": "false", "question": "false", "ambiguous": "false"}
},
{
"id": "human-anchor-006",
"text": "tell me what's new",
"language": "en",
"expected": {"recordDisposition": "exclude-device-command"}
},
{
"id": "human-anchor-007",
"text": "知道了,这边谢谢。",
"language": "zh-Hans",
"expected": {"recordDisposition": "keep", "replyableMessage": "false", "task": "false", "question": "false", "ambiguous": "false"}
},
{
"id": "human-anchor-008",
"text": "另外,活动规则按当前方案通过。",
"language": "zh-Hans",
"expected": {"recordDisposition": "keep", "replyableMessage": "false", "task": "false", "question": "false", "ambiguous": "false"}
},
{
"id": "human-anchor-009",
"text": "我拍板用先发布基础版,其他候选停止评估。",
"language": "zh-Hans",
"expected": {"recordDisposition": "keep", "replyableMessage": "true", "task": "false", "question": "false", "ambiguous": "false"}
},
{
"id": "human-anchor-010",
"text": "还有一件事,我批准退款流程的最终版本,可以签字。",
"language": "zh-Hans",
"expected": {"recordDisposition": "keep", "replyableMessage": "true", "task": "true", "question": "false", "ambiguous": "false"}
},
{
"id": "human-anchor-011",
"text": "事情总算处理完了,结果居然成了。",
"language": "zh-Hans",
"expected": {"recordDisposition": "keep", "replyableMessage": "true", "task": "false", "question": "false", "ambiguous": "false"}
},
{
"id": "human-anchor-012",
"text": "好的,谢谢您的回答。",
"language": "zh-Hans",
"expected": {"recordDisposition": "keep", "replyableMessage": "false", "task": "false", "question": "false", "ambiguous": "false"}
},
{
"id": "human-anchor-013",
"text": "你能把报告发给我吗?",
"language": "zh-Hans",
"expected": {"recordDisposition": "keep", "replyableMessage": "true", "task": "true", "question": "true", "ambiguous": "false"}
},
{
"id": "human-anchor-014",
"text": "报告什么时候发给我?",
"language": "zh-Hans",
"expected": {"recordDisposition": "keep", "replyableMessage": "true", "task": "false", "question": "true", "ambiguous": "false"}
},
{
"id": "human-anchor-015",
"text": "请推荐一家附近评分 4.5 以上的餐馆。",
"language": "zh-Hans",
"expected": {"recordDisposition": "exclude-device-command"}
},
{
"id": "human-anchor-016",
"text": "I need to set up a new PIN.",
"language": "en",
"expected": {"recordDisposition": "keep", "replyableMessage": "false", "task": "true", "question": "false", "ambiguous": "false"}
},
{
"id": "human-anchor-017",
"text": "my claim status",
"language": "en",
"expected": {"recordDisposition": "exclude-device-command"}
},
{
"id": "human-anchor-018",
"text": "send an email to Julie that I can meet her Saturday at 1 p.m.",
"language": "en",
"expected": {"recordDisposition": "keep", "replyableMessage": "true", "task": "true", "question": "false", "ambiguous": "false"}
},
{
"id": "human-anchor-019",
"text": "call Mark",
"language": "en",
"expected": {"replyableMessage": "unknown", "task": "unknown", "question": "unknown", "ambiguous": "true"}
},
{
"id": "human-anchor-020",
"text": "text Sarah that I'll be late",
"language": "en",
"expected": {"recordDisposition": "keep", "replyableMessage": "true", "task": "true", "question": "false", "ambiguous": "false"}
},
{
"id": "human-anchor-021",
"text": "open my inbox",
"language": "en",
"expected": {"recordDisposition": "exclude-device-command"}
},
{
"id": "human-anchor-022",
"text": "show me my account balance",
"language": "en",
"expected": {"recordDisposition": "exclude-device-command"}
},
{
"id": "human-anchor-023",
"text": "book me a taxi to the airport",
"language": "en",
"expected": {"recordDisposition": "keep", "replyableMessage": "true", "task": "true", "question": "false", "ambiguous": "false"}
},
{
"id": "human-anchor-024",
"text": "set an alarm for 4 a.m.",
"language": "en",
"expected": {"recordDisposition": "exclude-device-command"}
},
{
"id": "human-anchor-025",
"text": "internet",
"language": "en",
"expected": {"replyableMessage": "unknown", "task": "unknown", "question": "unknown", "ambiguous": "true"}
},
{
"id": "human-anchor-026",
"text": "chennai 45879",
"language": "en",
"expected": {"replyableMessage": "unknown", "task": "unknown", "question": "unknown", "ambiguous": "true"}
},
{
"id": "human-anchor-027",
"text": "seat assignment",
"language": "en",
"expected": {"replyableMessage": "unknown", "task": "unknown", "question": "unknown", "ambiguous": "true"}
},
{
"id": "human-anchor-028",
"text": "maximum kilometer to delivery",
"language": "en",
"expected": {"replyableMessage": "unknown", "task": "unknown", "question": "unknown", "ambiguous": "true"}
},
{
"id": "human-anchor-029",
"text": "事件重复的整个月",
"language": "zh-Hans",
"expected": {"replyableMessage": "unknown", "task": "unknown", "question": "unknown", "ambiguous": "true"}
},
{
"id": "human-anchor-030",
"text": "意大利面的食谱",
"language": "zh-Hans",
"expected": {"recordDisposition": "exclude-device-command"}
}
]
@@ -0,0 +1,629 @@
{
"automaticPromotionAllowed": false,
"baseCorpus": "ModelTraining/ClipboardSemantics/clipboard_semantic_corpus.jsonl",
"configuration": {
"alpha": 2e-05,
"augmentation": "none",
"char_max": 5,
"char_min": 2,
"external_weight": 0.5700000000000001,
"hard_example_weight": 1.0,
"l1_ratio": 0.0,
"max_char_features": 45000,
"max_word_features": 22000,
"min_df": 2,
"pseudo_weight": 0.16499999999999998,
"round": 1,
"word_max": 2
},
"configurationsByIntent": {
"blessing": {
"alpha": 1.2e-06,
"augmentation": "numeric",
"char_max": 8,
"char_min": 3,
"external_weight": 0.93,
"hard_example_weight": 2.7,
"l1_ratio": 0.25,
"max_char_features": 95000,
"max_word_features": 45000,
"min_df": 1,
"pseudo_weight": 0.43499999999999994,
"round": 19,
"word_max": 3
},
"complaint": {
"alpha": 2e-05,
"augmentation": "none",
"char_max": 5,
"char_min": 2,
"external_weight": 0.5700000000000001,
"hard_example_weight": 1.0,
"l1_ratio": 0.0,
"max_char_features": 45000,
"max_word_features": 22000,
"min_df": 2,
"pseudo_weight": 0.16499999999999998,
"round": 1,
"word_max": 2
},
"confirmationDecision": {
"alpha": 5e-06,
"augmentation": "prefix",
"char_max": 6,
"char_min": 2,
"external_weight": 0.77,
"hard_example_weight": 1.8,
"l1_ratio": 0.1,
"max_char_features": 70000,
"max_word_features": 30000,
"min_df": 2,
"pseudo_weight": 0.31499999999999995,
"round": 11,
"word_max": 2
},
"followUpReminder": {
"alpha": 2.5e-06,
"augmentation": "prefix",
"char_max": 7,
"char_min": 3,
"external_weight": 0.8300000000000001,
"hard_example_weight": 2.2,
"l1_ratio": 0.2,
"max_char_features": 80000,
"max_word_features": 40000,
"min_df": 1,
"pseudo_weight": 0.36,
"round": 14,
"word_max": 3
},
"invitation": {
"alpha": 2e-05,
"augmentation": "none",
"char_max": 5,
"char_min": 2,
"external_weight": 0.5700000000000001,
"hard_example_weight": 1.0,
"l1_ratio": 0.0,
"max_char_features": 45000,
"max_word_features": 22000,
"min_df": 2,
"pseudo_weight": 0.16499999999999998,
"round": 1,
"word_max": 2
},
"question": {
"alpha": 2e-05,
"augmentation": "none",
"char_max": 5,
"char_min": 2,
"external_weight": 0.5700000000000001,
"hard_example_weight": 1.0,
"l1_ratio": 0.0,
"max_char_features": 45000,
"max_word_features": 22000,
"min_df": 2,
"pseudo_weight": 0.16499999999999998,
"round": 1,
"word_max": 2
},
"replyableMessage": {
"alpha": 2e-05,
"augmentation": "none",
"char_max": 5,
"char_min": 2,
"external_weight": 0.5700000000000001,
"hard_example_weight": 1.0,
"l1_ratio": 0.0,
"max_char_features": 45000,
"max_word_features": 22000,
"min_df": 2,
"pseudo_weight": 0.16499999999999998,
"round": 1,
"word_max": 2
},
"scheduleNegotiation": {
"alpha": 6e-06,
"augmentation": "punctuation",
"char_max": 6,
"char_min": 3,
"external_weight": 0.6900000000000001,
"hard_example_weight": 1.5,
"l1_ratio": 0.1,
"max_char_features": 65000,
"max_word_features": 32000,
"min_df": 2,
"pseudo_weight": 0.255,
"round": 7,
"word_max": 3
},
"task": {
"alpha": 2e-05,
"augmentation": "none",
"char_max": 5,
"char_min": 2,
"external_weight": 0.5700000000000001,
"hard_example_weight": 1.0,
"l1_ratio": 0.0,
"max_char_features": 45000,
"max_word_features": 22000,
"min_df": 2,
"pseudo_weight": 0.16499999999999998,
"round": 1,
"word_max": 2
}
},
"openCorpus": "ModelTraining/ClipboardSemantics/open-training-corpus.jsonl",
"reason": "Surrogate feature weights are not deployable NLModel assets and cannot bypass the existing macOS acceptance policy.",
"requiredCommands": [
"python3 Scripts/clipboard_semantics/generate_open_training_corpus.py",
"xcrun swift Scripts/clipboard_semantics/train_models.swift --algorithms maxEnt --corpus ModelTraining/ClipboardSemantics/combined-training-corpus.jsonl",
"xcrun swift Scripts/clipboard_semantics/evaluate_random_holdout.swift --corpus ModelTraining/ClipboardSemantics/random-holdout-corpus.jsonl"
],
"schemaVersion": 1,
"seed": 20260827,
"selectedRound": 1,
"selectedRoundsByIntent": {
"blessing": 19,
"complaint": 1,
"confirmationDecision": 11,
"followUpReminder": 14,
"invitation": 1,
"question": 1,
"replyableMessage": 1,
"scheduleNegotiation": 7,
"task": 1
},
"thresholds": {
"blessing": {
"abstained": true,
"byLanguage": {
"en": {
"abstained": true,
"metrics": {
"f1": 0.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 0.0,
"predictedPositive": 0,
"recall": 0.0,
"total": 0,
"trueNegative": 0,
"truePositive": 0,
"wilsonPrecisionLower95": 0
},
"threshold": 1.0
},
"zh-Hans": {
"abstained": true,
"metrics": {
"f1": 0.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 0.0,
"predictedPositive": 0,
"recall": 0.0,
"total": 0,
"trueNegative": 0,
"truePositive": 0,
"wilsonPrecisionLower95": 0
},
"threshold": 1.0
}
},
"metrics": {
"f1": 0.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 0.0,
"predictedPositive": 0,
"recall": 0.0,
"total": 0,
"trueNegative": 0,
"truePositive": 0,
"wilsonPrecisionLower95": 0
},
"threshold": 1.0
},
"complaint": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 1.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 1.0,
"predictedPositive": 180,
"recall": 1.0,
"total": 1485,
"trueNegative": 1305,
"truePositive": 180,
"wilsonPrecisionLower95": 0.9791
},
"threshold": 0.5
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.9526,
"falseNegative": 9,
"falsePositive": 8,
"precision": 0.9553,
"predictedPositive": 179,
"recall": 0.95,
"total": 1485,
"trueNegative": 1297,
"truePositive": 171,
"wilsonPrecisionLower95": 0.9143
},
"threshold": 0.54
}
},
"metrics": {
"f1": 0.9764,
"falseNegative": 9,
"falsePositive": 8,
"precision": 0.9777,
"predictedPositive": 359,
"recall": 0.975,
"total": 2970,
"trueNegative": 2602,
"truePositive": 351,
"wilsonPrecisionLower95": 0.9567
},
"threshold": 0.54
},
"confirmationDecision": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.931,
"falseNegative": 9,
"falsePositive": 3,
"precision": 0.9643,
"predictedPositive": 84,
"recall": 0.9,
"total": 1485,
"trueNegative": 1392,
"truePositive": 81,
"wilsonPrecisionLower95": 0.9002
},
"threshold": 0.97
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.7222,
"falseNegative": 38,
"falsePositive": 2,
"precision": 0.963,
"predictedPositive": 54,
"recall": 0.5778,
"total": 1485,
"trueNegative": 1393,
"truePositive": 52,
"wilsonPrecisionLower95": 0.8746
},
"threshold": 0.86
}
},
"metrics": {
"f1": 0.8077,
"falseNegative": 54,
"falsePositive": 6,
"precision": 0.9545,
"predictedPositive": 132,
"recall": 0.7,
"total": 2970,
"trueNegative": 2784,
"truePositive": 126,
"wilsonPrecisionLower95": 0.9044
},
"threshold": 0.95
},
"followUpReminder": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.8788,
"falseNegative": 35,
"falsePositive": 5,
"precision": 0.9667,
"predictedPositive": 150,
"recall": 0.8056,
"total": 1485,
"trueNegative": 1300,
"truePositive": 145,
"wilsonPrecisionLower95": 0.9243
},
"threshold": 0.845
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.6113,
"falseNegative": 99,
"falsePositive": 4,
"precision": 0.9529,
"predictedPositive": 85,
"recall": 0.45,
"total": 1485,
"trueNegative": 1301,
"truePositive": 81,
"wilsonPrecisionLower95": 0.8852
},
"threshold": 0.97
}
},
"metrics": {
"f1": 0.7682,
"falseNegative": 128,
"falsePositive": 12,
"precision": 0.9508,
"predictedPositive": 244,
"recall": 0.6444,
"total": 2970,
"trueNegative": 2598,
"truePositive": 232,
"wilsonPrecisionLower95": 0.916
},
"threshold": 0.91
},
"invitation": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.8302,
"falseNegative": 24,
"falsePositive": 3,
"precision": 0.9565,
"predictedPositive": 69,
"recall": 0.7333,
"total": 1485,
"trueNegative": 1392,
"truePositive": 66,
"wilsonPrecisionLower95": 0.8798
},
"threshold": 0.935
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.6765,
"falseNegative": 44,
"falsePositive": 0,
"precision": 1.0,
"predictedPositive": 46,
"recall": 0.5111,
"total": 1485,
"trueNegative": 1395,
"truePositive": 46,
"wilsonPrecisionLower95": 0.9229
},
"threshold": 0.505
}
},
"metrics": {
"f1": 0.5476,
"falseNegative": 111,
"falsePositive": 3,
"precision": 0.9583,
"predictedPositive": 72,
"recall": 0.3833,
"total": 2970,
"trueNegative": 2787,
"truePositive": 69,
"wilsonPrecisionLower95": 0.8845
},
"threshold": 0.935
},
"question": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.8445,
"falseNegative": 76,
"falsePositive": 12,
"precision": 0.9522,
"predictedPositive": 251,
"recall": 0.7587,
"total": 1485,
"trueNegative": 1158,
"truePositive": 239,
"wilsonPrecisionLower95": 0.9183
},
"threshold": 0.725
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.8536,
"falseNegative": 76,
"falsePositive": 6,
"precision": 0.9755,
"predictedPositive": 245,
"recall": 0.7587,
"total": 1485,
"trueNegative": 1164,
"truePositive": 239,
"wilsonPrecisionLower95": 0.9476
},
"threshold": 0.5
}
},
"metrics": {
"f1": 0.8729,
"falseNegative": 122,
"falsePositive": 26,
"precision": 0.9513,
"predictedPositive": 534,
"recall": 0.8063,
"total": 2970,
"trueNegative": 2314,
"truePositive": 508,
"wilsonPrecisionLower95": 0.9296
},
"threshold": 0.515
},
"replyableMessage": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.948,
"falseNegative": 52,
"falsePositive": 46,
"precision": 0.951,
"predictedPositive": 939,
"recall": 0.945,
"total": 1485,
"trueNegative": 494,
"truePositive": 893,
"wilsonPrecisionLower95": 0.9353
},
"threshold": 0.7
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.9424,
"falseNegative": 62,
"falsePositive": 46,
"precision": 0.9505,
"predictedPositive": 929,
"recall": 0.9344,
"total": 1485,
"trueNegative": 494,
"truePositive": 883,
"wilsonPrecisionLower95": 0.9346
},
"threshold": 0.695
}
},
"metrics": {
"f1": 0.9454,
"falseNegative": 115,
"falsePositive": 90,
"precision": 0.9517,
"predictedPositive": 1865,
"recall": 0.9392,
"total": 2970,
"trueNegative": 990,
"truePositive": 1775,
"wilsonPrecisionLower95": 0.9411
},
"threshold": 0.7
},
"scheduleNegotiation": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 1.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 1.0,
"predictedPositive": 45,
"recall": 1.0,
"total": 1485,
"trueNegative": 1440,
"truePositive": 45,
"wilsonPrecisionLower95": 0.9213
},
"threshold": 0.66
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 1.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 1.0,
"predictedPositive": 45,
"recall": 1.0,
"total": 1485,
"trueNegative": 1440,
"truePositive": 45,
"wilsonPrecisionLower95": 0.9213
},
"threshold": 0.55
}
},
"metrics": {
"f1": 1.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 1.0,
"predictedPositive": 90,
"recall": 1.0,
"total": 2970,
"trueNegative": 2880,
"truePositive": 90,
"wilsonPrecisionLower95": 0.9591
},
"threshold": 0.66
},
"task": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.8403,
"falseNegative": 89,
"falsePositive": 14,
"precision": 0.9509,
"predictedPositive": 285,
"recall": 0.7528,
"total": 1485,
"trueNegative": 1111,
"truePositive": 271,
"wilsonPrecisionLower95": 0.9192
},
"threshold": 0.835
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.8278,
"falseNegative": 98,
"falsePositive": 11,
"precision": 0.9597,
"predictedPositive": 273,
"recall": 0.7278,
"total": 1485,
"trueNegative": 1114,
"truePositive": 262,
"wilsonPrecisionLower95": 0.9293
},
"threshold": 0.745
}
},
"metrics": {
"f1": 0.8637,
"falseNegative": 153,
"falsePositive": 26,
"precision": 0.9562,
"predictedPositive": 593,
"recall": 0.7875,
"total": 2970,
"trueNegative": 2224,
"truePositive": 567,
"wilsonPrecisionLower95": 0.9365
},
"threshold": 0.755
}
}
}
@@ -0,0 +1,629 @@
{
"automaticPromotionAllowed": false,
"baseCorpus": "ModelTraining/ClipboardSemantics/clipboard_semantic_corpus.jsonl",
"configuration": {
"alpha": 2e-05,
"augmentation": "none",
"char_max": 5,
"char_min": 2,
"external_weight": 0.5700000000000001,
"hard_example_weight": 1.0,
"l1_ratio": 0.0,
"max_char_features": 45000,
"max_word_features": 22000,
"min_df": 2,
"pseudo_weight": 0.16499999999999998,
"round": 1,
"word_max": 2
},
"configurationsByIntent": {
"blessing": {
"alpha": 1.2e-06,
"augmentation": "numeric",
"char_max": 8,
"char_min": 3,
"external_weight": 0.93,
"hard_example_weight": 2.7,
"l1_ratio": 0.25,
"max_char_features": 95000,
"max_word_features": 45000,
"min_df": 1,
"pseudo_weight": 0.43499999999999994,
"round": 19,
"word_max": 3
},
"complaint": {
"alpha": 2e-05,
"augmentation": "none",
"char_max": 5,
"char_min": 2,
"external_weight": 0.5700000000000001,
"hard_example_weight": 1.0,
"l1_ratio": 0.0,
"max_char_features": 45000,
"max_word_features": 22000,
"min_df": 2,
"pseudo_weight": 0.16499999999999998,
"round": 1,
"word_max": 2
},
"confirmationDecision": {
"alpha": 1e-05,
"augmentation": "none",
"char_max": 6,
"char_min": 2,
"external_weight": 0.6100000000000001,
"hard_example_weight": 1.2,
"l1_ratio": 0.05,
"max_char_features": 55000,
"max_word_features": 25000,
"min_df": 2,
"pseudo_weight": 0.195,
"round": 3,
"word_max": 2
},
"followUpReminder": {
"alpha": 2e-05,
"augmentation": "none",
"char_max": 5,
"char_min": 2,
"external_weight": 0.5700000000000001,
"hard_example_weight": 1.0,
"l1_ratio": 0.0,
"max_char_features": 45000,
"max_word_features": 22000,
"min_df": 2,
"pseudo_weight": 0.16499999999999998,
"round": 1,
"word_max": 2
},
"invitation": {
"alpha": 2e-05,
"augmentation": "none",
"char_max": 5,
"char_min": 2,
"external_weight": 0.5700000000000001,
"hard_example_weight": 1.0,
"l1_ratio": 0.0,
"max_char_features": 45000,
"max_word_features": 22000,
"min_df": 2,
"pseudo_weight": 0.16499999999999998,
"round": 1,
"word_max": 2
},
"question": {
"alpha": 2e-05,
"augmentation": "none",
"char_max": 5,
"char_min": 2,
"external_weight": 0.5700000000000001,
"hard_example_weight": 1.0,
"l1_ratio": 0.0,
"max_char_features": 45000,
"max_word_features": 22000,
"min_df": 2,
"pseudo_weight": 0.16499999999999998,
"round": 1,
"word_max": 2
},
"replyableMessage": {
"alpha": 2e-05,
"augmentation": "none",
"char_max": 5,
"char_min": 2,
"external_weight": 0.5700000000000001,
"hard_example_weight": 1.0,
"l1_ratio": 0.0,
"max_char_features": 45000,
"max_word_features": 22000,
"min_df": 2,
"pseudo_weight": 0.16499999999999998,
"round": 1,
"word_max": 2
},
"scheduleNegotiation": {
"alpha": 6e-06,
"augmentation": "punctuation",
"char_max": 6,
"char_min": 3,
"external_weight": 0.6900000000000001,
"hard_example_weight": 1.5,
"l1_ratio": 0.1,
"max_char_features": 65000,
"max_word_features": 32000,
"min_df": 2,
"pseudo_weight": 0.255,
"round": 7,
"word_max": 3
},
"task": {
"alpha": 3.5e-06,
"augmentation": "prefix",
"char_max": 6,
"char_min": 2,
"external_weight": 0.8500000000000001,
"hard_example_weight": 2.2,
"l1_ratio": 0.2,
"max_char_features": 85000,
"max_word_features": 42000,
"min_df": 1,
"pseudo_weight": 0.375,
"round": 15,
"word_max": 3
}
},
"openCorpus": "ModelTraining/ClipboardSemantics/open-training-corpus.jsonl",
"reason": "Surrogate feature weights are not deployable NLModel assets and cannot bypass the existing macOS acceptance policy.",
"requiredCommands": [
"python3 Scripts/clipboard_semantics/generate_open_training_corpus.py",
"xcrun swift Scripts/clipboard_semantics/train_models.swift --algorithms maxEnt --corpus ModelTraining/ClipboardSemantics/combined-training-corpus.jsonl",
"xcrun swift Scripts/clipboard_semantics/evaluate_random_holdout.swift --corpus ModelTraining/ClipboardSemantics/random-holdout-corpus.jsonl"
],
"schemaVersion": 1,
"seed": 20260827,
"selectedRound": 1,
"selectedRoundsByIntent": {
"blessing": 19,
"complaint": 1,
"confirmationDecision": 3,
"followUpReminder": 1,
"invitation": 1,
"question": 1,
"replyableMessage": 1,
"scheduleNegotiation": 7,
"task": 15
},
"thresholds": {
"blessing": {
"abstained": true,
"byLanguage": {
"en": {
"abstained": true,
"metrics": {
"f1": 0.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 0.0,
"predictedPositive": 0,
"recall": 0.0,
"total": 0,
"trueNegative": 0,
"truePositive": 0,
"wilsonPrecisionLower95": 0
},
"threshold": 1.0
},
"zh-Hans": {
"abstained": true,
"metrics": {
"f1": 0.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 0.0,
"predictedPositive": 0,
"recall": 0.0,
"total": 0,
"trueNegative": 0,
"truePositive": 0,
"wilsonPrecisionLower95": 0
},
"threshold": 1.0
}
},
"metrics": {
"f1": 0.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 0.0,
"predictedPositive": 0,
"recall": 0.0,
"total": 0,
"trueNegative": 0,
"truePositive": 0,
"wilsonPrecisionLower95": 0
},
"threshold": 1.0
},
"complaint": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 1.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 1.0,
"predictedPositive": 180,
"recall": 1.0,
"total": 1485,
"trueNegative": 1305,
"truePositive": 180,
"wilsonPrecisionLower95": 0.9791
},
"threshold": 0.5
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.9526,
"falseNegative": 9,
"falsePositive": 8,
"precision": 0.9553,
"predictedPositive": 179,
"recall": 0.95,
"total": 1485,
"trueNegative": 1297,
"truePositive": 171,
"wilsonPrecisionLower95": 0.9143
},
"threshold": 0.54
}
},
"metrics": {
"f1": 0.9764,
"falseNegative": 9,
"falsePositive": 8,
"precision": 0.9777,
"predictedPositive": 359,
"recall": 0.975,
"total": 2970,
"trueNegative": 2602,
"truePositive": 351,
"wilsonPrecisionLower95": 0.9567
},
"threshold": 0.54
},
"confirmationDecision": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.9727,
"falseNegative": 1,
"falsePositive": 4,
"precision": 0.957,
"predictedPositive": 93,
"recall": 0.9889,
"total": 1485,
"trueNegative": 1391,
"truePositive": 89,
"wilsonPrecisionLower95": 0.8946
},
"threshold": 0.585
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.7815,
"falseNegative": 31,
"falsePositive": 2,
"precision": 0.9672,
"predictedPositive": 61,
"recall": 0.6556,
"total": 1485,
"trueNegative": 1393,
"truePositive": 59,
"wilsonPrecisionLower95": 0.8881
},
"threshold": 0.5
}
},
"metrics": {
"f1": 0.8701,
"falseNegative": 36,
"falsePositive": 7,
"precision": 0.9536,
"predictedPositive": 151,
"recall": 0.8,
"total": 2970,
"trueNegative": 2783,
"truePositive": 144,
"wilsonPrecisionLower95": 0.9074
},
"threshold": 0.555
},
"followUpReminder": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.8554,
"falseNegative": 41,
"falsePositive": 6,
"precision": 0.9586,
"predictedPositive": 145,
"recall": 0.7722,
"total": 1485,
"trueNegative": 1299,
"truePositive": 139,
"wilsonPrecisionLower95": 0.9127
},
"threshold": 0.83
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.8354,
"falseNegative": 48,
"falsePositive": 4,
"precision": 0.9706,
"predictedPositive": 136,
"recall": 0.7333,
"total": 1485,
"trueNegative": 1301,
"truePositive": 132,
"wilsonPrecisionLower95": 0.9268
},
"threshold": 0.505
}
},
"metrics": {
"f1": 0.7994,
"falseNegative": 113,
"falsePositive": 11,
"precision": 0.9574,
"predictedPositive": 258,
"recall": 0.6861,
"total": 2970,
"trueNegative": 2599,
"truePositive": 247,
"wilsonPrecisionLower95": 0.9253
},
"threshold": 0.815
},
"invitation": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.8302,
"falseNegative": 24,
"falsePositive": 3,
"precision": 0.9565,
"predictedPositive": 69,
"recall": 0.7333,
"total": 1485,
"trueNegative": 1392,
"truePositive": 66,
"wilsonPrecisionLower95": 0.8798
},
"threshold": 0.935
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.6765,
"falseNegative": 44,
"falsePositive": 0,
"precision": 1.0,
"predictedPositive": 46,
"recall": 0.5111,
"total": 1485,
"trueNegative": 1395,
"truePositive": 46,
"wilsonPrecisionLower95": 0.9229
},
"threshold": 0.505
}
},
"metrics": {
"f1": 0.5476,
"falseNegative": 111,
"falsePositive": 3,
"precision": 0.9583,
"predictedPositive": 72,
"recall": 0.3833,
"total": 2970,
"trueNegative": 2787,
"truePositive": 69,
"wilsonPrecisionLower95": 0.8845
},
"threshold": 0.935
},
"question": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.8445,
"falseNegative": 76,
"falsePositive": 12,
"precision": 0.9522,
"predictedPositive": 251,
"recall": 0.7587,
"total": 1485,
"trueNegative": 1158,
"truePositive": 239,
"wilsonPrecisionLower95": 0.9183
},
"threshold": 0.725
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.8536,
"falseNegative": 76,
"falsePositive": 6,
"precision": 0.9755,
"predictedPositive": 245,
"recall": 0.7587,
"total": 1485,
"trueNegative": 1164,
"truePositive": 239,
"wilsonPrecisionLower95": 0.9476
},
"threshold": 0.5
}
},
"metrics": {
"f1": 0.8729,
"falseNegative": 122,
"falsePositive": 26,
"precision": 0.9513,
"predictedPositive": 534,
"recall": 0.8063,
"total": 2970,
"trueNegative": 2314,
"truePositive": 508,
"wilsonPrecisionLower95": 0.9296
},
"threshold": 0.515
},
"replyableMessage": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.948,
"falseNegative": 52,
"falsePositive": 46,
"precision": 0.951,
"predictedPositive": 939,
"recall": 0.945,
"total": 1485,
"trueNegative": 494,
"truePositive": 893,
"wilsonPrecisionLower95": 0.9353
},
"threshold": 0.7
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.9424,
"falseNegative": 62,
"falsePositive": 46,
"precision": 0.9505,
"predictedPositive": 929,
"recall": 0.9344,
"total": 1485,
"trueNegative": 494,
"truePositive": 883,
"wilsonPrecisionLower95": 0.9346
},
"threshold": 0.695
}
},
"metrics": {
"f1": 0.9454,
"falseNegative": 115,
"falsePositive": 90,
"precision": 0.9517,
"predictedPositive": 1865,
"recall": 0.9392,
"total": 2970,
"trueNegative": 990,
"truePositive": 1775,
"wilsonPrecisionLower95": 0.9411
},
"threshold": 0.7
},
"scheduleNegotiation": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 1.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 1.0,
"predictedPositive": 45,
"recall": 1.0,
"total": 1485,
"trueNegative": 1440,
"truePositive": 45,
"wilsonPrecisionLower95": 0.9213
},
"threshold": 0.66
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 1.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 1.0,
"predictedPositive": 45,
"recall": 1.0,
"total": 1485,
"trueNegative": 1440,
"truePositive": 45,
"wilsonPrecisionLower95": 0.9213
},
"threshold": 0.55
}
},
"metrics": {
"f1": 1.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 1.0,
"predictedPositive": 90,
"recall": 1.0,
"total": 2970,
"trueNegative": 2880,
"truePositive": 90,
"wilsonPrecisionLower95": 0.9591
},
"threshold": 0.66
},
"task": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.8593,
"falseNegative": 79,
"falsePositive": 13,
"precision": 0.9558,
"predictedPositive": 294,
"recall": 0.7806,
"total": 1485,
"trueNegative": 1112,
"truePositive": 281,
"wilsonPrecisionLower95": 0.9258
},
"threshold": 0.98
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.8166,
"falseNegative": 104,
"falsePositive": 11,
"precision": 0.9588,
"predictedPositive": 267,
"recall": 0.7111,
"total": 1485,
"trueNegative": 1114,
"truePositive": 256,
"wilsonPrecisionLower95": 0.9277
},
"threshold": 0.96
}
},
"metrics": {
"f1": 0.8434,
"falseNegative": 176,
"falsePositive": 26,
"precision": 0.9544,
"predictedPositive": 570,
"recall": 0.7556,
"total": 2970,
"trueNegative": 2224,
"truePositive": 544,
"wilsonPrecisionLower95": 0.934
},
"threshold": 0.965
}
}
}
@@ -0,0 +1,481 @@
{
"automaticPromotionAllowed": false,
"baseCorpus": "ModelTraining/ClipboardSemantics/clipboard_semantic_corpus.jsonl",
"configuration": {
"alpha": 2e-05,
"augmentation": "none",
"char_max": 5,
"char_min": 2,
"external_weight": 0.5700000000000001,
"hard_example_weight": 1.0,
"l1_ratio": 0.0,
"max_char_features": 45000,
"max_word_features": 22000,
"min_df": 2,
"pseudo_weight": 0.16499999999999998,
"round": 1,
"word_max": 2
},
"openCorpus": "ModelTraining/ClipboardSemantics/open-training-corpus.jsonl",
"reason": "Surrogate feature weights are not deployable NLModel assets and cannot bypass the existing macOS acceptance policy.",
"requiredCommands": [
"python3 Scripts/clipboard_semantics/generate_open_training_corpus.py",
"xcrun swift Scripts/clipboard_semantics/train_models.swift --algorithms maxEnt --corpus ModelTraining/ClipboardSemantics/combined-training-corpus.jsonl",
"xcrun swift Scripts/clipboard_semantics/evaluate_random_holdout.swift --corpus ModelTraining/ClipboardSemantics/random-holdout-corpus.jsonl"
],
"schemaVersion": 1,
"seed": 20260827,
"selectedRound": 1,
"thresholds": {
"blessing": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.9318,
"falseNegative": 4,
"falsePositive": 2,
"precision": 0.9535,
"predictedPositive": 43,
"recall": 0.9111,
"total": 1485,
"trueNegative": 1438,
"truePositive": 41,
"wilsonPrecisionLower95": 0.8454
},
"threshold": 0.915
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.7568,
"falseNegative": 17,
"falsePositive": 1,
"precision": 0.9655,
"predictedPositive": 29,
"recall": 0.6222,
"total": 1485,
"trueNegative": 1439,
"truePositive": 28,
"wilsonPrecisionLower95": 0.8282
},
"threshold": 0.9
}
},
"metrics": {
"f1": 0.8375,
"falseNegative": 23,
"falsePositive": 3,
"precision": 0.9571,
"predictedPositive": 70,
"recall": 0.7444,
"total": 2970,
"trueNegative": 2877,
"truePositive": 67,
"wilsonPrecisionLower95": 0.8814
},
"threshold": 0.915
},
"complaint": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 1.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 1.0,
"predictedPositive": 180,
"recall": 1.0,
"total": 1485,
"trueNegative": 1305,
"truePositive": 180,
"wilsonPrecisionLower95": 0.9791
},
"threshold": 0.5
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.9526,
"falseNegative": 9,
"falsePositive": 8,
"precision": 0.9553,
"predictedPositive": 179,
"recall": 0.95,
"total": 1485,
"trueNegative": 1297,
"truePositive": 171,
"wilsonPrecisionLower95": 0.9143
},
"threshold": 0.54
}
},
"metrics": {
"f1": 0.9764,
"falseNegative": 9,
"falsePositive": 8,
"precision": 0.9777,
"predictedPositive": 359,
"recall": 0.975,
"total": 2970,
"trueNegative": 2602,
"truePositive": 351,
"wilsonPrecisionLower95": 0.9567
},
"threshold": 0.54
},
"confirmationDecision": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.8848,
"falseNegative": 17,
"falsePositive": 2,
"precision": 0.9733,
"predictedPositive": 75,
"recall": 0.8111,
"total": 1485,
"trueNegative": 1393,
"truePositive": 73,
"wilsonPrecisionLower95": 0.9079
},
"threshold": 0.5
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.7947,
"falseNegative": 30,
"falsePositive": 1,
"precision": 0.9836,
"predictedPositive": 61,
"recall": 0.6667,
"total": 1485,
"trueNegative": 1394,
"truePositive": 60,
"wilsonPrecisionLower95": 0.9128
},
"threshold": 0.5
}
},
"metrics": {
"f1": 0.8418,
"falseNegative": 47,
"falsePositive": 3,
"precision": 0.9779,
"predictedPositive": 136,
"recall": 0.7389,
"total": 2970,
"trueNegative": 2787,
"truePositive": 133,
"wilsonPrecisionLower95": 0.9372
},
"threshold": 0.5
},
"followUpReminder": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.8554,
"falseNegative": 41,
"falsePositive": 6,
"precision": 0.9586,
"predictedPositive": 145,
"recall": 0.7722,
"total": 1485,
"trueNegative": 1299,
"truePositive": 139,
"wilsonPrecisionLower95": 0.9127
},
"threshold": 0.83
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.8354,
"falseNegative": 48,
"falsePositive": 4,
"precision": 0.9706,
"predictedPositive": 136,
"recall": 0.7333,
"total": 1485,
"trueNegative": 1301,
"truePositive": 132,
"wilsonPrecisionLower95": 0.9268
},
"threshold": 0.505
}
},
"metrics": {
"f1": 0.7994,
"falseNegative": 113,
"falsePositive": 11,
"precision": 0.9574,
"predictedPositive": 258,
"recall": 0.6861,
"total": 2970,
"trueNegative": 2599,
"truePositive": 247,
"wilsonPrecisionLower95": 0.9253
},
"threshold": 0.815
},
"invitation": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.8302,
"falseNegative": 24,
"falsePositive": 3,
"precision": 0.9565,
"predictedPositive": 69,
"recall": 0.7333,
"total": 1485,
"trueNegative": 1392,
"truePositive": 66,
"wilsonPrecisionLower95": 0.8798
},
"threshold": 0.935
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.6765,
"falseNegative": 44,
"falsePositive": 0,
"precision": 1.0,
"predictedPositive": 46,
"recall": 0.5111,
"total": 1485,
"trueNegative": 1395,
"truePositive": 46,
"wilsonPrecisionLower95": 0.9229
},
"threshold": 0.505
}
},
"metrics": {
"f1": 0.5476,
"falseNegative": 111,
"falsePositive": 3,
"precision": 0.9583,
"predictedPositive": 72,
"recall": 0.3833,
"total": 2970,
"trueNegative": 2787,
"truePositive": 69,
"wilsonPrecisionLower95": 0.8845
},
"threshold": 0.935
},
"question": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.8445,
"falseNegative": 76,
"falsePositive": 12,
"precision": 0.9522,
"predictedPositive": 251,
"recall": 0.7587,
"total": 1485,
"trueNegative": 1158,
"truePositive": 239,
"wilsonPrecisionLower95": 0.9183
},
"threshold": 0.725
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.8536,
"falseNegative": 76,
"falsePositive": 6,
"precision": 0.9755,
"predictedPositive": 245,
"recall": 0.7587,
"total": 1485,
"trueNegative": 1164,
"truePositive": 239,
"wilsonPrecisionLower95": 0.9476
},
"threshold": 0.5
}
},
"metrics": {
"f1": 0.8729,
"falseNegative": 122,
"falsePositive": 26,
"precision": 0.9513,
"predictedPositive": 534,
"recall": 0.8063,
"total": 2970,
"trueNegative": 2314,
"truePositive": 508,
"wilsonPrecisionLower95": 0.9296
},
"threshold": 0.515
},
"replyableMessage": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.948,
"falseNegative": 52,
"falsePositive": 46,
"precision": 0.951,
"predictedPositive": 939,
"recall": 0.945,
"total": 1485,
"trueNegative": 494,
"truePositive": 893,
"wilsonPrecisionLower95": 0.9353
},
"threshold": 0.7
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.9424,
"falseNegative": 62,
"falsePositive": 46,
"precision": 0.9505,
"predictedPositive": 929,
"recall": 0.9344,
"total": 1485,
"trueNegative": 494,
"truePositive": 883,
"wilsonPrecisionLower95": 0.9346
},
"threshold": 0.695
}
},
"metrics": {
"f1": 0.9454,
"falseNegative": 115,
"falsePositive": 90,
"precision": 0.9517,
"predictedPositive": 1865,
"recall": 0.9392,
"total": 2970,
"trueNegative": 990,
"truePositive": 1775,
"wilsonPrecisionLower95": 0.9411
},
"threshold": 0.7
},
"scheduleNegotiation": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 1.0,
"falseNegative": 0,
"falsePositive": 0,
"precision": 1.0,
"predictedPositive": 45,
"recall": 1.0,
"total": 1485,
"trueNegative": 1440,
"truePositive": 45,
"wilsonPrecisionLower95": 0.9213
},
"threshold": 0.5
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.967,
"falseNegative": 1,
"falsePositive": 2,
"precision": 0.9565,
"predictedPositive": 46,
"recall": 0.9778,
"total": 1485,
"trueNegative": 1438,
"truePositive": 44,
"wilsonPrecisionLower95": 0.8547
},
"threshold": 0.93
}
},
"metrics": {
"f1": 0.978,
"falseNegative": 1,
"falsePositive": 3,
"precision": 0.9674,
"predictedPositive": 92,
"recall": 0.9889,
"total": 2970,
"trueNegative": 2877,
"truePositive": 89,
"wilsonPrecisionLower95": 0.9085
},
"threshold": 0.91
},
"task": {
"abstained": false,
"byLanguage": {
"en": {
"abstained": false,
"metrics": {
"f1": 0.8403,
"falseNegative": 89,
"falsePositive": 14,
"precision": 0.9509,
"predictedPositive": 285,
"recall": 0.7528,
"total": 1485,
"trueNegative": 1111,
"truePositive": 271,
"wilsonPrecisionLower95": 0.9192
},
"threshold": 0.835
},
"zh-Hans": {
"abstained": false,
"metrics": {
"f1": 0.8278,
"falseNegative": 98,
"falsePositive": 11,
"precision": 0.9597,
"predictedPositive": 273,
"recall": 0.7278,
"total": 1485,
"trueNegative": 1114,
"truePositive": 262,
"wilsonPrecisionLower95": 0.9293
},
"threshold": 0.745
}
},
"metrics": {
"f1": 0.8637,
"falseNegative": 153,
"falsePositive": 26,
"precision": 0.9562,
"predictedPositive": 593,
"recall": 0.7875,
"total": 2970,
"trueNegative": 2224,
"truePositive": 567,
"wilsonPrecisionLower95": 0.9365
},
"threshold": 0.755
}
}
}
@@ -0,0 +1,129 @@
{
"schemaVersion": 1,
"completedResearchRounds": 60,
"requestedCoreRounds": 20,
"seed": 20260827,
"data": {
"baseTrainingRecords": 11500,
"reachableLicensedOpenRecords": 3845,
"holdoutOverlapCounts": {
"comprehensiveOnline": 0,
"random": 0,
"targetedRelease": 0
},
"unavailableSources": [
"MASSIVE",
"CLINC150",
"CFPB"
]
},
"phases": [
{
"name": "shared-configuration-search",
"rounds": 20,
"selectedRound": 1,
"golden": {
"macroPrecision": 0.9366,
"macroRecall": 0.6801,
"macroF1": 0.7711
},
"randomHoldout": {
"macroPrecision": 0.8569,
"macroRecall": 0.4603,
"macroF1": 0.5709
},
"researchOnlyComprehensive": {
"macroPrecision": 0.4398,
"macroRecall": 0.2161,
"macroF1": 0.2383
},
"targetedRelease": {
"macroPrecision": 0.5489,
"macroRecall": 0.3139,
"macroF1": 0.3899
}
},
{
"name": "per-intent-fine-tuning",
"rounds": 20,
"selectedRoundsByIntent": {
"blessing": 19,
"complaint": 1,
"confirmationDecision": 3,
"followUpReminder": 1,
"invitation": 1,
"question": 1,
"replyableMessage": 1,
"scheduleNegotiation": 7,
"task": 15
},
"golden": {
"macroPrecision": 0.9377,
"macroRecall": 0.6819,
"macroF1": 0.7666
},
"randomHoldout": {
"macroPrecision": 0.8701,
"macroRecall": 0.4705,
"macroF1": 0.5770
},
"researchOnlyComprehensive": {
"macroPrecision": 0.4292,
"macroRecall": 0.2250,
"macroF1": 0.2645
},
"targetedRelease": {
"macroPrecision": 0.5467,
"macroRecall": 0.3375,
"macroF1": 0.4095
}
},
{
"name": "explicit-evidence-fine-tuning",
"rounds": 20,
"selectedRound": 1,
"golden": {
"macroPrecision": 0.9877,
"macroRecall": 0.4354,
"macroF1": 0.5476
},
"randomHoldout": {
"macroPrecision": 0.7731,
"macroRecall": 0.3029,
"macroF1": 0.3905
},
"researchOnlyComprehensive": {
"macroPrecision": 0.6097,
"macroRecall": 0.1647,
"macroF1": 0.2325
},
"targetedRelease": {
"macroPrecision": 0.5489,
"macroRecall": 0.2537,
"macroF1": 0.3209
}
}
],
"currentDeployedReference": {
"randomHoldout": {
"macroPrecision": 0.9832,
"macroRecall": 0.6557,
"macroF1": 0.7669
},
"researchOnlyComprehensive": {
"macroPrecision": 0.2948,
"macroRecall": 0.3320,
"macroF1": 0.2783
}
},
"findings": [
"The first low-complexity round generalized better than later self-training rounds.",
"Three-round high-confidence pseudo-labeling amplified source and template bias instead of improving frozen regressions.",
"Per-intent configuration selection improved the research-only comprehensive F1 from 0.2383 to 0.2645 but remained below the deployed reference F1 of 0.2783.",
"Explicit evidence gates raised golden precision to 0.9877 and research-only precision to 0.6097, but recall collapsed and the release gate still failed.",
"No surrogate candidate is eligible to replace or augment the deployed Apple models."
],
"releaseGatePassed": false,
"deploymentDecision": "retain-current-deployed-models",
"platformLimitation": "Linux cannot train, compile, run, or benchmark the deployable Apple Create ML models. These rounds are surrogate research and produce a macOS replay specification, not app-ready model assets."
}
+414 -23
View File
@@ -5,48 +5,439 @@ for OSGKeyboard's fully local clipboard analyzer.
## Scope
The model suite predicts five independent intents (`task`, `question`,
`invitation`, `complaint`, and `replyableMessage`) plus three-way sentiment.
The model suite predicts nine independent intents (`task`, `question`,
`invitation`, `complaint`, `scheduleNegotiation`, `confirmationDecision`,
`followUpReminder`, `blessing`, and `replyableMessage`) plus three-way sentiment.
`replyableMessage` distinguishes messages that invite a response from terminal
acknowledgments, personal notes, quoted questions, and factual notices. Apple
data detectors remain responsible for dates, addresses, phone numbers, and
URLs; `NLTagger` provides best-effort person and organization names.
The corpus contains 7,272 Chinese and English records:
The generated base corpus contains 17,692 Chinese and English records:
- 4,660 generated training records
- 1,260 generated validation records
- 1,260 template-held-out test records
- 92 manually authored golden records
- 11,500 generated training records
- 2,970 generated validation records
- 2,970 template-held-out test records
- 252 manually authored golden records
No user clipboard content is included.
The generator reserves golden text before expansion, keeps template families
strictly split, and rejects duplicate IDs/text, cross-split text leakage,
unsupported labels, insufficient bilingual golden coverage, and content that
resembles direct contact data or credentials. No user clipboard content is
included.
## Taxonomy v6 candidate contract
The deployed models above remain the historical nine-intent suite. The next
corpus taxonomy is defined by
`Consensus/labeling-instructions-v6.md`: it retains `task`, `question`,
`invitation`, `complaint`, `scheduleNegotiation`, `confirmationDecision`,
`followUpReminder`, `blessing`, and `replyableMessage`, then adds
`assistantCommand`, `informationQuery`, and `systemNotification`. Assistant,
search, and machine-notification text is therefore preserved as explicit
routing data instead of being flattened into legacy negatives or discarded.
Every record also receives one primary domain or `unknown`: `finance`,
`travel`, `calendar`, `communication`, `media`, `smartHome`, `shopping`,
`dining`, `health`, `weather`, `accountService`, or `generalKnowledge`.
`Consensus/adjudication-instructions-v5.md` defines evidence-based resolution
for the expanded fields while retaining the existing queue format.
Intent values remain three-state: `true`, `false`, or `unknown`.
`knownLabels` lists only fields the source actually annotates after an audited
mapping; an absent field is unknown and contributes neither a positive nor a
negative training example. External sources may produce candidates only from a
pinned upstream official `train` split under documented commercial-use terms.
Upstream dev/validation/test data and every local frozen holdout are barred from
training, including normalized near-duplicates.
`chinese-corpus-candidate-audit-v1.json` records the first versioned source
decision. MASSIVE, CrossWOZ, BiToD, MultiDoGO, Taskmaster-1, SNIPS, MInDS-14,
GoEmotions, ASAP, Restaurant8k, and FormosaNLU are admitted to the candidate
audit pipeline subject to their per-source conditions. BANKING77, ABCD,
MultiWOZ, CLINC150, CFPB, `openclaw-zh-greetings`, and LCCC remain quarantined.
Admission is not automatic commercial training approval: revision pinning,
license evidence, attribution, privacy/content review, deterministic mapping,
and holdout deduplication still apply.
Synthetic records are train-only, retain generation and upstream provenance,
use a sample weight no greater than `0.25`, and declare only contractually known
fields. They never enter calibration, evaluation, human gold, or policy-anchor
sets and cannot override conflicting human or licensed non-synthetic evidence.
## Reproduce
```bash
python3 Scripts/clipboard_semantics/generate_corpus.py
xcrun swift Scripts/clipboard_semantics/train_models.swift
xcrun swift Scripts/clipboard_semantics/train_models.swift --algorithms maxEnt
python3 Scripts/clipboard_semantics/apply_deployment_policy.py
```
The trainer balances labels, trains maxEnt and BERT candidates, calibrates
high-precision thresholds, writes detailed errors to `evaluation-report.json`,
and copies the selected models into
`OSGKeyboardShared/Resources/ClipboardSemantics`.
The trainer deterministically balances labels with classifier-specific hard
negatives, trains ten self-contained maxEnt models, calibrates high-precision
global and per-language thresholds on validation data, writes detailed errors
to `evaluation-report.json`, and copies the selected models into
`OSGKeyboardShared/Resources/ClipboardSemantics`. The deployment-policy step
applies thresholds reviewed on the separate development holdout and restores
the preserved schedule-negotiation model, which remained stronger than its
expanded-corpus replacement.
The targeted task/complaint round trains only those classifiers into a
candidate directory, then promotes the reviewed artifacts without replacing
the other eight deployed models:
```bash
xcrun swift Scripts/clipboard_semantics/train_models.swift \
--algorithms maxEnt --classifiers task,complaint \
--candidate-directory /tmp/osg-targeted-candidates \
--resource-directory /tmp/osg-targeted-resources \
--report /tmp/osg-targeted-training-report.json
python3 Scripts/clipboard_semantics/apply_deployment_policy.py \
--candidate-resource-directory /tmp/osg-targeted-resources \
--promote-classifier task --promote-classifier complaint
```
## Licensed open-data training
The reproducible open-data supplement uses official training splits from
MASSIVE, CrossWOZ, GoEmotions, MultiDoGO, Taskmaster-1, CLINC150, CFPB,
and ASAP. It also includes the MIT-licensed `openclaw-zh-greetings` labels and
the pinned MIT blessing templates from `SWHL/WeChat-AutoSendBless`:
```bash
python3 Scripts/clipboard_semantics/generate_open_training_corpus.py
xcrun swift Scripts/clipboard_semantics/train_models.swift \
--algorithms maxEnt \
--corpus ModelTraining/ClipboardSemantics/combined-training-corpus.jsonl \
--candidate-directory ModelTraining/ClipboardSemantics/baselines/open-data/Candidates \
--resource-directory ModelTraining/ClipboardSemantics/baselines/open-data \
--report ModelTraining/ClipboardSemantics/baselines/open-data/training-report.json
```
`open-training-sources.json` pins source revisions and licenses. Each external
record declares `knownLabels`; classifiers ignore labels that the source did
not annotate instead of treating them as negatives. The generator removes
normalized text found in any frozen `*holdout-corpus.jsonl` and leaves the base
validation, test, and golden splits unchanged. Deleted, non-commercial,
license-unclear, ShareAlike-pending, and holdout-only sources are excluded.
CPED is also excluded because the repository license does not establish
commercial rights to the underlying television dialogue; synthetic blessing
datasets without a clear per-record rights chain are excluded as well.
## Broad blessing supplement
`blessing-labeling-guidelines.md` defines the broad product boundary. The
dedicated generator creates equal numbers of positive examples and difficult
negatives such as greeting-only, blessing requests, received thanks,
celebration mentions, quotations, reported wishes, and sarcasm:
```bash
python3 Scripts/clipboard_semantics/generate_blessing_training_corpus.py \
--records-per-language 50000
```
Every generated record declares only `blessing` in `knownLabels`, so unknown
clipboard intents are not treated as false. The generator rejects normalized
base-corpus and frozen-holdout overlap, duplicate text, and common PII shapes.
LCCC may be mined only as an isolated research queue. Although its dataset card
declares MIT, the official CDial-GPT README limits the dataset and pretrained
models to research use. Its source is crawled Weibo dialogue without a complete
underlying content-rights or privacy chain. Download LCCC-base from the official
CDial-GPT link or the `silver/lccc` Hugging Face mirror, then run:
```bash
python3 Scripts/clipboard_semantics/extract_lccc_blessing_candidates.py \
/path/to/LCCC-base.zip \
--output /tmp/lccc-blessing-candidates.jsonl \
--manifest /tmp/lccc-blessing-candidates-manifest.json
```
The resulting unreviewed records are research-only and must not be merged into
a commercial training corpus without legal, privacy, and manual label review.
## Blessing benchmark review
Prepare a blind queue with 3,000 Chinese and 1,500 English records from the
frozen comprehensive holdout:
```bash
python3 Scripts/clipboard_semantics/prepare_blessing_benchmark.py
```
Two different people independently complete `annotator-a.jsonl` and
`annotator-b.jsonl` without seeing `sealed-provenance.jsonl`. Finalization is
strict: incomplete labels, duplicate IDs, reused annotator identity, and
unadjudicated disagreement are fatal.
```bash
python3 Scripts/clipboard_semantics/finalize_blessing_benchmark.py \
--annotator-a-id reviewer-a \
--annotator-b-id reviewer-b
```
`BlessingBenchmark/README.md` defines the stable positive and negative boundary
categories. The finalized calibration/test benchmark remains evaluation-only
and must never enter a training corpus.
## Consensus silver data and joint verifiers
The corpus registry combines the preserved historical product corpus, current
and scaled product generators, licensed open data, and project-owned blessing
data without flattening provenance:
```bash
python3 Scripts/clipboard_semantics/build_corpus_registry.py
```
`corpus-registry-sources.json` is the source-of-truth inventory. Exact duplicate
texts retain every source claim, while any occurrence in calibration or frozen
evaluation data globally bars that text from training. Labels use three states:
`true`, `false`, and `unknown`; a missing source annotation is never converted
to a negative label. LCCC and other research-only or unclear-rights sources are
explicitly excluded.
The v2 blind-labeling pilot samples 1,000 distinct near-duplicate clusters.
Three primary models label every record without seeing source labels. Any
non-unanimous record is sent, still blind, to two review models:
```bash
python3 Scripts/clipboard_semantics/merge_consensus_labels_v2.py \
prepare-review \
--queue ModelTraining/ClipboardSemantics/CorpusRegistry/labeling-pilot.jsonl \
--primary sol=/path/to/primary-sol.jsonl \
--primary grok=/path/to/primary-grok.jsonl \
--primary codex=/path/to/primary-codex.jsonl \
--output /path/to/review-queue.jsonl \
--report /path/to/review-report.json
```
Primary unanimity produces Tier A silver data. Reviewed records require at
least four of five votes for every intent and sentiment field to produce Tier B
silver data at lower training weight. Remaining conflicts, ambiguity, and
positive quoted/meta cases enter a human adjudication queue and never train
automatically. `Consensus/labeling-instructions-v2.md` defines the shared
taxonomy and strict output schema.
The frozen 2026-08-28 pilot used Sol, Grok, and Luna as primary labelers, then
Composer and Claude for blind conflict review. Of 1,000
records, 81 reached Tier A, 290 reached Tier B, and 629 entered human review.
The 0.80 per-language/per-field kappa gate failed, so this pilot is not eligible
for automatic scale-up or model training. `replyableMessage`, `task`,
`question`, and Chinese coordination/blessing boundaries require adjudication
and instruction refinement first.
The 629 unresolved records were then reviewed independently by Claude and Grok
using `Consensus/adjudication-instructions-v1.md`. A record reaches Tier C only
when both adjudicators select the same non-unknown value for every unresolved
field, quote exact supporting text, and report confidence of at least 0.90.
Only 21 records passed; 608 remain unresolved. Tier C keeps a 0.35 sample weight
and remains silver data rather than human gold.
The 608-record remainder was then re-adjudicated with Sol 5.6 and Grok 4.6
using the product-approved boundaries in
`Consensus/labeling-instructions-v3.md` and the disposition-aware schema in
`Consensus/adjudication-instructions-v2.md`. The approved rules exclude clear
device/assistant commands, separate invitation questions from information
questions, treat self-reminders as follow-up only, treat first-person needs as
implicit tasks, require explicit dissatisfaction for complaints, and require
explicit wishes or congratulations for blessings. At the unchanged 0.90
two-model confidence gate, all seven policy-sensitive intent fields were
rechecked even when the old panel had agreed on them. In the final result, 202
additional records reached Tier C, 109 clear device/assistant commands were
isolated, and 297 remained unresolved. A
deterministic language/field/severity-stratified sample of 60 records is the
human product-policy acceptance set; the new silver data must not be promoted
until that sample reaches 95% accuracy. The original per-language/per-field
kappa gate still applies before full-corpus labeling can scale up.
The product owner subsequently labeled 30 high-information anchors for
`replyableMessage`, `task`, and `question`. These decisions are frozen in
`Consensus/product-policy-anchors-v1.json`, and the clarified taxonomy is
documented in `Consensus/labeling-instructions-v5.md`. On a blind replay, Grok
4.6 matched all 63 scored target-field decisions, while Luna 5.6 matched 62 of
63 (98.41%); both pass the 95% target-intent gate. Sol 5.6 was rejected for this
role because it forced low-information fragments into negative labels. The
target fields are eligible for focused re-adjudication, but the broader corpus
is still blocked by the independent ambiguity/disposition and kappa gates.
The original verifier pipeline remains available for reproducing its earlier
three-model study:
```bash
python3 Scripts/clipboard_semantics/generate_consensus_labels.py prepare
python3 Scripts/clipboard_semantics/generate_consensus_labels.py merge \
--labeler gpt=ModelTraining/ClipboardSemantics/Consensus/labeler-gpt.jsonl \
--labeler grok=ModelTraining/ClipboardSemantics/Consensus/labeler-grok.jsonl \
--labeler luna=ModelTraining/ClipboardSemantics/Consensus/labeler-luna.jsonl
xcrun swift Scripts/clipboard_semantics/train_verifiers.swift
```
The merge step preserves source license/revision, prompt version, labeler
confidence, votes, agreement, conflict reason, and Fleiss kappa. Accepted
records are separated into train, calibration, and frozen acceptance splits by
a stable near-duplicate signature, so slot variants cannot cross splits.
`train_verifiers.swift` trains two local maxEnt models:
- Action: `taskOnly`, `complaintOnly`, `both`, `questionRequest`, `neither`
- Coordination: `invitation`, `scheduleNegotiation`,
`confirmationDecision`, `followUpReminder`, `neither`
Candidate manifests use schema version 3 and record confidence plus top-1/top-2
margin thresholds by language. A verifier remains `shadow` unless every routed
label in English and Simplified Chinese has at least 100 acceptance predictions
at 95% consensus-relative precision. The runtime retains schema 1/2
compatibility, evaluates schema 3 shadow verifiers only after a Stage A
candidate, and stores only bounded aggregate disagreement counters without
clipboard text.
Without human-reviewed gold labels, these results measure agreement with the
model committee, not production truth. A passing verifier may enter shadow
deployment, but cannot be described as having 95% real-user precision.
## Iterative weakly supervised research
The portable research harness runs a fixed 20-round matrix over bilingual
character/word n-grams, sparse logistic classifiers, class balancing,
deterministic label-preserving augmentation, hard-example weighting, and
three-round high-confidence self-training consensus:
```bash
python3 -m pip install -r \
Scripts/clipboard_semantics/requirements-research.txt
python3 Scripts/clipboard_semantics/generate_open_training_corpus.py \
--allow-unavailable-sources
python3 Scripts/clipboard_semantics/run_iterative_retraining.py
```
The harness fits thresholds only on the generated validation split. Synthetic
test, golden, random, targeted-release, and comprehensive online corpora never
enter training or threshold calibration. Exact normalized overlap with every
frozen holdout is a fatal error.
The 2026-08-27 study completed the requested 20 rounds and two additional
20-round fine-tuning phases after the first phase missed its release target:
- The shared-configuration phase selected round 1. Random-holdout macro F1 was
`0.5709`; research-only comprehensive macro F1 was `0.2383`.
- Per-intent selection improved those values to `0.5770` and `0.2645`.
- Explicit evidence gates raised golden macro precision to `0.9877` and
research-only precision to `0.6097`, but reduced recall too severely.
- The current deployed reference remains stronger: random-holdout macro F1
`0.7669` and research-only comprehensive macro F1 `0.2783`.
All three phases failed the release gate, so no model was promoted. The compact
study summary and macOS replay instructions are stored under
`IterativeResearch/`; detailed round and evaluation JSON is reproducible and
gitignored.
This harness is deliberately a Linux surrogate. It cannot emit the
`NLModel`-compatible Create ML artifacts used by the keyboard extension.
Deployable training, Core ML compilation, simulator regression, latency, and
memory checks still require macOS with Xcode 26+. A surrogate result can
nominate a data/threshold policy for macOS replay, but cannot authorize
automatic deployment.
## Taxonomy v6 candidate result
The 2026-08-28 v6 run integrated 31,087 license-reviewed open-training
records, 7,200 low-weight bilingual boundary records, and 99 high-confidence
relabels from the former assistant-command exclusion queue. The registry
contains 327,337 canonical records and emits 273,626 train candidates. The
frozen 120-record bilingual product holdout has zero exact overlap with
training.
The additive maxEnt candidate trained `assistantCommand`, `informationQuery`,
`systemNotification`, and the 12-way `domain` classifier. Runtime performance
passed: the four models total 570,083 bytes, load in 49.30 ms, have 0.250 ms
maximum warm p95 latency, and add 25,001,984 bytes of peak RSS in the macOS
benchmark process.
Quality did not pass. Golden new-intent macro F1 is 0.5915, minimum intent
precision is 0.2500, and domain macro F1 is 0.3282, below the 0.90, 0.95, and
0.85 release gates. Only 60 blind records have product-owner labels; the
remaining v6 fields use per-field model consensus and are not human gold.
Therefore the candidate remains staging-only and the deployed models are not
replaced. See `v6-release-gate-report.json` for the machine-readable decision.
## Deployment decision
Only maxEnt models are eligible for keyboard automatic routing. Create ML BERT
transfer models depend on `NLContextualEmbedding` assets that are not guaranteed
to exist in a simulator or keyboard-extension runtime, so they remain evaluation
candidates only.
Only maxEnt models are trained and deployed because they are self-contained in
the keyboard extension. Create ML BERT transfer models depend on
`NLContextualEmbedding` assets that are not guaranteed to exist in a simulator
or keyboard-extension runtime.
The selected intent models passed the automatic-routing precision gates. The
replyable-message model reached 100% test precision and 97.96% golden precision;
its measured recall remains part of release monitoring. The complaint model is
also high precision but remains conservative because golden recall is limited.
Sentiment returns `unknown` unless confidence and top-two margin checks both
pass.
The deployed manifest remains schema version 2 until a candidate passes its
frozen acceptance gates. Schema version 3 adds optional joint verifiers,
per-language confidence thresholds, top-1/top-2 margins, and an explicit
`shadow` or `automatic` deployment mode. Schema version 4 adds the three
display-only public intent heads and optional domain classifier. Consumers
accept schema versions 1 through 4 and fall back to the current binary routing
behavior when newer classifiers are absent.
All ten deployed models pass the golden precision gate after deployment
policy is applied. The preserved six-model and first nine-model reports are
under `baselines`; `deployment-golden-report.json` records the final deployed
models and thresholds.
Synthetic results are not treated as production truth. Real opt-in, anonymized
or manually reviewed examples are still required before widening labels or
lowering thresholds.
## Random holdout
The deployment models also have a reproducible random-combination holdout check
whose templates and vocabulary are separate from the training generator:
```bash
python3 Scripts/clipboard_semantics/generate_random_holdout.py
xcrun swift Scripts/clipboard_semantics/evaluate_random_holdout.swift
```
Seed `20260826` produces 680 records across 17 scenario families, split evenly
between English and Simplified Chinese. The corpus has zero exact-text overlap
with the training corpus. It is a development benchmark used for threshold
selection and is never consumed by `train_models.swift`.
The current development report reaches 0.9832 binary macro precision, 0.6557
recall, and 0.7669 macro F1. Runtime-gated sentiment macro F1 is 0.6994.
A separate focused acceptance profile is generated once with seed `20260827`:
```bash
python3 Scripts/clipboard_semantics/generate_random_holdout.py \
--profile fresh --seed 20260827 --samples-per-family 20
xcrun swift Scripts/clipboard_semantics/evaluate_random_holdout.swift \
--corpus ModelTraining/ClipboardSemantics/fresh-metric-holdout-corpus.jsonl \
--seed 20260827 \
--report ModelTraining/ClipboardSemantics/fresh-metric-holdout-report.json
```
This 480-record, zero-overlap holdout now serves as a focused development
benchmark. The deployed task model reaches 1.0000 precision and 0.7500 recall
on English records; complaint reaches 1.0000 precision and 0.6000 recall
overall.
Three later zero-overlap profiles exercise different task and complaint
wording. The final 640-record release gate (seed `20260830`) records 1.0000
precision for English task and complaint, with 0.4000 and 0.5375 recall
respectively. The preceding 600-record confirmation gate also records 1.0000
precision for both, with 0.3000 English-task recall and 0.6056 complaint
recall. This variation is intentional evidence that the 95% precision target
is met conservatively while English-task recall remains the next improvement
target.
At runtime, task results are suppressed when complaint confidence is at least
0.60 and the text contains no explicit assignment/request marker. The same
policy is applied by the holdout evaluator so reported task precision matches
the product behavior.
## Performance snapshot
The ten deployed source models retain the local-inference constraint; the
preserved six-model baseline totals 105,619 bytes. On an iPhone 17 Pro iOS 26.5 simulator, the
debug unit-test harness measured 98.8 ms for the first full analysis and
3.7 ms average across 20 warm analyses. Simulator process memory is not a
substitute for the keyboard extension's physical-device peak RSS; that remains
a release gate before widening automatic routing.
@@ -0,0 +1,37 @@
# Six-model clipboard semantics baseline
This directory preserves the complete evaluation report that was deployed before
the three new intent classifiers were added. It is a metrics baseline, not a
second set of deployable model binaries.
- Report generated at: `2026-08-22T09:30:13Z`
- Corpus records: `7,272`
- Models: `task`, `question`, `invitation`, `complaint`, `replyableMessage`,
`sentiment`
- Manifest schema: `1`
- Report SHA-256:
`eaa3c2c3fe4151bd6585bfbe7404f848543e4b7321d9ba4376b9c872d2844fdd`
The original deployment manifest used these global thresholds:
- `task`: `0.60`
- `question`: `0.60`
- `invitation`: `0.77`
- `complaint`: `0.68`
- `replyableMessage`: `0.60`
- `sentiment`: no binary threshold
Deployed asset SHA-256 values:
```text
443ce5406a14e3b2051fb265caec116025ee8db088eff496dadb337535843b24 ComplaintIntentClassifier.mlmodel
b7e2266e0926daa9b37926170da200b150024edc55c6bd7644f4252ecaead07c ConversationalReplyIntentClassifier.mlmodel
e3b9391a5349a43eea511c2e3c7a6697f350510532dc4f190ef707a871a86125 InvitationIntentClassifier.mlmodel
eb0f57da2ea17abcb3847d7c318feb3f50fd0393ffd2ec57c93d9d59bc583dc3 QuestionIntentClassifier.mlmodel
3c7c849cb00163ae0b17d9444f2359aa5f1aecb6d9d65a945b91e9f1d09f9b6d SentimentClassifier.mlmodel
e4f465e1b62da6ad916e3af1be10d1c63487865134857145476143499af408db TaskIntentClassifier.mlmodel
722047dbe2df7d4f73d3f7d75cd8fbd9a05e47cb7fa5ec71cab2981a5b91c6ac clipboard-semantic-models.json
```
See `evaluation-report.json` in this directory for every aggregate,
per-language, and error-example metric from the baseline run.
@@ -0,0 +1,840 @@
{
"classifiers" : [
{
"candidates" : [
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"balancedTrainingCount" : 1440,
"balancedValidationCount" : 360,
"binaryByLanguage" : {
"en" : {
"accuracy" : 0.9619,
"f1" : 0.8462,
"falseNegative" : 24,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.7333,
"total" : 630,
"trueNegative" : 540,
"truePositive" : 66
},
"zh-Hans" : {
"accuracy" : 0.9968,
"f1" : 0.9888,
"falseNegative" : 2,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.9778,
"total" : 630,
"trueNegative" : 540,
"truePositive" : 88
}
},
"goldenBinary" : {
"accuracy" : 0.9239,
"f1" : 0.6667,
"falseNegative" : 7,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.5,
"total" : 92,
"trueNegative" : 78,
"truePositive" : 7
},
"goldenFalseNegativeExamples" : [
"[en] Alex owns the meeting notes and should post them in the project channel today. (score=0.5481)",
"[en] Remember to correct the invoice name and submit it again. (score=0.3677)",
"[en] Would you book a meeting room for Wednesday afternoon? (score=0.4118)",
"[zh-Hans] 记得把发票抬头改好以后重新提交。 (score=0.4999)",
"[zh-Hans] 下一步先联系客户确认交付地址,再更新订单。 (score=0.1536)",
"[zh-Hans] 方便帮我约一下周三下午的会议室吗? (score=0.2326)",
"[zh-Hans] 这些材料可以在月底前准备好吗? (score=0.5621)"
],
"goldenFalsePositiveExamples" : [
],
"modelBytes" : 17299,
"runtimeAssetIndependent" : true,
"testBinary" : {
"accuracy" : 0.9794,
"f1" : 0.9222,
"falseNegative" : 26,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.8556,
"total" : 1260,
"trueNegative" : 1080,
"truePositive" : 154
},
"testFalseNegativeExamples" : [
"[en] The deadline is by the end of the month; make sure you complete the risk register. (score=0.2401)",
"[en] The deadline is by Friday; make sure you confirm the project timeline. (score=0.4156)",
"[en] The deadline is by Friday; make sure you contact the client. (score=0.3509)",
"[en] The deadline is after you receive this message; make sure you check the invoice details. (score=0.385)",
"[en] The deadline is before 3 PM; make sure you contact the client. (score=0.2883)",
"[en] The deadline is after you receive this message; make sure you send the meeting notes. (score=0.3594)",
"[en] The deadline is by Friday; make sure you summarize the test results. (score=0.3174)",
"[en] The deadline is this week; make sure you share the delivery plan. (score=0.0888)",
"[en] The deadline is tomorrow morning; make sure you share the delivery plan. (score=0.1542)",
"[en] The deadline is this week; make sure you update the quotation. (score=0.1379)",
"[en] The deadline is by the end of the month; make sure you update the quotation. (score=0.2238)",
"[en] The deadline is this week; make sure you confirm the project timeline. (score=0.1903)"
],
"testFalsePositiveExamples" : [
],
"threshold" : 0.6,
"validationBinary" : {
"accuracy" : 0.973,
"f1" : 0.8963,
"falseNegative" : 33,
"falsePositive" : 1,
"precision" : 0.9932,
"recall" : 0.8167,
"total" : 1260,
"trueNegative" : 1079,
"truePositive" : 147
}
}
],
"id" : "task",
"labels" : [
"notTask",
"task"
],
"positiveLabel" : "task",
"selectedAlgorithm" : "maxEnt",
"selectedModelFile" : "TaskIntentClassifier.mlmodel"
},
{
"candidates" : [
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"balancedTrainingCount" : 2880,
"balancedValidationCount" : 720,
"binaryByLanguage" : {
"en" : {
"accuracy" : 1,
"f1" : 1,
"falseNegative" : 0,
"falsePositive" : 0,
"precision" : 1,
"recall" : 1,
"total" : 630,
"trueNegative" : 450,
"truePositive" : 180
},
"zh-Hans" : {
"accuracy" : 0.9841,
"f1" : 0.9714,
"falseNegative" : 10,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.9444,
"total" : 630,
"trueNegative" : 450,
"truePositive" : 170
}
},
"goldenBinary" : {
"accuracy" : 0.9891,
"f1" : 0.9767,
"falseNegative" : 1,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.9545,
"total" : 92,
"trueNegative" : 70,
"truePositive" : 21
},
"goldenFalseNegativeExamples" : [
"[en] Support has not replied for three days. When will this be handled? (score=0.5261)"
],
"goldenFalsePositiveExamples" : [
],
"modelBytes" : 20231,
"runtimeAssetIndependent" : true,
"testBinary" : {
"accuracy" : 0.9921,
"f1" : 0.9859,
"falseNegative" : 10,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.9722,
"total" : 1260,
"trueNegative" : 900,
"truePositive" : 350
},
"testFalseNegativeExamples" : [
"[zh-Hans] 我需要明确答复:文件无法打开,你们准备如何解决? (score=0.5267)",
"[zh-Hans] 我需要明确答复:订单被重复扣款,你们准备如何解决? (score=0.5534)",
"[zh-Hans] 我需要明确答复:预约记录消失了,你们准备如何解决? (score=0.3034)",
"[zh-Hans] 我需要明确答复:消息始终发不出去,你们准备如何解决? (score=0.556)",
"[zh-Hans] 我需要明确答复:收到的商品有破损,你们准备如何解决? (score=0.5209)",
"[zh-Hans] 我需要明确答复:页面加载特别慢,你们准备如何解决? (score=0.5228)",
"[zh-Hans] 我需要明确答复:账号突然被锁定,你们准备如何解决? (score=0.4902)",
"[zh-Hans] 我需要明确答复:应用一直闪退,你们准备如何解决? (score=0.5513)",
"[zh-Hans] 我需要明确答复:数据同步失败,你们准备如何解决? (score=0.4913)",
"[zh-Hans] 我需要明确答复:发票信息写错了,你们准备如何解决? (score=0.3555)"
],
"testFalsePositiveExamples" : [
],
"threshold" : 0.6,
"validationBinary" : {
"accuracy" : 0.9794,
"f1" : 0.9632,
"falseNegative" : 20,
"falsePositive" : 6,
"precision" : 0.9827,
"recall" : 0.9444,
"total" : 1260,
"trueNegative" : 894,
"truePositive" : 340
}
}
],
"id" : "question",
"labels" : [
"notQuestion",
"question"
],
"positiveLabel" : "question",
"selectedAlgorithm" : "maxEnt",
"selectedModelFile" : "QuestionIntentClassifier.mlmodel"
},
{
"candidates" : [
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"balancedTrainingCount" : 720,
"balancedValidationCount" : 180,
"binaryByLanguage" : {
"en" : {
"accuracy" : 0.9571,
"f1" : 0.5714,
"falseNegative" : 27,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.4,
"total" : 630,
"trueNegative" : 585,
"truePositive" : 18
},
"zh-Hans" : {
"accuracy" : 0.9952,
"f1" : 0.9663,
"falseNegative" : 2,
"falsePositive" : 1,
"precision" : 0.9773,
"recall" : 0.9556,
"total" : 630,
"trueNegative" : 584,
"truePositive" : 43
}
},
"goldenBinary" : {
"accuracy" : 0.9783,
"f1" : 0.8571,
"falseNegative" : 2,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.75,
"total" : 92,
"trueNegative" : 84,
"truePositive" : 6
},
"goldenFalseNegativeExamples" : [
"[en] I'd like to invite you to Monday's project kickoff. Are you available? (score=0.284)",
"[zh-Hans] 周末一起去爬山怎么样?早上九点地铁站见。 (score=0.7468)"
],
"goldenFalsePositiveExamples" : [
],
"modelBytes" : 14987,
"runtimeAssetIndependent" : true,
"testBinary" : {
"accuracy" : 0.9762,
"f1" : 0.8026,
"falseNegative" : 29,
"falsePositive" : 1,
"precision" : 0.9839,
"recall" : 0.6778,
"total" : 1260,
"trueNegative" : 1169,
"truePositive" : 61
},
"testFalseNegativeExamples" : [
"[en] I saved you a spot to meet this weekend after work at the campus cafe. How does that sound? (score=0.366)",
"[en] I saved you a spot to have a quick call next Monday at noon at the station. How does that sound? (score=0.5668)",
"[en] I saved you a spot to visit the client at seven tonight at the Wangjing branch. How does that sound? (score=0.5685)",
"[en] I saved you a spot to have dinner this weekend at the campus cafe. How does that sound? (score=0.4259)",
"[en] I saved you a spot to watch a movie before the end of the month at the campus cafe. How does that sound? (score=0.3009)",
"[en] I saved you a spot to attend the design review Friday morning at Meeting Room 5. How does that sound? (score=0.4253)",
"[en] I saved you a spot to watch a movie Friday morning at the station. How does that sound? (score=0.4304)",
"[en] I saved you a spot to visit the client after work at the station. How does that sound? (score=0.3609)",
"[en] I saved you a spot to have dinner this weekend at the station. How does that sound? (score=0.4006)",
"[en] I saved you a spot to attend the design review Wednesday evening at the online meeting room. How does that sound? (score=0.4223)",
"[en] I saved you a spot to get coffee before the end of the month at Meeting Room 5. How does that sound? (score=0.2489)",
"[en] I saved you a spot to get coffee after work at the Wangjing branch. How does that sound? (score=0.3714)"
],
"testFalsePositiveExamples" : [
"[zh-Hans] 文档记载的喝咖啡定于周三晚上在线上会议室进行。 (score=0.8353)"
],
"threshold" : 0.77,
"validationBinary" : {
"accuracy" : 0.9817,
"f1" : 0.8571,
"falseNegative" : 21,
"falsePositive" : 2,
"precision" : 0.9718,
"recall" : 0.7667,
"total" : 1260,
"trueNegative" : 1168,
"truePositive" : 69
}
}
],
"id" : "invitation",
"labels" : [
"notInvitation",
"invitation"
],
"positiveLabel" : "invitation",
"selectedAlgorithm" : "maxEnt",
"selectedModelFile" : "InvitationIntentClassifier.mlmodel"
},
{
"candidates" : [
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"balancedTrainingCount" : 1440,
"balancedValidationCount" : 360,
"binaryByLanguage" : {
"en" : {
"accuracy" : 0.9508,
"f1" : 0.7919,
"falseNegative" : 31,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.6556,
"total" : 630,
"trueNegative" : 540,
"truePositive" : 59
},
"zh-Hans" : {
"accuracy" : 0.9841,
"f1" : 0.9419,
"falseNegative" : 9,
"falsePositive" : 1,
"precision" : 0.9878,
"recall" : 0.9,
"total" : 630,
"trueNegative" : 539,
"truePositive" : 81
}
},
"goldenBinary" : {
"accuracy" : 0.9239,
"f1" : 0.5882,
"falseNegative" : 7,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.4167,
"total" : 92,
"trueNegative" : 80,
"truePositive" : 5
},
"goldenFalseNegativeExamples" : [
"[en] The app has crashed constantly since the update, and I lost important data. (score=0.5909)",
"[en] I was charged twice for the same order and still have not received a refund. (score=0.4438)",
"[en] The package arrived damaged and the cup inside was broken. (score=0.3134)",
"[en] My account was locked for no reason. Can you restore it today? (score=0.2417)",
"[en] Support has not replied for three days. When will this be handled? (score=0.3498)",
"[zh-Hans] 收到的商品外包装破损,里面的杯子也碎了。 (score=0.2457)",
"[zh-Hans] 客服已经三天没有回复了,请问什么时候能处理? (score=0.5563)"
],
"goldenFalsePositiveExamples" : [
],
"modelBytes" : 16850,
"runtimeAssetIndependent" : true,
"testBinary" : {
"accuracy" : 0.9675,
"f1" : 0.8723,
"falseNegative" : 40,
"falsePositive" : 1,
"precision" : 0.9929,
"recall" : 0.7778,
"total" : 1260,
"trueNegative" : 1079,
"truePositive" : 140
},
"testFalseNegativeExamples" : [
"[en] I need a clear answer: my reservation disappeared. How are you going to resolve it? (score=0.2123)",
"[en] I need a clear answer: the file will not open. How are you going to resolve it? (score=0.1792)",
"[en] I need a clear answer: the item arrived damaged. How are you going to resolve it? (score=0.202)",
"[en] I need a clear answer: the page loads extremely slowly. How are you going to resolve it? (score=0.21)",
"[en] I need a clear answer: the order was charged twice. How are you going to resolve it? (score=0.186)",
"[en] I need a clear answer: the invoice information is wrong. How are you going to resolve it? (score=0.2094)",
"[en] I need a clear answer: messages never send. How are you going to resolve it? (score=0.1964)",
"[en] I need a clear answer: data synchronization fails. How are you going to resolve it? (score=0.2338)",
"[en] I need a clear answer: my account was suddenly locked. How are you going to resolve it? (score=0.3079)",
"[en] This is not the first time that the file will not open; now support has not resolved it. (score=0.5497)",
"[en] This is not the first time that messages never send; now today's delivery is now at risk. (score=0.4564)",
"[en] This is not the first time that data synchronization fails; now the issue remains after several attempts. (score=0.599)"
],
"testFalsePositiveExamples" : [
"[zh-Hans] 对于订单状态,这次有没有明确答案? (score=0.7457)"
],
"threshold" : 0.68,
"validationBinary" : {
"accuracy" : 1,
"f1" : 1,
"falseNegative" : 0,
"falsePositive" : 0,
"precision" : 1,
"recall" : 1,
"total" : 1260,
"trueNegative" : 1080,
"truePositive" : 180
}
}
],
"id" : "complaint",
"labels" : [
"notComplaint",
"complaint"
],
"positiveLabel" : "complaint",
"selectedAlgorithm" : "maxEnt",
"selectedModelFile" : "ComplaintIntentClassifier.mlmodel"
},
{
"candidates" : [
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"balancedTrainingCount" : 3560,
"balancedValidationCount" : 1080,
"binaryByLanguage" : {
"en" : {
"accuracy" : 0.9381,
"f1" : 0.9427,
"falseNegative" : 39,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.8917,
"total" : 630,
"trueNegative" : 270,
"truePositive" : 321
},
"zh-Hans" : {
"accuracy" : 1,
"f1" : 1,
"falseNegative" : 0,
"falsePositive" : 0,
"precision" : 1,
"recall" : 1,
"total" : 630,
"trueNegative" : 270,
"truePositive" : 360
}
},
"goldenBinary" : {
"accuracy" : 0.9239,
"f1" : 0.932,
"falseNegative" : 6,
"falsePositive" : 1,
"precision" : 0.9796,
"recall" : 0.8889,
"total" : 92,
"trueNegative" : 37,
"truePositive" : 48
},
"goldenFalseNegativeExamples" : [
"[en] Alex owns the meeting notes and should post them in the project channel today. (score=0.4433)",
"[en] First confirm the delivery address with the client, then update the order. (score=0.4795)",
"[en] Why is the order still marked as under review? (score=0.4847)",
"[zh-Hans] 记得把发票抬头改好以后重新提交。 (score=0.0669)",
"[zh-Hans] 下一步先联系客户确认交付地址,再更新订单。 (score=0.0634)",
"[zh-Hans] 这些材料可以在月底前准备好吗? (score=0.1104)"
],
"goldenFalsePositiveExamples" : [
"[zh-Hans] 明天我要去财务核对发票,不用你帮忙。 (score=0.9516)"
],
"modelBytes" : 19623,
"runtimeAssetIndependent" : true,
"testBinary" : {
"accuracy" : 0.969,
"f1" : 0.9722,
"falseNegative" : 39,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.9458,
"total" : 1260,
"trueNegative" : 540,
"truePositive" : 681
},
"testFalseNegativeExamples" : [
"[en] This is not the first time that the file will not open; now the issue remains after several attempts. (score=0.4887)",
"[en] A positive review: The keyboard experience solved the problem. Keep it up. (score=0.5028)",
"[en] A positive review: The support response is much more accurate. Keep it up. (score=0.5665)",
"[en] A positive review: This update is easier to use. Keep it up. (score=0.5908)",
"[en] A positive review: The new speech recognition exceeded my expectations. Keep it up. (score=0.4991)",
"[en] A positive review: The latest fix works very smoothly. Keep it up. (score=0.5422)",
"[en] A positive review: The keyboard experience is noticeably more stable. Keep it up. (score=0.5804)",
"[en] A positive review: The interface change is easier to use. Keep it up. (score=0.3015)",
"[en] A positive review: The new speech recognition is much more accurate. Keep it up. (score=0.5761)",
"[en] A positive review: The latest fix solved the problem. Keep it up. (score=0.43)",
"[en] A positive review: The sync speed solved the problem. Keep it up. (score=0.4013)",
"[en] A positive review: The translation result is noticeably more stable. Keep it up. (score=0.5841)"
],
"testFalsePositiveExamples" : [
],
"threshold" : 0.6,
"validationBinary" : {
"accuracy" : 0.95,
"f1" : 0.9555,
"falseNegative" : 43,
"falsePositive" : 20,
"precision" : 0.9713,
"recall" : 0.9403,
"total" : 1260,
"trueNegative" : 520,
"truePositive" : 677
}
}
],
"id" : "replyableMessage",
"labels" : [
"notReplyableMessage",
"replyableMessage"
],
"positiveLabel" : "replyableMessage",
"selectedAlgorithm" : "maxEnt",
"selectedModelFile" : "ConversationalReplyIntentClassifier.mlmodel"
},
{
"candidates" : [
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"balancedTrainingCount" : 1080,
"balancedValidationCount" : 270,
"goldenMulticlass" : {
"accuracy" : 0.8913,
"confusion" : {
"negative" : {
"negative" : 13,
"neutral" : 4,
"positive" : 1
},
"neutral" : {
"negative" : 3,
"neutral" : 64,
"positive" : 1
},
"positive" : {
"negative" : 1,
"neutral" : 0,
"positive" : 5
}
},
"macroF1" : 0.8178,
"perLabel" : {
"negative" : {
"accuracy" : 0.9022,
"f1" : 0.7429,
"falseNegative" : 5,
"falsePositive" : 4,
"precision" : 0.7647,
"recall" : 0.7222,
"total" : 92,
"trueNegative" : 70,
"truePositive" : 13
},
"neutral" : {
"accuracy" : 0.913,
"f1" : 0.9412,
"falseNegative" : 4,
"falsePositive" : 4,
"precision" : 0.9412,
"recall" : 0.9412,
"total" : 92,
"trueNegative" : 20,
"truePositive" : 64
},
"positive" : {
"accuracy" : 0.9674,
"f1" : 0.7692,
"falseNegative" : 1,
"falsePositive" : 2,
"precision" : 0.7143,
"recall" : 0.8333,
"total" : 92,
"trueNegative" : 84,
"truePositive" : 5
}
},
"total" : 92
},
"modelBytes" : 16629,
"multiclassByLanguage" : {
"en" : {
"accuracy" : 0.9778,
"confusion" : {
"negative" : {
"negative" : 121,
"neutral" : 14,
"positive" : 0
},
"neutral" : {
"negative" : 0,
"neutral" : 450,
"positive" : 0
},
"positive" : {
"negative" : 0,
"neutral" : 0,
"positive" : 45
}
},
"macroF1" : 0.9767,
"perLabel" : {
"negative" : {
"accuracy" : 0.9778,
"f1" : 0.9453,
"falseNegative" : 14,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.8963,
"total" : 630,
"trueNegative" : 495,
"truePositive" : 121
},
"neutral" : {
"accuracy" : 0.9778,
"f1" : 0.9847,
"falseNegative" : 0,
"falsePositive" : 14,
"precision" : 0.9698,
"recall" : 1,
"total" : 630,
"trueNegative" : 166,
"truePositive" : 450
},
"positive" : {
"accuracy" : 1,
"f1" : 1,
"falseNegative" : 0,
"falsePositive" : 0,
"precision" : 1,
"recall" : 1,
"total" : 630,
"trueNegative" : 585,
"truePositive" : 45
}
},
"total" : 630
},
"zh-Hans" : {
"accuracy" : 0.9746,
"confusion" : {
"negative" : {
"negative" : 126,
"neutral" : 9,
"positive" : 0
},
"neutral" : {
"negative" : 3,
"neutral" : 443,
"positive" : 4
},
"positive" : {
"negative" : 0,
"neutral" : 0,
"positive" : 45
}
},
"macroF1" : 0.9647,
"perLabel" : {
"negative" : {
"accuracy" : 0.981,
"f1" : 0.9545,
"falseNegative" : 9,
"falsePositive" : 3,
"precision" : 0.9767,
"recall" : 0.9333,
"total" : 630,
"trueNegative" : 492,
"truePositive" : 126
},
"neutral" : {
"accuracy" : 0.9746,
"f1" : 0.9823,
"falseNegative" : 7,
"falsePositive" : 9,
"precision" : 0.9801,
"recall" : 0.9844,
"total" : 630,
"trueNegative" : 171,
"truePositive" : 443
},
"positive" : {
"accuracy" : 0.9937,
"f1" : 0.9574,
"falseNegative" : 0,
"falsePositive" : 4,
"precision" : 0.9184,
"recall" : 1,
"total" : 630,
"trueNegative" : 581,
"truePositive" : 45
}
},
"total" : 630
}
},
"runtimeAssetIndependent" : true,
"testMulticlass" : {
"accuracy" : 0.9762,
"confusion" : {
"negative" : {
"negative" : 247,
"neutral" : 23,
"positive" : 0
},
"neutral" : {
"negative" : 3,
"neutral" : 893,
"positive" : 4
},
"positive" : {
"negative" : 0,
"neutral" : 0,
"positive" : 90
}
},
"macroF1" : 0.9706,
"perLabel" : {
"negative" : {
"accuracy" : 0.9794,
"f1" : 0.95,
"falseNegative" : 23,
"falsePositive" : 3,
"precision" : 0.988,
"recall" : 0.9148,
"total" : 1260,
"trueNegative" : 987,
"truePositive" : 247
},
"neutral" : {
"accuracy" : 0.9762,
"f1" : 0.9835,
"falseNegative" : 7,
"falsePositive" : 23,
"precision" : 0.9749,
"recall" : 0.9922,
"total" : 1260,
"trueNegative" : 337,
"truePositive" : 893
},
"positive" : {
"accuracy" : 0.9968,
"f1" : 0.9783,
"falseNegative" : 0,
"falsePositive" : 4,
"precision" : 0.9574,
"recall" : 1,
"total" : 1260,
"trueNegative" : 1166,
"truePositive" : 90
}
},
"total" : 1260
},
"validationMulticlass" : {
"accuracy" : 0.9754,
"confusion" : {
"negative" : {
"negative" : 262,
"neutral" : 8,
"positive" : 0
},
"neutral" : {
"negative" : 19,
"neutral" : 877,
"positive" : 4
},
"positive" : {
"negative" : 0,
"neutral" : 0,
"positive" : 90
}
},
"macroF1" : 0.9706,
"perLabel" : {
"negative" : {
"accuracy" : 0.9786,
"f1" : 0.951,
"falseNegative" : 8,
"falsePositive" : 19,
"precision" : 0.9324,
"recall" : 0.9704,
"total" : 1260,
"trueNegative" : 971,
"truePositive" : 262
},
"neutral" : {
"accuracy" : 0.9754,
"f1" : 0.9826,
"falseNegative" : 23,
"falsePositive" : 8,
"precision" : 0.991,
"recall" : 0.9744,
"total" : 1260,
"trueNegative" : 352,
"truePositive" : 877
},
"positive" : {
"accuracy" : 0.9968,
"f1" : 0.9783,
"falseNegative" : 0,
"falsePositive" : 4,
"precision" : 0.9574,
"recall" : 1,
"total" : 1260,
"trueNegative" : 1166,
"truePositive" : 90
}
},
"total" : 1260
}
}
],
"id" : "sentiment",
"labels" : [
"negative",
"neutral",
"positive"
],
"selectedAlgorithm" : "maxEnt",
"selectedModelFile" : "SentimentClassifier.mlmodel"
}
],
"corpusCount" : 7272,
"corpusPath" : "ModelTraining/ClipboardSemantics/clipboard_semantic_corpus.jsonl",
"generatedAt" : "2026-08-22T09:30:13Z",
"goldenCount" : 92,
"selectionPolicy" : "Validation only: binary models require precision >= 0.97, then maximize recall; sentiment prioritizes macro-F1. Automatic routing also requires a self-contained maxEnt model because BERT embedding assets are not guaranteed in extensions. Test and golden data gate deployment but never tune model weights.",
"testCount" : 1260,
"trainingCount" : 4660,
"validationCount" : 1260
}
@@ -0,0 +1,15 @@
# Nine-model v1 baseline
This snapshot predates the second low-recall corpus expansion.
- Training corpus: 11,172 records
- Corrected development holdout: 640 records, zero exact training overlap
- Binary macro precision: 0.9492
- Binary macro recall: 0.5091
- Binary macro F1: 0.6374
- Runtime-gated sentiment macro F1: 0.6228
The holdout is a development benchmark, not a final blind release gate.
`ScheduleNegotiationIntentClassifier.mlmodel` is preserved here because it
outperformed the expanded-corpus replacement and remains the deployed model.
@@ -0,0 +1,146 @@
{
"classifiers" : [
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.98,
"confidenceThresholdsByLanguage" : {
"en" : 0.99,
"zh-Hans" : 0.98
},
"id" : "task",
"labels" : [
"notTask",
"task"
],
"modelFile" : "TaskIntentClassifier.mlmodel",
"positiveLabel" : "task"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.6,
"confidenceThresholdsByLanguage" : {
"en" : 0.6,
"zh-Hans" : 0.6
},
"id" : "question",
"labels" : [
"notQuestion",
"question"
],
"modelFile" : "QuestionIntentClassifier.mlmodel",
"positiveLabel" : "question"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.79,
"confidenceThresholdsByLanguage" : {
"en" : 0.8,
"zh-Hans" : 0.82
},
"id" : "invitation",
"labels" : [
"notInvitation",
"invitation"
],
"modelFile" : "InvitationIntentClassifier.mlmodel",
"positiveLabel" : "invitation"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.79,
"confidenceThresholdsByLanguage" : {
"en" : 0.79,
"zh-Hans" : 0.79
},
"id" : "complaint",
"labels" : [
"notComplaint",
"complaint"
],
"modelFile" : "ComplaintIntentClassifier.mlmodel",
"positiveLabel" : "complaint"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.53,
"confidenceThresholdsByLanguage" : {
"en" : 0.53,
"zh-Hans" : 0.53
},
"id" : "scheduleNegotiation",
"labels" : [
"notScheduleNegotiation",
"scheduleNegotiation"
],
"modelFile" : "ScheduleNegotiationIntentClassifier.mlmodel",
"positiveLabel" : "scheduleNegotiation"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.77,
"confidenceThresholdsByLanguage" : {
"en" : 0.77,
"zh-Hans" : 0.8
},
"id" : "confirmationDecision",
"labels" : [
"notConfirmationDecision",
"confirmationDecision"
],
"modelFile" : "ConfirmationDecisionIntentClassifier.mlmodel",
"positiveLabel" : "confirmationDecision"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.77,
"confidenceThresholdsByLanguage" : {
"en" : 0.83,
"zh-Hans" : 0.77
},
"id" : "followUpReminder",
"labels" : [
"notFollowUpReminder",
"followUpReminder"
],
"modelFile" : "FollowUpReminderIntentClassifier.mlmodel",
"positiveLabel" : "followUpReminder"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.74,
"confidenceThresholdsByLanguage" : {
"en" : 0.74,
"zh-Hans" : 0.79
},
"id" : "replyableMessage",
"labels" : [
"notReplyableMessage",
"replyableMessage"
],
"modelFile" : "ConversationalReplyIntentClassifier.mlmodel",
"positiveLabel" : "replyableMessage"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"id" : "sentiment",
"labels" : [
"negative",
"neutral",
"positive"
],
"modelFile" : "SentimentClassifier.mlmodel"
}
],
"corpusRecordCount" : 11172,
"generatedAt" : "2026-08-26T10:38:35Z",
"schemaVersion" : 2
}
@@ -0,0 +1,23 @@
{
"classifiers" : [
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.69,
"confidenceThresholdsByLanguage" : {
"en" : 0.69,
"zh-Hans" : 0.77
},
"id" : "blessing",
"labels" : [
"notBlessing",
"blessing"
],
"modelFile" : "BlessingIntentClassifier.mlmodel",
"positiveLabel" : "blessing"
}
],
"corpusRecordCount" : 17692,
"generatedAt" : "2026-08-27T01:58:55Z",
"schemaVersion" : 2
}
@@ -0,0 +1,132 @@
{
"classifiers" : [
{
"candidates" : [
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"balancedTrainingCount" : 720,
"balancedValidationCount" : 180,
"binaryByLanguage" : {
"en" : {
"accuracy" : 1,
"f1" : 1,
"falseNegative" : 0,
"falsePositive" : 0,
"precision" : 1,
"recall" : 1,
"total" : 1485,
"trueNegative" : 1440,
"truePositive" : 45
},
"zh-Hans" : {
"accuracy" : 0.9993,
"f1" : 0.9888,
"falseNegative" : 1,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.9778,
"total" : 1485,
"trueNegative" : 1440,
"truePositive" : 44
}
},
"confidenceThresholdsByLanguage" : {
"en" : 0.69,
"zh-Hans" : 0.77
},
"goldenBinary" : {
"accuracy" : 0.9881,
"f1" : 0.9189,
"falseNegative" : 3,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.85,
"total" : 252,
"trueNegative" : 232,
"truePositive" : 17
},
"goldenBinaryByLanguage" : {
"en" : {
"accuracy" : 0.9921,
"f1" : 0.9474,
"falseNegative" : 1,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.9,
"total" : 126,
"trueNegative" : 116,
"truePositive" : 9
},
"zh-Hans" : {
"accuracy" : 0.9841,
"f1" : 0.8889,
"falseNegative" : 2,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.8,
"total" : 126,
"trueNegative" : 116,
"truePositive" : 8
}
},
"goldenFalseNegativeExamples" : [
"[en] Good luck with your exam tomorrow; I hope all your hard work pays off. (score=0.1198)",
"[zh-Hans] 中秋团圆,愿大家所念皆如愿,所行皆坦途。 (score=0.7188)",
"[zh-Hans] 祝宝宝健康成长,也祝新手爸妈每天都有好睡眠。 (score=0.7616)"
],
"goldenFalsePositiveExamples" : [
],
"modelBytes" : 18991,
"runtimeAssetIndependent" : true,
"testBinary" : {
"accuracy" : 0.9997,
"f1" : 0.9944,
"falseNegative" : 1,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.9889,
"total" : 2970,
"trueNegative" : 2880,
"truePositive" : 89
},
"testFalseNegativeExamples" : [
"[zh-Hans] 顺便说一下,中秋节之际,祝阿杰万事如意。 (score=0.7458)"
],
"testFalsePositiveExamples" : [
],
"threshold" : 0.69,
"validationBinary" : {
"accuracy" : 0.999,
"f1" : 0.9834,
"falseNegative" : 1,
"falsePositive" : 2,
"precision" : 0.978,
"recall" : 0.9889,
"total" : 2970,
"trueNegative" : 2878,
"truePositive" : 89
}
}
],
"id" : "blessing",
"labels" : [
"notBlessing",
"blessing"
],
"positiveLabel" : "blessing",
"selectedAlgorithm" : "maxEnt",
"selectedModelFile" : "BlessingIntentClassifier.mlmodel"
}
],
"corpusCount" : 17692,
"corpusPath" : "ModelTraining/ClipboardSemantics/clipboard_semantic_corpus.jsonl",
"generatedAt" : "2026-08-27T01:58:55Z",
"goldenCount" : 252,
"selectionPolicy" : "Validation only: global and per-language binary thresholds require precision >= 0.97, then maximize recall; languages with fewer than 20 examples per class fall back to the global threshold. sentiment prioritizes macro-F1. Automatic routing also requires a self-contained maxEnt model because BERT embedding assets are not guaranteed in extensions. Test and golden data gate deployment but never tune model weights.",
"testCount" : 2970,
"trainingCount" : 11500,
"validationCount" : 2970
}
@@ -0,0 +1,162 @@
{
"classifiers" : [
{
"acceptedForAutomaticRouting" : false,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.91,
"confidenceThresholdsByLanguage" : {
"en" : 0.92,
"zh-Hans" : 0.91
},
"id" : "task",
"labels" : [
"notTask",
"task"
],
"modelFile" : "TaskIntentClassifier.mlmodel",
"positiveLabel" : "task"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.99,
"confidenceThresholdsByLanguage" : {
"en" : 0.99,
"zh-Hans" : 0.99
},
"id" : "question",
"labels" : [
"notQuestion",
"question"
],
"modelFile" : "QuestionIntentClassifier.mlmodel",
"positiveLabel" : "question"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.74,
"confidenceThresholdsByLanguage" : {
"en" : 0.76,
"zh-Hans" : 0.78
},
"id" : "invitation",
"labels" : [
"notInvitation",
"invitation"
],
"modelFile" : "InvitationIntentClassifier.mlmodel",
"positiveLabel" : "invitation"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.7,
"confidenceThresholdsByLanguage" : {
"en" : 0.81,
"zh-Hans" : 0.75
},
"id" : "complaint",
"labels" : [
"notComplaint",
"complaint"
],
"modelFile" : "ComplaintIntentClassifier.mlmodel",
"positiveLabel" : "complaint"
},
{
"acceptedForAutomaticRouting" : false,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.5,
"confidenceThresholdsByLanguage" : {
"en" : 0.5,
"zh-Hans" : 0.5
},
"id" : "scheduleNegotiation",
"labels" : [
"notScheduleNegotiation",
"scheduleNegotiation"
],
"modelFile" : "ScheduleNegotiationIntentClassifier.mlmodel",
"positiveLabel" : "scheduleNegotiation"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.99,
"confidenceThresholdsByLanguage" : {
"en" : 0.99,
"zh-Hans" : 0.99
},
"id" : "confirmationDecision",
"labels" : [
"notConfirmationDecision",
"confirmationDecision"
],
"modelFile" : "ConfirmationDecisionIntentClassifier.mlmodel",
"positiveLabel" : "confirmationDecision"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.95,
"confidenceThresholdsByLanguage" : {
"en" : 0.95,
"zh-Hans" : 0.96
},
"id" : "followUpReminder",
"labels" : [
"notFollowUpReminder",
"followUpReminder"
],
"modelFile" : "FollowUpReminderIntentClassifier.mlmodel",
"positiveLabel" : "followUpReminder"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.69,
"confidenceThresholdsByLanguage" : {
"en" : 0.69,
"zh-Hans" : 0.77
},
"id" : "blessing",
"labels" : [
"notBlessing",
"blessing"
],
"modelFile" : "BlessingIntentClassifier.mlmodel",
"positiveLabel" : "blessing"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.64,
"confidenceThresholdsByLanguage" : {
"en" : 0.64,
"zh-Hans" : 0.74
},
"id" : "replyableMessage",
"labels" : [
"notReplyableMessage",
"replyableMessage"
],
"modelFile" : "ConversationalReplyIntentClassifier.mlmodel",
"positiveLabel" : "replyableMessage"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"id" : "sentiment",
"labels" : [
"negative",
"neutral",
"positive"
],
"modelFile" : "SentimentClassifier.mlmodel"
}
],
"corpusRecordCount" : 23918,
"generatedAt" : "2026-08-27T05:29:04Z",
"schemaVersion" : 2
}
@@ -0,0 +1,12 @@
# Targeted v2 baseline
This snapshot predates the English-task and complaint specialization round.
Focused 480-record holdout:
- Task: precision 0.9386, recall 0.6688, F1 0.7810
- English task: precision 0.9333, recall 0.5250, F1 0.6720
- Complaint: precision 0.9744, recall 0.4750, F1 0.6387
The deployed model files, manifest, focused holdout report, and golden report
are preserved for rollback and same-input comparison.
@@ -0,0 +1,146 @@
{
"classifiers": [
{
"acceptedForAutomaticRouting": true,
"algorithm": "maxEnt",
"confidenceThreshold": 0.81,
"confidenceThresholdsByLanguage": {
"en": 0.81,
"zh-Hans": 0.81
},
"id": "task",
"labels": [
"notTask",
"task"
],
"modelFile": "TaskIntentClassifier.mlmodel",
"positiveLabel": "task"
},
{
"acceptedForAutomaticRouting": true,
"algorithm": "maxEnt",
"confidenceThreshold": 0.6,
"confidenceThresholdsByLanguage": {
"en": 0.6,
"zh-Hans": 0.6
},
"id": "question",
"labels": [
"notQuestion",
"question"
],
"modelFile": "QuestionIntentClassifier.mlmodel",
"positiveLabel": "question"
},
{
"acceptedForAutomaticRouting": true,
"algorithm": "maxEnt",
"confidenceThreshold": 0.82,
"confidenceThresholdsByLanguage": {
"en": 0.85,
"zh-Hans": 0.82
},
"id": "invitation",
"labels": [
"notInvitation",
"invitation"
],
"modelFile": "InvitationIntentClassifier.mlmodel",
"positiveLabel": "invitation"
},
{
"acceptedForAutomaticRouting": true,
"algorithm": "maxEnt",
"confidenceThreshold": 0.91,
"confidenceThresholdsByLanguage": {
"en": 0.76,
"zh-Hans": 0.91
},
"id": "complaint",
"labels": [
"notComplaint",
"complaint"
],
"modelFile": "ComplaintIntentClassifier.mlmodel",
"positiveLabel": "complaint"
},
{
"acceptedForAutomaticRouting": true,
"algorithm": "maxEnt",
"confidenceThreshold": 0.68,
"confidenceThresholdsByLanguage": {
"en": 0.68,
"zh-Hans": 0.53
},
"id": "scheduleNegotiation",
"labels": [
"notScheduleNegotiation",
"scheduleNegotiation"
],
"modelFile": "ScheduleNegotiationIntentClassifier.mlmodel",
"positiveLabel": "scheduleNegotiation"
},
{
"acceptedForAutomaticRouting": true,
"algorithm": "maxEnt",
"confidenceThreshold": 0.72,
"confidenceThresholdsByLanguage": {
"en": 0.72,
"zh-Hans": 0.72
},
"id": "confirmationDecision",
"labels": [
"notConfirmationDecision",
"confirmationDecision"
],
"modelFile": "ConfirmationDecisionIntentClassifier.mlmodel",
"positiveLabel": "confirmationDecision"
},
{
"acceptedForAutomaticRouting": true,
"algorithm": "maxEnt",
"confidenceThreshold": 0.73,
"confidenceThresholdsByLanguage": {
"en": 0.73,
"zh-Hans": 0.73
},
"id": "followUpReminder",
"labels": [
"notFollowUpReminder",
"followUpReminder"
],
"modelFile": "FollowUpReminderIntentClassifier.mlmodel",
"positiveLabel": "followUpReminder"
},
{
"acceptedForAutomaticRouting": true,
"algorithm": "maxEnt",
"confidenceThreshold": 0.75,
"confidenceThresholdsByLanguage": {
"en": 0.75,
"zh-Hans": 0.79
},
"id": "replyableMessage",
"labels": [
"notReplyableMessage",
"replyableMessage"
],
"modelFile": "ConversationalReplyIntentClassifier.mlmodel",
"positiveLabel": "replyableMessage"
},
{
"acceptedForAutomaticRouting": true,
"algorithm": "maxEnt",
"id": "sentiment",
"labels": [
"negative",
"neutral",
"positive"
],
"modelFile": "SentimentClassifier.mlmodel"
}
],
"corpusRecordCount": 13332,
"generatedAt": "2026-08-26T15:18:57Z",
"schemaVersion": 2
}
@@ -0,0 +1,70 @@
# Blessing intent labeling guidelines
## Definition
Label `blessing = true` when the author directly expresses a good wish,
congratulation, prayer, or hope for a recipient. The recipient may be the
reader, a named third party, a group, or the author.
The label is intentionally broad. It includes:
- Festival, birthday, wedding, anniversary, graduation, promotion, new-job,
housewarming, newborn, and retirement wishes.
- Short congratulations such as `恭喜`, `恭喜发财`, `Congratulations`, and
`Congrats`.
- Health, recovery, travel, safety, exam, competition, career, and general
good-luck wishes.
- Good-night and good-day wishes when they express a desired outcome, such as
`祝你好梦` or `Hope you have a wonderful day`.
- Religious or spiritual prayers directed toward a recipient.
- Wishes expressed for a third person, such as `我衷心祝愿她早日康复`.
## Negative boundaries
Label `blessing = false` when the text only:
- Requests, searches for, or discusses how to write a blessing.
- Thanks someone for a blessing already received.
- Mentions that other people sent blessings.
- Describes a celebration without wishing anyone well.
- Quotes or documents a blessing as an example.
- Greets someone without expressing a desired outcome.
- Gives positive feedback or praise without a wish or congratulation.
- Contains a lexical collision such as a title, name, product, or historical
reference that happens to include a blessing keyword.
## Context-dependent cases
Annotators must use surrounding context when available:
- Sarcastic congratulations are negative unless the product intentionally
treats the surface utterance as reply-worthy congratulations.
- `祝我好运` and equivalent self-directed wishes are positive.
- Conditional or unrealized intent such as `等会儿再祝他生日快乐` is negative
until the text actually expresses the wish.
- A message may be both `blessing` and another intent. For example, a wedding
invitation containing `祝你们幸福` is both an invitation and a blessing.
## Annotation process
1. Normalize only invisible whitespace; preserve wording, punctuation, and
emoji for labeling.
2. Two annotators label every golden-set record independently.
3. Disagreements are adjudicated by a third reviewer using this document.
4. Record the boundary category and adjudication reason, not only the binary
label.
5. Keep all evaluation examples isolated from generation prompts, training
sources, and active-learning exports.
## Release evaluation
The dedicated blessing benchmark must contain:
- At least 3,000 Chinese and 1,500 English human-reviewed records.
- Equal positive and hard-negative strata for diagnostic metrics.
- A separate natural-prevalence calibration set for threshold selection.
- At least 100 records for each major positive and negative boundary category.
The release gate is precision at least 0.95, recall at least 0.85, and F1 at
least 0.90 on the adjudicated benchmark, with no major boundary category below
0.80 F1.
@@ -0,0 +1,235 @@
{
"schemaVersion": 1,
"auditVersion": "chinese-corpus-candidate-audit-v1",
"reviewedAt": "2026-08-28",
"taxonomyVersion": "clipboard-consensus-v6",
"scope": "面向简体中文、繁体中文及配套英文边界样本的 taxonomy 语料候选准入审计。",
"policy": {
"admittedMeaning": "准入仅允许来源进入候选抽取、映射和清洗队列,不代表已经进入商业训练集。",
"splitBoundary": "只允许上游官方明确标识的 train 数据产生训练候选;dev、validation、test、challenge、hidden test 和本地冻结 holdout 一律不得训练。",
"commercialBoundary": "导入前必须固定上游 revision、保存许可证及 attribution、确认数据本体而非仅代码受该许可证覆盖,并完成隐私、内容安全和重复检查。",
"knownLabelsBoundary": "每条记录只声明来源实际标注且经过确定性映射审计的 knownLabels;未声明字段保持 unknown,不得作为负例。",
"syntheticBoundary": "合成语料仅用于 train,必须记录生成与上游 provenancesampleWeight 不得高于 0.35,不得进入校准、评估、人类 gold 或 policy anchors,也不得覆盖冲突的真人或许可非合成样本。",
"holdoutBoundary": "与任一冻结 holdout 精确或归一化近重复的文本全局禁止训练。"
},
"admittedSources": [
{
"id": "MASSIVE",
"status": "admitted",
"languages": [
"zh-CN",
"en-US"
],
"license": "CC-BY-4.0",
"commercialUse": "允许,须署名并保留许可证与修改说明。",
"url": "https://huggingface.co/datasets/AmazonScience/massive",
"licenseUrl": "https://huggingface.co/datasets/AmazonScience/massive/blob/main/LICENSE",
"trainBoundary": "仅固定 revision 的官方 train splitdev/test 禁止训练。",
"synthetic": false,
"reason": "覆盖中英文助手意图与多领域表达,标签结构适合映射 assistantCommand、informationQuery 和 domain;需避免把源 intent 扩展为其他 taxonomy 字段的负例。"
},
{
"id": "CrossWOZ",
"status": "admitted",
"languages": [
"zh-CN"
],
"license": "Apache-2.0",
"commercialUse": "允许,须保留许可证和 NOTICE 要求。",
"url": "https://github.com/thu-coai/CrossWOZ",
"licenseUrl": "https://github.com/thu-coai/CrossWOZ/blob/master/LICENSE",
"trainBoundary": "仅 data/crosswoz/train.json.zip 的固定官方 revisionval/test 禁止训练。",
"synthetic": false,
"reason": "中文跨领域任务对话可补充 travel、dining、calendar 等边界;只抽取当前轮可独立判断的文本,依赖隐藏对话状态的记录保持 unknown 或丢弃。"
},
{
"id": "BiToD",
"status": "admitted",
"languages": [
"zh-CN",
"en"
],
"license": "Apache-2.0",
"commercialUse": "允许,须保留许可证和 NOTICE 要求。",
"url": "https://github.com/HLTCHKUST/BiToD",
"licenseUrl": "https://github.com/HLTCHKUST/BiToD/blob/main/LICENSE",
"trainBoundary": "仅官方 zh_train/en_train 数据;valid/test 和 cross-lingual evaluation split 禁止训练。",
"synthetic": false,
"reason": "官方提供中英双语和明确切分,可用于 travel、dining、calendar 与 assistant 路由映射;只保留脱离上下文仍有稳定语义的轮次。"
},
{
"id": "MultiDoGO",
"status": "admitted",
"languages": [
"en"
],
"license": "CDLA-Permissive-1.0",
"commercialUse": "允许,按数据许可证保留来源和许可记录。",
"url": "https://github.com/awslabs/multi-domain-goal-oriented-dialogues-dataset",
"licenseUrl": "https://github.com/awslabs/multi-domain-goal-oriented-dialogues-dataset/blob/master/LICENSE.txt",
"trainBoundary": "仅 data/paper_splits 下官方 train.tsvdev/test 禁止训练。",
"synthetic": false,
"reason": "金融、媒体、软件等域的 turn-level intent 可补充英文边界与跨语言对照;只映射明确源标签,不推断其余 intent。"
},
{
"id": "Taskmaster-1",
"status": "admitted",
"languages": [
"en"
],
"license": "CC-BY-4.0(数据;代码 Apache-2.0",
"commercialUse": "允许,数据须署名并记录修改。",
"url": "https://github.com/google-research-datasets/Taskmaster/tree/master/TM-1-2019",
"licenseUrl": "https://creativecommons.org/licenses/by/4.0/legalcode",
"trainBoundary": "只使用官方训练用途文件并固定清单;任何官方 evaluation/test 文件禁止训练。",
"synthetic": false,
"reason": "可补充服务预订、计划和确认边界;Wizard/self-dialogue 风格需单独标记 provenance,并过滤依赖多轮上下文的 utterance。"
},
{
"id": "SNIPS",
"status": "admitted",
"languages": [
"en"
],
"license": "CC0-1.0",
"commercialUse": "允许;保留数据集来源、固定 revision 和修改记录。",
"url": "https://github.com/sonos/nlu-benchmark",
"licenseUrl": "https://github.com/sonos/nlu-benchmark/blob/master/LICENSE",
"trainBoundary": "仅 sonos/nlu-benchmark 固定 revision 的 train_*_full.jsonvalidate 文件和第三方镜像不得导入。",
"synthetic": false,
"reason": "可提供 assistantCommand 与媒体、天气、smartHome 等清晰边界;准入不延伸到来源和许可不一致的第三方 SNIPS 镜像。"
},
{
"id": "MInDS-14",
"status": "admitted",
"languages": [
"zh-CN",
"en-US",
"en-GB",
"en-AU"
],
"license": "CC-BY-4.0",
"commercialUse": "允许,须署名并记录转录文本的处理。",
"url": "https://huggingface.co/datasets/PolyAI/minds14",
"licenseUrl": "https://creativecommons.org/licenses/by/4.0/legalcode",
"trainBoundary": "上游每个 config 仅发布 train;这些记录只能产生训练候选,不能充当 OSGKeyboard 校准或评估真值。",
"synthetic": false,
"reason": "中英文银行意图可补充 finance、accountService 和 informationQuery;只使用转录文本,音频不进入本项目。"
},
{
"id": "GoEmotions",
"status": "admitted",
"languages": [
"en"
],
"license": "Apache-2.0",
"commercialUse": "允许,须保留许可证和 NOTICE;导入时保存固定 revision 的许可证证据。",
"url": "https://github.com/google-research/google-research/tree/master/goemotions",
"licenseUrl": "https://github.com/google-research/google-research/blob/master/LICENSE",
"trainBoundary": "仅官方 train.tsvdev/test 禁止训练。",
"synthetic": false,
"reason": "只用于 sentiment 的已审计映射,不从情绪标签推断 complaint、blessing 或 replyableMessageReddit 文本须经过隐私与内容安全过滤。"
},
{
"id": "ASAP",
"status": "admitted",
"languages": [
"zh-CN"
],
"license": "Apache-2.0",
"commercialUse": "允许,须保留许可证和 notices。",
"url": "https://github.com/Meituan-Dianping/ASAP",
"licenseUrl": "https://github.com/Meituan-Dianping/ASAP/blob/master/LICENSE",
"trainBoundary": "仅 data/train.csvdev/test 禁止训练。",
"synthetic": false,
"reason": "中文餐饮评价可补充 dining、sentiment 与显式 complaint 边界;负面 aspect 或低评分不能自动映射为 complaint。"
},
{
"id": "Restaurant8k",
"status": "admitted",
"languages": [
"en"
],
"license": "CC-BY-4.0",
"commercialUse": "允许,须署名并记录修改。",
"url": "https://github.com/PolyAI-LDN/task-specific-datasets/tree/master/span_extraction/restaurant8k",
"licenseUrl": "https://github.com/PolyAI-LDN/task-specific-datasets/blob/master/LICENSE",
"trainBoundary": "仅 train_0.json 作为完整官方训练集;其下采样副本不得重复导入,test.json 禁止训练。",
"synthetic": false,
"reason": "可补充 dining domain 和餐饮查询边界;span 标注只使经审计映射的字段 known,不使十二个 intent 全部已知。"
},
{
"id": "FormosaNLU-Synth-v1",
"status": "admitted",
"languages": [
"zh-TW"
],
"license": "CC-BY-4.0(合成数据及 MASSIVE zh-TW seed",
"commercialUse": "允许,须同时署名 MASSIVE 与 FormosaNLU Synth,并说明合成和过滤修改。",
"url": "https://huggingface.co/datasets/steven0226/formosa-nlu-synth-v1",
"licenseUrl": "https://huggingface.co/datasets/steven0226/formosa-nlu-synth-v1/blob/main/LICENSE",
"trainBoundary": "仅固定 release manifest 对应的 train;不得作为校准、评估或人工 gold。",
"synthetic": true,
"maximumSampleWeight": 0.35,
"reason": "可补充繁体中文和台湾表达,但必须保留双重 attribution、生成 provenance 与 synthetic 标记;只声明生成契约保证的 knownLabels。"
}
],
"quarantinedSources": [
{
"id": "BANKING77",
"status": "quarantined",
"license": "CC-BY-4.0",
"commercialUse": "许可证允许商业使用,但当前不准进入训练。",
"url": "https://huggingface.co/datasets/PolyAI/banking77",
"reason": "与 MInDS-14 的 finance/accountService 覆盖高度重叠,且大量短查询会放大 informationQuery 与低信息 fragment 偏差;待完成去重、源域平衡和独立边界审计。"
},
{
"id": "ABCD",
"status": "quarantined",
"license": "MIT",
"commercialUse": "许可证允许商业使用,但当前不准进入训练。",
"url": "https://github.com/asappresearch/abcd",
"reason": "虚构零售客服的多轮 action dialogue 强依赖角色与上下文,直接抽取会污染单条 clipboard 的 task、confirmationDecision 和 systemNotification 边界。"
},
{
"id": "MultiWOZ",
"status": "quarantined",
"license": "MIT(官方仓库)",
"commercialUse": "许可证允许商业使用,但当前不准进入训练。",
"url": "https://github.com/budzianowski/multiwoz",
"reason": "版本多、历史标注错误和修订差异明显,且多轮状态依赖强;在固定唯一版本、验证官方 train 和完成 turn-level 质量审计前隔离。"
},
{
"id": "CLINC150",
"status": "quarantined",
"license": "CC-BY-4.0UCI 官方分发)",
"commercialUse": "许可证允许商业使用,但当前不准进入 v6 新训练。",
"url": "https://archive.ics.uci.edu/dataset/570/clinc150",
"reason": "以虚拟助手和 OOS 检测为目标,短命令分布会主导新增路由标签;历史实验及 holdout 已使用相关文本,须先完成全局泄漏审计和旧产物隔离。"
},
{
"id": "CFPB",
"status": "quarantined",
"license": "CC0-1.0",
"commercialUse": "许可证允许商业使用,但真实投诉叙述当前不准进入训练。",
"url": "https://www.consumerfinance.gov/data-research/consumer-complaints/",
"reason": "真实消费者投诉可能包含敏感财务、身份和叙事隐私信息,且 2026 年官方停止主动发布投诉 narratives;即使是 CC0,也需法律、隐私和历史快照来源审查。"
},
{
"id": "openclaw-zh-greetings",
"status": "quarantined",
"license": "MIT(数据卡声明)",
"commercialUse": "许可声明表面允许,但当前证据不足以批准商业训练。",
"url": "https://huggingface.co/datasets/trytax/openclaw-zh-greetings",
"reason": "小型非官方示例集缺少稳定上游、版本化生成过程和逐条权利链;仓库/软件的 MIT 许可不能替代对数据文本本体的 provenance 审计。"
},
{
"id": "LCCC",
"status": "quarantined",
"license": "MIT 仓库标识与官方“仅限科研用途”说明并存",
"commercialUse": "禁止用于当前商业训练。",
"url": "https://github.com/thu-coai/CDial-GPT",
"reason": "官方 README 明确限定科研用途,语料来自抓取的微博对话,缺少完整底层内容权利与隐私链;只能在隔离研究队列中审阅。"
}
]
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,166 @@
{
"containsProjectUserClipboardData": false,
"corpusSHA256": "34387615f5721dc645edcc7c7feb2bd30b27c362a314aad6159fbc9e5baadf8c",
"coverage": {
"blessing": {
"en": {
"negative": 13107,
"positive": 69
},
"zh-Hans": {
"negative": 28002,
"positive": 17
}
},
"complaint": {
"en": {
"negative": 12742,
"positive": 434
},
"zh-Hans": {
"negative": 27749,
"positive": 270
}
},
"confirmationDecision": {
"en": {
"negative": 13164,
"positive": 12
},
"zh-Hans": {
"negative": 27962,
"positive": 57
}
},
"followUpReminder": {
"en": {
"negative": 13051,
"positive": 125
},
"zh-Hans": {
"negative": 27754,
"positive": 265
}
},
"invitation": {
"en": {
"negative": 13115,
"positive": 61
},
"zh-Hans": {
"negative": 27946,
"positive": 73
}
},
"question": {
"en": {
"negative": 10520,
"positive": 2656
},
"zh-Hans": {
"negative": 20835,
"positive": 7184
}
},
"replyable": {
"en": {
"negative": 2295,
"positive": 10881
},
"zh-Hans": {
"negative": 1593,
"positive": 26426
}
},
"scheduleNegotiation": {
"en": {
"negative": 13109,
"positive": 67
},
"zh-Hans": {
"negative": 28015,
"positive": 4
}
},
"task": {
"en": {
"negative": 12057,
"positive": 1119
},
"zh-Hans": {
"negative": 27360,
"positive": 659
}
}
},
"generatedFromOnlineSources": true,
"holdoutPolicy": "Frozen online evaluation only. These records are excluded from training, model selection, and threshold calibration.",
"labelCorrection": {
"reason": "An initial prelabel audit found obvious surface questions, invitations, schedule alternatives, reminders, and wishes that source intent schemas did not encode. A second audit removed quoted, sarcastic, and substring-only blessing matches. Deterministic label rules were corrected before the frozen evaluation.",
"supersededCorpusSHA256": [
"36f736f69e0c9ac42262d2b57640f9889534ffdc6e70da67fda6f41d7211b2f9",
"baffdfff4b5436810c45d92d28c5885d8ed475b878531220852ae6f2a55011e4"
]
},
"labelingMethod": "Original dataset labels are retained where available. Product intents not present in source schemas use conservative lexical mapping; metrics must therefore be read with per-source results and label-coverage counts.",
"profile": "comprehensive",
"recordCount": 41195,
"seed": 20260831,
"sentimentCoverage": {
"en": {
"negative": 1605,
"neutral": 9578,
"positive": 1993
},
"zh-Hans": {
"negative": 11934,
"neutral": 10191,
"positive": 5894
}
},
"sources": [
{
"dataset": "CFPB via hpe-ai/customer-complaints",
"license": "CC0-1.0 source / Apache-2.0 mirror",
"records": 250,
"url": "https://huggingface.co/datasets/hpe-ai/customer-complaints"
},
{
"dataset": "Meituan-Dianping/ASAP",
"license": "Apache-2.0",
"records": 120,
"revision": "975122a60065240124df62cb4d5dbfd19ed9ef2c",
"url": "https://github.com/Meituan-Dianping/asap"
},
{
"dataset": "AmazonScience/MASSIVE",
"license": "CC-BY-4.0",
"records": 5817,
"url": "https://huggingface.co/datasets/AmazonScience/massive"
},
{
"dataset": "Verified Enron Intent Dataset",
"license": "MIT / public Enron source corpus",
"records": 3537,
"url": "https://github.com/vseledkin/enron_intent_dataset_verified"
},
{
"dataset": "CPED",
"license": "Apache-2.0",
"records": 25049,
"url": "https://github.com/qftie/CPED"
},
{
"dataset": "Google Research GoEmotions",
"license": "Apache-2.0",
"records": 5418,
"url": "https://huggingface.co/datasets/google-research-datasets/go_emotions"
},
{
"dataset": "Sulak2020 GitHub issues multi-repo dataset",
"license": "CC-BY-4.0 with per-record attribution",
"records": 1004,
"url": "https://huggingface.co/datasets/Sulak2020/github-issues-multirepo-datasets-Sulakshana"
}
]
}
@@ -0,0 +1,302 @@
{
"schemaVersion": 2,
"policy": "Only license-safe sources may produce train candidates. Any text seen in calibration or evaluation data is globally barred from training.",
"intentLabels": [
"task",
"question",
"invitation",
"complaint",
"scheduleNegotiation",
"confirmationDecision",
"followUpReminder",
"blessing",
"replyableMessage",
"assistantCommand",
"informationQuery",
"systemNotification"
],
"domains": [
"finance",
"travel",
"calendar",
"communication",
"media",
"smartHome",
"shopping",
"dining",
"health",
"weather",
"accountService",
"generalKnowledge"
],
"legacyFullyKnownIntentLabels": [
"task",
"question",
"invitation",
"complaint",
"scheduleNegotiation",
"confirmationDecision",
"followUpReminder",
"blessing",
"replyableMessage"
],
"sources": [
{
"id": "historical-nine-model-v1",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/Generated/historical-nine-model-v1.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "by-split",
"sourceType": "project-generated",
"allIntentLabelsKnown": true,
"knownIntentLabels": ["task", "question", "invitation", "complaint", "scheduleNegotiation", "confirmationDecision", "followUpReminder", "blessing", "replyableMessage"],
"sentimentKnown": true,
"weight": 1.0,
"required": true
},
{
"id": "current-product-corpus",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/clipboard_semantic_corpus.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "by-split",
"sourceType": "project-generated",
"allIntentLabelsKnown": true,
"knownIntentLabels": ["task", "question", "invitation", "complaint", "scheduleNegotiation", "confirmationDecision", "followUpReminder", "blessing", "replyableMessage"],
"sentimentKnown": true,
"weight": 1.0,
"required": true
},
{
"id": "product-corpus-16x",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/Generated/product-corpus-16x.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "by-split",
"sourceType": "project-generated",
"allIntentLabelsKnown": true,
"knownIntentLabels": ["task", "question", "invitation", "complaint", "scheduleNegotiation", "confirmationDecision", "followUpReminder", "blessing", "replyableMessage"],
"sentimentKnown": true,
"weight": 1.0,
"required": true
},
{
"id": "licensed-open-training",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/open-training-corpus.jsonl",
"license": "mixed per-record commercial licenses",
"defaultUse": "train",
"sourceType": "licensed-open-data",
"allIntentLabelsKnown": false,
"sentimentKnown": false,
"weight": 1.0,
"required": true
},
{
"id": "v6-boundary-synthetic",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/v6-boundary-training-supplement.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "train",
"sourceType": "project-generated-synthetic",
"allIntentLabelsKnown": false,
"sentimentKnown": false,
"weight": 1.0,
"required": true
},
{
"id": "v6-migration-tier-a",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/CorpusRegistry/Labels/V6Migration/tier-a.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "train",
"sourceType": "model-consensus",
"allIntentLabelsKnown": false,
"sentimentKnown": false,
"weight": 1.0,
"required": true
},
{
"id": "v6-migration-tier-b",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/CorpusRegistry/Labels/V6Migration/tier-b.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "train",
"sourceType": "model-consensus",
"allIntentLabelsKnown": false,
"sentimentKnown": false,
"weight": 1.0,
"required": true
},
{
"id": "v6-migration-adjudicated",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/CorpusRegistry/Labels/V6Migration/adjudicated.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "train",
"sourceType": "model-adjudicated",
"allIntentLabelsKnown": false,
"sentimentKnown": false,
"weight": 1.0,
"required": true
},
{
"id": "v6-blind-evaluation",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/v6-blind-evaluation-corpus.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "by-split",
"sourceType": "frozen-holdout",
"allIntentLabelsKnown": false,
"sentimentKnown": false,
"weight": 1.0,
"required": true
},
{
"id": "blessing-synthetic-100k",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/Generated/blessing-synthetic-100k.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "train",
"sourceType": "project-generated",
"allIntentLabelsKnown": false,
"sentimentKnown": false,
"weight": 0.35,
"required": true
},
{
"id": "consensus-silver-v1",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/Consensus/consensus-silver.jsonl",
"license": "Apache-2.0",
"defaultUse": "by-split",
"sourceType": "model-consensus",
"allIntentLabelsKnown": false,
"sentimentKnown": false,
"weight": 1.0,
"required": false
},
{
"id": "random-holdout",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/random-holdout-corpus.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "evaluation-only",
"sourceType": "frozen-holdout",
"allIntentLabelsKnown": true,
"knownIntentLabels": ["task", "question", "invitation", "complaint", "scheduleNegotiation", "confirmationDecision", "followUpReminder", "blessing", "replyableMessage"],
"sentimentKnown": true,
"weight": 1.0,
"required": true
},
{
"id": "fresh-metric-holdout",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/fresh-metric-holdout-corpus.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "evaluation-only",
"sourceType": "frozen-holdout",
"allIntentLabelsKnown": true,
"knownIntentLabels": ["task", "question", "invitation", "complaint", "scheduleNegotiation", "confirmationDecision", "followUpReminder", "blessing", "replyableMessage"],
"sentimentKnown": true,
"weight": 1.0,
"required": true
},
{
"id": "targeted-confirmation-holdout",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/targeted-confirmation-holdout-corpus.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "evaluation-only",
"sourceType": "frozen-holdout",
"allIntentLabelsKnown": true,
"knownIntentLabels": ["task", "question", "invitation", "complaint", "scheduleNegotiation", "confirmationDecision", "followUpReminder", "blessing", "replyableMessage"],
"sentimentKnown": true,
"weight": 1.0,
"required": true
},
{
"id": "targeted-final-holdout",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/targeted-final-holdout-corpus.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "evaluation-only",
"sourceType": "frozen-holdout",
"allIntentLabelsKnown": true,
"knownIntentLabels": ["task", "question", "invitation", "complaint", "scheduleNegotiation", "confirmationDecision", "followUpReminder", "blessing", "replyableMessage"],
"sentimentKnown": true,
"weight": 1.0,
"required": true
},
{
"id": "targeted-release-holdout",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/targeted-release-holdout-corpus.jsonl",
"license": "OSGKeyboard project license",
"defaultUse": "evaluation-only",
"sourceType": "frozen-holdout",
"allIntentLabelsKnown": true,
"knownIntentLabels": ["task", "question", "invitation", "complaint", "scheduleNegotiation", "confirmationDecision", "followUpReminder", "blessing", "replyableMessage"],
"sentimentKnown": true,
"weight": 1.0,
"required": true
},
{
"id": "online-real-holdout",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/online-real-holdout-corpus.jsonl",
"license": "evaluation-only mixed provenance",
"defaultUse": "evaluation-only",
"sourceType": "frozen-holdout",
"allIntentLabelsKnown": true,
"knownIntentLabels": ["task", "question", "invitation", "complaint", "scheduleNegotiation", "confirmationDecision", "followUpReminder", "blessing", "replyableMessage"],
"sentimentKnown": true,
"weight": 1.0,
"required": true
},
{
"id": "comprehensive-online-holdout",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/comprehensive-online-holdout-corpus.jsonl",
"license": "evaluation-only mixed provenance",
"defaultUse": "evaluation-only",
"sourceType": "frozen-holdout",
"allIntentLabelsKnown": true,
"knownIntentLabels": ["task", "question", "invitation", "complaint", "scheduleNegotiation", "confirmationDecision", "followUpReminder", "blessing", "replyableMessage"],
"sentimentKnown": true,
"weight": 1.0,
"required": true
},
{
"id": "blessing-benchmark-review",
"path": "${REPO_ROOT}/ModelTraining/ClipboardSemantics/BlessingBenchmark/review-queue.jsonl",
"license": "evaluation-only mixed provenance",
"defaultUse": "evaluation-only",
"sourceType": "blind-review-benchmark",
"allIntentLabelsKnown": false,
"sentimentKnown": false,
"weight": 1.0,
"sensitive": true,
"required": true
},
{
"id": "blessing-unseen-scenarios",
"path": "${REPO_ROOT}/OSGKeyboardTests/Fixtures/BlessingUnseenScenarios.json",
"license": "OSGKeyboard project license",
"defaultUse": "evaluation-only",
"sourceType": "frozen-holdout",
"allIntentLabelsKnown": false,
"sentimentKnown": false,
"weight": 1.0,
"required": false
}
],
"excludedSources": [
{
"id": "LCCC",
"reason": "Research-only terms and incomplete content-rights/privacy chain. It must not influence production corpus generation or training."
},
{
"id": "DailyDialog-EmpatheticDialogues-Switchboard",
"reason": "Non-commercial license restrictions."
},
{
"id": "CPED",
"reason": "Repository license does not establish commercial rights to the underlying television dialogue."
},
{
"id": "Tianji-Wishes-Birthday-Quotes",
"reason": "No sufficiently clear per-record source or generation-rights chain."
},
{
"id": "CFPB",
"reason": "No official train split; privacy-sensitive narratives overlap the frozen evaluation provenance."
},
{
"id": "CLINC150",
"reason": "Isolated from product training because its assistant taxonomy is not product-policy compatible."
}
]
}
@@ -2,42 +2,198 @@
"containsUserClipboardData": false,
"families": {
"acknowledgment": 388,
"acknowledgment_decision_boundary": 540,
"blessing_boundary": 560,
"blessing_golden": 20,
"blessing_message": 540,
"complaint_implicit_failure": 540,
"complaint_incident_diverse": 540,
"complaint_request": 546,
"complaint_statement": 546,
"confirmation_decision": 540,
"confirmation_decision_boundary": 20,
"confirmation_decision_golden": 20,
"confirmation_selection_short": 540,
"conversational_message": 550,
"event_statement": 544,
"follow_up_action": 540,
"follow_up_personal_reminder": 540,
"follow_up_reminder_boundary": 20,
"follow_up_reminder_golden": 20,
"follow_up_triggered": 540,
"information_question": 544,
"invitation_question": 548,
"negative_news": 486,
"neutral_fact": 550,
"personal_action_item_boundary": 540,
"positive_feedback": 546,
"quoted_question": 384,
"resolved_issue_boundary": 540,
"schedule_fixed_invitation_boundary": 540,
"schedule_negotiation": 540,
"schedule_negotiation_boundary": 20,
"schedule_negotiation_golden": 20,
"self_plan": 546,
"task_assignment_diverse": 540,
"task_completion_boundary": 540,
"task_indirect_assignment": 540,
"task_indirect_question": 540,
"task_question": 546,
"task_statement": 548
"task_statement": 548,
"vague_future_boundary": 540
},
"goldenCoverage": {
"blessing": {
"en": {
"boundaryNegative": 10,
"positive": 10
},
"zh-Hans": {
"boundaryNegative": 10,
"positive": 10
}
},
"confirmationDecision": {
"en": {
"boundaryNegative": 10,
"positive": 10
},
"zh-Hans": {
"boundaryNegative": 10,
"positive": 10
}
},
"followUpReminder": {
"en": {
"boundaryNegative": 10,
"positive": 13
},
"zh-Hans": {
"boundaryNegative": 10,
"positive": 13
}
},
"scheduleNegotiation": {
"en": {
"boundaryNegative": 10,
"positive": 10
},
"zh-Hans": {
"boundaryNegative": 10,
"positive": 10
}
}
},
"labelsByLanguage": {
"en": {
"blessing": {
"negative": 8566,
"positive": 280
},
"complaint": {
"negative": 7760,
"positive": 1086
},
"confirmationDecision": {
"negative": 8296,
"positive": 550
},
"followUpReminder": {
"negative": 7753,
"positive": 1093
},
"invitation": {
"negative": 8298,
"positive": 548
},
"question": {
"negative": 6933,
"positive": 1913
},
"replyable": {
"negative": 3106,
"positive": 5740
},
"scheduleNegotiation": {
"negative": 8566,
"positive": 280
},
"task": {
"negative": 6671,
"positive": 2175
}
},
"zh-Hans": {
"blessing": {
"negative": 8566,
"positive": 280
},
"complaint": {
"negative": 7760,
"positive": 1086
},
"confirmationDecision": {
"negative": 8296,
"positive": 550
},
"followUpReminder": {
"negative": 7753,
"positive": 1093
},
"invitation": {
"negative": 8298,
"positive": 548
},
"question": {
"negative": 6933,
"positive": 1913
},
"replyable": {
"negative": 3106,
"positive": 5740
},
"scheduleNegotiation": {
"negative": 8566,
"positive": 280
},
"task": {
"negative": 6671,
"positive": 2175
}
}
},
"languages": {
"en": 3636,
"zh-Hans": 3636
"en": 8846,
"zh-Hans": 8846
},
"positiveIntentLabels": {
"complaint": 1092,
"invitation": 548,
"question": 2182,
"replyable": 4374,
"task": 1094
"blessing": 560,
"complaint": 2172,
"confirmationDecision": 1100,
"followUpReminder": 2186,
"invitation": 1096,
"question": 3826,
"replyable": 11480,
"scheduleNegotiation": 560,
"task": 4350
},
"seed": 20260821,
"sentiments": {
"negative": 1578,
"neutral": 5148,
"positive": 546
"negative": 2658,
"neutral": 13928,
"positive": 1106
},
"splits": {
"golden": 92,
"test": 1260,
"train": 4660,
"validation": 1260
"golden": 252,
"test": 2970,
"train": 11500,
"validation": 2970
},
"total": 7272
"total": 17692,
"validation": {
"crossSplitTextLeaks": 0,
"duplicateIDs": 0,
"duplicateNormalizedTexts": 0,
"sensitiveContentMatches": 0
}
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,480 @@
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-010", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,附件始终打不开已经影响到交付时间被耽误,你们准备哪天真正解决?"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-003", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,因为页面一直空白,现在工作完全卡住,能不能给出明确处理时限?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Set myself a follow-up reminder to ask the warehouse lead about the missing documents before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,我看过供应商丙了,但还没有选择,等明天再决定。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The statistical report records that the weather alert was upgraded, with no customer complaint."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,版本上线仍在评审,当前没有批准结论。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "我可能自己看看排期变动,但还没决定什么时候做。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-012", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Can you close out the delivery checklist before lunch and update Finance?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,以后说不定会再问仓库负责人,目前没有后续计划。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,只是个人想法:以后也许整理交付清单,目前没有安排。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,同样的故障第三次出现,附件始终打不开,整个事情已经家人收不到商品。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-013", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,因为付款结果重复扣款,现在客户已经在催,能不能给出明确处理时限?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,行业通报称原材料价格再次上涨,这里只摘录公开信息。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Set myself a follow-up reminder to ask the landlord about next steps before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,只是个人想法:以后也许整理验收截图,目前没有安排。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-010", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Because tracking has not moved for five days, delivery is now delayed. Can you provide a firm resolution date?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,现在请直接整理测试结论并发给财务,不需要后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Prepare the acceptance screenshots now and send it to the project lead; no later follow-up is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, This is only a personal idea: perhaps I will organize the signature page someday."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The review is over; my final selection is vendor C, and the alternatives are closed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,只是个人想法:以后也许整理验收截图,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-012", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,这项分工你能接吗:月底前整理验收截图?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "the release remains under review, with no approval yet."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The industry bulletin says that raw material prices rose again; this only quotes public information."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: I reviewed the offline resolution, but have not selected it; the decision waits until tomorrow."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Set myself a follow-up reminder to ask the doctor about the final decision before month-end."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,本来承诺今天解决,结果还是物流状态停了五天,现在我无法继续操作。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-011", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,这项分工你能接吗:两个工作日内整理复盘摘要?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,资料归档仍在评审,当前没有批准结论。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,现在请直接整理预算备注并发给供应商,不需要后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, the vendor assigned the budget notes to you, with completion required within two business days."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: The same failure has happened a third time: the account is locked again, so delivery is now delayed."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The same failure has happened a third time: the attachment never opens, so I cannot continue."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,我可能自己看看售后范围,但还没决定什么时候做。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-017", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,账号又被锁住已经影响到客户已经在催,你们准备哪天真正解决?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The industry bulletin says that the weather alert was upgraded; this only quotes public information."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Prepare the test findings now and send it to Finance; no later follow-up is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Prepare the delivery checklist now and send it to Finance; no later follow-up is needed."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,结论正式生效:权限开通采用线下处理方案。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-015", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,付款结果重复扣款已经影响到工作完全卡住,你们准备哪天真正解决?"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,本来承诺今天解决,结果还是账号又被锁住,现在工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: the release remains under review, with no approval yet."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, This is only a personal idea: perhaps I will organize the signature page someday."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The review is over; my final selection is the second quote, and the alternatives are closed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,这份交付由你收尾:把复盘摘要整理好,最迟明晚之前交给运营。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,以后说不定会再问医生,目前没有后续计划。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Finance assigned the test findings to you, with completion required by tomorrow evening."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,结论正式生效:售后范围采用先灰度发布。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-010", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Can you close out the signature page as this week closes and update the project lead?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, I reviewed quarterly billing, but have not selected it; the decision waits until tomorrow."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Two days after the patch ships, check with the warehouse lead again about payment status and record the outcome."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-004", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Because the payment was charged twice, I cannot continue. Can you provide a firm resolution date?"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, This was promised for today, yet the page stays blank, and now the client is already chasing us."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-002", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "附件始终打不开已经影响到客户已经在催,你们准备哪天真正解决?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,费用调整仍在评审,当前没有批准结论。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-002", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,交付清单能由你在下次评审前前收尾吗?完成后告诉客服团队。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,本来承诺今天解决,结果还是付款结果重复扣款,现在工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,给自己设一条后续提醒:午休前找房东确认处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,个人行动项:复诊结束以后再次检查处理进度。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-020", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, the payment was charged twice has reached the point where my family cannot receive the item. When will you actually resolve it?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, the vendor assigned the budget notes to you, with completion required before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-008", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Can you take this assignment and finish the budget notes by tomorrow evening?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,以后说不定会再问客户经理,目前没有后续计划。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The industry bulletin says that the industry index fell again; this only quotes public information."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: The statistical report records that many flights were delayed overnight, with no customer complaint."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I reviewed a limited rollout first, but have not selected it; the decision waits until tomorrow."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,结论正式生效:版本上线采用供应商丙。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,本来承诺今天解决,结果还是付款结果重复扣款,现在客户已经在催。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, access activation remains under review, with no approval yet."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: This was promised for today, yet the account is locked again, and now the client is already chasing us."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,我可能自己看看排期变动,但还没决定什么时候做。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: You are closing out this deliverable: finish the acceptance screenshots and give it to Operations before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Two days after the checkup ends, check with the doctor again about the missing documents and record the outcome."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-016", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Can you close out the acceptance screenshots as this week closes and update the project lead?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I reviewed the second quote, but have not selected it; the decision waits until tomorrow."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,一次性完成签字页即可,交给项目负责人后任务结束。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "After the current item closes, return to the landlord and track the delivery date."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: You are closing out this deliverable: finish the acceptance screenshots and give it to Operations as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,一次性完成签字页即可,交给项目负责人后任务结束。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-011", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Because the attachment never opens, delivery is now delayed. Can you provide a firm resolution date?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Prepare the budget notes now and send it to the vendor; no later follow-up is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,个人行动项:补丁上线以后再次检查下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, I may look into document archiving myself, but I have not decided when."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,只是个人想法:以后也许整理验收截图,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Two days after the sample arrives, check with Legal again about payment status and record the outcome."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: The review is over; my final selection is vendor C, and the alternatives are closed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "供应商把交付清单分给你处理,完成时间不能晚于月底前。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,等客户回信满两天后,再找仓库负责人核实补充材料并记录结果。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-006", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,因为附件始终打不开,现在我无法继续操作,能不能给出明确处理时限?"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, This was promised for today, yet the payment was charged twice, and now all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I might ask the landlord again someday, but there is no follow-up plan."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,行业通报称原材料价格再次上涨,这里只摘录公开信息。"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The decision is now official: use the second quote for document archiving."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,结论正式生效:权限开通采用供应商丙。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,本来承诺今天解决,结果还是附件始终打不开,现在客户已经在催。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: This is only a personal idea: perhaps I will organize the delivery checklist someday."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-001", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,物流状态停了五天已经影响到工作完全卡住,你们准备哪天真正解决?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,统计报告记录了原材料价格再次上涨,没有客户投诉。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-007", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Because the account is locked again, the client is already chasing us. Can you provide a firm resolution date?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: the release remains under review, with no approval yet."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,结论正式生效:资料归档采用季度结算。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I might ask the landlord again someday, but there is no follow-up plan."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,给自己设一条后续提醒:月底前找房东确认处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Design assigned the signature page to you, with completion required before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,项目负责人把预算备注分给你处理,完成时间不能晚于月底前。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Two days after the contract is signed, check with the doctor again about the missing documents and record the outcome."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,我可能自己看看权限开通,但还没决定什么时候做。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, The statistical report records that raw material prices rose again, with no customer complaint."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-009", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Can you close out the signature page before the next review and update Operations?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,统计报告记录了部分门店暂停营业,没有客户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,客服团队把验收截图分给你处理,完成时间不能晚于下次评审前。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "一次性完成验收截图即可,交给设计同学后任务结束。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,本来承诺今天解决,结果还是付款结果重复扣款,现在家人收不到商品。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-018", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Because the attachment never opens, the client is already chasing us. Can you provide a firm resolution date?"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-008", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, the attachment never opens has reached the point where my family cannot receive the item. When will you actually resolve it?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Maybe I will revisit resolution progress whenever it comes to mind; no reminder is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, the project lead assigned the delivery checklist to you, with completion required within two business days."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, I might ask the warehouse lead again someday, but there is no follow-up plan."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,行业通报称原材料价格再次上涨,这里只摘录公开信息。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Prepare the budget notes now and send it to Design; no later follow-up is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,一次性完成测试结论即可,交给运营后任务结束。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, After the current item closes, return to the landlord and track the missing documents."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,给自己设一条后续提醒:本周收尾时找招聘方确认补充材料。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The same failure has happened a third time: the account is locked again, so the client is already chasing us."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,个人行动项:复诊结束以后再次检查下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,行业通报称天气预警已经升级,这里只摘录公开信息。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The same failure has happened a third time: tracking has not moved for five days, so all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,当前事项结束以后,回头联系客户经理追踪到账情况。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, This is only a personal idea: perhaps I will organize the delivery checklist someday."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-007", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Can you close out the test findings as this week closes and update the project lead?"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-001", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, Because the payment was charged twice, I cannot continue. Can you provide a firm resolution date?"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-009", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,因为附件始终打不开,现在家人收不到商品,能不能给出明确处理时限?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, This is only a personal idea: perhaps I will organize the delivery checklist someday."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: the vendor assigned the test findings to you, with completion required before month-end."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The review is over; my final selection is the lightweight version, and the alternatives are closed."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-014", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "因为页面一直空白,现在我无法继续操作,能不能给出明确处理时限?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, I may look into document archiving myself, but I have not decided when."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, You are closing out this deliverable: finish the delivery checklist and give it to Operations before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,一次性完成预算备注即可,交给供应商后任务结束。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,同样的故障第三次出现,页面一直空白,整个事情已经交付时间被耽误。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,处理进度哪天想起来再看,现在不用提醒。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,只是个人想法:以后也许整理复盘摘要,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-016", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,测试结论能由你在下次评审前前收尾吗?完成后告诉运营。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Prepare the budget notes now and send it to Support; no later follow-up is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,补充材料哪天想起来再看,现在不用提醒。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-011", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,页面一直空白已经影响到我无法继续操作,你们准备哪天真正解决?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, document archiving remains under review, with no approval yet."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,本来承诺今天解决,结果还是付款结果重复扣款,现在交付时间被耽误。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Prepare the signature page now and send it to Design; no later follow-up is needed."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-005", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,页面一直空白已经影响到我无法继续操作,你们准备哪天真正解决?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Prepare the budget notes now and send it to the project lead; no later follow-up is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "行业通报称部分门店暂停营业,这里只摘录公开信息。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,我可能自己看看权限开通,但还没决定什么时候做。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I may look into support coverage myself, but I have not decided when."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,以后说不定会再问法务,目前没有后续计划。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-016", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,因为物流状态停了五天,现在工作完全卡住,能不能给出明确处理时限?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-013", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Can you close out the acceptance screenshots within two business days and update Operations?"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The same failure has happened a third time: the payment was charged twice, so I cannot continue."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The review is over; my final selection is a limited rollout first, and the alternatives are closed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,这份交付由你收尾:把交付清单整理好,最迟本周收尾时交给项目负责人。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, The same failure has happened a third time: the account is locked again, so all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,现在请直接整理验收截图并发给客服团队,不需要后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, I might ask the doctor again someday, but there is no follow-up plan."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,给自己设一条后续提醒:两个工作日内找法务确认交付日期。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,行业通报称部分门店暂停营业,这里只摘录公开信息。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Complete the test findings once, deliver it to Design, and close the task."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,以后说不定会再问医生,目前没有后续计划。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "我看过第二套报价了,但还没有选择,等明天再决定。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,行业通报称原材料价格再次上涨,这里只摘录公开信息。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,最终结论哪天想起来再看,现在不用提醒。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, I reviewed the second quote, but have not selected it; the decision waits until tomorrow."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-002", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, Because the attachment never opens, my family cannot receive the item. Can you provide a firm resolution date?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The industry bulletin says that the weather alert was upgraded; this only quotes public information."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-002", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Can you take this assignment and finish the retro summary as this week closes?"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,结论正式生效:排期变动采用第二套报价。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Support assigned the acceptance screenshots to you, with completion required before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,只是个人想法:以后也许整理交付清单,目前没有安排。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-019", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: the payment was charged twice has reached the point where I cannot continue. When will you actually resolve it?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,这份交付由你收尾:把交付清单整理好,最迟两个工作日内交给运营。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Set myself a follow-up reminder to ask the account manager about the missing documents before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,我看过季度结算了,但还没有选择,等明天再决定。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, support coverage remains under review, with no approval yet."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "交付日期哪天想起来再看,现在不用提醒。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-003", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,测试结论能由你在午休前前收尾吗?完成后告诉项目负责人。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, I reviewed vendor C, but have not selected it; the decision waits until tomorrow."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,交付日期哪天想起来再看,现在不用提醒。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The industry bulletin says that the industry index fell again; this only quotes public information."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-006", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Because the payment was charged twice, my family cannot receive the item. Can you provide a firm resolution date?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "资料归档仍在评审,当前没有批准结论。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, I might ask the recruiter again someday, but there is no follow-up plan."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, You are closing out this deliverable: finish the signature page and give it to Design before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,当前事项结束以后,回头联系医生追踪到账情况。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The industry bulletin says that raw material prices rose again; this only quotes public information."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,个人行动项:合同盖章以后再次检查处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-001", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Can you take this assignment and finish the retro summary before lunch?"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The review is over; my final selection is the second quote, and the alternatives are closed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,当前事项结束以后,回头联系医生追踪处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, I reviewed quarterly billing, but have not selected it; the decision waits until tomorrow."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Personal action item: check the missing documents again after the patch ships."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,当前事项结束以后,回头联系医生追踪补充材料。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,等样品送达满两天后,再找招聘方核实补充材料并记录结果。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,给自己设一条后续提醒:明晚之前找客户经理确认最终结论。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-019", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Can you close out the acceptance screenshots as this week closes and update Design?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The statistical report records that several stores paused operations, with no customer complaint."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The review is over; my final selection is quarterly billing, and the alternatives are closed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-018", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Can you close out the retro summary by tomorrow evening and update the project lead?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充材料哪天想起来再看,现在不用提醒。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,行业通报称天气预警已经升级,这里只摘录公开信息。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,等样品送达满两天后,再找医生核实补充材料并记录结果。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,个人行动项:客户回信以后再次检查下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,我看过轻量版本了,但还没有选择,等明天再决定。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-006", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,预算备注能由你在午休前前收尾吗?完成后告诉运营。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,一次性完成复盘摘要即可,交给供应商后任务结束。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: This was promised for today, yet the account is locked again, and now my family cannot receive the item."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,结论正式生效:版本上线采用先灰度发布。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-020", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,这项分工你能接吗:月底前整理测试结论?"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The decision is now official: use vendor C for support coverage."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Operations assigned the acceptance screenshots to you, with completion required by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "I might ask the account manager again someday, but there is no follow-up plan."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-020", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Can you close out the retro summary before the next review and update the project lead?"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,本来承诺今天解决,结果还是物流状态停了五天,现在家人收不到商品。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: This is only a personal idea: perhaps I will organize the signature page someday."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-004", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,付款结果重复扣款已经影响到客户已经在催,你们准备哪天真正解决?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "I may look into support coverage myself, but I have not decided when."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "我看过轻量版本了,但还没有选择,等明天再决定。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "统计报告记录了天气预警已经升级,没有客户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,统计报告记录了原材料价格再次上涨,没有客户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,这份交付由你收尾:把签字页整理好,最迟月底前交给客服团队。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,我看过先灰度发布了,但还没有选择,等明天再决定。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Maybe I will revisit payment status whenever it comes to mind; no reminder is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,我看过第二套报价了,但还没有选择,等明天再决定。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Prepare the delivery checklist now and send it to the project lead; no later follow-up is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,一次性完成测试结论即可,交给项目负责人后任务结束。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Two days after the patch ships, check with the recruiter again about next steps and record the outcome."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-011", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Can you take this assignment and finish the budget notes as this week closes?"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The decision is now official: use quarterly billing for support coverage."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,权限开通仍在评审,当前没有批准结论。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, This is only a personal idea: perhaps I will organize the acceptance screenshots someday."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Two days after the sample arrives, check with the warehouse lead again about the missing documents and record the outcome."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-016", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Because the page stays blank, all work is blocked. Can you provide a firm resolution date?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, the vendor assigned the delivery checklist to you, with completion required before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,这份交付由你收尾:把签字页整理好,最迟明晚之前交给项目负责人。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,当前事项结束以后,回头联系仓库负责人追踪下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, This is only a personal idea: perhaps I will organize the budget notes someday."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I may look into support coverage myself, but I have not decided when."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I might ask the account manager again someday, but there is no follow-up plan."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,当前事项结束以后,回头联系仓库负责人追踪下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Maybe I will revisit resolution progress whenever it comes to mind; no reminder is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: the vendor assigned the retro summary to you, with completion required within two business days."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,供应商把预算备注分给你处理,完成时间不能晚于下次评审前。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-017", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Can you close out the signature page as this week closes and update the project lead?"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-013", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, tracking has not moved for five days has reached the point where all work is blocked. When will you actually resolve it?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Set myself a follow-up reminder to ask the doctor about the final decision as this week closes."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-005", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Because tracking has not moved for five days, all work is blocked. Can you provide a firm resolution date?"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The decision is now official: use the second quote for support coverage."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,等合同盖章满两天后,再找招聘方核实补充材料并记录结果。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,我可能自己看看版本上线,但还没决定什么时候做。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,同样的故障第三次出现,账号又被锁住,整个事情已经客户已经在催。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Two days after the contract is signed, check with the warehouse lead again about next steps and record the outcome."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,我可能自己看看售后范围,但还没决定什么时候做。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,排期变动仍在评审,当前没有批准结论。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,一次性完成测试结论即可,交给客服团队后任务结束。"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,评审结束,我的最终选择是先灰度发布,其他方案关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I might ask the doctor again someday, but there is no follow-up plan."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-009", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: the account is locked again has reached the point where I cannot continue. When will you actually resolve it?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,统计报告记录了原材料价格再次上涨,没有客户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,项目负责人把交付清单分给你处理,完成时间不能晚于下次评审前。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,个人行动项:合同盖章以后再次检查交付日期。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: This is only a personal idea: perhaps I will organize the retro summary someday."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,统计报告记录了原材料价格再次上涨,没有客户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,以后说不定会再问招聘方,目前没有后续计划。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,以后说不定会再问法务,目前没有后续计划。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Personal action item: check next steps again after the checkup ends."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,只是个人想法:以后也许整理交付清单,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,现在请直接整理预算备注并发给供应商,不需要后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: support coverage remains under review, with no approval yet."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,结论正式生效:售后范围采用线下处理方案。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,给自己设一条后续提醒:月底前找房东确认交付日期。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I might ask the landlord again someday, but there is no follow-up plan."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,只是个人想法:以后也许整理复盘摘要,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-003", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Can you take this assignment and finish the test findings within two business days?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I reviewed the lightweight version, but have not selected it; the decision waits until tomorrow."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,以后说不定会再问仓库负责人,目前没有后续计划。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,这份交付由你收尾:把验收截图整理好,最迟月底前交给设计同学。"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The review is over; my final selection is the second quote, and the alternatives are closed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Personal action item: check the missing documents again after the payment lands."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-015", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, Because the page stays blank, I cannot continue. Can you provide a firm resolution date?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,以后说不定会再问招聘方,目前没有后续计划。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, This was promised for today, yet the account is locked again, and now delivery is now delayed."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,同样的故障第三次出现,付款结果重复扣款,整个事情已经我无法继续操作。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, I reviewed vendor C, but have not selected it; the decision waits until tomorrow."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,结论正式生效:售后范围采用先灰度发布。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,一次性完成测试结论即可,交给设计同学后任务结束。"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,结论正式生效:版本上线采用第二套报价。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Personal action item: check next steps again after the sample arrives."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, This is only a personal idea: perhaps I will organize the signature page someday."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The industry bulletin says that the industry index fell again; this only quotes public information."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Prepare the retro summary now and send it to Support; no later follow-up is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,个人行动项:复诊结束以后再次检查处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Two days after the patch ships, check with the doctor again about resolution progress and record the outcome."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-015", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Can you close out the test findings before lunch and update Design?"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "结论正式生效:排期变动采用供应商丙。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,设计同学把复盘摘要分给你处理,完成时间不能晚于午休前。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "等补丁上线满两天后,再找房东核实补充材料并记录结果。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "现在请直接整理测试结论并发给运营,不需要后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,运营把交付清单分给你处理,完成时间不能晚于月底前。"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,评审结束,我的最终选择是季度结算,其他方案关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-007", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,这项分工你能接吗:本周收尾时整理复盘摘要?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,给自己设一条后续提醒:下次评审前找房东确认最终结论。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,同样的故障第三次出现,付款结果重复扣款,整个事情已经交付时间被耽误。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The same failure has happened a third time: the page stays blank, so all work is blocked."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The review is over; my final selection is the offline resolution, and the alternatives are closed."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,评审结束,我的最终选择是轻量版本,其他方案关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,给自己设一条后续提醒:月底前找仓库负责人确认到账情况。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-017", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, Because the page stays blank, my family cannot receive the item. Can you provide a firm resolution date?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-004", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Can you take this assignment and finish the budget notes before month-end?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "以后说不定会再问仓库负责人,目前没有后续计划。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Design assigned the retro summary to you, with completion required before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, You are closing out this deliverable: finish the signature page and give it to Support before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,给自己设一条后续提醒:月底前找房东确认下一步安排。"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The review is over; my final selection is the offline resolution, and the alternatives are closed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, This is only a personal idea: perhaps I will organize the delivery checklist someday."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Finance assigned the delivery checklist to you, with completion required before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,现在请直接整理测试结论并发给项目负责人,不需要后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,运营把复盘摘要分给你处理,完成时间不能晚于下次评审前。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The statistical report records that the industry index fell again, with no customer complaint."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,这份交付由你收尾:把交付清单整理好,最迟月底前交给运营。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Prepare the signature page now and send it to Design; no later follow-up is needed."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The same failure has happened a third time: the account is locked again, so I cannot continue."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The industry bulletin says that several stores paused operations; this only quotes public information."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,到账情况哪天想起来再看,现在不用提醒。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The statistical report records that many flights were delayed overnight, with no customer complaint."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,当前事项结束以后,回头联系房东追踪最终结论。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,一次性完成验收截图即可,交给运营后任务结束。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-003", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, the page stays blank has reached the point where my family cannot receive the item. When will you actually resolve it?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,我可能自己看看资料归档,但还没决定什么时候做。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,等补丁上线满两天后,再找客户经理核实最终结论并记录结果。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,排期变动仍在评审,当前没有批准结论。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-019", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,复盘摘要能由你在午休前前收尾吗?完成后告诉供应商。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,现在请直接整理验收截图并发给供应商,不需要后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,我可能自己看看权限开通,但还没决定什么时候做。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,本来承诺今天解决,结果还是物流状态停了五天,现在客户已经在催。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The industry bulletin says that several stores paused operations; this only quotes public information."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "You are closing out this deliverable: finish the signature page and give it to Operations before the next review."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,评审结束,我的最终选择是第二套报价,其他方案关闭。"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,结论正式生效:资料归档采用线下处理方案。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,同样的故障第三次出现,账号又被锁住,整个事情已经工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "I might ask the landlord again someday, but there is no follow-up plan."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-017", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,这项分工你能接吗:明晚之前整理复盘摘要?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,等复诊结束满两天后,再找客户经理核实补充材料并记录结果。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Prepare the signature page now and send it to Design; no later follow-up is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Prepare the budget notes now and send it to the vendor; no later follow-up is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I may look into document archiving myself, but I have not decided when."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-010", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,复盘摘要能由你在月底前前收尾吗?完成后告诉运营。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Complete the acceptance screenshots once, deliver it to Support, and close the task."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Personal action item: check next steps again after the client replies."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The review is over; my final selection is a limited rollout first, and the alternatives are closed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,我可能自己看看权限开通,但还没决定什么时候做。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-020", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,附件始终打不开已经影响到客户已经在催,你们准备哪天真正解决?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Set myself a follow-up reminder to ask the warehouse lead about next steps before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-014", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Can you take this assignment and finish the delivery checklist before month-end?"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The decision is now official: use the second quote for document archiving."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "只是个人想法:以后也许整理签字页,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Two days after the sample arrives, check with the warehouse lead again about the missing documents and record the outcome."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,资料归档仍在评审,当前没有批准结论。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,个人行动项:合同盖章以后再次检查处理进度。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The same failure has happened a third time: the account is locked again, so my family cannot receive the item."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Complete the acceptance screenshots once, deliver it to the vendor, and close the task."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: This was promised for today, yet the payment was charged twice, and now all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,统计报告记录了行业指数连续回落,没有客户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, the vendor assigned the delivery checklist to you, with completion required before month-end."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,评审结束,我的最终选择是供应商丙,其他方案关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-014", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,验收截图能由你在午休前前收尾吗?完成后告诉客服团队。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, I might ask the landlord again someday, but there is no follow-up plan."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, the release remains under review, with no approval yet."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I may look into the release myself, but I have not decided when."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, the timeline change remains under review, with no approval yet."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, This was promised for today, yet the page stays blank, and now all work is blocked."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "本来承诺今天解决,结果还是附件始终打不开,现在家人收不到商品。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Maybe I will revisit the missing documents whenever it comes to mind; no reminder is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Set myself a follow-up reminder to ask the warehouse lead about the final decision before the next review."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: The same failure has happened a third time: the account is locked again, so all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-004", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,交付清单能由你在午休前前收尾吗?完成后告诉客服团队。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-009", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,交付清单能由你在本周收尾时前收尾吗?完成后告诉供应商。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "本来承诺今天解决,结果还是账号又被锁住,现在家人收不到商品。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,给自己设一条后续提醒:月底前找法务确认到账情况。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The industry bulletin says that several stores paused operations; this only quotes public information."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "最终结论哪天想起来再看,现在不用提醒。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Personal action item: check the final decision again after the patch ships."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The review is over; my final selection is the second quote, and the alternatives are closed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, I may look into the timeline change myself, but I have not decided when."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,当前事项结束以后,回头联系房东追踪到账情况。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-012", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,因为付款结果重复扣款,现在我无法继续操作,能不能给出明确处理时限?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Two days after the patch ships, check with the warehouse lead again about the delivery date and record the outcome."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,等样品送达满两天后,再找房东核实到账情况并记录结果。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Maybe I will revisit the missing documents whenever it comes to mind; no reminder is needed."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,结论正式生效:售后范围采用轻量版本。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The statistical report records that several stores paused operations, with no customer complaint."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, the release remains under review, with no approval yet."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Two days after the contract is signed, check with the recruiter again about resolution progress and record the outcome."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,这份交付由你收尾:把预算备注整理好,最迟下次评审前交给客服团队。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The industry bulletin says that many flights were delayed overnight; this only quotes public information."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "After the current item closes, return to the doctor and track resolution progress."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Complete the test findings once, deliver it to Operations, and close the task."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The statistical report records that the industry index fell again, with no customer complaint."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,现在请直接整理验收截图并发给设计同学,不需要后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,运营把签字页分给你处理,完成时间不能晚于月底前。"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,结论正式生效:费用调整采用轻量版本。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,我看过第二套报价了,但还没有选择,等明天再决定。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-008", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,这项分工你能接吗:下次评审前整理测试结论?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, I might ask the doctor again someday, but there is no follow-up plan."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Maybe I will revisit the missing documents whenever it comes to mind; no reminder is needed."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_confirmation-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,结论正式生效:权限开通采用先灰度发布。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Two days after the client replies, check with the recruiter again about the final decision and record the outcome."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Complete the retro summary once, deliver it to Support, and close the task."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Personal action item: check resolution progress again after the contract is signed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,当前事项结束以后,回头联系医生追踪补充材料。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Set myself a follow-up reminder to ask the recruiter about next steps before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Two days after the sample arrives, check with the account manager again about the missing documents and record the outcome."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-018", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,因为附件始终打不开,现在交付时间被耽误,能不能给出明确处理时限?"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, This was promised for today, yet the page stays blank, and now my family cannot receive the item."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-008", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "因为付款结果重复扣款,现在家人收不到商品,能不能给出明确处理时限?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Set myself a follow-up reminder to ask the doctor about the delivery date before lunch."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, This was promised for today, yet the attachment never opens, and now I cannot continue."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,行业通报称昨夜航班大面积延误,这里只摘录公开信息。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,资料归档仍在评审,当前没有批准结论。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Two days after the sample arrives, check with the account manager again about the final decision and record the outcome."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,现在请直接整理预算备注并发给运营,不需要后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Complete the acceptance screenshots once, deliver it to Design, and close the task."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-019", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,因为页面一直空白,现在交付时间被耽误,能不能给出明确处理时限?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-006", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Can you take this assignment and finish the budget notes before the next review?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,财务把交付清单分给你处理,完成时间不能晚于本周收尾时。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Set myself a follow-up reminder to ask Legal about resolution progress before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,交付日期哪天想起来再看,现在不用提醒。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,统计报告记录了部分门店暂停营业,没有客户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,权限开通仍在评审,当前没有批准结论。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "等客户回信满两天后,再找房东核实下一步安排并记录结果。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-en-fresh_task_assignment-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Design assigned the signature page to you, with completion required before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-en-fresh_task_question-005", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Can you close out the test findings before the next review and update Design?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,我看过季度结算了,但还没有选择,等明天再决定。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-013", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "交付清单能由你在两个工作日内前收尾吗?完成后告诉供应商。"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The review is over; my final selection is the lightweight version, and the alternatives are closed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_self_plan_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, I may look into support coverage myself, but I have not decided when."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,统计报告记录了昨夜航班大面积延误,没有客户投诉。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint_request-007", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,因为页面一直空白,现在我无法继续操作,能不能给出明确处理时限?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,等合同盖章满两天后,再找招聘方核实补充材料并记录结果。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Two days after the contract is signed, check with the account manager again about the delivery date and record the outcome."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,给自己设一条后续提醒:两个工作日内找招聘方确认下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Personal action item: check the missing documents again after the patch ships."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, Personal action item: check resolution progress again after the checkup ends."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_follow_up-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,等合同盖章满两天后,再找医生核实最终结论并记录结果。"}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The decision is now official: use quarterly billing for the release."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-zh-Hans-fresh_personal_reminder-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,个人行动项:样品送达以后再次检查补充材料。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The same failure has happened a third time: tracking has not moved for five days, so delivery is now delayed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, After the current item closes, return to the recruiter and track the delivery date."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_plain_task_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,一次性完成预算备注即可,交给财务后任务结束。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-018", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "这项分工你能接吗:月底前整理预算备注?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Maybe I will revisit payment status whenever it comes to mind; no reminder is needed."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,设计同学把交付清单分给你处理,完成时间不能晚于明晚之前。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_pending_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,费用调整仍在评审,当前没有批准结论。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_follow_up", "followUpReminder": true, "id": "random-20260827-en-fresh_follow_up-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, After the current item closes, return to the warehouse lead and track the missing documents."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_vague_follow_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, I might ask the account manager again someday, but there is no follow-up plan."}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-012", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, tracking has not moved for five days has reached the point where delivery is now delayed. When will you actually resolve it?"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,同样的故障第三次出现,附件始终打不开,整个事情已经工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-015", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "复盘摘要能由你在月底前前收尾吗?完成后告诉设计同学。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_pending_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_pending_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "the fee adjustment remains under review, with no approval yet."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,行业通报称原材料价格再次上涨,这里只摘录公开信息。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint_request", "followUpReminder": false, "id": "random-20260827-en-fresh_complaint_request-014", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: Because the attachment never opens, delivery is now delayed. Can you provide a firm resolution date?"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_vague_follow_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_vague_follow_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,交付日期哪天想起来再看,现在不用提醒。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-001", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,预算备注能由你在下次评审前前收尾吗?完成后告诉客服团队。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,本来承诺今天解决,结果还是物流状态停了五天,现在工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_plain_task_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_plain_task_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Complete the acceptance screenshots once, deliver it to Finance, and close the task."}
{"complaint": false, "confirmationDecision": true, "family": "fresh_confirmation", "followUpReminder": false, "id": "random-20260827-en-fresh_confirmation-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The decision is now official: use vendor C for the fee adjustment."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-en-fresh_negative_report_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The industry bulletin says that many flights were delayed overnight; this only quotes public information."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_self_plan_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_self_plan_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,只是个人想法:以后也许整理验收截图,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_negative_report_boundary", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_negative_report_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,统计报告记录了天气预警已经升级,没有客户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_question", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_question-005", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,测试结论能由你在月底前前收尾吗?完成后告诉运营。"}
{"complaint": true, "confirmationDecision": false, "family": "fresh_complaint", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_complaint-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,本来承诺今天解决,结果还是物流状态停了五天,现在交付时间被耽误。"}
{"complaint": false, "confirmationDecision": false, "family": "fresh_personal_reminder", "followUpReminder": true, "id": "random-20260827-en-fresh_personal_reminder-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Personal action item: check next steps again after the client replies."}
{"complaint": false, "confirmationDecision": false, "family": "fresh_task_assignment", "followUpReminder": false, "id": "random-20260827-zh-Hans-fresh_task_assignment-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,这份交付由你收尾:把预算备注整理好,最迟本周收尾时交给供应商。"}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,200 @@
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-2550620", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/2550620", "split": "onlineRealHoldout", "task": false, "text": "In 2013 I considered taking a course at XXXX XXXX College online and was told the loan would be throu gh First Associates. I never took the course therefore I am not responsible for the loan ... .I spoke with First Associates and they stated that they had paid the school and I was responsible for the loan. A representative from First Associates called and wanted me to ver ify personal information as a victim of identity theft I did not feel comfortable doing so. The representative hung up and next thing I know the account was placed in collections."}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-8866", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-8866", "split": "onlineRealHoldout", "task": false, "text": "冲着金鼎轩的牌子和看了点评才来的,太失望了,服务员一直在收拾桌子,点菜和上菜慢的要命,半个小时菜还没上全,儿童餐椅和餐具数量不够,菜式太少,之前点评里出现的很多菜都没有,难道之前都在刷信誉么?点了肥牛饭和天福号酱肉饭,上来基本都是凉的,既然不是煲仔饭拿一个冰的煲仔装着干嘛?饭只有底下一点是温的,上面都是凉的,卤蛋是冰的,明显就是没热透。脚下的地也都是之前吃的残羹剩饭,不知道怎么回事,以后不会再来了。"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-12856", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2219", "split": "onlineRealHoldout", "task": false, "text": "directions please"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-11773", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2060", "split": "onlineRealHoldout", "task": false, "text": "找下刘若英电影"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-24310", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-24310", "split": "onlineRealHoldout", "task": false, "text": "排队了半个多小时,等待期间没有服务员招待,只能干坐着。开始后服务员一直不理我,叫了好多次才来,菜品个别不新鲜,而且价格真是偏贵,菜品份量不多盘子大而已,酸奶简直要吐了。底锅味道真不如何园的鸿潤轩,而且那边还便宜菜品新鲜。送的什么凉粉简直就是一碗色素调成的,看着都不想吃。最最重要里面有一种叫嫩牛肉,是假的,第一,一点牛肉味都没有,第二一下到锅里立马碎成豆腐渣似的,吃过牛肉的都知道,再怎么腌制牛肉多少还有一点点筋,不会有鸡肉那种嫩嫩的感觉,而这个不知道叫什么东西的居然是嫩牛肉,刷新了我对牛肉的认知。。不会再去第二次。"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-4392346", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4392346", "split": "onlineRealHoldout", "task": true, "text": "I have received a copy of my credit report and it shows company XXXX XXXX account number XXXX. Per FDCPA I am aware that a charge off or collection account is a direct violation due to reporting a balance. The balance must be reported as {$0.00}. Currently I am being violated due to FDCPA because there is an open balance listed on my credit report in the amount of {$610.00}. I have tried many times to get this verified with no such luck. Please review for deletion."}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-7595", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-7595", "split": "onlineRealHoldout", "task": false, "text": "位置比较方便 饭后都会去买一杯 比旁边的coco 快乐柠檬健康的多了 有团购就更划算了 选择的饮品也还算不错 之前都是用大众的会员卡 打个小折 如果人不多的情况 速度超快 就可惜没有积分服务 活动也仅限于团购了吧 \\\\n\\\\n本来好评的店 最后就因为这个女收银 好几次多收客人钱了 第一次是我老公支付宝支付 她多收 后来发现和她说才退钱 这次是我遇到 说不找了 四舍五入 我朋友还碰过一次 类似情况 .. 敢问此女 你是讨饭的吗 讨饭还要看人家肯不肯把这钱给你 太无耻了 大家当心 记住这张脸了"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-2301085", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/2301085", "split": "onlineRealHoldout", "task": false, "text": "I noticed that there are XXXX federal lawsuits against the Navient Corp for the way they handle consumers who requested repayment plans. Exactly what happened to others about their student loan happened to me. I called the company and requested to work a payment arrangement based off income. They said they would get back with me. When I did n't hear from them I went into my loan information online and found they had deferred my loan. This was the second time they had done this in 2 years. I am willing to make the payments, but my income was not going to accommodate the amount they were requiring. This loan comes off deferment next month and I will again call them to arrange payment plans."}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1965672950", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "Laurent2916", "sourceAuthorURL": "https://github.com/Laurent2916", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6360", "split": "onlineRealHoldout", "task": true, "text": "Add support for `Sequence(Audio/Image)` feature in `push_to_hub`"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-3328948690", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "ryan-minato", "sourceAuthorURL": "https://github.com/ryan-minato", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7738", "split": "onlineRealHoldout", "task": true, "text": "Allow saving multi-dimensional ndarray with dynamic shapes"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2072111000", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "albertvillanova", "sourceAuthorURL": "https://github.com/albertvillanova", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6571", "split": "onlineRealHoldout", "task": true, "text": "Make DatasetDict.column_names return a list instead of dict"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-6305597", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6305597", "split": "onlineRealHoldout", "task": true, "text": "I started the dispute process with this company, as some inaccurate information is been report in my Credit profile. The Dispute process started on XX/XX/2022 with follow ups disputes and this company have not send me any mail or dispute results to my home address, I submitted my ID and proof of address so they can located me, there is not excuses of why I am been ignored on my requests, by law they have the obligation to look into this inaccuracies information. Please see attached and help to resolve this matter soon as possible.."}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-1594", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=269", "split": "onlineRealHoldout", "task": false, "text": "can you tell me the latest news"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-10757", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1877", "split": "onlineRealHoldout", "task": false, "text": "我的购物清单上有什么"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-5262925", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/5262925", "split": "onlineRealHoldout", "task": true, "text": "This is in response to case XXXX. I have requested multiple times in writing that Credit Systems Inc provide me with detailed and signed statements. Credit Systems Inc has still failed to provide a detailed statement as to what services were performed for the {$570.00} that they falsely claim that I owe. The CFPB website provides an easy way for Credit Systems Inc to upload the requested documentation. I also find it very suspicious that they claim that I owe them {$570.00} and I paid {$790.00}. I've attempted to contact this collection agency multiple times and they refuse to communicate."}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-3058", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-3058", "split": "onlineRealHoldout", "task": false, "text": "中午一点多过去,进门没有领位。堂食的客人已经不多了,到处都是空着却没有收拾的桌子。所谓随便坐,就只好挑张干净的坐。入座后服务员把点菜iPad给我们以后就再也叫不回来了。又没法自己下单,只好呆呆的望着一群不知道在忙啥反正就是不给你点菜的服务员。呵呵…关键是,iPad里有很多新菜,其实还没开售,也不标示。求爷爷似的叫来服务员说下单,结果却被告知这个不能做那个已沽清,在有这么多问题为什么不提前告知?几乎重新点了一遍菜才下单。好在点的不多上菜比较快,旁边一桌水煮鱼已经点了一小时都没上。相比之下,我们真是万分感恩了!"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-7196", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1273", "split": "onlineRealHoldout", "task": true, "text": "提醒我三月十五日和大文的会面"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-32385", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-32385", "split": "onlineRealHoldout", "task": false, "text": "离第一次吃耶里夏丽也有好多年了,现在店开的越来越多,唯一不变的是生意一直是如此的火爆,其实之前过来的时候因为人多,所以才没有光顾,倒是门口的羊肉串和酸奶冰淇淋已经吃过几次了,挺不错的,这次和朋友聚会,好久没聚了,都是肉食动物,就选了这里,不过感觉现在吃下来,大盘鸡,豪情羊肉都没有以前好吃了,只能说一般般,倒是羊肉串还是依然不错,五个人700元,价格还是小贵,不过生意是真心好,吃到七点半走的时候,竟然还有人在排队,厉害的"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-8516", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1480", "split": "onlineRealHoldout", "task": true, "text": "删除日历项目"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1939649238", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "ddrous", "sourceAuthorURL": "https://github.com/ddrous", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6299", "split": "onlineRealHoldout", "task": true, "text": "Support for newer versions of JAX"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-47118", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-47118", "split": "onlineRealHoldout", "task": false, "text": "这家小吃店在大行宫地铁站附近,也就是图一所示位置。店面看着不大,进去还是有点大的,进门无人招呼,自己走到选菜的冰柜处找了半天发现装菜的篮子放在不显眼的位置,每个菜一元一串不分蔬菜或者荤菜。有的荤菜很小,一块钱有点不值,蘸料分为油碟和干的花生+辣椒,4元一份,以为是免费的,结账的时候才说要钱,应该在调料区放置一个提示牌,告诉吃货调料是要钱的。选好菜入座,10分钟无人问我,最后还是自己叫服务员给我加热一下。菜里有一根头发。不知道下菜的时候服务员是否发现?"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-10481", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-10481", "split": "onlineRealHoldout", "task": false, "text": "去年去过,感觉非常好,今年再次去,感觉完全不一样了。地址位置确实不错,江边,餐馆的整个环境也很不错,氛围很好。服务员比较少,因为吃饭的人不多,服务热情正常,没有特别出众的地方。最失望的是菜的口味,跟之前来完全不一样,像换了厨师。咖喱虾完全变味了,非常难吃。菜的量挺足的,但是完全没有摆盘,视觉感觉糟糕,点的豆腐真的就是实实在在的一锅豆腐我也是醉了。总体失望,希望厨师要加把劲,对得起原来这么高的评价..."}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-16470", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2836", "split": "onlineRealHoldout", "task": true, "text": "请添加这个电子邮件的我的联系人"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-4203840", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4203840", "split": "onlineRealHoldout", "task": false, "text": "Two companies are reporting inaccurate information regarding the same account that is already closed going on 7 years and keeps reflecting misidentified information with no factual date background or balance history."}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-8289", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1440", "split": "onlineRealHoldout", "task": true, "text": "把今天的教员会议安排在四点钟"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-4341612", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4341612", "split": "onlineRealHoldout", "task": false, "text": "I have a judgement that is being held against my from XXXX and XXXX XXXX XXXX XXXX Attorney at Law, this judgement resulted as a garnishment. The garnishment was paid in full and I have documentation to prove it. They keep sending me letters saying judgement is valid and that they did an investigation and that it must be paid. I have yet to receive a call back after numerous calls trying to get this resolved."}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-401", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-401", "split": "onlineRealHoldout", "task": false, "text": "90后开的一家比较别具特色的店,但是性价比却并不高,第一这家店的并不实惠,菜价偏贵,菜量少,这家店也就宫保鸡丁拿得出手,还有牛眼肉,但是一份牛眼肉要将近100元,分量还特别少,一碗拳头大的粥要3元钱,分量太少了,装修虽然不错,但是饭店的声音太大,太吵,根本就没好心情就餐,肉本虽然不错,但是也偏贵,一张饼20多元,而且卖相也不好看,切开后肉馅已经和饼分离了。上菜速度太慢,一个肉饼让我等了将近20多分钟,这家总体来说不推荐,差评。"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-3389535011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "namesarnav", "sourceAuthorURL": "https://github.com/namesarnav", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7757", "split": "onlineRealHoldout", "task": true, "text": "Add support for `.conll` file format in datasets"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2578675565", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "muthissar", "sourceAuthorURL": "https://github.com/muthissar", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7213", "split": "onlineRealHoldout", "task": true, "text": "Add with_rank to Dataset.from_generator"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-3388951", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/3388951", "split": "onlineRealHoldout", "task": false, "text": "I am writing this due to non-compliance with ( XXXX, XXXX, Transunion ). They have failed to remove information that was affiliated with personal details that were challenged in the past. I strongly believe that they are in violation of the FCRA and are outright refusing to uphold the law."}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-2673", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=448", "split": "onlineRealHoldout", "task": false, "text": "我记得为下一次的医生预约设置提醒闹钟吗"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1977400799", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "SauravMaheshkar", "sourceAuthorURL": "https://github.com/SauravMaheshkar", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6382", "split": "onlineRealHoldout", "task": true, "text": "Add CheXpert dataset for vision"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-3627028", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/3627028", "split": "onlineRealHoldout", "task": false, "text": "I am a victim of identity theft/fraud. I have notified the collection agencies/original creditors several times that the accounts do not belong to me. I have not in any way received goods or services from these companies and I have provided my police reports, my FTC id theft affidavit signed and notarized along with my sworn statement regarding the fraudulent accounts. Documents have been submitted to all credit bureaus."}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-3672", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-3672", "split": "onlineRealHoldout", "task": true, "text": "久负盛名的蜀九香,实在太令人失望了!跟其他家的火锅比,锅底不够香,清汤不够鲜,这些都可以忍,毕竟锅底每家有各自的调味和风格,口味因人而异,不能一概而论,但是食材不新鲜这种火锅店最基本要求都没能做到,实在不能容忍,牛肉不Q弹,又木又柴,羊肉更不用提了,端上来就趴下了,筷子一夹就散,烫完后味如嚼蜡,完全没有羊肉香味,其他就不一一吐槽了,必须差评!!!果断决定不吃了,不能浪费胃里的空间,马上找另一家火锅店重新来过!"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2562392887", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "getao", "sourceAuthorURL": "https://github.com/getao", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7193", "split": "onlineRealHoldout", "task": true, "text": "Support of num_workers (multiprocessing) in map for IterableDataset"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-4295463", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4295463", "split": "onlineRealHoldout", "task": false, "text": "There are several inaccuracies on my report that I didnt authorize these accounts violating my rights according to the FDCPA. The Credit Reporting agency continues to violate my rights according to 15 USC 1692. \" Any bad debt furnished on your reports is ruining your reputation and it's defamation of character '' I am requestion that the credit agencies stop reporting these accounts and violating my right according to the 15 USC 1692."}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-8182", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1425", "split": "onlineRealHoldout", "task": true, "text": "你能删除牙医预约吗"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-13177", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2266", "split": "onlineRealHoldout", "task": true, "text": "提醒我多运动防止肥胖"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-16605", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2855", "split": "onlineRealHoldout", "task": true, "text": "李雷给我的老板发一封电子邮件"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1863318027", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "rojagtap", "sourceAuthorURL": "https://github.com/rojagtap", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6172", "split": "onlineRealHoldout", "task": true, "text": "Make Dataset streaming queries retryable"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-27384", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-27384", "split": "onlineRealHoldout", "task": false, "text": "服務態度很不好,並不是惡意差評,他家菜好吃,就是服務跟不上,我團了一個100的,一個50的,告訴我一張台不能一起用,我就說那就用一張100的,退掉一個菜,當時那收銀員就不樂意了,很不耐煩的給我用了,一開始我們選好菜叫服務員根本沒人理。等了好久才過來點菜,也許是因為那個時間都是休息了所以會怠慢些,就是那收銀員的態度實在不能接受,絕對不去了。過了好久才來評論,是因為輕易不評論,我朋友想去吃。我直接告訴她,別去了,去那吃飯還受氣!要嘛就打包回來!他家菜還挺好吃的!朋友說不去挑戰了。。。。"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-4631876", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4631876", "split": "onlineRealHoldout", "task": false, "text": "I checked my credit and noticed a account and multiple hard inquiries I do not recognize"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2065637625", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "yuvalkirstain", "sourceAuthorURL": "https://github.com/yuvalkirstain", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6560", "split": "onlineRealHoldout", "task": true, "text": "Support Video"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-11744", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2055", "split": "onlineRealHoldout", "task": false, "text": "奥莉,这周末有什么新的剧情电影"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2242968745", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "albertvillanova", "sourceAuthorURL": "https://github.com/albertvillanova", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6810", "split": "onlineRealHoldout", "task": true, "text": "Allow deleting a subset/config from a no-script dataset"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2150800065", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "albertvillanova", "sourceAuthorURL": "https://github.com/albertvillanova", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6690", "split": "onlineRealHoldout", "task": true, "text": "Add function to convert a script-dataset to Parquet"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-18367", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-18367", "split": "onlineRealHoldout", "task": false, "text": "宜宾的朋友带来的,说是这里菜做的不错。今天算是感受了下全竹宴,竹荪蛋,竹毛肚,竹胎盘,竹笋等等等等跟竹子有关的食材,确实是生态的东西,不添加额外的添加剂,天然的味道,很巴适。\\\\n价格有点贵哦,我们八个人吃下来一千多,随便一个菜都是七八十,但是最后还是打了点折。米饭不是很好吃,有点过耙了,服务挺好的,大多是一些十几岁的学生,估计是大假帮着家里的懂事的小主人。\\\\n过节出来就是感觉有点烧人,不过没办法,自己选择出来的,只能认了"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-8269", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1436", "split": "onlineRealHoldout", "task": true, "text": "在星期二的会议前三十分钟提醒"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-11947", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2091", "split": "onlineRealHoldout", "task": false, "text": "我附近有什么餐馆"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-13340", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2291", "split": "onlineRealHoldout", "task": false, "text": "我希望它能像 wolfram alpha 那样从搜索结果中计算出答案"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-25316", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-25316", "split": "onlineRealHoldout", "task": false, "text": "昏过去,多年专业评审的我极少给差评。十几桌事先定好过来的,上来的菜质量太差。剁椒鱼头,鱼是臭的,鱼肉全部烂掉⋯⋯服务员还不承认一口新鲜活杀!侮辱我智商吗?这么多人吃出毛病负责吗?直接叫经理退货,过了半小时再上来的鱼还有点样子!清蒸白水鱼,是盐过的鱼,居然是半条⋯⋯西湖莼菜汤,莼菜像梅干菜,稀稀两两几片,根本不是新鲜莼菜烧的,一碗刷锅水啊⋯⋯五谷杂粮,要不要那么省,芋艿不是整齐几块,而是根部几个头。太过分了吧!开门做生意,良心生意是立足之本,这种质量和服务,全甪直镇奇葩第一家!"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-8280", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1438", "split": "onlineRealHoldout", "task": true, "text": "需要在三月十五日设置提醒"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-13181", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2268", "split": "onlineRealHoldout", "task": false, "text": "check for all the movie theater prices and availability for a newly released movie in my location"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-22258", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-22258", "split": "onlineRealHoldout", "task": false, "text": "总体感觉一般,新开的店面,今天五折最后一天,服务员整体乱糟糟,叫号乱,收拾桌子乱,叫人叫不到,催单催不到,就一个乱字。食物味道就是一般的东南亚风味,没有惊喜,椰皇小到只有我的拳头大,喝的时候并没有椰子的清甜味,有点不知道怎么形容的味道,喝两口弃。点了扎肉汤粉,上来的时候,汤粉是粘在一块,用筷子搅拌好几次才分开,汤味淡,配料给得太随便。最后上的烤猪排,催了两次单,等足四十分钟才上,味道尚算可以。入店后发现店面其实也不是很大,即便今天多人排队,但是店里面能坐下就那么多人数,人员配置却跟不上。"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-7151", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1264", "split": "onlineRealHoldout", "task": true, "text": "在每个奇数周日设置一个提醒"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-41096", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-41096", "split": "onlineRealHoldout", "task": false, "text": "难吃难吃难吃!!点了六七道菜就只有饺子入得下口!那个什么金粉的,恶心死了就好像烂菜炒的,点菜的时候图片看起来都很不错,可是实物惨不忍睹,汤图片上是白色的拿过来是棕色的也没什么味道完全水加盐!那个金糕图片看起来也是很美味的,实物味道实在是吃不下!结果这顿饭菜几乎没怎么吃,我们是不喜欢浪费的,可居然有如此难吃之食物让人难以下咽,就算不愿意浪费也做不到了,实在是服了!!桌上也没有放醋的碗…总之这是我第一次在万达吃饭这么不满意!!难得用一次大众点评竟然是给差评,但也没办法着实是不满意!"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-2742619", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/2742619", "split": "onlineRealHoldout", "task": true, "text": "I do not have the dates of my student loan. It was XX/XX/XXXX or XX/XX/XXXX. XXXX sold me \" college '' debt and the education was n't worth transferring credits bit they helped me get my student loans and grants put thru. I have heard there was a lawsuit. I really need this resolved so I can go back to school. This time just for a certfication. XXXX is like half student loans. Can You Help?"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-7285245", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/7285245", "split": "onlineRealHoldout", "task": false, "text": "On XXXX XXXX I sent a letter regarding an accurate and unknown things on my credit report to this day over 45 days later I have not received a response yet. I feel like Im being taken advantage of and being ignored. Section 611 ( a ), It states that a failure to investigate these items within 30 days gives a reason to immediately remove those items from my credit report its been over 45 days so they should be deleted promptly. I demand that these accounts be deleted immediately or I will file for litigation due to the stress you have caused me. My information was also impacted by the XXXX data breach and may have gotten into hands of the wrong person. ''"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-2769739", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/2769739", "split": "onlineRealHoldout", "task": false, "text": "Wells Fargo is getting rich on the backs of poor, and unwilling victims. I have requested that transactions not be honored if inadequate funds in account. I wish not to accrue overdraft fees. I opted out of this service and am being charged these fees despite my objection to the service. I am being told that there is not option but I was asked if I wanted to decline tis service and have several times. I do not want transactions to clear where there are no funds available to cover the transaction. I do not wish to pay those overdraft fees."}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2328637831", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "yuvalkirstain", "sourceAuthorURL": "https://github.com/yuvalkirstain", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6940", "split": "onlineRealHoldout", "task": true, "text": "Enable Sharding to Equal Sized Shards"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-8270", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-8270", "split": "onlineRealHoldout", "task": false, "text": "先说地理位置。古漪园。旁边。进门感受。一般性。当我们点了小笼时。竟然忽悠我们再点一份。这么难吃!皮厚。没较劲。跟在吃面粉一样。肉一般般!那个蛋饼。我竟然吃出了虾的味道。你是加量了吗!!又干又不好吃。还偏咸!!另外最后一道里面的方肉!我只想说几块钱买的。就这么欺骗消费者。满满的面粉。真是好吃的狠啊!价格贵。味道不咋地。如何对得起百年。我想问。老板真的是百年吗?差差差!!!!!!!!!!!!!!!!!"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-10816", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1891", "split": "onlineRealHoldout", "task": true, "text": "创建一个播放列表"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2303855833", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "umarbutler", "sourceAuthorURL": "https://github.com/umarbutler", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6907", "split": "onlineRealHoldout", "task": true, "text": "Support the deserialization of json lines files comprised of lists"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-8602", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-8602", "split": "onlineRealHoldout", "task": false, "text": "其实味道还可以金针菇很油但是味道还不错感觉就是超市那种袋装的油闷金针菇打开来放在盆子里,鳕鱼饼也是很油,上来时是烫的应该现炸的,味道有点淡如果配上些酱就好了。日式猪排拉面上来的时候只有面,里面有玉米笋海带什么的,以为上错了就跟服务员说了,可是态度真的很凶说猪排等会来。因为是两个女生就只点了一碗面和一些小吃,面来了问服务员再要一个碗,怎么都不肯给说碗来不及洗了没碗…那我就不明白那些放小菜的碗是哪来的了…不会再去了…"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-3771", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=644", "split": "onlineRealHoldout", "task": false, "text": "tell me about alarms"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-14030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-14030", "split": "onlineRealHoldout", "task": false, "text": "因为之前吃过这家店觉得味道不错 所以特意过来再吃 不知道是发生了什么事 店家的味道一落千丈 点的莴笋馋嘴牛蛙 菜一上来就是分颜色的 一半红色一半咖啡色 和之前不同 莴笋看上去有些怪怪的 吃在嘴里竟是苦的 手撕包菜大小参差不齐 有焦的也有夹生的 叫服务员买单 等了10分钟没反应 等终于反应过来了 让等一下 然后把我们桌上所有的餐具盘子收干净了 感觉切配的不用心 做菜的不走心 服务的最关心的不是服务好客人 是翻桌 体验非常差 以后不会再来"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-5974", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1030", "split": "onlineRealHoldout", "task": false, "text": "我设置中午吃药的闹钟了吗"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-8520", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1481", "split": "onlineRealHoldout", "task": true, "text": "添加事件在日历应用上"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-4706895", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4706895", "split": "onlineRealHoldout", "task": false, "text": "I have filed a dispute regarding the incorrect items on my credit report. It has been over 30 days and I have not received any investigation results."}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-10523", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1838", "split": "onlineRealHoldout", "task": true, "text": "从我的中国风歌单中删除列表"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-18424", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-18424", "split": "onlineRealHoldout", "task": false, "text": "实话实说,算老顾客了,从你们之前开的烤古,后来原址开的BIRD LAND,之前去还不错,店员都感觉不错,菜品也多,现在这家各种不行,从门口刚进门开始说,木质踏板坏的,进门后吧台中间吧台烧烤位置防护做的不到位会四溅,就连碟子都换白色了,茶水都没有了,菜单由原来的黄色牛皮纸改白纸加塑料保护膜,因为感觉自己开红了,客人感受都不顾的店,感觉第二家丁丁麻辣烫,还有烤物都是冷冻甚至速冻的,后悔昨晚吃了这顿,回到家到今天上吐下泻,看来要吃还是要吃宁波老牌店,新崛起的不行"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-2790289", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/2790289", "split": "onlineRealHoldout", "task": false, "text": "I have no knowledge of any accounts with XXXX XXXX Ive never ordered anything or received any services from this company. Ive repeatedly disputed this account with each credit bureau and asked for validity of this account. No one has ever sent me any signed contracts or anything verifying that I own an account with XXXX XXXX or that I owe them any money. This account is negatively affecting my credit and hindering me from obtain any good credit."}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-2383661", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/2383661", "split": "onlineRealHoldout", "task": false, "text": "Called my parents phone and discussed my debt with them. I had n't lived at my parent 's house in 20 years"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1929551712", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "rajveer43", "sourceAuthorURL": "https://github.com/rajveer43", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6284", "split": "onlineRealHoldout", "task": true, "text": "Add Belebele multiple-choice machine reading comprehension (MRC) dataset"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-12961", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2231", "split": "onlineRealHoldout", "task": false, "text": "please define forensic"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-15305", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2625", "split": "onlineRealHoldout", "task": false, "text": "do i have any notifications from social media"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-3171883522", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "albertvillanova", "sourceAuthorURL": "https://github.com/albertvillanova", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7637", "split": "onlineRealHoldout", "task": true, "text": "Introduce subset_name as an alias of config_name"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-12797", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2205", "split": "onlineRealHoldout", "task": false, "text": "train times from near me to location"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-15565", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2672", "split": "onlineRealHoldout", "task": true, "text": "你能告诉春秋航空我再也不用他们了"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-3936", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=673", "split": "onlineRealHoldout", "task": false, "text": "气温多少度啊"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-4934", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=852", "split": "onlineRealHoldout", "task": false, "text": "what time is my domino's order expected to arrive"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-10433", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1821", "split": "onlineRealHoldout", "task": true, "text": "删除我的任务清单"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-10513", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1837", "split": "onlineRealHoldout", "task": true, "text": "我想做这周的购物清单"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-33771", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-33771", "split": "onlineRealHoldout", "task": false, "text": "等位的人挺多的,等了大概半个多小时,然后点菜。要芒果汁没有,橙汁没有,玉米汁没有,虾也没有,100样通通都没有。#梅子里脊#跟西瓜搭配也挺普通的,稍微有点酸了。#茶树菇芹菜#算是不错的一个菜了,大概个人比较喜欢吃茶树菇。#干锅花菜#偏咸了。最好吃的应该是豆腐皮了,挺特别的,微辣,口感不错。点的鱼头汤,豆腐也没了,帮我们加了乌冬面,乌冬面特别不入味,好淡,鱼头汤味道也一般,鱼有点腥。这家除了布置装修的还不错,为什么有这么多人给5星?!开张发票还不能刮奖。。。"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1884324631", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "mariosasko", "sourceAuthorURL": "https://github.com/mariosasko", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6221", "split": "onlineRealHoldout", "task": true, "text": "Support saving datasets with custom formatting"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-14417", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2480", "split": "onlineRealHoldout", "task": false, "text": "which ocean touches at our continent"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1893337083", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "hgt312", "sourceAuthorURL": "https://github.com/hgt312", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6235", "split": "onlineRealHoldout", "task": true, "text": "Support multiprocessing for download/extract nestedly"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-1301", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=221", "split": "onlineRealHoldout", "task": false, "text": "告诉我特朗普外交政策的新闻"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-2496796", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/2496796", "split": "onlineRealHoldout", "task": true, "text": "I am writing to dispute XXXX XXXX # XXXX on cr edit report number XXXX The balance listed on the account is incorrect. Please delete the account."}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2997422044", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "mashdragon", "sourceAuthorURL": "https://github.com/mashdragon", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7520", "split": "onlineRealHoldout", "task": true, "text": "Update items in the dataset without `map`"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-3751654", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/3751654", "split": "onlineRealHoldout", "task": false, "text": "They got my name wrong on my credit card and I was never able to see that account on my mobile phone 's app or online. I didn't get the billing amount for that account. They have. closed my credit card and left two late payment mark on my credit account."}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2424488648", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "lappemic", "sourceAuthorURL": "https://github.com/lappemic", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7063", "split": "onlineRealHoldout", "task": true, "text": "Add `batch` method to `Dataset`"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2008195298", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "severo", "sourceAuthorURL": "https://github.com/severo", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6447", "split": "onlineRealHoldout", "task": true, "text": "Support one dataset loader per config when using YAML"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-10473", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-10473", "split": "onlineRealHoldout", "task": false, "text": "去年光顾过一次感觉还行,虽然速度一如慢,菜品还行也拍了照片,今天又去了,明显不行,去的是午餐时间,一个人也没有,当然了,外卖为主,可以理解,只是速度慢得不要不要的,点了牛腩饭,冬阴功汤,炸鸡翅,虾饼,芒果糯米饭,第一份上来是冬阴功汤,吓我一跳,很小的碗半碗装,根本没法喝,因为这半碗装也就是被香料填补的,喝最好过滤,对比去年的照片,明显偷工减料了。其它都过很久才上,真心照片也没兴趣拍了,本来可以放去年拍的照片的,只是不想误导,生意越来越好,品质越来越差"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-8570", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1490", "split": "onlineRealHoldout", "task": true, "text": "请注意明天下午两点我正忙着参加一个活动"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-11598", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2030", "split": "onlineRealHoldout", "task": false, "text": "please let me know the dog shows events going on in my home town"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-6410276", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6410276", "split": "onlineRealHoldout", "task": false, "text": "On XXXX Experian & XXXX responded to my dispute to this public record being reported on my credit report stating it was verified accurate by primary creditor is bankruptcy court. So on XXXX XXXX I wrote us bankruptcy court asking them to verify this information. In which on XXXX is bankruptcy court responded they do not report to the credit bureaus. This is a Violated Of My FCRA 611 ( 15 U.S.C 1681 ) This Information must be Removed! Attached is my letter along with us Bankruptcy court response"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-2553001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/2553001", "split": "onlineRealHoldout", "task": false, "text": "I 've been trying to resolve multiple negative student loan accounts on my credit report. The Credit Bureau ( XXXX XXXX, Transunion ) are neglecting to verify/validate the accounts properly to determine which ones are duplicates or original. Due to poor and lack of investigation and communication I 'm requesting that all of the closed student accounts be removed. I have one student loan account and the negative accounts that are showing as paid off are hurting my scores. Also, there is a collection agency called XXXX XXXX account that 's showing on all three bureaus that has n't been removed after failure to validate the debt."}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-22764", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-22764", "split": "onlineRealHoldout", "task": false, "text": "感觉现在时时乐越来越差了,首先是沙拉少了好几种,而且内容也偷工减料了。原来有一个黄桃培根的沙拉现在没有了,杏仁蔓越莓鸡肉那个发现几乎看不见杏仁片和鸡肉了,沙拉现在真是越来越素了。。。完了周三的特价其实一算也没便宜,比如鸡肉和猪肉的套餐,原来分别单点69.89吧,包含两份沙拉,,现在周三套餐99,但是只有一份沙拉了,两个人去还要再点一份沙拉,完了原来里面的烤土豆或者薯条也没有了…所以一点也没有便宜。服务员清理盘子也不是很勤快,看见好几次有服务员从桌前走过,还特意看了我们桌上一眼空盘子,然后就那么走过去了。。。"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-16518", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2841", "split": "onlineRealHoldout", "task": true, "text": "为郑小美添加一个新电子邮件"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-12908", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2226", "split": "onlineRealHoldout", "task": false, "text": "what time does the train arrive in sacremento"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-32729", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-32729", "split": "onlineRealHoldout", "task": false, "text": "第一次去,各种菜都不错。感觉特好。第二次去,估计换了大厨。粥是掺水不熟,米饭不熟,汤暴咸。阿姨还行,说,不行就退了。过来一个老先生,态度特别不好的说,你说不熟就不熟,这店我管理的,我想怎样就怎样。当时一听就很不舒服,这是一个服务人员该有的态度吗?我又不是存心找茬,有问题你们虚心接受不就好了,作为消费者有权对享有合格的食物及优质的服务,我说:这是上海滩,不是你家。然后他居然自己摔砸自家店东西。有点想打架的趋势,好怕,撤退。"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-35541", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-35541", "split": "onlineRealHoldout", "task": false, "text": "菜的味道和以前比差的不是一点点的。更奇葩的是看菜单点的菜里面会少更多东西。干锅花菜菜单显示有肉150克。上来竟没有一点肉。飘香牛肉菜单显示有金针菇的上来也没有。找服务员后服务员给的回答更是奇葩,说飘香牛肉以实物为准。说干锅花菜可能是几分一起烧的说一这份肉没有。我想难道肉都去别的座上了吗。飘香牛肉以实物为准那是不是连牛肉也可以不用放了呀。就是一个字差。劝大家以后可以对辛香汇绕道了。吃饭是件开心的事。去了辛香汇吃饭反而让自己添堵。"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-14117", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2428", "split": "onlineRealHoldout", "task": false, "text": "where are pyramids located"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-28245", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-28245", "split": "onlineRealHoldout", "task": false, "text": "来过两次了.点了酱香湄公鱼~说是微辣却一点都不辣,而且咸的要命。第二次点蒜香跟服务员说少辣,好了,看到菜单打了个少辣,你妹还是那么辣。辣椒不用钱也不是这样~酸梅汤太甜的好假,糖精放多了么,两次来点的酸梅汤一杯少一杯多~饮料都放的那么随意。加冰也没加。叫服务员去打冰块半天才好。催了几次说厨房忙打冰块要稍等。而且鱼头鱼尾焦的。基本苦的。没动过,可能烤的都会这样吧!点个冷菜盘子都是烂的!感觉像个乞丐在吃鱼"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-8302", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1444", "split": "onlineRealHoldout", "task": true, "text": "删除下周一的会议"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-14323", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2462", "split": "onlineRealHoldout", "task": false, "text": "what color is a dragon fruit"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-16467", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2835", "split": "onlineRealHoldout", "task": false, "text": "do i have any new emails from my contact q."}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-39305", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-39305", "split": "onlineRealHoldout", "task": false, "text": "这应该是吃的云南馆中最糟的了,服务员态度冷淡,其他菜还凑活,过桥米线油加得特别多,导致吃的时候沾得手上和筷子上全是油,可恶心了(平时我吃汤面时基本不沾半点油的),还特别烫,远烫于其他餐馆的汤面,油的隔热还特别好,吹了几十分钟都还跟最开始的温度完全一样,店内还不提供冰水,所以我只能管他们要了桶冰,然后冰上得感觉跟饮料差不多慢,我还以为他忘了呢,冰加了十几块面感觉还是热的,但最起码可以吃了,走后不久还感觉肚子特别疼,感觉这的米线完全就是在坑钱,我知道这是特殊失误造成的,但我还是想说"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-32804", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-32804", "split": "onlineRealHoldout", "task": false, "text": "第一次去这家,从电梯出来进店门,没有人带位,让我们自己找坐位,点了拌木耳,咸猪手,干锅八爪鱼,小牛排,冷菜上来后在木耳里吃出黑色塑料水管圈,叫他们领导来就说是调料瓶塞,睁眼说瞎话,说送给我们水果,我看旁边每桌都送水果的,糊弄我们,最后木耳取消再免了一个最便宜的菜38元的,买单时查账单,干锅八爪鱼明明是56,打成58,价钱可以乱开的吗,以后不会再去了。希望这家的领导可以整顿一下了。再补充一下,处理这件是的人态度不好,没有道歉还说这个东西吃不坏的,有这么说话的吗?"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-15289", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2621", "split": "onlineRealHoldout", "task": true, "text": "现在发布消息"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-6937", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1226", "split": "onlineRealHoldout", "task": true, "text": "设置一个提醒中午跟老板吃午餐"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2360909930", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "NeilGirdhar", "sourceAuthorURL": "https://github.com/NeilGirdhar", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6980", "split": "onlineRealHoldout", "task": true, "text": "Support NumPy 2.0"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-61", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=12", "split": "onlineRealHoldout", "task": false, "text": "我都设什么闹铃了啊"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-8449", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1470", "split": "onlineRealHoldout", "task": true, "text": "为我女儿的生日设置一个提醒"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-16318", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2806", "split": "onlineRealHoldout", "task": true, "text": "回复电子邮件"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-5335459", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/5335459", "split": "onlineRealHoldout", "task": true, "text": ".Hi, I can't believe you guys are taking advantage of me. I AM VERY UPSET the credit bureaus have not responded back to me about my investigation. I sent a letter, it's more than 60days. I need these accounts deleted or updated. These are the items I demanding to be deleted immediately Chapter XXXX bankruptcy XXXX Please remove this bankruptcy from my Public record Chapter XXXX bankruptcy XXXX Please remove this bankruptcy from my Public record"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-41645", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-41645", "split": "onlineRealHoldout", "task": false, "text": "非常难过的一次吃饭经历,我想以后永远都不会来这家店了。烤鸭难吃就算了,酒通通都难喝的不行!有一种白酒卖100元,简直难喝喝吐了!于是换了一种红酒,也是差到不行!酒水真的劝大家不要点,恶心的不行!后来,买单消费了1000多,于是用大众点评的优惠买单,结果服务员没有说清楚是哪家店,直接让我买错到别家店,经理过来解决问题,傻逼的说让我再买一次单,说买错单的责任怪我没看清楚。谁TM来你这里消费还要花双倍的价钱,直接差评。这里服务员都说外地人,智商不要太低,没培训好就出来服务,店长和经理解决问题的能力太差,祝你立马倒闭。"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-14991", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-14991", "split": "onlineRealHoldout", "task": false, "text": "在凯德广场五楼转一圈,还是倾向于妈妈菜。我是奔着名字去的,高峰期要排队,服务还是热情。谁知刚坐下来,手就一模油滋滋的。沙发上还有米粒和汤勺。应该是生意太好来不及收拾。点了妈妈红烧肉、茄子煲、山药木耳,两个人足够吃。怀着期待先尝尝红烧肉,颜色好看,味道应该不错,谁知有点苦。是不是甜面酱加多了,茄子煲也有点咸,配着饭吃还是咸。把希望寄托在山药木耳,山药木耳还是爽口,至少是脆的。既然菜的味道不能满足胃,来点鲜榨,胡萝卜苹果汁和木瓜牛奶。鲜榨弥补了菜品的不足。总之妈妈红烧肉的土豆还是好吃。"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-6023", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1038", "split": "onlineRealHoldout", "task": false, "text": "夜晚会潮了吧唧的吧"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-6936", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1225", "split": "onlineRealHoldout", "task": true, "text": "提醒我上午九点吃药"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-6162", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1071", "split": "onlineRealHoldout", "task": true, "text": "删除闹钟"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-8442", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1469", "split": "onlineRealHoldout", "task": true, "text": "请用这个活动修改我的日程表"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-7121305", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/7121305", "split": "onlineRealHoldout", "task": false, "text": "In accordance with the Fair Credit Report Act XXXX Account : AMSHER COLLECTION SE, has violated my rights. 15 U.S.C 1681 Section 602 A, States I have the right to privacy. 15 U.S.C 1681 Section 604 A, Section 2 : It also states a consumer reporting agency can not furnish an account without my written instructions."}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-10640", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1856", "split": "onlineRealHoldout", "task": true, "text": "把洗涤剂加到我要买的东西的清单"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1964653995", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "bryant1410", "sourceAuthorURL": "https://github.com/bryant1410", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6357", "split": "onlineRealHoldout", "task": true, "text": "Allow passing a multiprocessing context to functions that support `num_proc`"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2730676278", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "yabramuvdi", "sourceAuthorURL": "https://github.com/yabramuvdi", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7318", "split": "onlineRealHoldout", "task": true, "text": "Introduce support for PDFs"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-7669934", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/7669934", "split": "onlineRealHoldout", "task": false, "text": "Im not swayed that Bureaus efficiently pleased the principles of the Fair Credit Reporting Act in completing their investigation. The XXXX, XXXX and XXXX Credit Bureau is reporting inaccurate information on ALLY FINANCIAL. This status is damaging to my report, which would not be happening if the bureaus investigated properly before posting incorrect information. Per FCRA, Reporting must be 100 % accurate. Here is the list of the erroneous account reporting on my Credit report. ALLY FINANCIAL XXXX"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-15370", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-15370", "split": "onlineRealHoldout", "task": false, "text": "在对面的佳家吃汤包,正好看到对面的coco,想买杯咖啡解解腻。买的是大杯拿铁,15米一杯,价格不贵,量也不多,开始我以为给我的是中杯,反复确认才知道这就是大杯……\\\\n\\\\n一定要形容的话,这咖啡给我的感觉就是【寡淡】。咖啡味道清淡、奶味也清淡,感觉水太多了。以前买过coco的布丁奶茶还不错,但咖啡实在是差强人意,不会再点第二次的饮料。\\\\n\\\\n还是就是服务态度,讲真,真算不上好,服务员男生很不耐烦,呵呵。手动再见!"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-2969457", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/2969457", "split": "onlineRealHoldout", "task": false, "text": "I was the victim of identity theft and my payments accounts were compromised causing payments to be returned. XXXX XXXX refuses to accept this even though I have sent them a copy of my driver 's identity theft report"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-7356207", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/7356207", "split": "onlineRealHoldout", "task": false, "text": "I was scammed by someone by XXXX, I contacted the discover Bank. They couldn't help. They suppose to help and I want my {$600.00} back!"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-13303", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2286", "split": "onlineRealHoldout", "task": false, "text": "can you make dinner for me"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-6865", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1213", "split": "onlineRealHoldout", "task": true, "text": "设置一个通知明天十点的会议"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2393411631", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "yuvalkirstain", "sourceAuthorURL": "https://github.com/yuvalkirstain", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7030", "split": "onlineRealHoldout", "task": true, "text": "Add option to disable progress bar when reading a dataset (\"Loading dataset from disk\")"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-2821", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-2821", "split": "onlineRealHoldout", "task": false, "text": "东西很贵,还不好吃,服务不到位,说话不算数,明明给了单号让我们排队等,说好了到了的时候给我打电话,结果等到七点都没有电话,过去一问,说我的号早过了,说他们来不及打电话,这个承诺等于什么啊?!点菜时多点了几次服务员还不高兴,要我们想好了再一次点。所有的菜份量很少,石锅土鸡要48元一份,那个锅只有巴掌大,问题味道还不好,菜都咸,3个人吃了将近200元竟然没有吃饱,整个不够吃,这还是第一天,鲈鱼6.8元的时候去吃的呢。所以有看到我的评价的,奉劝一句,千万别和我一样傻去送钱了,真心的不值!"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-3090255023", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "trotsky1997", "sourceAuthorURL": "https://github.com/trotsky1997", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7584", "split": "onlineRealHoldout", "task": true, "text": "Add LMDB format support"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-23809", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-23809", "split": "onlineRealHoldout", "task": false, "text": "我觉得很有必要说一下,以免其他朋友后悔,和亲戚朋友去吃了一顿,环境一般、水沟没水,有点脏乱的赶脚,脸难看菜难吃,菜品量少,点的茄盒又小又薄就几片,十个人不够一人一片的,极少,吃过那么多餐馆没见过这么少的,叫服务员来问问,说是就是这样的。点了十个热菜没有一个够水准的,家人都说不好吃,说以后再也不来了,碍于情面又不好声张,还花了不少银子,关键是真的不好吃。第二天有朋友问起,还没来得及吐槽朋友就惊呼:“怎么去那里了?那里饭菜死难吃”。于是泪奔啊!以后龙升阁的所有东西坚决杜绝!"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-1655", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=280", "split": "onlineRealHoldout", "task": false, "text": "will it snow tomorrow at noon"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-16297", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2803", "split": "onlineRealHoldout", "task": true, "text": "发送一封电子邮件给李雷告诉他谢谢你"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-4906634", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4906634", "split": "onlineRealHoldout", "task": false, "text": "The creditor company was under LVNV funding And now resurgent capitol. This debt was included in my bankruptcy and it was charged off. This business came back as resurgent capitol and has put this negative on my credit. I paid them {$330.00} and they said they would remove it from my credit. It still on my credit which should have been discharged and I should have never paid something."}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-15304", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2624", "split": "onlineRealHoldout", "task": false, "text": "今天微博有谁关注我了"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-7191973", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/7191973", "split": "onlineRealHoldout", "task": false, "text": "15 USC 1681 Section 604 \" States rights to consumers privacy '' Reporting agencies can not furnish an account WITHOUT my WRITTEN consent!"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-3822", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=654", "split": "onlineRealHoldout", "task": false, "text": "告訴我有关汽车的消息"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-16384", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2817", "split": "onlineRealHoldout", "task": false, "text": "嗨我有任何新电子邮件吗"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-16501", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2839", "split": "onlineRealHoldout", "task": true, "text": "请给我的朋友小美发邮件说你好吗"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1957707870", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "MajdTannous1", "sourceAuthorURL": "https://github.com/MajdTannous1", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6345", "split": "onlineRealHoldout", "task": true, "text": "support squad structure datasets using a YAML parameter"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-7216", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1276", "split": "onlineRealHoldout", "task": false, "text": "a good first impression"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1994579267", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "NathanGodey", "sourceAuthorURL": "https://github.com/NathanGodey", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6422", "split": "onlineRealHoldout", "task": true, "text": "Allow to choose the `writer_batch_size` when using `save_to_disk`"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-16280", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2800", "split": "onlineRealHoldout", "task": true, "text": "请给在我的家人和朋友列表的韩梅梅发送一封电子邮件"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-5311322", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/5311322", "split": "onlineRealHoldout", "task": false, "text": "This agency has been harassing to pay a debt that has already been paid. The debt was paid in XX/XX/XXXX. They are still harassing me. I had to block their number and I am still getting letters. I told a man in XXXX, I would take care of it. I did not even remember the debt and I took care of it like I said I would. I found out today XX/XX/XXXX that they added the debt to my credit report, falsely. They are not managing their accounts correctly or trying to make me pay the debt twice so that they can make money off of me. I am literally in the process of looking for a home and they are messing with my credit score and ability for my family to buy a home."}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-5930768", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/5930768", "split": "onlineRealHoldout", "task": true, "text": "I call them and spoke with someone about get this resolved and removed this off of my credit report this is very I call them XX/XX/2018 and they told me they was to have it removed but they never did it so Im writing yall to have it removed now please help me thank you an advance. XXXX XXXX"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-2432", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=412", "split": "onlineRealHoldout", "task": false, "text": "我的订单怎么样了"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-2667679", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/2667679", "split": "onlineRealHoldout", "task": false, "text": "I complained back in XXXX about my Chexsystems information being incorrect. They have my middle initial a C when it should be R. Chexsystems told me the report was given by a bank sometime ago, most likely a credit card I tried to apply for years ago. The middle initial in their data base with the letter C is incorrect. They refuse to correct that information. I believe that is why banks, etc. have turned me down several times. There was a time when identity theft was being committed towards me back in XXXX."}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-31955", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-31955", "split": "onlineRealHoldout", "task": false, "text": "真心觉得每次去都那么多人是托,首先服务很差,特别势力眼,穿得好的,点得多的服务员面带微笑,点得少的就爱理不理的。其次,菜品少,这个没所谓,如果每道菜都有自己特别之处也可以接受,但是很抱歉,没有。每个人的评价都是这么少,这么咸,真不值。抄手一碗就4个,各位!我本身食量很小的,和男朋友点的干锅和肥牛,一个抄手一碗饭,快两百,结果我竟然没吃饱,呵呵。最后就是我旁边桌那对情侣点完菜吃了一口就说:哎…真难吃。"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-16377", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2816", "split": "onlineRealHoldout", "task": true, "text": "现在给妈妈发送一封邮件"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-4916048", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4916048", "split": "onlineRealHoldout", "task": true, "text": "My credit report contains information that is incorrect. It is your responsibility to accurately inform them about the information they require. Please undertake investigations and updates on these accounts and queries, or I will pursue legal action."}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-3120799626", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "avishaiElmakies", "sourceAuthorURL": "https://github.com/avishaiElmakies", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7594", "split": "onlineRealHoldout", "task": true, "text": "Add option to ignore keys/columns when loading a dataset from jsonl(or any other data format)"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-10792", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1885", "split": "onlineRealHoldout", "task": true, "text": "我需要列一个清单"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-14429", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2483", "split": "onlineRealHoldout", "task": false, "text": "什么是长衫"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-7017720", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/7017720", "split": "onlineRealHoldout", "task": true, "text": "This inquiry in not mine, I don't have any relation with these Creditors, and Please remove it from my credit report ASAP."}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2724830603", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "TParcollet", "sourceAuthorURL": "https://github.com/TParcollet", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7310", "split": "onlineRealHoldout", "task": true, "text": "Enable the Audio Feature to decode / read with an offset + duration"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-15305", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2625", "split": "onlineRealHoldout", "task": false, "text": "我收到任何社交媒体的通知了吗"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-3380445", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/3380445", "split": "onlineRealHoldout", "task": false, "text": "This account in the amount of {$3700.00} was placed back on my credit reports after being taken off following an investigation. XXXX XXXX XXXX purchased the account. Previously a police report was presented with this account listed as fraud. All 3 of the credit reporting agencies removed this information from my report. It has now showed up under another name. I did not authorize this account. It was obtained fraudulently and needs to be removed."}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2139640381", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "rwightman", "sourceAuthorURL": "https://github.com/rwightman", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6675", "split": "onlineRealHoldout", "task": true, "text": "Allow image model (color conversion) to be specified as part of datasets Image() decode"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-3303637075", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "intexcor", "sourceAuthorURL": "https://github.com/intexcor", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7731", "split": "onlineRealHoldout", "task": true, "text": "Add the possibility of a backend for audio decoding"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-8079", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1410", "split": "onlineRealHoldout", "task": true, "text": "给我的烘烤面包设个一小时提醒"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-15467", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2653", "split": "onlineRealHoldout", "task": true, "text": "告诉浙江卫视我讨厌他们"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-2570", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-2570", "split": "onlineRealHoldout", "task": false, "text": "不知是不是和上海的汉舍一家。环境不错,在运河边,不是太吵。但是菜品一般,卤水居然不新鲜…有江团是很不错的,但是口感吃上去怎么有点像鲶鱼…这和江团的肉质感有挺大区别,不知道是不是食品添加剂有点多。笋烧肉,是走油肉配罐头笋,极度失望…没有鲜笋可以换笋干,用肥肉的油蒸会有很好的口感。最后要说的是他们家的服务,有三九严寒天的体验,如果是正夏天我可能觉得还好,天已微凉的初秋就不怎么愉快。全程的服务人员没有一个有微笑过,态度硬冷。就这服务只能说没有管理及培训好。总体评分低,应该不会再来了。这家店在点评上有9.2的分真是奇迹。"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-3829", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=655", "split": "onlineRealHoldout", "task": true, "text": "请删除设置为工作日九点的闹钟"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-8347", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1451", "split": "onlineRealHoldout", "task": false, "text": "what is going on on december fourth"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-2679", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=450", "split": "onlineRealHoldout", "task": false, "text": "温度是会保持不变呢还是会更低"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-28345", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-28345", "split": "onlineRealHoldout", "task": false, "text": "来这里是因为交通便利,离地铁很近,而且看了点评,分数不低,东西选择面也较大。然而,结果却很失望。晚上近六点到的,点单时服务生完全不提到六点马上就会有优惠套餐,只是一再催问除饮料外还要什么零食或甜点等。我点了花茶之后又加了薯条,早了几分钟什么优惠都没有,原价。花茶味道很淡,薯条量很少,也没觉得好吃,感觉味道(包括番茄酱的)还不如快餐店。期间上了趟厕所,在二楼,厕所味道很大,地上都是污水,而且没有卫生纸。二楼是吸烟区,一楼虽然没人吸烟,但厨房在正中间,取而代之的就是一股油烟味。"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-30350", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-30350", "split": "onlineRealHoldout", "task": false, "text": "特意点了一条青斑,做出来居然是臭的,让老板过来尝,还说不会阿是正常的,最后实在骗不过自己的良心说可能就中间有一点臭了,说最后给我们便宜点,四个人一共吃了874,结账800,尼玛一条青斑可是220阿,我们外地的想让我们中间还挪位置让给另外的一桌的评评理,无奈应该是本地人,用方言沟通了一下,人家也不愿意帮我们,吃了哑巴亏,以后也不会再来了!总之要小心,应该是老板女儿,很会说话,大老远来一趟不吵架,为了开心,安慰自己"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-5369853", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/5369853", "split": "onlineRealHoldout", "task": false, "text": "I recently noticed I have been a victim of identity theft. There are some accounts that were opened in my name that I did not open."}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-10600", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1852", "split": "onlineRealHoldout", "task": true, "text": "请把一加仑百分之二的牛奶更新到我的食品杂物清单中"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-3029091", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/3029091", "split": "onlineRealHoldout", "task": false, "text": "The first issue is that I closed my account and there is a XXXX balance that they will not return. The second issue is that I filed two disputes for products not received, they want to credit my closed account but yet they will not return the current balance. The current disputes are : 1, {$2400.00} - for door purchases, never received the product, order canceled but bill wad paid in full 2 {$120.00} - for door handle purchased, never received the product, order canceled, billed paid in full. So, in total this company has been paid {$3800.00} of my money and they will not refund it. When I call them, i get the run around and still my money has not been returned."}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-2310599", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/2310599", "split": "onlineRealHoldout", "task": false, "text": "Payments are n't applied correctly and have been paying on them for nearly 20 years. I have had no help in understanding why the amount is barely reduced and sometimes increased monthly after a payment is made. Lately I have to call 9-10 times just to get an answer or things corrected. This is from my XXXX from XXXX University and my XXXX XXXX from the University XXXX."}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1808154414", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "lhoestq", "sourceAuthorURL": "https://github.com/lhoestq", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6046", "split": "onlineRealHoldout", "task": true, "text": "Support proxy and user-agent in fsspec calls"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2288699041", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "not-lain", "sourceAuthorURL": "https://github.com/not-lain", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6890", "split": "onlineRealHoldout", "task": true, "text": "add `with_transform` and/or `set_transform` to IterableDataset"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-10512", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1836", "split": "onlineRealHoldout", "task": false, "text": "list everything left on my query"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-21204", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-21204", "split": "onlineRealHoldout", "task": false, "text": "很差很差的一家店,价格死贵,一个酱油肘子卖88,一块扎肉卖58,这且不说,菜品全然没有特色,都是家常菜,味道吃不出咸淡,点菜的服务员一问三不知,48元一道荷叶粉蒸肉上来一看,简直就是拍扁了的粽子,全是糯米,可以说是糯米饭饼一块了!筷子翻遍才找到一小块小肉,买单时质问店家,回答说粉蒸肉吃的就是粉啊,晕。出门时店家小姑娘居然还追出来问有没有买单!晕,这道盯得挺牢,可我在帐台买单你怎么没看见呢?心情大坏。反正挨一次斩,也不会再去了,劝大家也不要去,骗人的店!就知道坑钱!"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-13341", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2292", "split": "onlineRealHoldout", "task": false, "text": "我希望它能记住我的喜好当我询问时能根据我的喜好来推荐"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-3607", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-3607", "split": "onlineRealHoldout", "task": false, "text": "为什么要给一星,是因为,上次吃过以后感觉不错,就又带了老公去吃,我吃自助餐不浪费,吃多少点多少,吃到后来就不给我上菜了,我想吃牛舌,就是不给我上,那你既然做不起自助做什么自助,又不是我吃剩了一桌子,那你不给上是应该的,最后回家没吃饱,好了,和你家说再见,虽然你也不在乎我这一个小小的客人,说不定还庆幸像我这样胃口不错的可以不用来吃,但是我还是想说,我以后不会来了,再见,本来很美好的一个晚上就被你们毁了"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-3336952", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/3336952", "split": "onlineRealHoldout", "task": false, "text": "I received a letter from Midland credit management company XX/XX/2019 with a threat to forward my debt to a lawyer. If I did not pay XXXX I repeatedly get phone calls from this company. I have never opened an account with this company. I have never signed a contract or opened credit with them. I am currently working on a credit valatiion letter and a cease to contact. They continually call. I want them off my credit reports as well. Companies should not have so much power to try and scare you into paying them. Everyone has problems in their life. Making threats to sue or jail seizing property is ridiculousle Than you for your help"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2258433178", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "severo", "sourceAuthorURL": "https://github.com/severo", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6830", "split": "onlineRealHoldout", "task": true, "text": "Add a doc page for the convert_to_parquet CLI"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-36123", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-36123", "split": "onlineRealHoldout", "task": false, "text": "要说这家和乐山王浩儿店比,差距不是点把点,最主要是菜品如独蒜等特色全部精简掉了,仅仅牛肉特色还保留着,但牛肉分量不足,用料也比较差。绿缘麻辣烫,本身锅底是统一后台制作配送的,各店锅底没啥区别,唯有菜品和分量比拼。成都李家沱这家店刚开不久,好的地方没感受到,菜品种类和分量都不足,牛华的最大弊病脏乱差服务差全有,居然还排队,成都人真是贱骨头!所以这家店在我看来,没吃过可以去,去过就不想来。下面的图是乐山绿缘王浩儿店,大家看看可看看比较下"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-en-US-7120", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE en-US test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1260", "split": "onlineRealHoldout", "task": false, "text": "what's my schedule like today"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-8290", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1441", "split": "onlineRealHoldout", "task": true, "text": "打开下周周二经理会议的提醒"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-7430321", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/7430321", "split": "onlineRealHoldout", "task": false, "text": "{$960.00} Ive tried to dispute it off my credit report. XXXX XXXX"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2802723285", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "JulesGM", "sourceAuthorURL": "https://github.com/JulesGM", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/7377", "split": "onlineRealHoldout", "task": true, "text": "Support for sparse arrays with the Arrow Sparse Tensor format?"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-24918", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-24918", "split": "onlineRealHoldout", "task": false, "text": "无力吐槽的一家店,第一眼感觉还可以,进去之后就感觉被骗了,还是带着公公婆婆去吃的~随意换我们的菜不说,关键是换的菜的价格和原菜价格居然差十多块!服务员态度还很差!还说这也没有那也没有,没商量就把换了的菜端上来,那就告诉我们只能吃,没得选!还说换的菜只会换贵的,结果一看菜单。。。无语,服务员还抵赖!这种店也就是因为酒店在附近才来吃,以后反正再也不会来了~希望大家慎重选择,这种店就不要进了,影响旅游心情!附图中猪肝能做成这样也是醉了,那个生菜就是被换的,还有那个凉拌茄子。。。"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1986484124", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "leoleoasd", "sourceAuthorURL": "https://github.com/leoleoasd", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6395", "split": "onlineRealHoldout", "task": true, "text": "Add ability to set lock type"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-2122955282", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "albertvillanova", "sourceAuthorURL": "https://github.com/albertvillanova", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6644", "split": "onlineRealHoldout", "task": true, "text": "Support fsspec 2023.12"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-10508", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=1835", "split": "onlineRealHoldout", "task": true, "text": "删除清单项目"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_query_boundary", "followUpReminder": false, "id": "online-massive-zh-CN-14347", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2466", "split": "onlineRealHoldout", "task": false, "text": "什么是假设"}
{"complaint": true, "confirmationDecision": false, "family": "online_cfpb_complaint", "followUpReminder": false, "id": "online-cfpb-7214922", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "CFPB via hpe-ai/customer-complaints", "sourceLicense": "CC0-1.0 source / Apache-2.0 mirror", "sourceURL": "https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/7214922", "split": "onlineRealHoldout", "task": false, "text": "1main Financial of XXXX XXXX Illinois submitted multiple, unauthorized drafts to my checking account with XXXX XXXX XXXX located in XXXX XXXX, Il causing the bank to CLOSE my checking account and Savings account. They drafted my account EVEN after I submitted a payment. Now I owe the credit union over {$300.00} in overdraft fees and worse, 1main has levied non-sufficient fund fines on top of my loan with them. Isn't this illegal??!? What can be done?"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1755197946", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "richardwth", "sourceAuthorURL": "https://github.com/richardwth", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/5950", "split": "onlineRealHoldout", "task": true, "text": "Support for data with instance-wise dictionary as features"}
{"complaint": false, "confirmationDecision": false, "family": "online_github_task", "followUpReminder": false, "id": "online-github-1855691512", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceAuthor": "mariosasko", "sourceAuthorURL": "https://github.com/mariosasko", "sourceDataset": "Sulak2020 GitHub issues multi-repo dataset", "sourceLicense": "CC-BY-4.0 dataset / attributed source issue", "sourceURL": "https://github.com/huggingface/datasets/issues/6159", "split": "onlineRealHoldout", "task": true, "text": "Add `BoundingBox` feature"}
{"complaint": true, "confirmationDecision": false, "family": "online_asap_complaint", "followUpReminder": false, "id": "online-asap-15742", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "sourceDataset": "Meituan-Dianping/ASAP test", "sourceLicense": "Apache-2.0", "sourceURL": "https://github.com/Meituan-Dianping/asap/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/test.csv#row-15742", "split": "onlineRealHoldout", "task": false, "text": "在火车站附近的一家kfc。那边因为客流量大,店面小的原因,一直有很多人。当然更多人选择外带上火车或者候车时候吃。所以店里还是有三两个空位的,但是点单的队伍很长。我去的时候只要1个人负责点单,但是队伍已经排了有十人了,另2个服务员就在柜台里装忙。过了很久才新开一个窗口点单。而且点单收银的服务员还要负责配餐,几乎3-5分钟才排一个人。还有,店里没有标注不能用肯德基app优惠券点单。居然不让点,说:我们只提供菜单上这几个!最终换了一家店去吃。我以前从来没给过差评,第一次给差评,实在是忍无可忍,太浪费顾客时间了!"}
{"complaint": false, "confirmationDecision": false, "family": "online_massive_task", "followUpReminder": false, "id": "online-massive-zh-CN-16729", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "sourceDataset": "AmazonScience/MASSIVE zh-CN test", "sourceLicense": "CC-BY-4.0", "sourceURL": "https://huggingface.co/datasets/AmazonScience/massive?row=2882", "split": "onlineRealHoldout", "task": true, "text": "回复家明发给我的电子邮件告诉他们明天我会跟他们见面"}
@@ -0,0 +1,967 @@
{
"binaryMacro" : {
"accuracy" : 0.7863,
"f1" : 0.1613,
"precision" : 0.3899,
"recall" : 0.1203
},
"binaryMacroByLanguage" : {
"en" : {
"accuracy" : 0.805,
"f1" : 0.1635,
"precision" : 0.4342,
"recall" : 0.1331
},
"zh-Hans" : {
"accuracy" : 0.7675,
"f1" : 0.1603,
"precision" : 0.3719,
"recall" : 0.1126
}
},
"classifiers" : [
{
"falseNegativeExamples" : [
{
"confidence" : 0.8831,
"family" : "online_massive_task",
"id" : "online-massive-en-US-16438",
"language" : "en",
"text" : "i need this email sent now"
},
{
"confidence" : 0.8183,
"family" : "online_massive_task",
"id" : "online-massive-en-US-9321",
"language" : "en",
"text" : "make the radio turn on now"
},
{
"confidence" : 0.792,
"family" : "online_massive_task",
"id" : "online-massive-en-US-9327",
"language" : "en",
"text" : "please scan the am dial on the radio right now"
},
{
"confidence" : 0.791,
"family" : "online_massive_task",
"id" : "online-massive-en-US-9542",
"language" : "en",
"text" : "let me listen the latest news program on radio"
},
{
"confidence" : 0.7748,
"family" : "online_massive_task",
"id" : "online-massive-en-US-9569",
"language" : "en",
"text" : "ok google play one hundred and six point seven"
}
],
"falsePositiveExamples" : [
{
"confidence" : 0.7822,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-11677",
"language" : "zh-Hans",
"text" : "定位下鼎泰丰餐馆"
}
],
"id" : "task",
"metrics" : {
"accuracy" : 0.575,
"f1" : 0.1237,
"falseNegative" : 84,
"falsePositive" : 1,
"precision" : 0.8571,
"recall" : 0.0667,
"total" : 200,
"trueNegative" : 109,
"truePositive" : 6
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.53,
"f1" : 0.0784,
"falseNegative" : 47,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.0408,
"total" : 100,
"trueNegative" : 51,
"truePositive" : 2
},
"zh-Hans" : {
"accuracy" : 0.62,
"f1" : 0.1739,
"falseNegative" : 37,
"falsePositive" : 1,
"precision" : 0.8,
"recall" : 0.0976,
"total" : 100,
"trueNegative" : 58,
"truePositive" : 4
}
},
"thresholdAt90Precision" : {
"metrics" : {
"accuracy" : 0.56,
"f1" : 0.0435,
"falseNegative" : 88,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.0222,
"total" : 200,
"trueNegative" : 110,
"truePositive" : 2
},
"threshold" : 0.86
},
"thresholdAt95Precision" : {
"metrics" : {
"accuracy" : 0.56,
"f1" : 0.0435,
"falseNegative" : 88,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.0222,
"total" : 200,
"trueNegative" : 110,
"truePositive" : 2
},
"threshold" : 0.86
},
"thresholdsAt90PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.53,
"f1" : 0.0784,
"falseNegative" : 47,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.0408,
"total" : 100,
"trueNegative" : 51,
"truePositive" : 2
},
"threshold" : 0.86
}
},
"thresholdsAt95PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.53,
"f1" : 0.0784,
"falseNegative" : 47,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.0408,
"total" : 100,
"trueNegative" : 51,
"truePositive" : 2
},
"threshold" : 0.86
}
}
},
{
"falseNegativeExamples" : [
{
"confidence" : 0.5872,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-2921",
"language" : "zh-Hans",
"text" : "中国新闻网上有什么新闻"
},
{
"confidence" : 0.5268,
"family" : "online_massive_query_boundary",
"id" : "online-massive-en-US-16354",
"language" : "en",
"text" : "check for emails from my employer"
},
{
"confidence" : 0.5163,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-14117",
"language" : "zh-Hans",
"text" : "金字塔在哪里"
},
{
"confidence" : 0.5,
"family" : "online_massive_query_boundary",
"id" : "online-massive-en-US-11720",
"language" : "en",
"text" : "swimming"
},
{
"confidence" : 0.4906,
"family" : "online_massive_query_boundary",
"id" : "online-massive-en-US-14330",
"language" : "en",
"text" : "where was steve jobs born"
}
],
"falsePositiveExamples" : [
{
"confidence" : 0.9794,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-329",
"language" : "zh-Hans",
"text" : "突然好想你"
},
{
"confidence" : 0.971,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-16519",
"language" : "zh-Hans",
"text" : "我想要添加新邮件到我的联系人"
},
{
"confidence" : 0.9471,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-8",
"language" : "zh-Hans",
"text" : "我们想要粉红色"
},
{
"confidence" : 0.9086,
"family" : "online_massive_task",
"id" : "online-massive-en-US-261",
"language" : "en",
"text" : "i can barely hear you"
},
{
"confidence" : 0.8587,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-6789",
"language" : "zh-Hans",
"text" : "安排星期六下午四点和乔安娜开会"
}
],
"id" : "question",
"metrics" : {
"accuracy" : 0.71,
"f1" : 0.3409,
"falseNegative" : 38,
"falsePositive" : 20,
"precision" : 0.4286,
"recall" : 0.283,
"total" : 200,
"trueNegative" : 127,
"truePositive" : 15
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.77,
"f1" : 0.439,
"falseNegative" : 13,
"falsePositive" : 10,
"precision" : 0.4737,
"recall" : 0.4091,
"total" : 100,
"trueNegative" : 68,
"truePositive" : 9
},
"zh-Hans" : {
"accuracy" : 0.65,
"f1" : 0.2553,
"falseNegative" : 25,
"falsePositive" : 10,
"precision" : 0.375,
"recall" : 0.1935,
"total" : 100,
"trueNegative" : 59,
"truePositive" : 6
}
},
"thresholdsAt90PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.8,
"f1" : 0.1667,
"falseNegative" : 20,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.0909,
"total" : 100,
"trueNegative" : 78,
"truePositive" : 2
},
"threshold" : 0.91
}
},
"thresholdsAt95PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.8,
"f1" : 0.1667,
"falseNegative" : 20,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.0909,
"total" : 100,
"trueNegative" : 78,
"truePositive" : 2
},
"threshold" : 0.91
}
}
},
{
"falseNegativeExamples" : [
],
"falsePositiveExamples" : [
{
"confidence" : 0.9718,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-8",
"language" : "zh-Hans",
"text" : "我们想要粉红色"
},
{
"confidence" : 0.8556,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-329",
"language" : "zh-Hans",
"text" : "突然好想你"
}
],
"id" : "invitation",
"metrics" : {
"accuracy" : 0.99,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 2,
"precision" : 0,
"recall" : 0,
"total" : 200,
"trueNegative" : 198,
"truePositive" : 0
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 1,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 0,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 100,
"truePositive" : 0
},
"zh-Hans" : {
"accuracy" : 0.98,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 2,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 98,
"truePositive" : 0
}
},
"thresholdsAt90PrecisionByLanguage" : {
},
"thresholdsAt95PrecisionByLanguage" : {
}
},
{
"falseNegativeExamples" : [
{
"confidence" : 0.777,
"family" : "online_cfpb_complaint",
"id" : "online-cfpb-7191973",
"language" : "en",
"text" : "15 USC 1681 Section 604 \" States rights to consumers privacy '' Reporting agencies can not furnish an account WITHOUT my WRITTEN consent!"
},
{
"confidence" : 0.7219,
"family" : "online_asap_complaint",
"id" : "online-asap-3672",
"language" : "zh-Hans",
"text" : "久负盛名的蜀九香,实在太令人失望了!跟其他家的火锅比,锅底不够香,清汤不够鲜,这些都可以忍,毕竟锅底每家有各自的调味和风格,口味因人而异,不能一概而论,但是食材不新鲜这种火锅店最基本要求都没能做到,实在不能容忍,牛肉不Q弹,又木又柴,羊肉更不用提了,端上来就趴下了,筷子一夹就散,烫完后味如嚼蜡,完全没有羊肉香味,其他就不一一吐槽了,必须差评!!!果断决定不吃了,不能浪费胃里的空间,马上找另一家火锅店重新来过!"
},
{
"confidence" : 0.683,
"family" : "online_cfpb_complaint",
"id" : "online-cfpb-3380445",
"language" : "en",
"text" : "This account in the amount of {$3700.00} was placed back on my credit reports after being taken off following an investigation. XXXX XXXX XXXX purchased the account. Previously a police report was presented with this account listed as fraud. All 3 of the credit reporting agencies removed this information from my report. It has now showed up under another name. I did not authorize this account. It was obtained fraudulently and needs to be removed."
},
{
"confidence" : 0.67,
"family" : "online_cfpb_complaint",
"id" : "online-cfpb-2383661",
"language" : "en",
"text" : "Called my parents phone and discussed my debt with them. I had n't lived at my parent 's house in 20 years"
},
{
"confidence" : 0.6572,
"family" : "online_cfpb_complaint",
"id" : "online-cfpb-4631876",
"language" : "en",
"text" : "I checked my credit and noticed a account and multiple hard inquiries I do not recognize"
}
],
"falsePositiveExamples" : [
{
"confidence" : 0.8704,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-2542",
"language" : "zh-Hans",
"text" : "变成卧室灯光红色和大厅灯正常颜色"
}
],
"id" : "complaint",
"metrics" : {
"accuracy" : 0.62,
"f1" : 0.1163,
"falseNegative" : 75,
"falsePositive" : 1,
"precision" : 0.8333,
"recall" : 0.0625,
"total" : 200,
"trueNegative" : 119,
"truePositive" : 5
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.61,
"f1" : 0.0488,
"falseNegative" : 39,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.025,
"total" : 100,
"trueNegative" : 60,
"truePositive" : 1
},
"zh-Hans" : {
"accuracy" : 0.63,
"f1" : 0.1778,
"falseNegative" : 36,
"falsePositive" : 1,
"precision" : 0.8,
"recall" : 0.1,
"total" : 100,
"trueNegative" : 59,
"truePositive" : 4
}
},
"thresholdAt90Precision" : {
"metrics" : {
"accuracy" : 0.615,
"f1" : 0.0723,
"falseNegative" : 77,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.0375,
"total" : 200,
"trueNegative" : 120,
"truePositive" : 3
},
"threshold" : 0.88
},
"thresholdAt95Precision" : {
"metrics" : {
"accuracy" : 0.615,
"f1" : 0.0723,
"falseNegative" : 77,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.0375,
"total" : 200,
"trueNegative" : 120,
"truePositive" : 3
},
"threshold" : 0.88
},
"thresholdsAt90PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.62,
"f1" : 0.0952,
"falseNegative" : 38,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.05,
"total" : 100,
"trueNegative" : 60,
"truePositive" : 2
},
"threshold" : 0.77
},
"zh-Hans" : {
"metrics" : {
"accuracy" : 0.62,
"f1" : 0.0952,
"falseNegative" : 38,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.05,
"total" : 100,
"trueNegative" : 60,
"truePositive" : 2
},
"threshold" : 0.88
}
},
"thresholdsAt95PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.62,
"f1" : 0.0952,
"falseNegative" : 38,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.05,
"total" : 100,
"trueNegative" : 60,
"truePositive" : 2
},
"threshold" : 0.77
},
"zh-Hans" : {
"metrics" : {
"accuracy" : 0.62,
"f1" : 0.0952,
"falseNegative" : 38,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.05,
"total" : 100,
"trueNegative" : 60,
"truePositive" : 2
},
"threshold" : 0.88
}
}
},
{
"falseNegativeExamples" : [
],
"falsePositiveExamples" : [
{
"confidence" : 0.9258,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-6789",
"language" : "zh-Hans",
"text" : "安排星期六下午四点和乔安娜开会"
},
{
"confidence" : 0.8636,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-7291",
"language" : "zh-Hans",
"text" : "明天早上十点起预定一个小时"
},
{
"confidence" : 0.823,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-7194",
"language" : "zh-Hans",
"text" : "我明天有个会议请设置它"
},
{
"confidence" : 0.8142,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-6878",
"language" : "zh-Hans",
"text" : "安排周五下午两点三十和财务部的会议"
},
{
"confidence" : 0.7838,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-14449",
"language" : "zh-Hans",
"text" : "刘亦菲有一个新生儿吗"
}
],
"id" : "scheduleNegotiation",
"metrics" : {
"accuracy" : 0.92,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 16,
"precision" : 0,
"recall" : 0,
"total" : 200,
"trueNegative" : 184,
"truePositive" : 0
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.99,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 1,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 99,
"truePositive" : 0
},
"zh-Hans" : {
"accuracy" : 0.85,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 15,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 85,
"truePositive" : 0
}
},
"thresholdsAt90PrecisionByLanguage" : {
},
"thresholdsAt95PrecisionByLanguage" : {
}
},
{
"falseNegativeExamples" : [
],
"falsePositiveExamples" : [
{
"confidence" : 0.7756,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-5006",
"language" : "zh-Hans",
"text" : "我的闹钟定了多少次啊"
},
{
"confidence" : 0.7361,
"family" : "online_massive_query_boundary",
"id" : "online-massive-en-US-2890",
"language" : "en",
"text" : "current weather"
}
],
"id" : "confirmationDecision",
"metrics" : {
"accuracy" : 0.99,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 2,
"precision" : 0,
"recall" : 0,
"total" : 200,
"trueNegative" : 198,
"truePositive" : 0
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.99,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 1,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 99,
"truePositive" : 0
},
"zh-Hans" : {
"accuracy" : 0.99,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 1,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 99,
"truePositive" : 0
}
},
"thresholdsAt90PrecisionByLanguage" : {
},
"thresholdsAt95PrecisionByLanguage" : {
}
},
{
"falseNegativeExamples" : [
],
"falsePositiveExamples" : [
{
"confidence" : 0.9686,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-6865",
"language" : "zh-Hans",
"text" : "设置一个通知明天十点的会议"
},
{
"confidence" : 0.9264,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-7287",
"language" : "zh-Hans",
"text" : "提前一天提醒我我的周年纪念日"
},
{
"confidence" : 0.9111,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-6937",
"language" : "zh-Hans",
"text" : "设置一个提醒中午跟老板吃午餐"
},
{
"confidence" : 0.8792,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-6836",
"language" : "zh-Hans",
"text" : "提醒我明天六点的会议"
},
{
"confidence" : 0.8713,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-6901",
"language" : "zh-Hans",
"text" : "明天上午十点提醒我这个会"
}
],
"id" : "followUpReminder",
"metrics" : {
"accuracy" : 0.935,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 13,
"precision" : 0,
"recall" : 0,
"total" : 200,
"trueNegative" : 187,
"truePositive" : 0
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.96,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 4,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 96,
"truePositive" : 0
},
"zh-Hans" : {
"accuracy" : 0.91,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 9,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 91,
"truePositive" : 0
}
},
"thresholdsAt90PrecisionByLanguage" : {
},
"thresholdsAt95PrecisionByLanguage" : {
}
},
{
"falseNegativeExamples" : [
{
"confidence" : 0.7819,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-9363",
"language" : "zh-Hans",
"text" : "让我们在电台播放热门歌曲"
},
{
"confidence" : 0.7649,
"family" : "online_asap_complaint",
"id" : "online-asap-10473",
"language" : "zh-Hans",
"text" : "去年光顾过一次感觉还行,虽然速度一如慢,菜品还行也拍了照片,今天又去了,明显不行,去的是午餐时间,一个人也没有,当然了,外卖为主,可以理解,只是速度慢得不要不要的,点了牛腩饭,冬阴功汤,炸鸡翅,虾饼,芒果糯米饭,第一份上来是冬阴功汤,吓我一跳,很小的碗半碗装,根本没法喝,因为这半碗装也就是被香料填补的,喝最好过滤,对比去年的照片,明显偷工减料了。其它都过很久才上,真心照片也没兴趣拍了,本来可以放去年拍的照片的,只是不想误导,生意越来越好,品质越来越差"
},
{
"confidence" : 0.7594,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-9591",
"language" : "zh-Hans",
"text" : "听中国之声的养生大讲堂"
},
{
"confidence" : 0.7587,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-7291",
"language" : "zh-Hans",
"text" : "明天早上十点起预定一个小时"
},
{
"confidence" : 0.749,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-2914",
"language" : "zh-Hans",
"text" : "告诉我今天几号"
}
],
"falsePositiveExamples" : [
],
"id" : "replyableMessage",
"metrics" : {
"accuracy" : 0.55,
"f1" : 0.7097,
"falseNegative" : 90,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.55,
"total" : 200,
"trueNegative" : 0,
"truePositive" : 110
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.59,
"f1" : 0.7421,
"falseNegative" : 41,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.59,
"total" : 100,
"trueNegative" : 0,
"truePositive" : 59
},
"zh-Hans" : {
"accuracy" : 0.51,
"f1" : 0.6755,
"falseNegative" : 49,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.51,
"total" : 100,
"trueNegative" : 0,
"truePositive" : 51
}
},
"thresholdAt90Precision" : {
"metrics" : {
"accuracy" : 0.975,
"f1" : 0.9873,
"falseNegative" : 5,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.975,
"total" : 200,
"trueNegative" : 0,
"truePositive" : 195
},
"threshold" : 0.05
},
"thresholdAt95Precision" : {
"metrics" : {
"accuracy" : 0.975,
"f1" : 0.9873,
"falseNegative" : 5,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.975,
"total" : 200,
"trueNegative" : 0,
"truePositive" : 195
},
"threshold" : 0.05
},
"thresholdsAt90PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.97,
"f1" : 0.9848,
"falseNegative" : 3,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.97,
"total" : 100,
"trueNegative" : 0,
"truePositive" : 97
},
"threshold" : 0.05
},
"zh-Hans" : {
"metrics" : {
"accuracy" : 0.98,
"f1" : 0.9899,
"falseNegative" : 2,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.98,
"total" : 100,
"trueNegative" : 0,
"truePositive" : 98
},
"threshold" : 0.05
}
},
"thresholdsAt95PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.97,
"f1" : 0.9848,
"falseNegative" : 3,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.97,
"total" : 100,
"trueNegative" : 0,
"truePositive" : 97
},
"threshold" : 0.05
},
"zh-Hans" : {
"metrics" : {
"accuracy" : 0.98,
"f1" : 0.9899,
"falseNegative" : 2,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.98,
"total" : 100,
"trueNegative" : 0,
"truePositive" : 98
},
"threshold" : 0.05
}
}
}
],
"corpusRecordCount" : 200,
"exactTrainingOverlapCount" : 0,
"familyCount" : 4,
"generatedAt" : "2026-08-27T01:30:19Z",
"languageCounts" : {
"en" : 100,
"zh-Hans" : 100
},
"manifestSchemaVersion" : 2,
"seed" : 20260831,
"sentiment" : {
"accuracy" : 0.205,
"correct" : 41,
"macroF1" : 0.1745,
"perLabelF1" : {
"negative" : 0.2391,
"neutral" : 0.2844,
"positive" : 0
},
"total" : 200,
"unknown" : 97,
"unknownRate" : 0.485
}
}
@@ -0,0 +1,907 @@
{
"binaryMacro" : {
"accuracy" : 0.7919,
"f1" : 0.1672,
"precision" : 0.3784,
"recall" : 0.1256
},
"binaryMacroByLanguage" : {
"en" : {
"accuracy" : 0.7912,
"f1" : 0.1443,
"precision" : 0.2955,
"recall" : 0.1216
},
"zh-Hans" : {
"accuracy" : 0.7925,
"f1" : 0.1888,
"precision" : 0.3927,
"recall" : 0.1343
}
},
"classifiers" : [
{
"falseNegativeExamples" : [
{
"confidence" : 0.9596,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-8182",
"language" : "zh-Hans",
"text" : "你能删除牙医预约吗"
},
{
"confidence" : 0.7923,
"family" : "online_github_task",
"id" : "online-github-3328948690",
"language" : "en",
"text" : "Allow saving multi-dimensional ndarray with dynamic shapes"
},
{
"confidence" : 0.6821,
"family" : "online_github_task",
"id" : "online-github-1884324631",
"language" : "en",
"text" : "Support saving datasets with custom formatting"
},
{
"confidence" : 0.6717,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-10816",
"language" : "zh-Hans",
"text" : "创建一个播放列表"
},
{
"confidence" : 0.6123,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-10792",
"language" : "zh-Hans",
"text" : "我需要列一个清单"
}
],
"falsePositiveExamples" : [
{
"confidence" : 0.9771,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-2673",
"language" : "zh-Hans",
"text" : "我记得为下一次的医生预约设置提醒闹钟吗"
}
],
"id" : "task",
"metrics" : {
"accuracy" : 0.58,
"f1" : 0.1429,
"falseNegative" : 83,
"falsePositive" : 1,
"precision" : 0.875,
"recall" : 0.0778,
"total" : 200,
"trueNegative" : 109,
"truePositive" : 7
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.51,
"f1" : 0,
"falseNegative" : 49,
"falsePositive" : 0,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 51,
"truePositive" : 0
},
"zh-Hans" : {
"accuracy" : 0.65,
"f1" : 0.2857,
"falseNegative" : 34,
"falsePositive" : 1,
"precision" : 0.875,
"recall" : 0.1707,
"total" : 100,
"trueNegative" : 58,
"truePositive" : 7
}
},
"thresholdsAt90PrecisionByLanguage" : {
},
"thresholdsAt95PrecisionByLanguage" : {
}
},
{
"falseNegativeExamples" : [
{
"confidence" : 0.5555,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-11744",
"language" : "zh-Hans",
"text" : "奥莉,这周末有什么新的剧情电影"
},
{
"confidence" : 0.5433,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-5974",
"language" : "zh-Hans",
"text" : "我设置中午吃药的闹钟了吗"
},
{
"confidence" : 0.5381,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-10757",
"language" : "zh-Hans",
"text" : "我的购物清单上有什么"
},
{
"confidence" : 0.5309,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-11773",
"language" : "zh-Hans",
"text" : "找下刘若英电影"
},
{
"confidence" : 0.5024,
"family" : "online_massive_query_boundary",
"id" : "online-massive-en-US-12797",
"language" : "en",
"text" : "train times from near me to location"
}
],
"falsePositiveExamples" : [
{
"confidence" : 0.993,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-8182",
"language" : "zh-Hans",
"text" : "你能删除牙医预约吗"
},
{
"confidence" : 0.9422,
"family" : "online_github_task",
"id" : "online-github-2139640381",
"language" : "en",
"text" : "Allow image model (color conversion) to be specified as part of datasets Image() decode"
},
{
"confidence" : 0.8983,
"family" : "online_github_task",
"id" : "online-github-1965672950",
"language" : "en",
"text" : "Add support for `Sequence(Audio/Image)` feature in `push_to_hub`"
},
{
"confidence" : 0.884,
"family" : "online_github_task",
"id" : "online-github-2562392887",
"language" : "en",
"text" : "Support of num_workers (multiprocessing) in map for IterableDataset"
},
{
"confidence" : 0.8349,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-16501",
"language" : "zh-Hans",
"text" : "请给我的朋友小美发邮件说你好吗"
}
],
"id" : "question",
"metrics" : {
"accuracy" : 0.71,
"f1" : 0.3256,
"falseNegative" : 40,
"falsePositive" : 18,
"precision" : 0.4375,
"recall" : 0.2593,
"total" : 200,
"trueNegative" : 128,
"truePositive" : 14
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.71,
"f1" : 0.3556,
"falseNegative" : 15,
"falsePositive" : 14,
"precision" : 0.3636,
"recall" : 0.3478,
"total" : 100,
"trueNegative" : 63,
"truePositive" : 8
},
"zh-Hans" : {
"accuracy" : 0.71,
"f1" : 0.2927,
"falseNegative" : 25,
"falsePositive" : 4,
"precision" : 0.6,
"recall" : 0.1935,
"total" : 100,
"trueNegative" : 65,
"truePositive" : 6
}
},
"thresholdsAt90PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.78,
"f1" : 0.0833,
"falseNegative" : 22,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.0435,
"total" : 100,
"trueNegative" : 77,
"truePositive" : 1
},
"threshold" : 0.95
}
},
"thresholdsAt95PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.78,
"f1" : 0.0833,
"falseNegative" : 22,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.0435,
"total" : 100,
"trueNegative" : 77,
"truePositive" : 1
},
"threshold" : 0.95
}
}
},
{
"falseNegativeExamples" : [
],
"falsePositiveExamples" : [
],
"id" : "invitation",
"metrics" : {
"accuracy" : 1,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 0,
"precision" : 0,
"recall" : 0,
"total" : 200,
"trueNegative" : 200,
"truePositive" : 0
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 1,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 0,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 100,
"truePositive" : 0
},
"zh-Hans" : {
"accuracy" : 1,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 0,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 100,
"truePositive" : 0
}
},
"thresholdsAt90PrecisionByLanguage" : {
},
"thresholdsAt95PrecisionByLanguage" : {
}
},
{
"falseNegativeExamples" : [
{
"confidence" : 0.777,
"family" : "online_cfpb_complaint",
"id" : "online-cfpb-7191973",
"language" : "en",
"text" : "15 USC 1681 Section 604 \" States rights to consumers privacy '' Reporting agencies can not furnish an account WITHOUT my WRITTEN consent!"
},
{
"confidence" : 0.7219,
"family" : "online_asap_complaint",
"id" : "online-asap-3672",
"language" : "zh-Hans",
"text" : "久负盛名的蜀九香,实在太令人失望了!跟其他家的火锅比,锅底不够香,清汤不够鲜,这些都可以忍,毕竟锅底每家有各自的调味和风格,口味因人而异,不能一概而论,但是食材不新鲜这种火锅店最基本要求都没能做到,实在不能容忍,牛肉不Q弹,又木又柴,羊肉更不用提了,端上来就趴下了,筷子一夹就散,烫完后味如嚼蜡,完全没有羊肉香味,其他就不一一吐槽了,必须差评!!!果断决定不吃了,不能浪费胃里的空间,马上找另一家火锅店重新来过!"
},
{
"confidence" : 0.683,
"family" : "online_cfpb_complaint",
"id" : "online-cfpb-3380445",
"language" : "en",
"text" : "This account in the amount of {$3700.00} was placed back on my credit reports after being taken off following an investigation. XXXX XXXX XXXX purchased the account. Previously a police report was presented with this account listed as fraud. All 3 of the credit reporting agencies removed this information from my report. It has now showed up under another name. I did not authorize this account. It was obtained fraudulently and needs to be removed."
},
{
"confidence" : 0.67,
"family" : "online_cfpb_complaint",
"id" : "online-cfpb-2383661",
"language" : "en",
"text" : "Called my parents phone and discussed my debt with them. I had n't lived at my parent 's house in 20 years"
},
{
"confidence" : 0.6572,
"family" : "online_cfpb_complaint",
"id" : "online-cfpb-4631876",
"language" : "en",
"text" : "I checked my credit and noticed a account and multiple hard inquiries I do not recognize"
}
],
"falsePositiveExamples" : [
{
"confidence" : 0.8874,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-15304",
"language" : "zh-Hans",
"text" : "今天微博有谁关注我了"
},
{
"confidence" : 0.8624,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-2679",
"language" : "zh-Hans",
"text" : "温度是会保持不变呢还是会更低"
}
],
"id" : "complaint",
"metrics" : {
"accuracy" : 0.615,
"f1" : 0.1149,
"falseNegative" : 75,
"falsePositive" : 2,
"precision" : 0.7143,
"recall" : 0.0625,
"total" : 200,
"trueNegative" : 118,
"truePositive" : 5
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.61,
"f1" : 0.0488,
"falseNegative" : 39,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.025,
"total" : 100,
"trueNegative" : 60,
"truePositive" : 1
},
"zh-Hans" : {
"accuracy" : 0.62,
"f1" : 0.1739,
"falseNegative" : 36,
"falsePositive" : 2,
"precision" : 0.6667,
"recall" : 0.1,
"total" : 100,
"trueNegative" : 58,
"truePositive" : 4
}
},
"thresholdAt90Precision" : {
"metrics" : {
"accuracy" : 0.615,
"f1" : 0.0723,
"falseNegative" : 77,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.0375,
"total" : 200,
"trueNegative" : 120,
"truePositive" : 3
},
"threshold" : 0.89
},
"thresholdAt95Precision" : {
"metrics" : {
"accuracy" : 0.615,
"f1" : 0.0723,
"falseNegative" : 77,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.0375,
"total" : 200,
"trueNegative" : 120,
"truePositive" : 3
},
"threshold" : 0.89
},
"thresholdsAt90PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.61,
"f1" : 0.0488,
"falseNegative" : 39,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.025,
"total" : 100,
"trueNegative" : 60,
"truePositive" : 1
},
"threshold" : 0.84
},
"zh-Hans" : {
"metrics" : {
"accuracy" : 0.62,
"f1" : 0.0952,
"falseNegative" : 38,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.05,
"total" : 100,
"trueNegative" : 60,
"truePositive" : 2
},
"threshold" : 0.89
}
},
"thresholdsAt95PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.61,
"f1" : 0.0488,
"falseNegative" : 39,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.025,
"total" : 100,
"trueNegative" : 60,
"truePositive" : 1
},
"threshold" : 0.84
},
"zh-Hans" : {
"metrics" : {
"accuracy" : 0.62,
"f1" : 0.0952,
"falseNegative" : 38,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.05,
"total" : 100,
"trueNegative" : 60,
"truePositive" : 2
},
"threshold" : 0.89
}
}
},
{
"falseNegativeExamples" : [
],
"falsePositiveExamples" : [
{
"confidence" : 0.77,
"family" : "online_github_task",
"id" : "online-github-2242968745",
"language" : "en",
"text" : "Allow deleting a subset/config from a no-script dataset"
},
{
"confidence" : 0.7432,
"family" : "online_massive_query_boundary",
"id" : "online-massive-en-US-3771",
"language" : "en",
"text" : "tell me about alarms"
},
{
"confidence" : 0.7376,
"family" : "online_github_task",
"id" : "online-github-2072111000",
"language" : "en",
"text" : "Make DatasetDict.column_names return a list instead of dict"
},
{
"confidence" : 0.7221,
"family" : "online_github_task",
"id" : "online-github-3120799626",
"language" : "en",
"text" : "Add option to ignore keys/columns when loading a dataset from jsonl(or any other data format)"
},
{
"confidence" : 0.7109,
"family" : "online_massive_query_boundary",
"id" : "online-massive-en-US-12797",
"language" : "en",
"text" : "train times from near me to location"
}
],
"id" : "scheduleNegotiation",
"metrics" : {
"accuracy" : 0.93,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 14,
"precision" : 0,
"recall" : 0,
"total" : 200,
"trueNegative" : 186,
"truePositive" : 0
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.94,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 6,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 94,
"truePositive" : 0
},
"zh-Hans" : {
"accuracy" : 0.92,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 8,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 92,
"truePositive" : 0
}
},
"thresholdsAt90PrecisionByLanguage" : {
},
"thresholdsAt95PrecisionByLanguage" : {
}
},
{
"falseNegativeExamples" : [
],
"falsePositiveExamples" : [
{
"confidence" : 0.8377,
"family" : "online_github_task",
"id" : "online-github-1755197946",
"language" : "en",
"text" : "Support for data with instance-wise dictionary as features"
},
{
"confidence" : 0.7501,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-10523",
"language" : "zh-Hans",
"text" : "从我的中国风歌单中删除列表"
}
],
"id" : "confirmationDecision",
"metrics" : {
"accuracy" : 0.99,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 2,
"precision" : 0,
"recall" : 0,
"total" : 200,
"trueNegative" : 198,
"truePositive" : 0
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.99,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 1,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 99,
"truePositive" : 0
},
"zh-Hans" : {
"accuracy" : 0.99,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 1,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 99,
"truePositive" : 0
}
},
"thresholdsAt90PrecisionByLanguage" : {
},
"thresholdsAt95PrecisionByLanguage" : {
}
},
{
"falseNegativeExamples" : [
],
"falsePositiveExamples" : [
{
"confidence" : 0.9902,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-8079",
"language" : "zh-Hans",
"text" : "给我的烘烤面包设个一小时提醒"
},
{
"confidence" : 0.9854,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-2673",
"language" : "zh-Hans",
"text" : "我记得为下一次的医生预约设置提醒闹钟吗"
},
{
"confidence" : 0.9686,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-6865",
"language" : "zh-Hans",
"text" : "设置一个通知明天十点的会议"
},
{
"confidence" : 0.9447,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-7151",
"language" : "zh-Hans",
"text" : "在每个奇数周日设置一个提醒"
},
{
"confidence" : 0.94,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-8269",
"language" : "zh-Hans",
"text" : "在星期二的会议前三十分钟提醒"
}
],
"id" : "followUpReminder",
"metrics" : {
"accuracy" : 0.905,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 19,
"precision" : 0,
"recall" : 0,
"total" : 200,
"trueNegative" : 181,
"truePositive" : 0
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.97,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 3,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 97,
"truePositive" : 0
},
"zh-Hans" : {
"accuracy" : 0.84,
"f1" : 0,
"falseNegative" : 0,
"falsePositive" : 16,
"precision" : 0,
"recall" : 0,
"total" : 100,
"trueNegative" : 84,
"truePositive" : 0
}
},
"thresholdsAt90PrecisionByLanguage" : {
},
"thresholdsAt95PrecisionByLanguage" : {
}
},
{
"falseNegativeExamples" : [
{
"confidence" : 0.7809,
"family" : "online_massive_task",
"id" : "online-massive-zh-CN-10523",
"language" : "zh-Hans",
"text" : "从我的中国风歌单中删除列表"
},
{
"confidence" : 0.7653,
"family" : "online_massive_query_boundary",
"id" : "online-massive-zh-CN-13341",
"language" : "zh-Hans",
"text" : "我希望它能记住我的喜好当我询问时能根据我的喜好来推荐"
},
{
"confidence" : 0.7649,
"family" : "online_asap_complaint",
"id" : "online-asap-10473",
"language" : "zh-Hans",
"text" : "去年光顾过一次感觉还行,虽然速度一如慢,菜品还行也拍了照片,今天又去了,明显不行,去的是午餐时间,一个人也没有,当然了,外卖为主,可以理解,只是速度慢得不要不要的,点了牛腩饭,冬阴功汤,炸鸡翅,虾饼,芒果糯米饭,第一份上来是冬阴功汤,吓我一跳,很小的碗半碗装,根本没法喝,因为这半碗装也就是被香料填补的,喝最好过滤,对比去年的照片,明显偷工减料了。其它都过很久才上,真心照片也没兴趣拍了,本来可以放去年拍的照片的,只是不想误导,生意越来越好,品质越来越差"
},
{
"confidence" : 0.7489,
"family" : "online_github_task",
"id" : "online-github-2997422044",
"language" : "en",
"text" : "Update items in the dataset without `map`"
},
{
"confidence" : 0.7297,
"family" : "online_github_task",
"id" : "online-github-3090255023",
"language" : "en",
"text" : "Add LMDB format support"
}
],
"falsePositiveExamples" : [
],
"id" : "replyableMessage",
"metrics" : {
"accuracy" : 0.605,
"f1" : 0.7539,
"falseNegative" : 79,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.605,
"total" : 200,
"trueNegative" : 0,
"truePositive" : 121
},
"metricsByLanguage" : {
"en" : {
"accuracy" : 0.6,
"f1" : 0.75,
"falseNegative" : 40,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.6,
"total" : 100,
"trueNegative" : 0,
"truePositive" : 60
},
"zh-Hans" : {
"accuracy" : 0.61,
"f1" : 0.7578,
"falseNegative" : 39,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.61,
"total" : 100,
"trueNegative" : 0,
"truePositive" : 61
}
},
"thresholdAt90Precision" : {
"metrics" : {
"accuracy" : 0.975,
"f1" : 0.9873,
"falseNegative" : 5,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.975,
"total" : 200,
"trueNegative" : 0,
"truePositive" : 195
},
"threshold" : 0.05
},
"thresholdAt95Precision" : {
"metrics" : {
"accuracy" : 0.975,
"f1" : 0.9873,
"falseNegative" : 5,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.975,
"total" : 200,
"trueNegative" : 0,
"truePositive" : 195
},
"threshold" : 0.05
},
"thresholdsAt90PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.98,
"f1" : 0.9899,
"falseNegative" : 2,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.98,
"total" : 100,
"trueNegative" : 0,
"truePositive" : 98
},
"threshold" : 0.05
},
"zh-Hans" : {
"metrics" : {
"accuracy" : 0.97,
"f1" : 0.9848,
"falseNegative" : 3,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.97,
"total" : 100,
"trueNegative" : 0,
"truePositive" : 97
},
"threshold" : 0.05
}
},
"thresholdsAt95PrecisionByLanguage" : {
"en" : {
"metrics" : {
"accuracy" : 0.98,
"f1" : 0.9899,
"falseNegative" : 2,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.98,
"total" : 100,
"trueNegative" : 0,
"truePositive" : 98
},
"threshold" : 0.05
},
"zh-Hans" : {
"metrics" : {
"accuracy" : 0.97,
"f1" : 0.9848,
"falseNegative" : 3,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.97,
"total" : 100,
"trueNegative" : 0,
"truePositive" : 97
},
"threshold" : 0.05
}
}
}
],
"corpusRecordCount" : 200,
"exactTrainingOverlapCount" : 0,
"familyCount" : 5,
"generatedAt" : "2026-08-27T01:37:33Z",
"languageCounts" : {
"en" : 100,
"zh-Hans" : 100
},
"manifestSchemaVersion" : 2,
"seed" : 20260831,
"sentiment" : {
"accuracy" : 0.18,
"correct" : 36,
"macroF1" : 0.1589,
"perLabelF1" : {
"negative" : 0.234,
"neutral" : 0.2427,
"positive" : 0
},
"total" : 200,
"unknown" : 99,
"unknownRate" : 0.495
}
}
@@ -0,0 +1,42 @@
{
"containsProjectUserClipboardData": false,
"corpusSHA256": "33d5fdfb3dc2d3f758cc9f0b1878c90a4a01203a7d8ce77c0082969bfdb5c4c3",
"generatedFromOnlineSources": true,
"labelCorrection": {
"reason": "Replaced generic MASSIVE device-control commands with attributed GitHub work requests.",
"supersededCorpusSHA256": "2962b6d28fe0ef551ae46f62accbde93c9da7f0fad93451c06c2e226350aad33"
},
"labelDefinition": {
"complaint": "A user reports a negative experience, failure, or grievance.",
"task": "An actionable work request suitable for todo extraction; device-control commands are excluded."
},
"recordCount": 200,
"seed": 20260831,
"sources": [
{
"dataset": "CFPB via hpe-ai/customer-complaints",
"license": "CC0-1.0 source / Apache-2.0 mirror",
"records": 40,
"url": "https://huggingface.co/datasets/hpe-ai/customer-complaints"
},
{
"dataset": "Meituan-Dianping/ASAP",
"license": "Apache-2.0",
"records": 40,
"revision": "975122a60065240124df62cb4d5dbfd19ed9ef2c",
"url": "https://github.com/Meituan-Dianping/asap"
},
{
"dataset": "AmazonScience/MASSIVE",
"license": "CC-BY-4.0",
"records": 80,
"url": "https://huggingface.co/datasets/AmazonScience/massive"
},
{
"dataset": "Sulak2020 GitHub issues multi-repo dataset",
"license": "CC-BY-4.0 with per-record attribution",
"records": 40,
"url": "https://huggingface.co/datasets/Sulak2020/github-issues-multirepo-datasets-Sulakshana"
}
]
}
@@ -0,0 +1,240 @@
{
"baseCorpusRecords": 17692,
"combinedCorpusSHA256": "24bbec3fb9b3cc6434582d660b03b37401abe1339185405115646675ec3b654a",
"combinedRecords": 48779,
"excludedBaseOverlap": 6,
"excludedHoldoutOverlap": 425,
"excludedSources": [
{
"dataset": "MIDAS",
"reason": "Upstream deleted da_data in commit 509eb7e78b6661e54883fe3522ba60aaddcf69f2; deleted data is not resurrected for training."
},
{
"dataset": "DailyDialog / EmpatheticDialogues / Switchboard",
"reason": "Non-commercial license restriction."
},
{
"dataset": "NormDial / xLLMs Dialogue Greetings",
"reason": "No clear standard dataset license."
},
{
"dataset": "Schema-Guided Dialogue",
"reason": "CC-BY-SA-4.0 compatibility requires legal review."
},
{
"dataset": "Stanford Politeness Corpus",
"reason": "The downloadable archive does not include an explicit corpus license; source comments may carry ShareAlike obligations."
},
{
"dataset": "CPED",
"reason": "The Apache repository license does not establish commercial training rights for dialogue transcribed from copyrighted TV shows."
},
{
"dataset": "Tianji Wishes / Birthday Quotes",
"reason": "Dataset-level licenses do not provide a sufficiently clear per-record source or synthetic-generation rights chain."
},
{
"dataset": "Verified Enron Intent / GitHub issue holdout source",
"reason": "No clean official train split independent from the frozen holdout."
},
{
"dataset": "CFPB",
"reason": "No official train split; the source is already represented in frozen evaluation data and contains privacy-sensitive narratives."
},
{
"dataset": "CLINC150",
"reason": "Kept isolated from product training because its assistant intents are not aligned with the product-policy taxonomy."
},
{
"dataset": "openclaw-zh-greetings / WeChat-AutoSendBless",
"reason": "Repository licenses do not establish a sufficiently clear, versioned rights chain for the underlying message templates."
}
],
"openTrainingRecords": 31087,
"policy": "Licensed official training splits only. Per-record knownLabels prevent unannotated intents from becoming false negatives. Exact normalized text overlap with every local *holdout-corpus.jsonl file is excluded.",
"schemaVersion": 1,
"seed": 20260827,
"sources": [
{
"dataset": "AmazonScience/MASSIVE en-US",
"knownLabelCounts": {
"assistantCommand": 3658,
"domain": 9824,
"informationQuery": 5307,
"sentiment": 126,
"task": 358
},
"languages": {
"en": 10810
},
"license": "CC-BY-4.0",
"records": 10810,
"revision": "1.1",
"url": "https://huggingface.co/datasets/AmazonScience/massive"
},
{
"dataset": "AmazonScience/MASSIVE zh-CN",
"knownLabelCounts": {
"assistantCommand": 3272,
"domain": 9166,
"informationQuery": 5025,
"sentiment": 120,
"task": 348
},
"languages": {
"zh-Hans": 10099
},
"license": "CC-BY-4.0",
"records": 10099,
"revision": "1.1",
"url": "https://huggingface.co/datasets/AmazonScience/massive"
},
{
"dataset": "CrossWOZ",
"knownLabelCounts": {
"domain": 476,
"informationQuery": 393
},
"languages": {
"zh-Hans": 599
},
"license": "Apache-2.0",
"records": 599,
"revision": "df82c9fdff91b9b130f2d6b89110d3870ba6260e",
"url": "https://github.com/thu-coai/CrossWOZ/blob/df82c9fdff91b9b130f2d6b89110d3870ba6260e/data/crosswoz/train.json.zip"
},
{
"dataset": "FormosaNLU Synth v1",
"knownLabelCounts": {
"assistantCommand": 839,
"domain": 1747,
"informationQuery": 817,
"task": 119
},
"languages": {
"zh-Hans": 1988
},
"license": "CC-BY-4.0",
"records": 1988,
"revision": "03a337b61a200ab690994dca4dc31aa7f209800e",
"url": "https://huggingface.co/datasets/steven0226/formosa-nlu-synth-v1/resolve/03a337b61a200ab690994dca4dc31aa7f209800e/data/train.jsonl"
},
{
"dataset": "Google Research GoEmotions",
"knownLabelCounts": {
"sentiment": 799
},
"languages": {
"en": 1199
},
"license": "Apache-2.0",
"records": 1199,
"revision": "5d8f4ac97c873bde3a792ba4628f00bb9103d3e6",
"url": "https://github.com/google-research/google-research/blob/5d8f4ac97c873bde3a792ba4628f00bb9103d3e6/goemotions/data/train.tsv"
},
{
"dataset": "Google Taskmaster-1",
"knownLabelCounts": {
"domain": 631
},
"languages": {
"en": 631
},
"license": "CC-BY-4.0",
"records": 631,
"revision": "d92cb6af3005f1dc09c39e75e7daf4a04905e00b",
"url": "https://github.com/google-research-datasets/Taskmaster/tree/d92cb6af3005f1dc09c39e75e7daf4a04905e00b/TM-1-2019"
},
{
"dataset": "HLTCHKUST/BiToD",
"knownLabelCounts": {
"domain": 1339,
"informationQuery": 885,
"task": 355
},
"languages": {
"en": 681,
"zh-Hans": 658
},
"license": "Apache-2.0",
"records": 1339,
"revision": "a9bd74de9eecdc3d875cb4ebf6a6beaf9c30c2ff",
"url": "https://raw.githubusercontent.com/HLTCHKUST/BiToD/a9bd74de9eecdc3d875cb4ebf6a6beaf9c30c2ff/data/zh_train.json"
},
{
"dataset": "Meituan-Dianping/ASAP",
"knownLabelCounts": {
"complaint": 500,
"domain": 1000,
"sentiment": 1000
},
"languages": {
"zh-Hans": 1000
},
"license": "Apache-2.0",
"records": 1000,
"revision": "975122a60065240124df62cb4d5dbfd19ed9ef2c",
"url": "https://github.com/Meituan-Dianping/ASAP/blob/975122a60065240124df62cb4d5dbfd19ed9ef2c/data/train.csv"
},
{
"dataset": "MultiDoGO",
"knownLabelCounts": {
"domain": 464,
"informationQuery": 61,
"task": 83
},
"languages": {
"en": 464
},
"license": "CDLA-Permissive-1.0",
"records": 464,
"revision": "baa30639c4b271f394b81443c842193407cdf26d",
"url": "https://github.com/awslabs/multi-domain-goal-oriented-dialogues-dataset/blob/baa30639c4b271f394b81443c842193407cdf26d/data/paper_splits/splits_annotated_at_turn_level/airline/train.tsv"
},
{
"dataset": "PolyAI MInDS-14 zh-CN",
"knownLabelCounts": {
"assistantCommand": 163,
"domain": 480,
"informationQuery": 179
},
"languages": {
"zh-Hans": 480
},
"license": "CC-BY-4.0",
"records": 480,
"revision": "40ce77cb32a384e4d50a568e1ec39ac804019d33",
"url": "https://huggingface.co/datasets/PolyAI/minds14/resolve/40ce77cb32a384e4d50a568e1ec39ac804019d33/zh-CN/train-00000-of-00001.parquet"
},
{
"dataset": "PolyAI RESTAURANTS-8K",
"knownLabelCounts": {
"domain": 986
},
"languages": {
"en": 986
},
"license": "CC-BY-4.0",
"records": 986,
"revision": "57ec275d8078af65b7731c2a98be812d844a6d6b",
"url": "https://raw.githubusercontent.com/PolyAI-LDN/task-specific-datasets/57ec275d8078af65b7731c2a98be812d844a6d6b/span_extraction/restaurant8k/train_0.json"
},
{
"dataset": "SNIPS NLU Benchmark",
"knownLabelCounts": {
"assistantCommand": 499,
"domain": 1492,
"informationQuery": 743,
"task": 250
},
"languages": {
"en": 1492
},
"license": "CC0-1.0",
"records": 1492,
"revision": "b86ac7f1577868c42158d0dec77db50956046696",
"url": "https://raw.githubusercontent.com/sonos/nlu-benchmark/b86ac7f1577868c42158d0dec77db50956046696/2017-06-custom-intent-engines/BookRestaurant/train_BookRestaurant_full.json"
}
],
"unavailableSources": []
}
@@ -0,0 +1,680 @@
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, I may revisit the release eventually, but there is no plan."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-002", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, the page stays blank is still unresolved and the client is already chasing us. Can I get a clear answer?"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-016", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: the account is locked again is still unresolved and delivery is now delayed. Can I get a clear answer?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,等复诊结束后第二天再找招聘方确认处理进度,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-017", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The original slot is blocked for me; could we swap to after lunch on Thursday?"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-006", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,资料归档目前走到哪一步了,方便说明吗?"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-012", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,周一早会后我们在客户办公室碰面聊方案,要不要一起?"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-009", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Quick check: who owns the final call on the release?"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-007", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,物流状态停了五天到现在没解决,客户已经在催,能给一个明确答复吗?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Your next action is to prepare the acceptance screenshots as this week closes for the vendor."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I formally approve the offline resolution; start the next steps before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, I just saw the photo you sent, and I thought you might want to know."}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Your next action is to prepare the retro summary within two business days for the vendor."}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Just letting you know, I finally wrapped up today; we can talk later."}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,跟你说一声,我刚到酒店,晚点再聊。"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-001", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I saved you a spot to have a casual dinner next Wednesday afternoon at the cafe downstairs; can you make it?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Once the payment lands, check with the account manager the next day about the final decision."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Note to self: remind me to contact the account manager by tomorrow evening about resolution progress."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-016", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Where does the fee adjustment stand right now?"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "补充一下,必须夸一下,处理结果超出预期,谢谢你们。"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-008", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Quick check: who owns the final call on the release?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Once the payment lands, check with the landlord the next day about the final decision."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, The notes preserve the question “Who owns the timeline change?”, which is answered below."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-011", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Where does the fee adjustment stand right now?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,下一步由你整理预算备注,请在午休前交给设计同学。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, The reference page states that the showroom closes on Mondays."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I formally approve the lightweight version; start the next steps by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,历史行程显示他们曾在园区北门碰面聊方案,没有邀请任何人。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Once the patch ships, check with the recruiter the next day about the final decision."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,项目负责人还缺测试结论,麻烦午休前补齐后在共享文档中留言。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-003", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,明天十点半赶不过去,换成下周一下午你觉得可行吗?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,个人备忘:提醒我明晚之前联系招聘方,追一下下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,下一步由你整理签字页,请在明晚之前交给供应商。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Your next action is to prepare the budget notes by tomorrow evening for the project lead."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Okay, I received it. This is only an acknowledgment."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,公告只记录一件事:参加小范围评审定在周六傍晚,地点是三号会议室。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,以后也许会看看资料归档,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Once the sample arrives, check with Legal the next day about next steps."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,以后也许会看看排期变动,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,下一步由你整理验收截图,请在月底前交给设计同学。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-003", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, I cannot make Saturday evening. Would late Friday afternoon be workable instead?"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-001", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, I have tried three times and the page stays blank; all work is blocked. When will this be fixed?"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,哪天有心情再找法务聊处理进度吧。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "个人备忘:提醒我本周收尾时联系招聘方,追一下到账情况。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,哪天有心情再找医生聊交付日期吧。"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,不用再比较了,就选季度结算,后续都按这个口径走。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, Note to self: remind me to contact Legal before the next review about payment status."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,看到了,先这样,不需要回复。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-011", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: I have tried three times and the attachment never opens; I cannot continue. When will this be fixed?"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The document heading says “What about document archiving?”, but it is not asking you."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The current record contains one fact: the current version is 2.1."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "简单说,讲解特别清楚,整个过程让人很安心。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Note to self: remind me to contact the account manager before month-end about payment status."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The notice only records that they will meet to discuss the proposal tonight at nine at the online room."}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-006", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The original slot is blocked for me; could we swap to after lunch on Thursday?"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, No more comparisons: choose vendor C and use it as the final direction."}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-011", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,原来的时段卡住了,我只能周二四点半,能不能对调?"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: Data shows that many flights were delayed overnight, with no request for support."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,数据显示部分门店暂停营业,没有提出处理诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,哪天有心情再找医生聊下一步安排吧。"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,看到了,先这样,不需要回复。"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "No more comparisons: choose vendor C and use it as the final direction."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: The current record contains one fact: the showroom closes on Mondays."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The notes preserve the question “Who owns access activation?”, which is answered below."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,以后也许会看看排期变动,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,下一步由你整理预算备注,请在明晚之前交给设计同学。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Maybe I will talk to the recruiter about the delivery date someday."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-005", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,我已经重试三次,还是账号又被锁住,导致我无法继续操作。请问什么时候能处理?"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-020", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,想核实一下,排期变动现在由谁拍板?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,个人备忘:提醒我下次评审前联系医生,追一下处理进度。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-013", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, I have tried three times and tracking has not moved for five days; my family cannot receive the item. When will this be fixed?"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "A quick note: Credit where it is due: the explanation was crystal clear. Thank you."}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Your next action is to prepare the acceptance screenshots by tomorrow evening for Finance."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,运营还缺签字页,麻烦两个工作日内补齐后在群里留言。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The reference page states that the warehouse has three floors."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "No more comparisons: choose the second quote and use it as the final direction."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The old itinerary says they went to the online room to have a casual dinner; nobody is being invited."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-013", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,页面一直空白到现在没解决,交付时间被耽误,能给一个明确答复吗?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,下一步由你整理复盘摘要,请在午休前交给项目负责人。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "新流程顺手多了,整个过程让人很安心。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,当前记录只包含一个事实:蓝色标签表示已归档。"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-015", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,我给你留了位置,明天十点半到三号会议室参加小范围评审,能来不?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Note to self: remind me to contact Legal as this week closes about next steps."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,等样品送达后第二天再找法务确认交付日期,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,纪要保留了“谁负责资料归档?”这句话,答案已经写在后面。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "The main point is this: the fix feels solid, and the whole process felt reassuring."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "简单说,必须夸一下,处理结果超出预期,谢谢你们。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The reference page states that the showroom closes on Mondays."}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,跟你说一声,演示比预想顺利,晚点再聊。"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I formally approve the second quote; start the next steps before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-017", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,原来的时段卡住了,我只能周四午休后,能不能对调?"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "A quick note: the new flow is much easier, and the whole process felt reassuring."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,公告只记录一件事:吃顿便饭定在周六傍晚,地点是园区北门。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-019", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,付款结果重复扣款到现在没解决,工作完全卡住,能给一个明确答复吗?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Your next action is to prepare the acceptance screenshots before lunch for Finance."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The news brief reports that many flights were delayed overnight; this is only a factual summary."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-005", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,费用调整目前走到哪一步了,方便说明吗?"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,不用再比较了,就选线下处理方案,后续都按这个口径走。"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-002", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,我给你留了位置,下周三午后到三号会议室吃顿便饭,能来不?"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The document heading says “What about document archiving?”, but it is not asking you."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, Data shows that several stores paused operations, with no request for support."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The notice only records that they will join a small review after Monday's stand-up at the cafe downstairs."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Maybe I will talk to the recruiter about the delivery date someday."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Finance still needs the retro summary; please add it as this week closes and leave a note inside the shared document."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Okay, I received it. This is only an acknowledgment."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The reference page states that the warehouse has three floors."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "I formally approve the offline resolution; start the next steps by tomorrow evening."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-010", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "the account is locked again is still unresolved and delivery is now delayed. Can I get a clear answer?"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,资料页写明:合同附件为 PDF。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,刚看到你发的照片,突然想到你可能会想知道。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Once the checkup ends, check with the account manager the next day about resolution progress."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "必须夸一下,修复后体验很好,谢谢你们。"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-010", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,周一早会后我们在线上会议室吃顿便饭,要不要一起?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,下一步由你整理预算备注,请在午休前交给供应商。"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,运营还缺测试结论,麻烦明晚之前补齐后在邮件线程里留言。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-016", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,我已经重试三次,还是账号又被锁住,导致工作完全卡住。请问什么时候能处理?"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-011", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Want to have a casual dinner with us tomorrow at 10:30 at meeting room three?"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,跟你说一声,今天终于忙完了,晚点再聊。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,以后也许会看看版本上线,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,数据显示原材料价格再次上涨,没有提出处理诉求。"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, No more comparisons: choose a limited rollout first and use it as the final direction."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "先说重点,必须夸一下,修复后体验很好,谢谢你们。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-010", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,原来的时段卡住了,我只能周二四点半,能不能对调?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Your next action is to prepare the delivery checklist as this week closes for Support."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,当前记录只包含一个事实:当前版本号是 2.1。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-005", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: The original slot is blocked for me; could we swap to late Friday afternoon?"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-016", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,周六傍晚我们在楼下咖啡店参加小范围评审,要不要一起?"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "先说重点,必须夸一下,处理结果超出预期,谢谢你们。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,个人备忘:提醒我午休前联系房东,追一下补充材料。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Note to self: remind me to contact Legal before month-end about next steps."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The notes preserve the question “Who owns the fee adjustment?”, which is answered below."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "The main point is this: the response was exceptionally fast, and the whole process felt reassuring."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,资料页写明:当前版本号是 2.1。"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,我正式确认第二套报价,请下次评审前启动后续安排。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The notice only records that they will attend the celebration next Wednesday afternoon at the client office."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-017", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,资料归档目前走到哪一步了,方便说明吗?"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Okay, I received it. This is only an acknowledgment."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Operations still needs the retro summary; please add it by tomorrow evening and leave a note in the group thread."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The news brief reports that several stores paused operations; this is only a factual summary."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,公告只记录一件事:看内部演示定在明天十点半,地点是客户办公室。"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,运营还缺交付清单,麻烦明晚之前补齐后在邮件线程里留言。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The news brief reports that the weather alert was upgraded; this is only a factual summary."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,等客户回信后第二天再找法务确认交付日期,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: The current record contains one fact: a blue label means archived."}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Your next action is to prepare the test findings by tomorrow evening for Finance."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,哪天有心情再找客户经理聊交付日期吧。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The notice only records that they will attend the celebration tomorrow at 10:30 at the client office."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,哪天有心情再找法务聊下一步安排吧。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,资料页写明:合同附件为 PDF。"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-002", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Quick check: who owns the final call on document archiving?"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,文档标题是“资料归档怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: I formally approve quarterly billing; start the next steps before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-014", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,想核实一下,资料归档现在由谁拍板?"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The document heading says “What about access activation?”, but it is not asking you."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I may revisit support coverage eventually, but there is no plan."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,资料页写明:蓝色标签表示已归档。"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Seen, that is all for now; no reply needed."}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,刚看到你发的照片,突然想到你可能会想知道。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Note to self: remind me to contact the warehouse lead before lunch about the final decision."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,资料页写明:展厅周一闭馆。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-019", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: I have tried three times and the account is locked again; I cannot continue. When will this be fixed?"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-019", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Where does document archiving stand right now?"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-013", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,想核实一下,售后范围现在由谁拍板?"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The notes preserve the question “Who owns the fee adjustment?”, which is answered below."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, I may revisit the release eventually, but there is no plan."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-008", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Want to watch the internal demo with us after Monday's stand-up at the cafe downstairs?"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "新闻简报显示,天气预警已经升级,本文仅陈述情况。"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-009", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, I saved you a spot to attend the celebration next Wednesday afternoon at the cafe downstairs; can you make it?"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-012", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Where does access activation stand right now?"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,纪要保留了“谁负责排期变动?”这句话,答案已经写在后面。"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-015", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,想核实一下,权限开通现在由谁拍板?"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,看到了,先这样,不需要回复。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-002", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "我已经重试三次,还是页面一直空白,导致工作完全卡住。请问什么时候能处理?"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,数据显示部分门店暂停营业,没有提出处理诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-009", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,下周三午后赶不过去,换成周五临下班前你觉得可行吗?"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,当前记录只包含一个事实:合同附件为 PDF。"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, the vendor still needs the budget notes; please add it before month-end and leave a note under the ticket."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-001", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,我给你留了位置,今晚九点到园区北门参加庆功会,能来不?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,等复诊结束后第二天再找法务确认处理进度,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, the project lead still needs the signature page; please add it before month-end and leave a note in the email chain."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The old itinerary says they went to the client office to watch the internal demo; nobody is being invited."}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,跟你说一声,演示比预想顺利,晚点再聊。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "Credit where it is due: the response was exceptionally fast. Thank you."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The old itinerary says they went to the cafe downstairs to have a casual dinner; nobody is being invited."}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-001", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The original slot is blocked for me; could we swap to next Monday afternoon?"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-018", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,版本上线目前走到哪一步了,方便说明吗?"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, No more comparisons: choose quarterly billing and use it as the final direction."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The document heading says “What about the release?”, but it is not asking you."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: The document heading says “What about the release?”, but it is not asking you."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-001", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Where does access activation stand right now?"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,不用再比较了,就选季度结算,后续都按这个口径走。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-002", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The original slot is blocked for me; could we swap to after lunch on Thursday?"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-018", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "原来的时段卡住了,我只能周四午休后,能不能对调?"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Operations still needs the signature page; please add it before lunch and leave a note in the group thread."}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, I just reached the hotel, and I thought you might want to know."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-015", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,附件始终打不开到现在没解决,客户已经在催,能给一个明确答复吗?"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-013", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I cannot make next Wednesday afternoon. Would Tuesday at 4:30 be workable instead?"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, The news brief reports that the industry index fell again; this is only a factual summary."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Note to self: remind me to contact Legal before the next review about the delivery date."}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,下一步由你整理预算备注,请在月底前交给财务。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The notice only records that they will attend the celebration next Wednesday afternoon at the online room."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-005", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,我给你留了位置,明天十点半到线上会议室看内部演示,能来不?"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,我刚到酒店,突然想到你可能会想知道。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "I just saw the photo you sent, and I thought you might want to know."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: The notes preserve the question “Who owns access activation?”, which is answered below."}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Your next action is to prepare the acceptance screenshots before month-end for Support."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,嗯,内容已收到,我只是确认一下。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,下一步由你整理预算备注,请在明晚之前交给设计同学。"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Seen, that is all for now; no reply needed."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The notes preserve the question “Who owns the timeline change?”, which is answered below."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "设计同学还缺测试结论,麻烦两个工作日内补齐后在邮件线程里留言。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "For context, the fix feels solid, and the whole process felt reassuring."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-001", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,想核实一下,权限开通现在由谁拍板?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,下一步由你整理预算备注,请在本周收尾时交给项目负责人。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "For the record, the outcome exceeded expectations, and the whole process felt reassuring."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Data shows that the weather alert was upgraded, with no request for support."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-006", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I saved you a spot to meet to discuss the proposal Saturday evening at the online room; can you make it?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,个人备忘:提醒我午休前联系医生,追一下到账情况。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-003", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,我已经重试三次,还是物流状态停了五天,导致客户已经在催。请问什么时候能处理?"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Design still needs the retro summary; please add it by tomorrow evening and leave a note on the project card."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,财务还缺验收截图,麻烦两个工作日内补齐后在工单下方留言。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Maybe I will talk to the account manager about the missing documents someday."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The old itinerary says they went to the cafe downstairs to attend the celebration; nobody is being invited."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,历史行程显示他们曾在线上会议室看内部演示,没有邀请任何人。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,新闻简报显示,昨夜航班大面积延误,本文仅陈述情况。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-020", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,付款结果重复扣款到现在没解决,客户已经在催,能给一个明确答复吗?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,等补丁上线后第二天再找法务确认补充材料,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "Just to add, the outcome exceeded expectations, and the whole process felt reassuring."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,当前记录只包含一个事实:当前版本号是 2.1。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,跟你说一声,刚看到你发的照片,晚点再聊。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,个人备忘:提醒我本周收尾时联系房东,追一下最终结论。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The news brief reports that several stores paused operations; this is only a factual summary."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Once the payment lands, check with the recruiter the next day about resolution progress."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-017", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Want to meet to discuss the proposal with us tonight at nine at the client office?"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,运营还缺预算备注,麻烦两个工作日内补齐后在工单下方留言。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Data shows that the industry index fell again, with no request for support."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "我正式确认先灰度发布,请午休前启动后续安排。"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "看到了,先这样,不需要回复。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,路上有点堵,突然想到你可能会想知道。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Just letting you know, the demo went better than expected; we can talk later."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, The current record contains one fact: the showroom closes on Mondays."}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-018", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The original slot is blocked for me; could we swap to next Monday afternoon?"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Data shows that the industry index fell again, with no request for support."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-014", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, I saved you a spot to have a casual dinner next Wednesday afternoon at the client office; can you make it?"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: traffic is a little slow, and I thought you might want to know."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Once the contract is signed, check with the landlord the next day about the missing documents."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-003", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,想核实一下,售后范围现在由谁拍板?"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, Maybe I will talk to the account manager about next steps someday."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "Also, Credit where it is due: the explanation was crystal clear. Thank you."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The document heading says “What about support coverage?”, but it is not asking you."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-019", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,售后范围目前走到哪一步了,方便说明吗?"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Seen, that is all for now; no reply needed."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-012", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,想核实一下,版本上线现在由谁拍板?"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-002", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,想核实一下,排期变动现在由谁拍板?"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-017", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,账号又被锁住到现在没解决,客户已经在催,能给一个明确答复吗?"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-008", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "the account is locked again is still unresolved and the client is already chasing us. Can I get a clear answer?"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Finance still needs the delivery checklist; please add it before month-end and leave a note in the email chain."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,不用再比较了,就选线下处理方案,后续都按这个口径走。"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,文档标题是“资料归档怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "个人备忘:提醒我本周收尾时联系房东,追一下到账情况。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,个人备忘:提醒我午休前联系房东,追一下最终结论。"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-004", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,想核实一下,权限开通现在由谁拍板?"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just letting you know, the demo went better than expected; we can talk later."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Note to self: remind me to contact the doctor before the next review about resolution progress."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,等复诊结束后第二天再找仓库负责人确认处理进度,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Once the contract is signed, check with the warehouse lead the next day about next steps."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Design still needs the signature page; please add it before month-end and leave a note in the email chain."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I may revisit document archiving eventually, but there is no plan."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "单独记一下,新流程顺手多了,整个过程让人很安心。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The reference page states that the current version is 2.1."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "I may revisit document archiving eventually, but there is no plan."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,公告只记录一件事:参加庆功会定在明天十点半,地点是三号会议室。"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The document heading says “What about the fee adjustment?”, but it is not asking you."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-014", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,周六傍晚我们在楼下咖啡店看内部演示,要不要一起?"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,纪要保留了“谁负责排期变动?”这句话,答案已经写在后面。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Once the contract is signed, check with the account manager the next day about the missing documents."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-013", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Where does document archiving stand right now?"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-020", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The original slot is blocked for me; could we swap to Tuesday at 4:30?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,个人备忘:提醒我午休前联系房东,追一下下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,资料页写明:蓝色标签表示已归档。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-008", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,我已经重试三次,还是账号又被锁住,导致工作完全卡住。请问什么时候能处理?"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-018", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,明天十点半我们在三号会议室参加小范围评审,要不要一起?"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,看到了,先这样,不需要回复。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Once the payment lands, check with the warehouse lead the next day about payment status."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-007", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Where does support coverage stand right now?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,个人备忘:提醒我月底前联系仓库负责人,追一下处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The reference page states that the warehouse has three floors."}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-020", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,今晚九点赶不过去,换成周四午休后你觉得可行吗?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,下一步由你整理验收截图,请在两个工作日内交给客服团队。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-004", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The original slot is blocked for me; could we swap to first thing tomorrow?"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The old itinerary says they went to the client office to have a casual dinner; nobody is being invited."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, Note to self: remind me to contact the recruiter within two business days about next steps."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "简单说,新流程顺手多了,整个过程让人很安心。"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-003", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "我给你留了位置,周六傍晚到楼下咖啡店碰面聊方案,能来不?"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-003", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, I have tried three times and tracking has not moved for five days; delivery is now delayed. When will this be fixed?"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Maybe I will talk to Legal about resolution progress someday."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-005", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, the payment was charged twice is still unresolved and the client is already chasing us. Can I get a clear answer?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,下一步由你整理复盘摘要,请在午休前交给财务。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-019", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,原来的时段卡住了,我只能周四午休后,能不能对调?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,下一步由你整理复盘摘要,请在本周收尾时交给财务。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Just letting you know, the demo went better than expected; we can talk later."}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, Just letting you know, I finally wrapped up today; we can talk later."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "还有一件事,处理结果超出预期,整个过程让人很安心。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-016", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, I cannot make tomorrow at 10:30. Would next Monday afternoon be workable instead?"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, the project lead still needs the budget notes; please add it as this week closes and leave a note inside the shared document."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,嗯,内容已收到,我只是确认一下。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The news brief reports that several stores paused operations; this is only a factual summary."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,嗯,内容已收到,我只是确认一下。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The current record contains one fact: a blue label means archived."}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-007", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: The original slot is blocked for me; could we swap to first thing tomorrow?"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,历史行程显示他们曾在线上会议室参加庆功会,没有邀请任何人。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Data shows that the weather alert was upgraded, with no request for support."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-012", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Want to attend the celebration with us tonight at nine at the cafe downstairs?"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-017", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,我给你留了位置,明天十点半到客户办公室碰面聊方案,能来不?"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,当前记录只包含一个事实:当前版本号是 2.1。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Note to self: remind me to contact the doctor before the next review about resolution progress."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "Also, Credit where it is due: the response was exceptionally fast. Thank you."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-018", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: the account is locked again is still unresolved and the client is already chasing us. Can I get a clear answer?"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, the vendor still needs the test findings; please add it before month-end and leave a note under the ticket."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,不用再比较了,就选第二套报价,后续都按这个口径走。"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Support still needs the delivery checklist; please add it before month-end and leave a note in the email chain."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The document heading says “What about the timeline change?”, but it is not asking you."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Note to self: remind me to contact the account manager within two business days about the final decision."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-001", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,我已经重试三次,还是页面一直空白,导致家人收不到商品。请问什么时候能处理?"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-004", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,我给你留了位置,下周三午后到客户办公室参加小范围评审,能来不?"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The news brief reports that many flights were delayed overnight; this is only a factual summary."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The notice only records that they will join a small review Saturday evening at the client office."}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Your next action is to prepare the delivery checklist before the next review for the vendor."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-008", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,我给你留了位置,明天十点半到客户办公室看内部演示,能来不?"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "讲解特别清楚,整个过程让人很安心。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The old itinerary says they went to meeting room three to watch the internal demo; nobody is being invited."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I formally approve quarterly billing; start the next steps before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Your next action is to prepare the signature page before lunch for Support."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,客服团队还缺验收截图,麻烦午休前补齐后在邮件线程里留言。"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-019", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, I saved you a spot to join a small review Saturday evening at the online room; can you make it?"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-004", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Quick check: who owns the final call on support coverage?"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-017", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "tracking has not moved for five days is still unresolved and I cannot continue. Can I get a clear answer?"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-018", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, I saved you a spot to attend the celebration Saturday evening at meeting room three; can you make it?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Note to self: remind me to contact the warehouse lead before month-end about the delivery date."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,等合同盖章后第二天再找仓库负责人确认下一步安排,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Okay, I received it. This is only an acknowledgment."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-006", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, I have tried three times and the page stays blank; delivery is now delayed. When will this be fixed?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,个人备忘:提醒我两个工作日内联系房东,追一下到账情况。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,个人备忘:提醒我本周收尾时联系医生,追一下处理进度。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-014", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, the payment was charged twice is still unresolved and my family cannot receive the item. Can I get a clear answer?"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,数据显示原材料价格再次上涨,没有提出处理诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,看到了,先这样,不需要回复。"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: No more comparisons: choose the offline resolution and use it as the final direction."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,项目负责人还缺签字页,麻烦明晚之前补齐后在群里留言。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Once the sample arrives, check with the doctor the next day about resolution progress."}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-009", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The original slot is blocked for me; could we swap to late Friday afternoon?"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-010", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Want to watch the internal demo with us Saturday evening at the cafe downstairs?"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-004", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,下周三午后赶不过去,换成周五临下班前你觉得可行吗?"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, No more comparisons: choose vendor C and use it as the final direction."}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just letting you know, I finally wrapped up today; we can talk later."}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-013", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,原来的时段卡住了,我只能周五临下班前,能不能对调?"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The notice only records that they will meet to discuss the proposal Saturday evening at the client office."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,运营还缺交付清单,麻烦午休前补齐后在群里留言。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Note to self: remind me to contact the recruiter within two business days about the delivery date."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The reference page states that the contract attachment is a PDF."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,我正式确认先灰度发布,请午休前启动后续安排。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,公告只记录一件事:参加庆功会定在周六傍晚,地点是线上会议室。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,公告只记录一件事:吃顿便饭定在周六傍晚,地点是线上会议室。"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,财务还缺交付清单,麻烦下次评审前补齐后在项目卡片上留言。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Once the client replies, check with the account manager the next day about resolution progress."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-004", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, the attachment never opens is still unresolved and my family cannot receive the item. Can I get a clear answer?"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The notes preserve the question “Who owns support coverage?”, which is answered below."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-009", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "我已经重试三次,还是账号又被锁住,导致家人收不到商品。请问什么时候能处理?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Your next action is to prepare the test findings before lunch for Design."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-013", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,我给你留了位置,周六傍晚到线上会议室参加小范围评审,能来不?"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,以后也许会看看版本上线,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,个人备忘:提醒我明晚之前联系招聘方,追一下处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Data shows that the industry index fell again, with no request for support."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,公告只记录一件事:吃顿便饭定在今晚九点,地点是楼下咖啡店。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,路上有点堵,突然想到你可能会想知道。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,下一步由你整理签字页,请在午休前交给设计同学。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,以后也许会看看售后范围,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,哪天有心情再找招聘方聊处理进度吧。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Your next action is to prepare the retro summary by tomorrow evening for the project lead."}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-007", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,原来的时段卡住了,我只能周五临下班前,能不能对调?"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-016", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, I saved you a spot to join a small review tomorrow at 10:30 at meeting room three; can you make it?"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "The main point is this: the new flow is much easier, and the whole process felt reassuring."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,文档标题是“售后范围怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-002", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,原来的时段卡住了,我只能周五临下班前,能不能对调?"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Seen, that is all for now; no reply needed."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-020", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,周一早会后我们在客户办公室吃顿便饭,要不要一起?"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Design still needs the acceptance screenshots; please add it by tomorrow evening and leave a note in the email chain."}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Just letting you know, I finally wrapped up today; we can talk later."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The reference page states that a blue label means archived."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, Okay, I received it. This is only an acknowledgment."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,项目负责人还缺复盘摘要,麻烦下次评审前补齐后在共享文档中留言。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,资料页写明:合同附件为 PDF。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The old itinerary says they went to the online room to join a small review; nobody is being invited."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-011", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,我已经重试三次,还是账号又被锁住,导致客户已经在催。请问什么时候能处理?"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,跟你说一声,我刚到酒店,晚点再聊。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,个人备忘:提醒我下次评审前联系客户经理,追一下交付日期。"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-009", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,排期变动目前走到哪一步了,方便说明吗?"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: the vendor still needs the test findings; please add it within two business days and leave a note under the ticket."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-010", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,我已经重试三次,还是付款结果重复扣款,导致我无法继续操作。请问什么时候能处理?"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,嗯,内容已收到,我只是确认一下。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,下一步由你整理预算备注,请在本周收尾时交给客服团队。"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Okay, I received it. This is only an acknowledgment."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,文档标题是“权限开通怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,数据显示部分门店暂停营业,没有提出处理诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,文档标题是“权限开通怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Your next action is to prepare the test findings within two business days for Operations."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Note to self: remind me to contact the account manager before lunch about the final decision."}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-014", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,周六傍晚赶不过去,换成周四午休后你觉得可行吗?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Your next action is to prepare the retro summary before lunch for the vendor."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Finance still needs the delivery checklist; please add it before lunch and leave a note on the project card."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,公告只记录一件事:参加庆功会定在下周三午后,地点是三号会议室。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "补充一下,处理结果超出预期,整个过程让人很安心。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,个人备忘:提醒我午休前联系招聘方,追一下最终结论。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The reference page states that a blue label means archived."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "数据显示部分门店暂停营业,没有提出处理诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-006", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "明天十点半我们在客户办公室参加庆功会,要不要一起?"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-005", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Where does access activation stand right now?"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,看到了,先这样,不需要回复。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Your next action is to prepare the test findings before the next review for Support."}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, traffic is a little slow, and I thought you might want to know."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-014", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Quick check: who owns the final call on the release?"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Okay, I received it. This is only an acknowledgment."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,嗯,内容已收到,我只是确认一下。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,路上有点堵,突然想到你可能会想知道。"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,嗯,内容已收到,我只是确认一下。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,新闻简报显示,部分门店暂停营业,本文仅陈述情况。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,演示比预想顺利,突然想到你可能会想知道。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Once the contract is signed, check with the landlord the next day about next steps."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-017", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, Where does the timeline change stand right now?"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-001", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,周一早会后赶不过去,换成周五临下班前你觉得可行吗?"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-011", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The original slot is blocked for me; could we swap to Tuesday at 4:30?"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,财务还缺验收截图,麻烦月底前补齐后在共享文档中留言。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "Also, the explanation was crystal clear, and the whole process felt reassuring."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "By the way, the explanation was crystal clear, and the whole process felt reassuring."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,哪天有心情再找客户经理聊交付日期吧。"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-011", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,费用调整目前走到哪一步了,方便说明吗?"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "还有一件事,必须夸一下,新流程顺手多了,谢谢你们。"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,文档标题是“资料归档怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,文档标题是“费用调整怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,历史行程显示他们曾在客户办公室参加小范围评审,没有邀请任何人。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "单独记一下,处理结果超出预期,整个过程让人很安心。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-006", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,我已经重试三次,还是付款结果重复扣款,导致交付时间被耽误。请问什么时候能处理?"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Maybe I will talk to Legal about payment status someday."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,等样品送达后第二天再找法务确认最终结论,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Your next action is to prepare the retro summary within two business days for Design."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "数据显示天气预警已经升级,没有提出处理诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,当前记录只包含一个事实:展厅周一闭馆。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-015", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,明天十点半赶不过去,换成周四午休后你觉得可行吗?"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,历史行程显示他们曾在楼下咖啡店吃顿便饭,没有邀请任何人。"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Okay, I received it. This is only an acknowledgment."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,文档标题是“权限开通怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,跟你说一声,路上有点堵,晚点再聊。"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-004", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: I saved you a spot to have a casual dinner tonight at nine at meeting room three; can you make it?"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-008", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I cannot make Saturday evening. Would next Monday afternoon be workable instead?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Your next action is to prepare the delivery checklist before the next review for Operations."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Maybe I will talk to Legal about the final decision someday."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,数据显示昨夜航班大面积延误,没有提出处理诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Note to self: remind me to contact the account manager by tomorrow evening about the missing documents."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,新闻简报显示,原材料价格再次上涨,本文仅陈述情况。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,当前记录只包含一个事实:蓝色标签表示已归档。"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Operations still needs the signature page; please add it before month-end and leave a note in the email chain."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The current record contains one fact: a blue label means archived."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,等补丁上线后第二天再找客户经理确认交付日期,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "还有一件事,这次响应非常快,整个过程让人很安心。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,个人备忘:提醒我两个工作日内联系客户经理,追一下到账情况。"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-009", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,今晚九点我们在园区北门碰面聊方案,要不要一起?"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-020", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Want to join a small review with us tonight at nine at the client office?"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,数据显示昨夜航班大面积延误,没有提出处理诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Just letting you know, traffic is a little slow; we can talk later."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, The old itinerary says they went to the north campus gate to attend the celebration; nobody is being invited."}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-015", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "I cannot make tomorrow at 10:30. Would first thing tomorrow be workable instead?"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,嗯,内容已收到,我只是确认一下。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-019", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I cannot make Saturday evening. Would Tuesday at 4:30 be workable instead?"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-009", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, I have tried three times and tracking has not moved for five days; I cannot continue. When will this be fixed?"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,公告只记录一件事:参加小范围评审定在今晚九点,地点是线上会议室。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Once the sample arrives, check with the recruiter the next day about resolution progress."}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,跟你说一声,演示比预想顺利,晚点再聊。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, The reference page states that the contract attachment is a PDF."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-015", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, the account is locked again is still unresolved and I cannot continue. Can I get a clear answer?"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,文档标题是“权限开通怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,我正式确认供应商丙,请下次评审前启动后续安排。"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Okay, I received it. This is only an acknowledgment."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I formally approve the lightweight version; start the next steps as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Seen, that is all for now; no reply needed."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,文档标题是“版本上线怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,个人备忘:提醒我两个工作日内联系法务,追一下补充材料。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,个人备忘:提醒我月底前联系客户经理,追一下到账情况。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "One more thing: Credit where it is due: the outcome exceeded expectations. Thank you."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The news brief reports that raw material prices rose again; this is only a factual summary."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The current record contains one fact: a blue label means archived."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, Seen, that is all for now; no reply needed."}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,下一步由你整理签字页,请在月底前交给客服团队。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,公告只记录一件事:参加小范围评审定在周六傍晚,地点是园区北门。"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "文档标题是“售后范围怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The notes preserve the question “Who owns the release?”, which is answered below."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,文档标题是“资料归档怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-003", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Want to watch the internal demo with us next Wednesday afternoon at the north campus gate?"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-011", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,周六傍晚我们在客户办公室碰面聊方案,要不要一起?"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-018", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Where does the release stand right now?"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,当前记录只包含一个事实:合同附件为 PDF。"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-020", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Where does the release stand right now?"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,数据显示天气预警已经升级,没有提出处理诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,新闻简报显示,昨夜航班大面积延误,本文仅陈述情况。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,等补丁上线后第二天再找房东确认最终结论,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-010", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, I cannot make after Monday's stand-up. Would next Monday afternoon be workable instead?"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,文档标题是“版本上线怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Just letting you know, I finally wrapped up today; we can talk later."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-010", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,权限开通目前走到哪一步了,方便说明吗?"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Data shows that many flights were delayed overnight, with no request for support."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-006", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Quick check: who owns the final call on the timeline change?"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The notes preserve the question “Who owns the timeline change?”, which is answered below."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, the vendor still needs the delivery checklist; please add it before lunch and leave a note in the email chain."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "嗯,内容已收到,我只是确认一下。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-004", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,我已经重试三次,还是账号又被锁住,导致家人收不到商品。请问什么时候能处理?"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,不用再比较了,就选供应商丙,后续都按这个口径走。"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: No more comparisons: choose quarterly billing and use it as the final direction."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "One more thing: the explanation was crystal clear, and the whole process felt reassuring."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "当前记录只包含一个事实:展厅周一闭馆。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Once the payment lands, check with the landlord the next day about next steps."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,设计同学还缺复盘摘要,麻烦本周收尾时补齐后在项目卡片上留言。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,跟你说一声,路上有点堵,晚点再聊。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "数据显示行业指数连续回落,没有提出处理诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-019", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,我给你留了位置,周六傍晚到楼下咖啡店吃顿便饭,能来不?"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,跟你说一声,路上有点堵,晚点再聊。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The old itinerary says they went to the client office to watch the internal demo; nobody is being invited."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,嗯,内容已收到,我只是确认一下。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-016", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,原来的时段卡住了,我只能周四午休后,能不能对调?"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,不用再比较了,就选季度结算,后续都按这个口径走。"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-007", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,费用调整目前走到哪一步了,方便说明吗?"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-012", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The original slot is blocked for me; could we swap to Tuesday at 4:30?"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,我正式确认供应商丙,请明晚之前启动后续安排。"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Finance still needs the retro summary; please add it before the next review and leave a note inside the shared document."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,等款项入账后第二天再找仓库负责人确认到账情况,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-012", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,下周三午后赶不过去,换成周四午休后你觉得可行吗?"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The old itinerary says they went to the client office to join a small review; nobody is being invited."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, I formally approve vendor C; start the next steps before month-end."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-018", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,附件始终打不开到现在没解决,我无法继续操作,能给一个明确答复吗?"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,当前记录只包含一个事实:当前版本号是 2.1。"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-015", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Quick check: who owns the final call on access activation?"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,哪天有心情再找法务聊补充材料吧。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Your next action is to prepare the signature page within two business days for the vendor."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,我正式确认先灰度发布,请明晚之前启动后续安排。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,跟你说一声,路上有点堵,晚点再聊。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-014", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,付款结果重复扣款到现在没解决,家人收不到商品,能给一个明确答复吗?"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,财务还缺复盘摘要,麻烦下次评审前补齐后在共享文档中留言。"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,我正式确认线下处理方案,请明晚之前启动后续安排。"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Design still needs the acceptance screenshots; please add it before lunch and leave a note under the ticket."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,公告只记录一件事:看内部演示定在周六傍晚,地点是线上会议室。"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The document heading says “What about support coverage?”, but it is not asking you."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,等补丁上线后第二天再找客户经理确认下一步安排,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,当前记录只包含一个事实:仓库共有三层。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "单独记一下,必须夸一下,修复后体验很好,谢谢你们。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-007", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, I have tried three times and the page stays blank; the client is already chasing us. When will this be fixed?"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-007", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, I saved you a spot to join a small review tonight at nine at the online room; can you make it?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Once the client replies, check with Legal the next day about resolution progress."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Note to self: remind me to contact the account manager before lunch about the missing documents."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-013", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Want to attend the celebration with us after Monday's stand-up at the client office?"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "文档标题是“权限开通怎么办?”,这里不是在问你。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,以后也许会看看版本上线,目前没有安排。"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "不用再比较了,就选线下处理方案,后续都按这个口径走。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,跟你说一声,今天终于忙完了,晚点再聊。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,以后也许会看看权限开通,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,看到了,先这样,不需要回复。"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,项目负责人还缺测试结论,麻烦下次评审前补齐后在共享文档中留言。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,下一步由你整理交付清单,请在午休前交给设计同学。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Just letting you know, the demo went better than expected; we can talk later."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "等客户回信后第二天再找客户经理确认处理进度,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Maybe I will talk to the doctor about the final decision someday."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,哪天有心情再找房东聊交付日期吧。"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "不用再比较了,就选季度结算,后续都按这个口径走。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Once the payment lands, check with the doctor the next day about payment status."}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,下一步由你整理预算备注,请在明晚之前交给客服团队。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I may revisit the release eventually, but there is no plan."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Note to self: remind me to contact the recruiter before the next review about the final decision."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The current record contains one fact: the warehouse has three floors."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,嗯,内容已收到,我只是确认一下。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Data shows that many flights were delayed overnight, with no request for support."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,个人备忘:提醒我下次评审前联系房东,追一下处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "补充一下,新流程顺手多了,整个过程让人很安心。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,公告只记录一件事:碰面聊方案定在明天十点半,地点是三号会议室。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, I may revisit the timeline change eventually, but there is no plan."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "Just to add, the response was exceptionally fast, and the whole process felt reassuring."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, No more comparisons: choose the second quote and use it as the final direction."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,新闻简报显示,昨夜航班大面积延误,本文仅陈述情况。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I may revisit access activation eventually, but there is no plan."}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Your next action is to prepare the signature page by tomorrow evening for Operations."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Seen, that is all for now; no reply needed."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,以后也许会看看费用调整,目前没有安排。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Data shows that several stores paused operations, with no request for support."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,客服团队还缺预算备注,麻烦本周收尾时补齐后在邮件线程里留言。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Note to self: remind me to contact the account manager within two business days about the delivery date."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,我正式确认轻量版本,请午休前启动后续安排。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Just letting you know, I finally wrapped up today; we can talk later."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Seen, that is all for now; no reply needed."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,不用再比较了,就选轻量版本,后续都按这个口径走。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Note to self: remind me to contact the warehouse lead by tomorrow evening about the delivery date."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Once the payment lands, check with the recruiter the next day about the delivery date."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,哪天有心情再找法务聊下一步安排吧。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-008", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,周六傍晚赶不过去,换成下周一下午你觉得可行吗?"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,纪要保留了“谁负责资料归档?”这句话,答案已经写在后面。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The notice only records that they will watch the internal demo tomorrow at 10:30 at the client office."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,文档标题是“排期变动怎么办?”,这里不是在问你。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-020", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, I have tried three times and the attachment never opens; I cannot continue. When will this be fixed?"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-005", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,原来的时段卡住了,我只能周二四点半,能不能对调?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,下一步由你整理复盘摘要,请在午休前交给设计同学。"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-zh-Hans-fixed_invitation-007", "invitation": true, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,今晚九点我们在楼下咖啡店碰面聊方案,要不要一起?"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,下一步由你整理复盘摘要,请在两个工作日内交给运营。"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The notes preserve the question “Who owns the release?”, which is answered below."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The old itinerary says they went to the north campus gate to watch the internal demo; nobody is being invited."}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-003", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Where does the timeline change stand right now?"}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-015", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I saved you a spot to join a small review after Monday's stand-up at meeting room three; can you make it?"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, the vendor still needs the test findings; please add it within two business days and leave a note on the project card."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I may revisit the timeline change eventually, but there is no plan."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I may revisit support coverage eventually, but there is no plan."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,供应商还缺预算备注,麻烦明晚之前补齐后在工单下方留言。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,资料页写明:仓库共有三层。"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-016", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,资料归档目前走到哪一步了,方便说明吗?"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,看到了,先这样,不需要回复。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "先说重点,新流程顺手多了,整个过程让人很安心。"}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-quoted_question_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,纪要保留了“谁负责费用调整?”这句话,答案已经写在后面。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The current record contains one fact: the contract attachment is a PDF."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Once the payment lands, check with the account manager the next day about next steps."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-en-follow_up_personal_reminder-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Note to self: remind me to contact Legal before lunch about next steps."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,等补丁上线后第二天再找房东确认交付日期,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "单独记一下,必须夸一下,处理结果超出预期,谢谢你们。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "The main point is this: Credit where it is due: the new flow is much easier. Thank you."}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-en-complaint_support-012", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: I have tried three times and the attachment never opens; my family cannot receive the item. When will this be fixed?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-en-follow_up_instruction-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Once the client replies, check with the recruiter the next day about the final decision."}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-zh-Hans-neutral_fact-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "当前记录只包含一个事实:合同附件为 PDF。"}
{"complaint": false, "confirmationDecision": false, "family": "neutral_fact", "followUpReminder": false, "id": "random-20260826-en-neutral_fact-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: The reference page states that the warehouse has three floors."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,新闻简报显示,行业指数连续回落,本文仅陈述情况。"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "In short, Credit where it is due: the explanation was crystal clear. Thank you."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-zh-Hans-positive_feedback-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "对了,必须夸一下,修复后体验很好,谢谢你们。"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,项目负责人还缺交付清单,麻烦本周收尾时补齐后在群里留言。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,等客户回信后第二天再找法务确认到账情况,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-zh-Hans-schedule_negotiation-006", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "下周三午后赶不过去,换成明早第一段时间你觉得可行吗?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,等款项入账后第二天再找仓库负责人确认到账情况,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,历史行程显示他们曾在线上会议室参加小范围评审,没有邀请任何人。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Maybe I will talk to the account manager about next steps someday."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,等复诊结束后第二天再找仓库负责人确认下一步安排,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Seen, that is all for now; no reply needed."}
{"complaint": false, "confirmationDecision": false, "family": "schedule_negotiation", "followUpReminder": false, "id": "random-20260826-en-schedule_negotiation-014", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": true, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: I cannot make Saturday evening. Would late Friday afternoon be workable instead?"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, Data shows that many flights were delayed overnight, with no request for support."}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "In short, the outcome exceeded expectations, and the whole process felt reassuring."}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,等款项入账后第二天再找法务确认补充材料,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-en-task_request-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Support still needs the acceptance screenshots; please add it before month-end and leave a note under the ticket."}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-en-vague_future_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Maybe I will talk to the warehouse lead about the delivery date someday."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,新闻简报显示,天气预警已经升级,本文仅陈述情况。"}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,不用再比较了,就选线下处理方案,后续都按这个口径走。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,历史行程显示他们曾在楼下咖啡店参加庆功会,没有邀请任何人。"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-zh-Hans-information_question-008", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,想核实一下,售后范围现在由谁拍板?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_personal_reminder", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_personal_reminder-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,个人备忘:提醒我午休前联系医生,追一下最终结论。"}
{"complaint": true, "confirmationDecision": false, "family": "complaint_support", "followUpReminder": false, "id": "random-20260826-zh-Hans-complaint_support-012", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,我已经重试三次,还是付款结果重复扣款,导致工作完全卡住。请问什么时候能处理?"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: I finally wrapped up today, and I thought you might want to know."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Seen, that is all for now; no reply needed."}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-acknowledgment_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,看到了,先这样,不需要回复。"}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-en-negative_news-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The news brief reports that several stores paused operations; this is only a factual summary."}
{"complaint": false, "confirmationDecision": false, "family": "quoted_question_boundary", "followUpReminder": false, "id": "random-20260826-en-quoted_question_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The notes preserve the question “Who owns document archiving?”, which is answered below."}
{"complaint": false, "confirmationDecision": false, "family": "task_request", "followUpReminder": false, "id": "random-20260826-zh-Hans-task_request-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,财务还缺交付清单,麻烦明晚之前补齐后在邮件线程里留言。"}
{"complaint": false, "confirmationDecision": false, "family": "information_question", "followUpReminder": false, "id": "random-20260826-en-information_question-010", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Where does document archiving stand right now?"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,等复诊结束后第二天再找法务确认处理进度,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Just letting you know, I just saw the photo you sent; we can talk later."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-005", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I saved you a spot to meet to discuss the proposal Saturday evening at the client office; can you make it?"}
{"complaint": false, "confirmationDecision": false, "family": "positive_feedback", "followUpReminder": false, "id": "random-20260826-en-positive_feedback-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "positive", "split": "randomHoldout", "task": false, "text": "One more thing: Credit where it is due: the new flow is much easier. Thank you."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, No more comparisons: choose a limited rollout first and use it as the final direction."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I formally approve the lightweight version; start the next steps before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "negative_news", "followUpReminder": false, "id": "random-20260826-zh-Hans-negative_news-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,数据显示部分门店暂停营业,没有提出处理诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "follow_up_instruction", "followUpReminder": true, "id": "random-20260826-zh-Hans-follow_up_instruction-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,等复诊结束后第二天再找客户经理确认交付日期,别漏了。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-en-task_next_action-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Your next action is to prepare the delivery checklist by tomorrow evening for Design."}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-event_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,公告只记录一件事:吃顿便饭定在今晚九点,地点是客户办公室。"}
{"complaint": false, "confirmationDecision": false, "family": "task_next_action", "followUpReminder": true, "id": "random-20260826-zh-Hans-task_next_action-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "下一步由你整理交付清单,请在明晚之前交给财务。"}
{"complaint": false, "confirmationDecision": false, "family": "acknowledgment_boundary", "followUpReminder": false, "id": "random-20260826-en-acknowledgment_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Okay, I received it. This is only an acknowledgment."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-zh-Hans-confirmation_decision-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,不用再比较了,就选线下处理方案,后续都按这个口径走。"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I just saw the photo you sent, and I thought you might want to know."}
{"complaint": false, "confirmationDecision": false, "family": "fixed_invitation", "followUpReminder": false, "id": "random-20260826-en-fixed_invitation-002", "invitation": true, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Want to have a casual dinner with us tomorrow at 10:30 at the online room?"}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-zh-Hans-conversation-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,跟你说一声,我刚到酒店,晚点再聊。"}
{"complaint": false, "confirmationDecision": false, "family": "vague_future_boundary", "followUpReminder": false, "id": "random-20260826-zh-Hans-vague_future_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,哪天有心情再找客户经理聊交付日期吧。"}
{"complaint": false, "confirmationDecision": false, "family": "event_boundary", "followUpReminder": false, "id": "random-20260826-en-event_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The old itinerary says they went to the client office to attend the celebration; nobody is being invited."}
{"complaint": false, "confirmationDecision": false, "family": "conversation", "followUpReminder": false, "id": "random-20260826-en-conversation-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Just letting you know, the demo went better than expected; we can talk later."}
{"complaint": false, "confirmationDecision": true, "family": "confirmation_decision", "followUpReminder": false, "id": "random-20260826-en-confirmation_decision-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, I formally approve vendor C; start the next steps before the next review."}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,600 @@
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-015", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,现在因为附件始终打不开而我无法继续操作,谁来负责处理?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The research notes that the weather alert was upgraded; this is not customer feedback."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,附件始终打不开又来了,不能一直这样。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-014", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Because the payment was charged twice, all work is blocked. Who is responsible for fixing it?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,我也许会自己整理复盘摘要,目前没有确定安排。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-004", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,可以请你接管复盘摘要并在下次评审前前处理好吗?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-022", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The promised fix never materialized; the result is still that the account is locked again."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,研究资料指出部分门店暂停营业,这不是客户反馈。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-026", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The research notes that many flights were delayed overnight; this is not customer feedback."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,还是付款结果重复扣款,完全没有改善。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-014", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,可以请你接管交付清单并在下次评审前前处理好吗?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-001", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,现在因为页面一直空白而工作完全卡住,谁来负责处理?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,付款结果重复扣款又来了,不能一直这样。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,请你把测试结论负责到底,并在下次评审前向客服团队交付。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,复盘摘要接下来归你处理,完成后在群里更新状态。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,当前只需要完成复盘摘要,没有投诉处理。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,处理承诺没有兑现,结果仍然是账号又被锁住。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,我自己的行动备忘:款项入账后查看交付日期。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "请你把复盘摘要负责到底,并在本周收尾时向供应商交付。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-027", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,现在因为付款结果重复扣款而交付时间被耽误,谁来负责处理?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-022", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: My private action note is to review the delivery date after the checkup ends."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The earlier state where the account is locked again is resolved, and Design confirmed closure."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-012", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,可以请你接管复盘摘要并在午休前前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: My private action note is to review the missing documents after the contract is signed."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Please see the delivery checklist through and deliver it to Support before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-022", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,可以请你接管预算备注并在两个工作日内前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-022", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Please see the signature page through and deliver it to Finance by tomorrow evening."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-012", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: Because the attachment never opens, all work is blocked. Who is responsible for fixing it?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-029", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, document archiving is operating normally now, with no remedy needed."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Please see the delivery checklist through and deliver it to Operations before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Close the item after sending the signature page to Design; do not schedule a follow-up."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: the fee adjustment is operating normally now, with no remedy needed."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,请你把复盘摘要负责到底,并在两个工作日内向供应商交付。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,仅记录个人计划,两个工作日内联系医生。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,我也许会自己整理签字页,目前没有确定安排。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "我到现在还在面对物流状态停了五天,而且交付时间被耽误。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,资料归档以后再考虑,现在谁都不用处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, the fee adjustment is operating normally now, with no remedy needed."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,把复盘摘要交给供应商后直接关闭事项,不安排回访。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,研究资料指出原材料价格再次上涨,这不是客户反馈。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,我也许会自己整理交付清单,目前没有确定安排。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, My private action note is to review next steps after the checkup ends."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-030", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, I am still dealing with the fact that the account is locked again, and I cannot continue."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,行业统计记录了天气预警已经升级,没有服务诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-021", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: the release is operating normally now, with no remedy needed."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-025", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The problem is back again: the page stays blank. This cannot keep happening."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,把交付清单交给客服团队后直接关闭事项,不安排回访。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Close the item after sending the delivery checklist to Support; do not schedule a follow-up."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,仅记录个人计划,本周收尾时联系房东。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,处理承诺没有兑现,结果仍然是页面一直空白。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,仅记录个人计划,午休前联系仓库负责人。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,权限开通当前运行正常,不需要补救。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还是页面一直空白,完全没有改善。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,把预算备注交给设计同学后直接关闭事项,不安排回访。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The problem is back again: the account is locked again. This cannot keep happening."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-023", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: It is still the case that the page stays blank, with no improvement."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The only requirement is to complete the test findings; no grievance handling is involved."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,仅记录个人计划,下次评审前联系客户经理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, The only requirement is to complete the acceptance screenshots; no grievance handling is involved."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,当前只需要完成验收截图,没有投诉处理。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-001", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, This has continued for far too long: tracking has not moved for five days. When will it be restored?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-024", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, This only records my personal plan to contact Legal before lunch."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, I am still dealing with the fact that the attachment never opens, and the client is already chasing us."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,当前只需要完成交付清单,没有投诉处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,把复盘摘要交给项目负责人后直接关闭事项,不安排回访。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,附件始终打不开又来了,不能一直这样。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The research notes that the industry index fell again; this is not customer feedback."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Please see the test findings through and deliver it to Support as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-025", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, This only records my personal plan to contact the landlord as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, The only requirement is to complete the signature page; no grievance handling is involved."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-026", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Could I ask you to take care of the delivery checklist by tomorrow evening?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,页面一直空白已经恢复,设计同学确认事项关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,排期变动当前运行正常,不需要补救。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-005", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Would you own the final delivery of the budget notes?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,处理承诺没有兑现,结果仍然是付款结果重复扣款。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-021", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Industry statistics record that many flights were delayed overnight, with no service request."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-026", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The earlier state where the account is locked again is resolved, and the vendor confirmed closure."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "页面一直空白已经恢复,供应商确认事项关闭。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The promised fix never materialized; the result is still that the account is locked again."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The earlier state where the attachment never opens is resolved, and the project lead confirmed closure."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-026", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: This only records my personal plan to contact the recruiter before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, support coverage is operating normally now, with no remedy needed."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-030", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, Because the attachment never opens, the client is already chasing us. Who is responsible for fixing it?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "附件始终打不开又来了,不能一直这样。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-028", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "I may prepare the budget notes myself, but nothing is arranged."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,处理承诺没有兑现,结果仍然是账号又被锁住。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, The only requirement is to complete the delivery checklist; no grievance handling is involved."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The earlier state where tracking has not moved for five days is resolved, and Finance confirmed closure."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The research notes that the weather alert was upgraded; this is not customer feedback."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: The only requirement is to complete the budget notes; no grievance handling is involved."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, The only requirement is to complete the retro summary; no grievance handling is involved."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,我自己的行动备忘:样品送达后查看下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-019", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,你愿意负责签字页的最后交付吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The delivery checklist is yours to handle next; update the status in the email chain when complete."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-029", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, The acceptance screenshots is yours to handle next; update the status inside the shared document when complete."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Please see the budget notes through and deliver it to the project lead by tomorrow evening."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,我到现在还在面对附件始终打不开,而且家人收不到商品。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-023", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: I am still dealing with the fact that the attachment never opens, and all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-014", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Would you own the final delivery of the delivery checklist?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-019", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,现在因为账号又被锁住而家人收不到商品,谁来负责处理?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-029", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,物流状态停了五天已经持续很久,究竟什么时候恢复?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "我也许会自己整理测试结论,目前没有确定安排。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "付款结果重复扣款又来了,不能一直这样。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-020", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, This has continued for far too long: the payment was charged twice. When will it be restored?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-028", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The problem is back again: the page stays blank. This cannot keep happening."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,权限开通当前运行正常,不需要补救。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The promised fix never materialized; the result is still that tracking has not moved for five days."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-006", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,你愿意负责复盘摘要的最后交付吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-024", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The research notes that many flights were delayed overnight; this is not customer feedback."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,仅记录个人计划,两个工作日内联系仓库负责人。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-024", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, This has continued for far too long: the account is locked again. When will it be restored?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-012", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,现在因为页面一直空白而客户已经在催,谁来负责处理?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Close the item after sending the retro summary to the project lead; do not schedule a follow-up."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-025", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,现在因为付款结果重复扣款而家人收不到商品,谁来负责处理?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,把交付清单交给客服团队后直接关闭事项,不安排回访。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,把交付清单交给项目负责人后直接关闭事项,不安排回访。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "我也许会自己整理预算备注,目前没有确定安排。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: I may prepare the test findings myself, but nothing is arranged."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The promised fix never materialized; the result is still that tracking has not moved for five days."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Industry statistics record that raw material prices rose again, with no service request."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,处理承诺没有兑现,结果仍然是页面一直空白。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,权限开通当前运行正常,不需要补救。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-016", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,可以请你接管签字页并在下次评审前前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,验收截图接下来归你处理,完成后在群里更新状态。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, The promised fix never materialized; the result is still that the page stays blank."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-026", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: This has continued for far too long: tracking has not moved for five days. When will it be restored?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,把交付清单交给运营后直接关闭事项,不安排回访。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,排期变动以后再考虑,现在谁都不用处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, Industry statistics record that several stores paused operations, with no service request."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-030", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, My private action note is to review the delivery date after the sample arrives."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,请你把签字页负责到底,并在月底前向财务交付。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还是附件始终打不开,完全没有改善。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,签字页接下来归你处理,完成后在项目卡片上更新状态。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,研究资料指出行业指数连续回落,这不是客户反馈。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "当前只需要完成签字页,没有投诉处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-025", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Please see the budget notes through and deliver it to the project lead before lunch."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,我到现在还在面对附件始终打不开,而且工作完全卡住。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-006", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,页面一直空白已经持续很久,究竟什么时候恢复?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The earlier state where the attachment never opens is resolved, and the vendor confirmed closure."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The problem is back again: the account is locked again. This cannot keep happening."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "This only records my personal plan to contact Legal before month-end."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,我到现在还在面对账号又被锁住,而且客户已经在催。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,还是账号又被锁住,完全没有改善。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,仅记录个人计划,明晚之前联系医生。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, I am still dealing with the fact that tracking has not moved for five days, and all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-021", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, The budget notes is yours to handle next; update the status on the project card when complete."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,签字页接下来归你处理,完成后在群里更新状态。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-029", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The problem is back again: the account is locked again. This cannot keep happening."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,当前只需要完成交付清单,没有投诉处理。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, I am still dealing with the fact that the payment was charged twice, and all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,把测试结论交给财务后直接关闭事项,不安排回访。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-006", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Could I ask you to take care of the acceptance screenshots as this week closes?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-018", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,现在因为附件始终打不开而家人收不到商品,谁来负责处理?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-021", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Close the item after sending the delivery checklist to Design; do not schedule a follow-up."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The research notes that many flights were delayed overnight; this is not customer feedback."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-023", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, The only requirement is to complete the test findings; no grievance handling is involved."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-013", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: This has continued for far too long: the account is locked again. When will it be restored?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-027", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,可以请你接管签字页并在下次评审前前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-023", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, the timeline change is operating normally now, with no remedy needed."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, the release can be considered later; nobody needs to handle it now."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-021", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, This only records my personal plan to contact the landlord by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, My private action note is to review the delivery date after the payment lands."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-020", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Could I ask you to take care of the test findings before the next review?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-006", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, This has continued for far too long: the page stays blank. When will it be restored?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-025", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Could I ask you to take care of the delivery checklist as this week closes?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-011", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,现在因为页面一直空白而家人收不到商品,谁来负责处理?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, It is still the case that the page stays blank, with no improvement."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The problem is back again: the page stays blank. This cannot keep happening."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-025", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, support coverage can be considered later; nobody needs to handle it now."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-027", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The research notes that several stores paused operations; this is not customer feedback."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Please see the budget notes through and deliver it to Design before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,行业统计记录了原材料价格再次上涨,没有服务诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,签字页接下来归你处理,完成后在项目卡片上更新状态。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-023", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "I may prepare the acceptance screenshots myself, but nothing is arranged."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-024", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Please see the acceptance screenshots through and deliver it to Operations before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,研究资料指出天气预警已经升级,这不是客户反馈。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-010", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, This has continued for far too long: tracking has not moved for five days. When will it be restored?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: document archiving can be considered later; nobody needs to handle it now."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Close the item after sending the signature page to Finance; do not schedule a follow-up."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,请你把测试结论负责到底,并在两个工作日内向运营交付。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The promised fix never materialized; the result is still that the attachment never opens."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: The only requirement is to complete the signature page; no grievance handling is involved."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,售后范围当前运行正常,不需要补救。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: It is still the case that the payment was charged twice, with no improvement."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-024", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: the fee adjustment can be considered later; nobody needs to handle it now."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, I may prepare the test findings myself, but nothing is arranged."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,还是账号又被锁住,完全没有改善。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,研究资料指出原材料价格再次上涨,这不是客户反馈。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "费用调整以后再考虑,现在谁都不用处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-025", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Industry statistics record that many flights were delayed overnight, with no service request."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,我到现在还在面对账号又被锁住,而且客户已经在催。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-025", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,你愿意负责复盘摘要的最后交付吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,仅记录个人计划,下次评审前联系法务。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, the timeline change can be considered later; nobody needs to handle it now."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-023", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,页面一直空白已经持续很久,究竟什么时候恢复?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-022", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "support coverage is operating normally now, with no remedy needed."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-028", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: I am still dealing with the fact that the payment was charged twice, and delivery is now delayed."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "复盘摘要接下来归你处理,完成后在项目卡片上更新状态。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-023", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,你愿意负责验收截图的最后交付吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-028", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,你愿意负责复盘摘要的最后交付吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-002", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,你愿意负责交付清单的最后交付吗?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The promised fix never materialized; the result is still that the account is locked again."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The earlier state where the page stays blank is resolved, and Operations confirmed closure."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The promised fix never materialized; the result is still that tracking has not moved for five days."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-014", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,现在因为页面一直空白而交付时间被耽误,谁来负责处理?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,我到现在还在面对账号又被锁住,而且客户已经在催。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-023", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Please see the acceptance screenshots through and deliver it to Support before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,我自己的行动备忘:复诊结束后查看交付日期。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,把复盘摘要交给项目负责人后直接关闭事项,不安排回访。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,我到现在还在面对付款结果重复扣款,而且交付时间被耽误。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-027", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, Because the attachment never opens, delivery is now delayed. Who is responsible for fixing it?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-021", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, access activation can be considered later; nobody needs to handle it now."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The earlier state where the page stays blank is resolved, and the project lead confirmed closure."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "售后范围以后再考虑,现在谁都不用处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,把测试结论交给客服团队后直接关闭事项,不安排回访。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,我自己的行动备忘:合同盖章后查看处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, I may prepare the signature page myself, but nothing is arranged."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The earlier state where the page stays blank is resolved, and the project lead confirmed closure."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还是付款结果重复扣款,完全没有改善。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-005", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,可以请你接管测试结论并在两个工作日内前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,我自己的行动备忘:合同盖章后查看下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Close the item after sending the acceptance screenshots to the project lead; do not schedule a follow-up."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,当前只需要完成签字页,没有投诉处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-008", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,可以请你接管复盘摘要并在月底前前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Industry statistics record that the weather alert was upgraded, with no service request."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: document archiving can be considered later; nobody needs to handle it now."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-029", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: The only requirement is to complete the retro summary; no grievance handling is involved."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-029", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The promised fix never materialized; the result is still that the payment was charged twice."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-024", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The promised fix never materialized; the result is still that the attachment never opens."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-027", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The problem is back again: tracking has not moved for five days. This cannot keep happening."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-021", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: This has continued for far too long: the page stays blank. When will it be restored?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The research notes that several stores paused operations; this is not customer feedback."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "我自己的行动备忘:复诊结束后查看交付日期。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "处理承诺没有兑现,结果仍然是账号又被锁住。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,还是页面一直空白,完全没有改善。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "我到现在还在面对账号又被锁住,而且工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,我自己的行动备忘:样品送达后查看交付日期。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "研究资料指出部分门店暂停营业,这不是客户反馈。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-030", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The research notes that raw material prices rose again; this is not customer feedback."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-024", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: The problem is back again: tracking has not moved for five days. This cannot keep happening."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,还是物流状态停了五天,完全没有改善。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,请你把交付清单负责到底,并在午休前向设计同学交付。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, It is still the case that the attachment never opens, with no improvement."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Industry statistics record that several stores paused operations, with no service request."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, My private action note is to review the final decision after the client replies."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-025", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: I am still dealing with the fact that tracking has not moved for five days, and delivery is now delayed."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Please see the delivery checklist through and deliver it to the vendor by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,版本上线以后再考虑,现在谁都不用处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,我自己的行动备忘:款项入账后查看处理进度。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, It is still the case that the attachment never opens, with no improvement."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-009", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, This has continued for far too long: the payment was charged twice. When will it be restored?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: The retro summary is yours to handle next; update the status inside the shared document when complete."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-003", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Could I ask you to take care of the budget notes before lunch?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Please see the retro summary through and deliver it to Operations within two business days."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,还是账号又被锁住,完全没有改善。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The promised fix never materialized; the result is still that tracking has not moved for five days."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Close the item after sending the budget notes to Support; do not schedule a follow-up."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-013", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Could I ask you to take care of the delivery checklist within two business days?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, I am still dealing with the fact that the attachment never opens, and delivery is now delayed."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, It is still the case that the attachment never opens, with no improvement."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-025", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Because tracking has not moved for five days, delivery is now delayed. Who is responsible for fixing it?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,研究资料指出天气预警已经升级,这不是客户反馈。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,我自己的行动备忘:客户回信后查看处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Close the item after sending the acceptance screenshots to the vendor; do not schedule a follow-up."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The research notes that the industry index fell again; this is not customer feedback."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-015", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,你愿意负责预算备注的最后交付吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,版本上线当前运行正常,不需要补救。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,请你把预算备注负责到底,并在两个工作日内向客服团队交付。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-021", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The promised fix never materialized; the result is still that the attachment never opens."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,页面一直空白已经恢复,客服团队确认事项关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-003", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,可以请你接管预算备注并在月底前前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-028", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, Industry statistics record that raw material prices rose again, with no service request."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Close the item after sending the signature page to Support; do not schedule a follow-up."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-002", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, Because tracking has not moved for five days, I cannot continue. Who is responsible for fixing it?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,研究资料指出天气预警已经升级,这不是客户反馈。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The earlier state where the page stays blank is resolved, and Finance confirmed closure."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,版本上线当前运行正常,不需要补救。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,预算备注接下来归你处理,完成后在群里更新状态。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,我到现在还在面对物流状态停了五天,而且工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: access activation is operating normally now, with no remedy needed."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The promised fix never materialized; the result is still that the payment was charged twice."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The promised fix never materialized; the result is still that tracking has not moved for five days."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,账号又被锁住已经恢复,客服团队确认事项关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,预算备注接下来归你处理,完成后在项目卡片上更新状态。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "仅记录个人计划,下次评审前联系招聘方。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: It is still the case that the attachment never opens, with no improvement."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-007", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Because the account is locked again, all work is blocked. Who is responsible for fixing it?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,售后范围以后再考虑,现在谁都不用处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,请你把交付清单负责到底,并在月底前向项目负责人交付。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,行业统计记录了天气预警已经升级,没有服务诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, The delivery checklist is yours to handle next; update the status on the project card when complete."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,费用调整当前运行正常,不需要补救。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,物流状态停了五天又来了,不能一直这样。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-002", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,现在因为页面一直空白而我无法继续操作,谁来负责处理?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, This only records my personal plan to contact the warehouse lead before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, The only requirement is to complete the test findings; no grievance handling is involved."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,排期变动当前运行正常,不需要补救。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, support coverage can be considered later; nobody needs to handle it now."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-030", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, It is still the case that the payment was charged twice, with no improvement."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-029", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: My private action note is to review the delivery date after the checkup ends."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-023", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Could I ask you to take care of the retro summary before month-end?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-008", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,附件始终打不开已经持续很久,究竟什么时候恢复?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,当前只需要完成测试结论,没有投诉处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-026", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,可以请你接管签字页并在明晚之前前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,把验收截图交给客服团队后直接关闭事项,不安排回访。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "物流状态停了五天又来了,不能一直这样。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-005", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: This has continued for far too long: the page stays blank. When will it be restored?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,行业统计记录了原材料价格再次上涨,没有服务诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,把交付清单交给供应商后直接关闭事项,不安排回访。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: I may prepare the retro summary myself, but nothing is arranged."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,我也许会自己整理复盘摘要,目前没有确定安排。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-030", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,现在因为付款结果重复扣款而工作完全卡住,谁来负责处理?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, support coverage can be considered later; nobody needs to handle it now."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The promised fix never materialized; the result is still that the attachment never opens."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-026", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, I may prepare the retro summary myself, but nothing is arranged."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,我也许会自己整理验收截图,目前没有确定安排。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,附件始终打不开已经恢复,运营确认事项关闭。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-005", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,现在因为页面一直空白而客户已经在催,谁来负责处理?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,物流状态停了五天又来了,不能一直这样。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,排期变动当前运行正常,不需要补救。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-026", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Close the item after sending the delivery checklist to the project lead; do not schedule a follow-up."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,售后范围以后再考虑,现在谁都不用处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,测试结论接下来归你处理,完成后在共享文档中更新状态。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,交付清单接下来归你处理,完成后在邮件线程里更新状态。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I may prepare the retro summary myself, but nothing is arranged."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,我自己的行动备忘:样品送达后查看补充材料。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "我到现在还在面对付款结果重复扣款,而且我无法继续操作。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,仅记录个人计划,明晚之前联系招聘方。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Industry statistics record that raw material prices rose again, with no service request."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, The delivery checklist is yours to handle next; update the status on the project card when complete."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-017", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, Because the account is locked again, the client is already chasing us. Who is responsible for fixing it?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,还是页面一直空白,完全没有改善。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-011", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Because the account is locked again, the client is already chasing us. Who is responsible for fixing it?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,售后范围以后再考虑,现在谁都不用处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: the fee adjustment can be considered later; nobody needs to handle it now."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-030", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Please see the acceptance screenshots through and deliver it to the vendor before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-030", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,你愿意负责交付清单的最后交付吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,行业统计记录了昨夜航班大面积延误,没有服务诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,行业统计记录了昨夜航班大面积延误,没有服务诉求。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: It is still the case that tracking has not moved for five days, with no improvement."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-007", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Would you own the final delivery of the delivery checklist?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I may prepare the signature page myself, but nothing is arranged."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, The research notes that the weather alert was upgraded; this is not customer feedback."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, The only requirement is to complete the budget notes; no grievance handling is involved."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,费用调整当前运行正常,不需要补救。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,附件始终打不开已经恢复,供应商确认事项关闭。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, It is still the case that the account is locked again, with no improvement."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,仅记录个人计划,午休前联系医生。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, I am still dealing with the fact that the page stays blank, and the client is already chasing us."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-029", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Because the attachment never opens, I cannot continue. Who is responsible for fixing it?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-028", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The earlier state where the payment was charged twice is resolved, and the vendor confirmed closure."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-016", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Could I ask you to take care of the budget notes within two business days?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,我到现在还在面对物流状态停了五天,而且工作完全卡住。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-007", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,现在因为付款结果重复扣款而家人收不到商品,谁来负责处理?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The earlier state where tracking has not moved for five days is resolved, and the project lead confirmed closure."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,预算备注接下来归你处理,完成后在群里更新状态。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-018", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: This has continued for far too long: the payment was charged twice. When will it be restored?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,我也许会自己整理交付清单,目前没有确定安排。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-002", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Would you own the final delivery of the budget notes?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,我到现在还在面对附件始终打不开,而且家人收不到商品。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,我也许会自己整理预算备注,目前没有确定安排。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: I am still dealing with the fact that the payment was charged twice, and delivery is now delayed."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,行业统计记录了原材料价格再次上涨,没有服务诉求。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,我到现在还在面对账号又被锁住,而且客户已经在催。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-026", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Please see the test findings through and deliver it to Support as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-011", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,可以请你接管签字页并在下次评审前前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-024", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: The only requirement is to complete the test findings; no grievance handling is involved."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,版本上线当前运行正常,不需要补救。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-023", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, This only records my personal plan to contact the doctor before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,研究资料指出昨夜航班大面积延误,这不是客户反馈。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-026", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,附件始终打不开已经持续很久,究竟什么时候恢复?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-010", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,付款结果重复扣款已经持续很久,究竟什么时候恢复?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-008", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: Because the payment was charged twice, the client is already chasing us. Who is responsible for fixing it?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-022", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: access activation can be considered later; nobody needs to handle it now."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-017", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,现在因为附件始终打不开而工作完全卡住,谁来负责处理?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,付款结果重复扣款已经恢复,设计同学确认事项关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,研究资料指出昨夜航班大面积延误,这不是客户反馈。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-020", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,你愿意负责测试结论的最后交付吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, The signature page is yours to handle next; update the status inside the shared document when complete."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-022", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Would you own the final delivery of the budget notes?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-004", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: This has continued for far too long: the payment was charged twice. When will it be restored?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-022", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The problem is back again: the account is locked again. This cannot keep happening."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: This only records my personal plan to contact the account manager as this week closes."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-013", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,物流状态停了五天已经持续很久,究竟什么时候恢复?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,资料归档当前运行正常,不需要补救。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-016", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,账号又被锁住已经持续很久,究竟什么时候恢复?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, the fee adjustment is operating normally now, with no remedy needed."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-004", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Would you own the final delivery of the signature page?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: This only records my personal plan to contact Legal before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-018", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Would you own the final delivery of the retro summary?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,还是账号又被锁住,完全没有改善。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-028", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The acceptance screenshots is yours to handle next; update the status in the email chain when complete."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,还是付款结果重复扣款,完全没有改善。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, support coverage can be considered later; nobody needs to handle it now."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-021", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "现在因为付款结果重复扣款而客户已经在催,谁来负责处理?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-028", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,现在因为物流状态停了五天而家人收不到商品,谁来负责处理?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The promised fix never materialized; the result is still that the page stays blank."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,仅记录个人计划,午休前联系招聘方。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "This only records my personal plan to contact the warehouse lead as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,行业统计记录了昨夜航班大面积延误,没有服务诉求。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,我到现在还在面对付款结果重复扣款,而且我无法继续操作。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,附件始终打不开又来了,不能一直这样。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, This only records my personal plan to contact the account manager by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, The budget notes is yours to handle next; update the status under the ticket when complete."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-024", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Could I ask you to take care of the test findings before lunch?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-015", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, This has continued for far too long: the attachment never opens. When will it be restored?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,还是物流状态停了五天,完全没有改善。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,费用调整以后再考虑,现在谁都不用处理。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,还是附件始终打不开,完全没有改善。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-027", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Would you own the final delivery of the test findings?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,排期变动以后再考虑,现在谁都不用处理。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The problem is back again: the page stays blank. This cannot keep happening."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-023", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Because the page stays blank, the client is already chasing us. Who is responsible for fixing it?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "请你把验收截图负责到底,并在月底前向客服团队交付。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-021", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Would you own the final delivery of the delivery checklist?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, the release is operating normally now, with no remedy needed."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,物流状态停了五天又来了,不能一直这样。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-025", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The earlier state where the page stays blank is resolved, and Support confirmed closure."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-027", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Please see the retro summary through and deliver it to Design before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "I may prepare the test findings myself, but nothing is arranged."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, support coverage is operating normally now, with no remedy needed."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,付款结果重复扣款已经恢复,财务确认事项关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,当前只需要完成预算备注,没有投诉处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "I may prepare the retro summary myself, but nothing is arranged."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "我也许会自己整理复盘摘要,目前没有确定安排。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "账号又被锁住又来了,不能一直这样。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "It is still the case that the account is locked again, with no improvement."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,行业统计记录了天气预警已经升级,没有服务诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The research notes that many flights were delayed overnight; this is not customer feedback."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-011", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Would you own the final delivery of the acceptance screenshots?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-028", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: This only records my personal plan to contact the recruiter before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-012", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Could I ask you to take care of the test findings within two business days?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-024", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,可以请你接管测试结论并在明晚之前前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,仅记录个人计划,月底前联系医生。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Please see the signature page through and deliver it to Support within two business days."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,交付清单接下来归你处理,完成后在共享文档中更新状态。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,我也许会自己整理交付清单,目前没有确定安排。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-003", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, This has continued for far too long: the page stays blank. When will it be restored?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,行业统计记录了行业指数连续回落,没有服务诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, My private action note is to review the missing documents after the payment lands."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,我也许会自己整理签字页,目前没有确定安排。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Close the item after sending the budget notes to the vendor; do not schedule a follow-up."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, It is still the case that the payment was charged twice, with no improvement."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "测试结论接下来归你处理,完成后在邮件线程里更新状态。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,我自己的行动备忘:款项入账后查看补充材料。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,处理承诺没有兑现,结果仍然是物流状态停了五天。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,当前只需要完成复盘摘要,没有投诉处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,把签字页交给设计同学后直接关闭事项,不安排回访。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-019", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, This has continued for far too long: tracking has not moved for five days. When will it be restored?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-025", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Close the item after sending the acceptance screenshots to Design; do not schedule a follow-up."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-029", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,可以请你接管交付清单并在两个工作日内前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-029", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, Industry statistics record that raw material prices rose again, with no service request."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, The budget notes is yours to handle next; update the status inside the shared document when complete."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-009", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Could I ask you to take care of the test findings before the next review?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The earlier state where the account is locked again is resolved, and Finance confirmed closure."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,排期变动当前运行正常,不需要补救。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,资料归档以后再考虑,现在谁都不用处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-030", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I may prepare the acceptance screenshots myself, but nothing is arranged."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "请你把签字页负责到底,并在两个工作日内向财务交付。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-015", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Would you own the final delivery of the delivery checklist?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,当前只需要完成签字页,没有投诉处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,费用调整以后再考虑,现在谁都不用处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-027", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: I may prepare the budget notes myself, but nothing is arranged."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,我也许会自己整理验收截图,目前没有确定安排。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-022", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Because the account is locked again, my family cannot receive the item. Who is responsible for fixing it?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-019", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Could I ask you to take care of the acceptance screenshots by tomorrow evening?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-026", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, I am still dealing with the fact that tracking has not moved for five days, and my family cannot receive the item."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,我到现在还在面对附件始终打不开,而且工作完全卡住。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The problem is back again: tracking has not moved for five days. This cannot keep happening."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-007", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,可以请你接管验收截图并在本周收尾时前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-013", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,你愿意负责预算备注的最后交付吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,排期变动当前运行正常,不需要补救。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,仅记录个人计划,本周收尾时联系医生。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Close the item after sending the delivery checklist to Support; do not schedule a follow-up."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: I am still dealing with the fact that the page stays blank, and all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,权限开通当前运行正常,不需要补救。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-027", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, document archiving is operating normally now, with no remedy needed."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, I may prepare the budget notes myself, but nothing is arranged."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The problem is back again: the account is locked again. This cannot keep happening."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,还是付款结果重复扣款,完全没有改善。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,我自己的行动备忘:客户回信后查看到账情况。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The research notes that many flights were delayed overnight; this is not customer feedback."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The problem is back again: the page stays blank. This cannot keep happening."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Industry statistics record that raw material prices rose again, with no service request."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,售后范围当前运行正常,不需要补救。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,行业统计记录了部分门店暂停营业,没有服务诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-018", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "可以请你接管验收截图并在两个工作日内前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "My private action note is to review next steps after the contract is signed."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,研究资料指出天气预警已经升级,这不是客户反馈。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-020", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,页面一直空白已经持续很久,究竟什么时候恢复?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, This only records my personal plan to contact the account manager before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: This only records my personal plan to contact the account manager before the next review."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-009", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,账号又被锁住已经持续很久,究竟什么时候恢复?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-017", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,可以请你接管验收截图并在下次评审前前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, My private action note is to review payment status after the sample arrives."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-026", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, It is still the case that the account is locked again, with no improvement."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,行业统计记录了昨夜航班大面积延误,没有服务诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, Industry statistics record that several stores paused operations, with no service request."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,我到现在还在面对账号又被锁住,而且家人收不到商品。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Close the item after sending the delivery checklist to the vendor; do not schedule a follow-up."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,请你把预算备注负责到底,并在月底前向财务交付。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,我也许会自己整理复盘摘要,目前没有确定安排。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-010", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Could I ask you to take care of the acceptance screenshots within two business days?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,把复盘摘要交给客服团队后直接关闭事项,不安排回访。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,附件始终打不开已经恢复,客服团队确认事项关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-021", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,你愿意负责交付清单的最后交付吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,当前只需要完成验收截图,没有投诉处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-029", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I may prepare the budget notes myself, but nothing is arranged."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,研究资料指出天气预警已经升级,这不是客户反馈。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-030", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, the release is operating normally now, with no remedy needed."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,处理承诺没有兑现,结果仍然是附件始终打不开。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,排期变动当前运行正常,不需要补救。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,行业统计记录了部分门店暂停营业,没有服务诉求。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-024", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,现在因为物流状态停了五天而家人收不到商品,谁来负责处理?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,仅记录个人计划,两个工作日内联系医生。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "物流状态停了五天已经恢复,运营确认事项关闭。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,处理承诺没有兑现,结果仍然是物流状态停了五天。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Industry statistics record that several stores paused operations, with no service request."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, My private action note is to review the final decision after the contract is signed."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,附件始终打不开又来了,不能一直这样。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,我也许会自己整理交付清单,目前没有确定安排。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-004", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,账号又被锁住已经持续很久,究竟什么时候恢复?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,我自己的行动备忘:合同盖章后查看下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Please see the acceptance screenshots through and deliver it to Finance as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Industry statistics record that several stores paused operations, with no service request."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-009", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,可以请你接管验收截图并在下次评审前前处理好吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-027", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Close the item after sending the retro summary to Operations; do not schedule a follow-up."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The earlier state where the page stays blank is resolved, and the project lead confirmed closure."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Please see the test findings through and deliver it to Operations as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-022", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Industry statistics record that the weather alert was upgraded, with no service request."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,请你把交付清单负责到底,并在月底前向设计同学交付。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-021", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: It is still the case that the payment was charged twice, with no improvement."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-001", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Would you own the final delivery of the signature page?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,行业统计记录了天气预警已经升级,没有服务诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,研究资料指出原材料价格再次上涨,这不是客户反馈。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-030", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Close the item after sending the budget notes to the vendor; do not schedule a follow-up."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,请你把交付清单负责到底,并在本周收尾时向项目负责人交付。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,我到现在还在面对附件始终打不开,而且客户已经在催。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "页面一直空白又来了,不能一直这样。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,研究资料指出昨夜航班大面积延误,这不是客户反馈。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, I may prepare the signature page myself, but nothing is arranged."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Please see the acceptance screenshots through and deliver it to the project lead before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-008", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Would you own the final delivery of the acceptance screenshots?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,版本上线以后再考虑,现在谁都不用处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,研究资料指出昨夜航班大面积延误,这不是客户反馈。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_negative_fact-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,行业统计记录了部分门店暂停营业,没有服务诉求。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,物流状态停了五天已经恢复,客服团队确认事项关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-028", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The only requirement is to complete the signature page; no grievance handling is involved."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,当前只需要完成测试结论,没有投诉处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The earlier state where the payment was charged twice is resolved, and Finance confirmed closure."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-023", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, Industry statistics record that several stores paused operations, with no service request."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-029", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Could I ask you to take care of the retro summary within two business days?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,当前只需要完成验收截图,没有投诉处理。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, I may prepare the test findings myself, but nothing is arranged."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,我也许会自己整理签字页,目前没有确定安排。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,请你把验收截图负责到底,并在月底前向运营交付。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,我到现在还在面对物流状态停了五天,而且我无法继续操作。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-028", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Could I ask you to take care of the retro summary before lunch?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-028", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, This has continued for far too long: the account is locked again. When will it be restored?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,把交付清单交给运营后直接关闭事项,不安排回访。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-030", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Would you own the final delivery of the budget notes?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,我自己的行动备忘:样品送达后查看处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, The signature page is yours to handle next; update the status under the ticket when complete."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, This only records my personal plan to contact the doctor before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-010", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,你愿意负责验收截图的最后交付吗?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_resolved_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,附件始终打不开已经恢复,供应商确认事项关闭。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,处理承诺没有兑现,结果仍然是页面一直空白。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The problem is back again: the attachment never opens. This cannot keep happening."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-003", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,现在因为账号又被锁住而我无法继续操作,谁来负责处理?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,我到现在还在面对付款结果重复扣款,而且客户已经在催。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_request-016", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "This has continued for far too long: the attachment never opens. When will it be restored?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,我自己的行动备忘:款项入账后查看下一步安排。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, I am still dealing with the fact that the payment was charged twice, and I cannot continue."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_request-017", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Could I ask you to take care of the delivery checklist before month-end?"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-zh-Hans-confirmation_personal_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,我自己的行动备忘:补丁上线后查看补充材料。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, This only records my personal plan to contact the landlord before lunch."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: It is still the case that tracking has not moved for five days, with no improvement."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_request-001", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "你愿意负责预算备注的最后交付吗?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_short-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: It is still the case that the account is locked again, with no improvement."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_request", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_request-022", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,现在因为付款结果重复扣款而客户已经在催,谁来负责处理?"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_implicit-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,处理承诺没有兑现,结果仍然是物流状态停了五天。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,请你把复盘摘要负责到底,并在午休前向设计同学交付。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, Industry statistics record that many flights were delayed overnight, with no service request."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, The earlier state where the attachment never opens is resolved, and Operations confirmed closure."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_negative_fact", "followUpReminder": false, "id": "random-20260829-en-confirmation_negative_fact-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Industry statistics record that several stores paused operations, with no service request."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_implicit", "followUpReminder": false, "id": "random-20260829-en-confirmation_complaint_implicit-027", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The promised fix never materialized; the result is still that the payment was charged twice."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-en-confirmation_task_assignment-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Please see the retro summary through and deliver it to the project lead before the next review."}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,账号又被锁住又来了,不能一直这样。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_self_plan_boundary-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,排期变动以后再考虑,现在谁都不用处理。"}
{"complaint": true, "confirmationDecision": false, "family": "confirmation_complaint_short", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_complaint_short-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,还是附件始终打不开,完全没有改善。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,把验收截图交给供应商后直接关闭事项,不安排回访。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-027", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, My private action note is to review resolution progress after the patch ships."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, My private action note is to review resolution progress after the checkup ends."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_resolved_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_resolved_boundary-024", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: the timeline change is operating normally now, with no remedy needed."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-en-confirmation_operational_task-022", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Close the item after sending the test findings to Design; do not schedule a follow-up."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_personal_boundary", "followUpReminder": true, "id": "random-20260829-en-confirmation_personal_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, This only records my personal plan to contact the doctor within two business days."}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_operational_task", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_operational_task-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,把交付清单交给设计同学后直接关闭事项,不安排回访。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,请你把预算备注负责到底,并在月底前向财务交付。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_task_assignment", "followUpReminder": false, "id": "random-20260829-zh-Hans-confirmation_task_assignment-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,请你把测试结论负责到底,并在两个工作日内向供应商交付。"}
{"complaint": false, "confirmationDecision": false, "family": "confirmation_self_plan_boundary", "followUpReminder": false, "id": "random-20260829-en-confirmation_self_plan_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, the fee adjustment can be considered later; nobody needs to handle it now."}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,600 @@
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: This is on my own action list: check the delivery date after the patch ships."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, After all this waiting, tracking has not moved for five days; this is not acceptable."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "It is the same outcome again: the account is locked again, repeatedly leaving me with my family cannot receive the item."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Support is counting on you to pick up the acceptance screenshots and close it out before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,个人记录,不是委派:本周收尾时找仓库负责人确认下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,项目负责人希望你能接下交付清单,并在明晚之前前收尾。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, This is on my own action list: check resolution progress after the checkup ends."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "I may organize the test findings myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,个人记录,不是委派:下次评审前找客户经理确认下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The document only records that several stores paused operations, not an individual problem."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The earlier issue where the payment was charged twice is fully resolved; this is a closure record."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Design is counting on you to pick up the signature page and close it out within two business days."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-001", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,交付清单接下来可以由你收尾吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,资料仅记录昨夜航班大面积延误,不涉及个人问题。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,页面一直空白,已经第三次了。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Personal note, not delegated work: ask Legal about resolution progress as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,项目负责人希望你能接下预算备注,并在明晚之前前收尾。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "这是我自己的行动清单:合同盖章后检查补充材料。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-021", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,能请你负责验收截图并在两个工作日内前完成吗?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, After all this waiting, the payment was charged twice; this is not acceptable."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-006", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Could the retro summary be left with you for final completion?"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "This is on my own action list: check payment status after the payment lands."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The earlier issue where the account is locked again is fully resolved; this is a closure record."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,财务希望你能接下验收截图,并在本周收尾时前收尾。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, I might look at document archiving when I have time; nothing is scheduled."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-019", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,能请你负责测试结论并在下次评审前前完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,运营在明晚之前举行评审,这只是日程通知。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, We would like you to carry this forward by preparing the budget notes."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-011", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: Because the payment was charged twice, my family cannot receive the item. Who can provide a real resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-020", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,能请你负责复盘摘要并在月底前前完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, This is on my own action list: check the delivery date after the client replies."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, After all this waiting, the attachment never opens; this is not acceptable."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,两个工作日内前把复盘摘要交给设计同学,随后流程关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-010", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,能请你负责验收截图并在明晚之前前完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-024", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Ownership of the signature page now belongs to you; deliver it to the vendor before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-013", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Could the budget notes be left with you for final completion?"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-023", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The earlier issue where the attachment never opens is fully resolved; this is a closure record."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-021", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, This is on my own action list: check the missing documents after the payment lands."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-021", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Deliver the test findings to the vendor before the next review, then close the workflow."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Ownership of the signature page now belongs to you; deliver it to the vendor as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Support is holding a review before the next review; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-008", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Would you be able to own the test findings and finish it before month-end?"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The meeting about the fee adjustment is set for before lunch, with no assignment."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,又是同样的结果:账号又被锁住,已经连续影响到交付时间被耽误。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,两个工作日内前把复盘摘要交给财务,随后流程关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, This is on my own action list: check the delivery date after the client replies."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,请你承担交付清单的交付,完成后在邮件线程里确认。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,公开报告显示部分门店暂停营业,这里没有服务申诉。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The meeting about the fee adjustment is set for by tomorrow evening, with no assignment."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Personal note, not delegated work: ask the recruiter about next steps before month-end."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: the payment was charged twice. This is already the third time."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,排期变动会议已经定在午休前,没有分配任务。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-024", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, We would like you to carry this forward by preparing the acceptance screenshots."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,测试结论现在明确由你负责,明晚之前前交给项目负责人。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The document only records that many flights were delayed overnight, not an individual problem."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,客服团队希望你能接下复盘摘要,并在午休前前收尾。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,我不应该为同一个问题反复追问,页面一直空白,现在工作完全卡住。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,等了这么久还是物流状态停了五天,实在无法接受。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, I should not have to chase the same issue repeatedly: the account is locked again, and now all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "公开报告显示天气预警已经升级,这里没有服务申诉。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-018", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Would you be able to own the retro summary and finish it within two business days?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,这件事想交给你继续推进:整理交付清单。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Ownership of the test findings now belongs to you; deliver it to the project lead before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The document only records that raw material prices rose again, not an individual problem."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,这件事想交给你继续推进:整理预算备注。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, I may organize the retro summary myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Deliver the budget notes to Support before lunch, then close the workflow."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,公开报告显示天气预警已经升级,这里没有服务申诉。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,两个工作日内前把测试结论交给项目负责人,随后流程关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,请完成复盘摘要后直接结项,不需要投诉或后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Deliver the signature page to the vendor as this week closes, then close the workflow."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-012", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,因为账号又被锁住,现在家人收不到商品,谁能给出解决结果?"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,月底前前把验收截图交给供应商,随后流程关闭。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-003", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Nothing has changed with this problem: the page stays blank. When will it actually be handled?"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,请完成复盘摘要后直接结项,不需要投诉或后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "这是我自己的行动清单:复诊结束后检查到账情况。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-001", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, Nothing has changed with this problem: the page stays blank. When will it actually be handled?"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,之前的付款结果重复扣款已经彻底恢复,这是一条结案记录。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-023", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, Because the attachment never opens, my family cannot receive the item. Who can provide a real resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,供应商希望你能接下复盘摘要,并在两个工作日内前收尾。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, I should not have to chase the same issue repeatedly: the page stays blank, and now my family cannot receive the item."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Deliver the test findings to Operations before the next review, then close the workflow."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The problem involving the fee adjustment is complete, with no support needed now."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The earlier issue where the attachment never opens is fully resolved; this is a closure record."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-022", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Ownership of the acceptance screenshots now belongs to you; deliver it to Design as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The document only records that the industry index fell again, not an individual problem."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,又是同样的结果:物流状态停了五天,已经连续影响到我无法继续操作。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: We would like you to carry this forward by preparing the delivery checklist."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,供应商希望你能接下测试结论,并在本周收尾时前收尾。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-017", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Would you be able to own the signature page and finish it within two business days?"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-024", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The earlier issue where the payment was charged twice is fully resolved; this is a closure record."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The document only records that raw material prices rose again, not an individual problem."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,预算备注现在明确由你负责,月底前前交给客服团队。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-021", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: You are responsible for delivering the delivery checklist; confirm completion on the project card."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, I should not have to chase the same issue repeatedly: tracking has not moved for five days, and now my family cannot receive the item."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, I might look at the release when I have time; nothing is scheduled."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The problem involving support coverage is complete, with no support needed now."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Personal note, not delegated work: ask the account manager about resolution progress by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The public report shows that the industry index fell again; there is no service grievance here."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: The earlier issue where the account is locked again is fully resolved; this is a closure record."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,权限开通的问题处理完毕,现在不需要任何支持。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,资料仅记录部分门店暂停营业,不涉及个人问题。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,又是同样的结果:页面一直空白,已经连续影响到工作完全卡住。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-001", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,账号又被锁住一直没有变化,什么时候才能真正处理?"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,售后范围会议已经定在明晚之前,没有分配任务。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Ownership of the retro summary now belongs to you; deliver it to the vendor as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,本周收尾时前把交付清单交给客服团队,随后流程关闭。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: After all this waiting, the account is locked again; this is not acceptable."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-022", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, the vendor is holding a review before the next review; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Finance is holding a review before lunch; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,我自己可能会整理测试结论,但还没有正式计划。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-009", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, Because tracking has not moved for five days, all work is blocked. Who can provide a real resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,测试结论现在明确由你负责,本周收尾时前交给运营。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Operations is holding a review before lunch; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-014", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "交付清单接下来可以由你收尾吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-024", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, I might look at the fee adjustment when I have time; nothing is scheduled."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,我自己可能会整理签字页,但还没有正式计划。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,版本上线的问题处理完毕,现在不需要任何支持。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The public report shows that raw material prices rose again; there is no service grievance here."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-025", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, Personal note, not delegated work: ask the account manager about resolution progress by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,之前的页面一直空白已经彻底恢复,这是一条结案记录。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-004", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,能请你负责交付清单并在明晚之前前完成吗?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, It is the same outcome again: the payment was charged twice, repeatedly leaving me with my family cannot receive the item."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,附件始终打不开,已经第三次了。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Deliver the signature page to Finance before month-end, then close the workflow."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The document only records that raw material prices rose again, not an individual problem."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Ownership of the retro summary now belongs to you; deliver it to the project lead before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-022", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Would you be able to own the retro summary and finish it within two business days?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "验收截图现在明确由你负责,月底前前交给运营。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "等了这么久还是付款结果重复扣款,实在无法接受。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,我不应该为同一个问题反复追问,账号又被锁住,现在交付时间被耽误。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, It is the same outcome again: the payment was charged twice, repeatedly leaving me with delivery is now delayed."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,这是我自己的行动清单:补丁上线后检查下一步安排。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "After all this waiting, tracking has not moved for five days; this is not acceptable."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: I should not have to chase the same issue repeatedly: the attachment never opens, and now my family cannot receive the item."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "下次评审前前把复盘摘要交给运营,随后流程关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The meeting about the release is set for before month-end, with no assignment."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,售后范围会议已经定在午休前,没有分配任务。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,我不应该为同一个问题反复追问,页面一直空白,现在客户已经在催。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,资料归档会议已经定在午休前,没有分配任务。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-007", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Because tracking has not moved for five days, I cannot continue. Who can provide a real resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, the vendor is counting on you to pick up the budget notes and close it out before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,资料仅记录昨夜航班大面积延误,不涉及个人问题。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: The problem involving the fee adjustment is complete, with no support needed now."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Complete the retro summary and close the item; no complaint or later follow-up is involved."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-021", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Would you be able to own the acceptance screenshots and finish it before the next review?"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,两个工作日内前把预算备注交给财务,随后流程关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,明晚之前前把验收截图交给项目负责人,随后流程关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,运营在两个工作日内举行评审,这只是日程通知。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,资料仅记录部分门店暂停营业,不涉及个人问题。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,请完成验收截图后直接结项,不需要投诉或后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, This is on my own action list: check payment status after the client replies."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,个人记录,不是委派:下次评审前找房东确认下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-023", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Design is counting on you to pick up the acceptance screenshots and close it out before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,客服团队希望你能接下签字页,并在午休前前收尾。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,这是我自己的行动清单:复诊结束后检查下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,资料仅记录天气预警已经升级,不涉及个人问题。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-025", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The public report shows that many flights were delayed overnight; there is no service grievance here."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,我自己可能会整理验收截图,但还没有正式计划。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, This is on my own action list: check the final decision after the contract is signed."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-004", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Because the attachment never opens, all work is blocked. Who can provide a real resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-023", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Would you be able to own the signature page and finish it before month-end?"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The document only records that raw material prices rose again, not an individual problem."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, We would like you to carry this forward by preparing the test findings."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-015", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,能请你负责预算备注并在午休前前完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, This is on my own action list: check resolution progress after the checkup ends."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The document only records that several stores paused operations, not an individual problem."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,等了这么久还是账号又被锁住,实在无法接受。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, You are responsible for delivering the test findings; confirm completion inside the shared document."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Support is holding a review before lunch; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,之前的物流状态停了五天已经彻底恢复,这是一条结案记录。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,售后范围会议已经定在两个工作日内,没有分配任务。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,公开报告显示昨夜航班大面积延误,这里没有服务申诉。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,签字页现在明确由你负责,明晚之前前交给设计同学。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-002", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,能请你负责测试结论并在下次评审前前完成吗?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,我不应该为同一个问题反复追问,附件始终打不开,现在我无法继续操作。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, This is on my own action list: check the delivery date after the patch ships."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-025", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, the vendor is holding a review before lunch; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I may organize the retro summary myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-009", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,测试结论接下来可以由你收尾吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, We would like you to carry this forward by preparing the retro summary."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, It is the same outcome again: tracking has not moved for five days, repeatedly leaving me with delivery is now delayed."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, We would like you to carry this forward by preparing the test findings."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,这是我自己的行动清单:客户回信后检查补充材料。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Personal note, not delegated work: ask the doctor about payment status before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,以后有空我再看售后范围,目前不用安排。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Deliver the test findings to the vendor within two business days, then close the workflow."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,签字页现在明确由你负责,本周收尾时前交给供应商。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Finance is counting on you to pick up the budget notes and close it out by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, The public report shows that raw material prices rose again; there is no service grievance here."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-025", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, After all this waiting, the payment was charged twice; this is not acceptable."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Personal note, not delegated work: ask the landlord about the delivery date as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Operations is counting on you to pick up the budget notes and close it out by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Deliver the test findings to the project lead before month-end, then close the workflow."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-025", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The earlier issue where the page stays blank is fully resolved; this is a closure record."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,之前的物流状态停了五天已经彻底恢复,这是一条结案记录。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: It is the same outcome again: the attachment never opens, repeatedly leaving me with all work is blocked."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-023", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, It is the same outcome again: the account is locked again, repeatedly leaving me with the client is already chasing us."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,公开报告显示行业指数连续回落,这里没有服务申诉。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-011", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,付款结果重复扣款一直没有变化,什么时候才能真正处理?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,我不应该为同一个问题反复追问,附件始终打不开,现在交付时间被耽误。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,我自己可能会整理签字页,但还没有正式计划。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, the vendor is counting on you to pick up the delivery checklist and close it out before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,资料归档会议已经定在本周收尾时,没有分配任务。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Ownership of the retro summary now belongs to you; deliver it to Finance within two business days."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,设计同学希望你能接下验收截图,并在月底前前收尾。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, I may organize the test findings myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The meeting about document archiving is set for before lunch, with no assignment."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-023", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The public report shows that raw material prices rose again; there is no service grievance here."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-009", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,因为付款结果重复扣款,现在我无法继续操作,谁能给出解决结果?"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,请完成复盘摘要后直接结项,不需要投诉或后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "资料仅记录昨夜航班大面积延误,不涉及个人问题。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, I should not have to chase the same issue repeatedly: the payment was charged twice, and now delivery is now delayed."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,又是同样的结果:物流状态停了五天,已经连续影响到工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-024", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The meeting about document archiving is set for as this week closes, with no assignment."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,这是我自己的行动清单:样品送达后检查下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,个人记录,不是委派:月底前找招聘方确认到账情况。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,这是我自己的行动清单:款项入账后检查补充材料。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Complete the signature page and close the item; no complaint or later follow-up is involved."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The meeting about document archiving is set for within two business days, with no assignment."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,请完成交付清单后直接结项,不需要投诉或后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "以后有空我再看资料归档,目前不用安排。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,运营在本周收尾时举行评审,这只是日程通知。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Ownership of the test findings now belongs to you; deliver it to Finance by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,之前的付款结果重复扣款已经彻底恢复,这是一条结案记录。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,等了这么久还是付款结果重复扣款,实在无法接受。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,附件始终打不开,已经第三次了。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The problem involving document archiving is complete, with no support needed now."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-014", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "付款结果重复扣款一直没有变化,什么时候才能真正处理?"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,之前的物流状态停了五天已经彻底恢复,这是一条结案记录。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,这是我自己的行动清单:样品送达后检查交付日期。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-008", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,能请你负责验收截图并在明晚之前前完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,这件事想交给你继续推进:整理签字页。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,我不应该为同一个问题反复追问,页面一直空白,现在工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,午休前前把预算备注交给客服团队,随后流程关闭。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,等了这么久还是物流状态停了五天,实在无法接受。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,我自己可能会整理复盘摘要,但还没有正式计划。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-006", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Nothing has changed with this problem: tracking has not moved for five days. When will it actually be handled?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,等了这么久还是付款结果重复扣款,实在无法接受。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, I might look at the fee adjustment when I have time; nothing is scheduled."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-021", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: Nothing has changed with this problem: the payment was charged twice. When will it actually be handled?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-010", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, Nothing has changed with this problem: the account is locked again. When will it actually be handled?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, We would like you to carry this forward by preparing the test findings."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-022", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: I should not have to chase the same issue repeatedly: the page stays blank, and now my family cannot receive the item."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,等了这么久还是物流状态停了五天,实在无法接受。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,资料归档的问题处理完毕,现在不需要任何支持。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,权限开通会议已经定在午休前,没有分配任务。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,我不应该为同一个问题反复追问,付款结果重复扣款,现在我无法继续操作。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,请完成测试结论后直接结项,不需要投诉或后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, the vendor is counting on you to pick up the acceptance screenshots and close it out before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,我自己可能会整理测试结论,但还没有正式计划。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,我不应该为同一个问题反复追问,附件始终打不开,现在家人收不到商品。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,等了这么久还是附件始终打不开,实在无法接受。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "I should not have to chase the same issue repeatedly: the account is locked again, and now I cannot continue."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The public report shows that the weather alert was upgraded; there is no service grievance here."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "以后有空我再看排期变动,目前不用安排。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Deliver the retro summary to Support within two business days, then close the workflow."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-001", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Could the acceptance screenshots be left with you for final completion?"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,设计同学在午休前举行评审,这只是日程通知。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "又是同样的结果:账号又被锁住,已经连续影响到交付时间被耽误。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Personal note, not delegated work: ask the account manager about resolution progress by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,验收截图现在明确由你负责,下次评审前前交给客服团队。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-023", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,测试结论接下来可以由你收尾吗?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: I should not have to chase the same issue repeatedly: the attachment never opens, and now the client is already chasing us."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,费用调整的问题处理完毕,现在不需要任何支持。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,这件事想交给你继续推进:整理签字页。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,公开报告显示天气预警已经升级,这里没有服务申诉。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-025", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,因为物流状态停了五天,现在家人收不到商品,谁能给出解决结果?"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The problem involving the timeline change is complete, with no support needed now."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, You are responsible for delivering the signature page; confirm completion under the ticket."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,验收截图现在明确由你负责,两个工作日内前交给财务。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-008", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,因为页面一直空白,现在客户已经在催,谁能给出解决结果?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-020", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Would you be able to own the delivery checklist and finish it within two business days?"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,我自己可能会整理签字页,但还没有正式计划。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,之前的账号又被锁住已经彻底恢复,这是一条结案记录。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,付款结果重复扣款,已经第三次了。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, It is the same outcome again: the attachment never opens, repeatedly leaving me with delivery is now delayed."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,设计同学在明晚之前举行评审,这只是日程通知。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-017", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,能请你负责复盘摘要并在午休前前完成吗?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-025", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: I should not have to chase the same issue repeatedly: the page stays blank, and now all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I may organize the delivery checklist myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,这件事想交给你继续推进:整理签字页。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-006", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "能请你负责复盘摘要并在本周收尾时前完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-011", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,测试结论接下来可以由你收尾吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "项目负责人希望你能接下交付清单,并在本周收尾时前收尾。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "I may organize the delivery checklist myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, You are responsible for delivering the budget notes; confirm completion inside the shared document."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,个人记录,不是委派:下次评审前找仓库负责人确认处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,请你承担测试结论的交付,完成后在项目卡片上确认。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,项目负责人在月底前举行评审,这只是日程通知。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Deliver the signature page to Operations by tomorrow evening, then close the workflow."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,我不应该为同一个问题反复追问,页面一直空白,现在我无法继续操作。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, The earlier issue where tracking has not moved for five days is fully resolved; this is a closure record."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-020", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, Because the account is locked again, the client is already chasing us. Who can provide a real resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,交付清单现在明确由你负责,本周收尾时前交给设计同学。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-024", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Personal note, not delegated work: ask the account manager about the delivery date before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,费用调整的问题处理完毕,现在不需要任何支持。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-006", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "因为物流状态停了五天,现在交付时间被耽误,谁能给出解决结果?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-012", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Would you be able to own the retro summary and finish it before lunch?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-021", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "We would like you to carry this forward by preparing the signature page."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-013", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,签字页接下来可以由你收尾吗?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, After all this waiting, the page stays blank; this is not acceptable."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,版本上线的问题处理完毕,现在不需要任何支持。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,又是同样的结果:物流状态停了五天,已经连续影响到工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,我自己可能会整理复盘摘要,但还没有正式计划。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, I might look at the timeline change when I have time; nothing is scheduled."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,我自己可能会整理复盘摘要,但还没有正式计划。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,之前的附件始终打不开已经彻底恢复,这是一条结案记录。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Deliver the retro summary to the vendor by tomorrow evening, then close the workflow."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-018", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "签字页接下来可以由你收尾吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, the vendor is holding a review as this week closes; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,运营希望你能接下交付清单,并在午休前前收尾。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, I should not have to chase the same issue repeatedly: tracking has not moved for five days, and now all work is blocked."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, After all this waiting, the attachment never opens; this is not acceptable."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The earlier issue where the page stays blank is fully resolved; this is a closure record."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,又是同样的结果:物流状态停了五天,已经连续影响到交付时间被耽误。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-024", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,能请你负责测试结论并在下次评审前前完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,两个工作日内前把交付清单交给设计同学,随后流程关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, We would like you to carry this forward by preparing the delivery checklist."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,附件始终打不开,已经第三次了。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-005", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Could the signature page be left with you for final completion?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, I should not have to chase the same issue repeatedly: the account is locked again, and now the client is already chasing us."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-010", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Could the budget notes be left with you for final completion?"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,公开报告显示行业指数连续回落,这里没有服务申诉。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,我自己可能会整理测试结论,但还没有正式计划。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,等了这么久还是付款结果重复扣款,实在无法接受。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,资料归档会议已经定在两个工作日内,没有分配任务。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Deliver the signature page to Design before month-end, then close the workflow."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-017", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,物流状态停了五天一直没有变化,什么时候才能真正处理?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,复盘摘要现在明确由你负责,明晚之前前交给项目负责人。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,我自己可能会整理验收截图,但还没有正式计划。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,这件事想交给你继续推进:整理预算备注。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-018", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Nothing has changed with this problem: the page stays blank. When will it actually be handled?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-007", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Would you be able to own the acceptance screenshots and finish it as this week closes?"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The problem involving the fee adjustment is complete, with no support needed now."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,附件始终打不开,已经第三次了。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Operations is holding a review as this week closes; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: The meeting about the release is set for as this week closes, with no assignment."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,以后有空我再看排期变动,目前不用安排。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, It is the same outcome again: the account is locked again, repeatedly leaving me with my family cannot receive the item."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,这是我自己的行动清单:补丁上线后检查处理进度。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: the page stays blank. This is already the third time."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,以后有空我再看资料归档,目前不用安排。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-024", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, It is the same outcome again: the page stays blank, repeatedly leaving me with all work is blocked."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-024", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, the payment was charged twice. This is already the third time."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Ownership of the delivery checklist now belongs to you; deliver it to Support as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,请你承担测试结论的交付,完成后在群里确认。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-023", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, You are responsible for delivering the delivery checklist; confirm completion inside the shared document."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,公开报告显示原材料价格再次上涨,这里没有服务申诉。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,资料归档的问题处理完毕,现在不需要任何支持。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, I should not have to chase the same issue repeatedly: the account is locked again, and now I cannot continue."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, This is on my own action list: check the delivery date after the checkup ends."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Operations is counting on you to pick up the retro summary and close it out by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,公开报告显示行业指数连续回落,这里没有服务申诉。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The earlier issue where the page stays blank is fully resolved; this is a closure record."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,月底前前把预算备注交给财务,随后流程关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Deliver the signature page to Support before lunch, then close the workflow."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "请你承担测试结论的交付,完成后在共享文档中确认。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: I may organize the acceptance screenshots myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,版本上线会议已经定在两个工作日内,没有分配任务。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,以后有空我再看权限开通,目前不用安排。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-022", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I may organize the signature page myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Complete the acceptance screenshots and close the item; no complaint or later follow-up is involved."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "物流状态停了五天,已经第三次了。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,之前的附件始终打不开已经彻底恢复,这是一条结案记录。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-008", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: Nothing has changed with this problem: tracking has not moved for five days. When will it actually be handled?"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, I might look at document archiving when I have time; nothing is scheduled."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-016", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,账号又被锁住一直没有变化,什么时候才能真正处理?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-003", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Could the test findings be left with you for final completion?"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,资料仅记录原材料价格再次上涨,不涉及个人问题。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,等了这么久还是账号又被锁住,实在无法接受。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-025", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, We would like you to carry this forward by preparing the signature page."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-003", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,测试结论接下来可以由你收尾吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: I may organize the budget notes myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I may organize the retro summary myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,资料归档的问题处理完毕,现在不需要任何支持。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-021", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, I should not have to chase the same issue repeatedly: the account is locked again, and now my family cannot receive the item."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Personal note, not delegated work: ask the doctor about the delivery date as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Ownership of the acceptance screenshots now belongs to you; deliver it to Support within two business days."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,两个工作日内前把复盘摘要交给运营,随后流程关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,交付清单现在明确由你负责,午休前前交给设计同学。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: After all this waiting, the payment was charged twice; this is not acceptable."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Support is holding a review as this week closes; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,资料仅记录天气预警已经升级,不涉及个人问题。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-021", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: After all this waiting, tracking has not moved for five days; this is not acceptable."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,之前的付款结果重复扣款已经彻底恢复,这是一条结案记录。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-007", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,预算备注接下来可以由你收尾吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "请完成预算备注后直接结项,不需要投诉或后续回访。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-010", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,账号又被锁住一直没有变化,什么时候才能真正处理?"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,公开报告显示天气预警已经升级,这里没有服务申诉。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-004", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Would you be able to own the delivery checklist and finish it as this week closes?"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, The public report shows that the weather alert was upgraded; there is no service grievance here."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Ownership of the signature page now belongs to you; deliver it to Design as this week closes."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, It is the same outcome again: the payment was charged twice, repeatedly leaving me with I cannot continue."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-021", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The meeting about the timeline change is set for before month-end, with no assignment."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-022", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: This is on my own action list: check the delivery date after the contract is signed."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The problem involving support coverage is complete, with no support needed now."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Complete the signature page and close the item; no complaint or later follow-up is involved."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The meeting about access activation is set for as this week closes, with no assignment."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-012", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Nothing has changed with this problem: the account is locked again. When will it actually be handled?"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,请完成复盘摘要后直接结项,不需要投诉或后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,这件事想交给你继续推进:整理签字页。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,之前的付款结果重复扣款已经彻底恢复,这是一条结案记录。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The meeting about the release is set for before lunch, with no assignment."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,财务希望你能接下测试结论,并在午休前前收尾。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-020", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,页面一直空白一直没有变化,什么时候才能真正处理?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-024", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Because the page stays blank, delivery is now delayed. Who can provide a real resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-025", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, You are responsible for delivering the delivery checklist; confirm completion in the email chain."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,个人记录,不是委派:午休前找房东确认下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "费用调整会议已经定在月底前,没有分配任务。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,附件始终打不开,已经第三次了。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,等了这么久还是附件始终打不开,实在无法接受。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: You are responsible for delivering the signature page; confirm completion under the ticket."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,资料归档会议已经定在明晚之前,没有分配任务。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-002", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Could the budget notes be left with you for final completion?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,运营希望你能接下交付清单,并在下次评审前前收尾。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,明晚之前前把验收截图交给供应商,随后流程关闭。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,请完成预算备注后直接结项,不需要投诉或后续回访。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-023", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, Personal note, not delegated work: ask the account manager about resolution progress before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,之前的附件始终打不开已经彻底恢复,这是一条结案记录。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,这是我自己的行动清单:客户回信后检查到账情况。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, You are responsible for delivering the retro summary; confirm completion in the group thread."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The public report shows that the industry index fell again; there is no service grievance here."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-019", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Would you be able to own the signature page and finish it before the next review?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,交付清单现在明确由你负责,两个工作日内前交给客服团队。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,页面一直空白,已经第三次了。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Complete the test findings and close the item; no complaint or later follow-up is involved."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,这件事想交给你继续推进:整理复盘摘要。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The earlier issue where the payment was charged twice is fully resolved; this is a closure record."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-016", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Would you be able to own the signature page and finish it before month-end?"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: This is on my own action list: check resolution progress after the client replies."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-022", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The earlier issue where tracking has not moved for five days is fully resolved; this is a closure record."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, the attachment never opens. This is already the third time."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-005", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,因为账号又被锁住,现在交付时间被耽误,谁能给出解决结果?"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-021", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, I might look at the release when I have time; nothing is scheduled."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-015", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Could the retro summary be left with you for final completion?"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,资料仅记录天气预警已经升级,不涉及个人问题。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,明晚之前前把预算备注交给供应商,随后流程关闭。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-021", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,付款结果重复扣款一直没有变化,什么时候才能真正处理?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-002", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Because the attachment never opens, the client is already chasing us. Who can provide a real resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,以后有空我再看权限开通,目前不用安排。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The problem involving access activation is complete, with no support needed now."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, I may organize the signature page myself, but there is no firm plan."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, After all this waiting, the page stays blank; this is not acceptable."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-024", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,账号又被锁住一直没有变化,什么时候才能真正处理?"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,公开报告显示原材料价格再次上涨,这里没有服务申诉。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-023", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I might look at support coverage when I have time; nothing is scheduled."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-007", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,因为物流状态停了五天,现在交付时间被耽误,谁能给出解决结果?"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Deliver the retro summary to Finance before month-end, then close the workflow."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Operations is holding a review within two business days; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "我自己可能会整理签字页,但还没有正式计划。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-025", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Would you be able to own the delivery checklist and finish it by tomorrow evening?"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,个人记录,不是委派:两个工作日内找客户经理确认交付日期。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-011", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Would you be able to own the delivery checklist and finish it by tomorrow evening?"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,下次评审前前把复盘摘要交给供应商,随后流程关闭。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,页面一直空白,已经第三次了。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,公开报告显示原材料价格再次上涨,这里没有服务申诉。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, I may organize the acceptance screenshots myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,资料仅记录部分门店暂停营业,不涉及个人问题。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-021", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The earlier issue where the account is locked again is fully resolved; this is a closure record."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,之前的物流状态停了五天已经彻底恢复,这是一条结案记录。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-025", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Deliver the test findings to Finance as this week closes, then close the workflow."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-022", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Nothing has changed with this problem: tracking has not moved for five days. When will it actually be handled?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-023", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "附件始终打不开一直没有变化,什么时候才能真正处理?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, After all this waiting, the attachment never opens; this is not acceptable."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,资料仅记录原材料价格再次上涨,不涉及个人问题。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "我不应该为同一个问题反复追问,页面一直空白,现在客户已经在催。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,费用调整的问题处理完毕,现在不需要任何支持。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-014", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Nothing has changed with this problem: the attachment never opens. When will it actually be handled?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,请你承担签字页的交付,完成后在共享文档中确认。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,项目负责人希望你能接下验收截图,并在本周收尾时前收尾。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, the page stays blank. This is already the third time."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Support is holding a review before lunch; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,这是我自己的行动清单:复诊结束后检查到账情况。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-019", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: Nothing has changed with this problem: the page stays blank. When will it actually be handled?"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-022", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The public report shows that several stores paused operations; there is no service grievance here."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,验收截图现在明确由你负责,月底前前交给供应商。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: tracking has not moved for five days. This is already the third time."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, the page stays blank. This is already the third time."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-025", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, I may organize the signature page myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The problem involving access activation is complete, with no support needed now."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "等了这么久还是物流状态停了五天,实在无法接受。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-015", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: Because tracking has not moved for five days, I cannot continue. Who can provide a real resolution?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-013", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,因为账号又被锁住,现在交付时间被耽误,谁能给出解决结果?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-022", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, We would like you to carry this forward by preparing the acceptance screenshots."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,供应商在午休前举行评审,这只是日程通知。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Ownership of the acceptance screenshots now belongs to you; deliver it to Finance before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-024", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Could the test findings be left with you for final completion?"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,这是我自己的行动清单:客户回信后检查交付日期。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: We would like you to carry this forward by preparing the test findings."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, I may organize the test findings myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The document only records that many flights were delayed overnight, not an individual problem."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,项目负责人在明晚之前举行评审,这只是日程通知。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: You are responsible for delivering the budget notes; confirm completion inside the shared document."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Ownership of the acceptance screenshots now belongs to you; deliver it to the project lead before the next review."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-015", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,因为付款结果重复扣款,现在工作完全卡住,谁能给出解决结果?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, It is the same outcome again: the page stays blank, repeatedly leaving me with delivery is now delayed."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,这件事想交给你继续推进:整理验收截图。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,费用调整的问题处理完毕,现在不需要任何支持。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-025", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Because the payment was charged twice, I cannot continue. Who can provide a real resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,公开报告显示原材料价格再次上涨,这里没有服务申诉。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-023", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: the attachment never opens. This is already the third time."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,请你承担测试结论的交付,完成后在群里确认。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The public report shows that the industry index fell again; there is no service grievance here."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I might look at the release when I have time; nothing is scheduled."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,我不应该为同一个问题反复追问,附件始终打不开,现在客户已经在催。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-022", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: the account is locked again. This is already the third time."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-022", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,能请你负责测试结论并在午休前前完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,复盘摘要现在明确由你负责,下次评审前前交给运营。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: I might look at the timeline change when I have time; nothing is scheduled."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-024", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: The document only records that many flights were delayed overnight, not an individual problem."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The earlier issue where the attachment never opens is fully resolved; this is a closure record."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, the account is locked again. This is already the third time."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,以后有空我再看排期变动,目前不用安排。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,又是同样的结果:页面一直空白,已经连续影响到家人收不到商品。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: After all this waiting, the page stays blank; this is not acceptable."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Deliver the test findings to Support as this week closes, then close the workflow."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The problem involving access activation is complete, with no support needed now."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,验收截图现在明确由你负责,明晚之前前交给运营。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The public report shows that many flights were delayed overnight; there is no service grievance here."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-017", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, Because the payment was charged twice, I cannot continue. Who can provide a real resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-023", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, Design is holding a review before lunch; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Deliver the delivery checklist to Operations within two business days, then close the workflow."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-en-final_complaint_implicit-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: I should not have to chase the same issue repeatedly: the page stays blank, and now delivery is now delayed."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-005", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Because tracking has not moved for five days, the client is already chasing us. Who can provide a real resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,这是我自己的行动清单:补丁上线后检查最终结论。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "我自己可能会整理测试结论,但还没有正式计划。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,权限开通会议已经定在月底前,没有分配任务。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,费用调整会议已经定在午休前,没有分配任务。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Personal note, not delegated work: ask Legal about the missing documents by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Operations is counting on you to pick up the delivery checklist and close it out before lunch."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-002", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,页面一直空白一直没有变化,什么时候才能真正处理?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "又是同样的结果:账号又被锁住,已经连续影响到工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,测试结论现在明确由你负责,两个工作日内前交给供应商。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "之前的物流状态停了五天已经彻底恢复,这是一条结案记录。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The meeting about the fee adjustment is set for before the next review, with no assignment."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Design is holding a review within two business days; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_operational_task_boundary-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "下次评审前前把测试结论交给财务,随后流程关闭。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-004", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,附件始终打不开一直没有变化,什么时候才能真正处理?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,又是同样的结果:附件始终打不开,已经连续影响到工作完全卡住。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,又是同样的结果:附件始终打不开,已经连续影响到交付时间被耽误。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,个人记录,不是委派:两个工作日内找招聘方确认补充材料。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: You are responsible for delivering the budget notes; confirm completion in the email chain."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,设计同学在午休前举行评审,这只是日程通知。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Support is counting on you to pick up the signature page and close it out before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "签字页现在明确由你负责,明晚之前前交给财务。"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "个人记录,不是委派:午休前找房东确认最终结论。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-025", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,测试结论接下来可以由你收尾吗?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,等了这么久还是页面一直空白,实在无法接受。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,等了这么久还是附件始终打不开,实在无法接受。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,我自己可能会整理交付清单,但还没有正式计划。"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Deliver the test findings to Design before month-end, then close the workflow."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The document only records that the weather alert was upgraded, not an individual problem."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-016", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,预算备注接下来可以由你收尾吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,费用调整会议已经定在午休前,没有分配任务。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,我自己可能会整理交付清单,但还没有正式计划。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_short-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,物流状态停了五天,已经第三次了。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, After all this waiting, the account is locked again; this is not acceptable."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Design is counting on you to pick up the signature page and close it out before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,我自己可能会整理测试结论,但还没有正式计划。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-013", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Because the payment was charged twice, delivery is now delayed. Who can provide a real resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_self_intent_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,以后有空我再看版本上线,目前不用安排。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-en-final_task_indirect-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: the vendor is counting on you to pick up the retro summary and close it out before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,财务希望你能接下预算备注,并在月底前前收尾。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-018", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,因为附件始终打不开,现在家人收不到商品,谁能给出解决结果?"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,个人记录,不是委派:午休前找招聘方确认到账情况。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Ownership of the retro summary now belongs to you; deliver it to Operations by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "这是我自己的行动清单:补丁上线后检查交付日期。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,售后范围会议已经定在本周收尾时,没有分配任务。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,供应商希望你能接下预算备注,并在明晚之前前收尾。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,又是同样的结果:附件始终打不开,已经连续影响到家人收不到商品。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-021", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The document only records that the weather alert was upgraded, not an individual problem."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-014", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Would you be able to own the retro summary and finish it before lunch?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_short", "followUpReminder": false, "id": "random-20260828-en-final_complaint_short-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, tracking has not moved for five days. This is already the third time."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-en-final_task_question-009", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Could the budget notes be left with you for final completion?"}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-023", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Deliver the retro summary to Finance before month-end, then close the workflow."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-003", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,因为账号又被锁住,现在工作完全卡住,谁能给出解决结果?"}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-en-final_personal_action_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, This is on my own action list: check payment status after the sample arrives."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-024", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Deliver the delivery checklist to Support by tomorrow evening, then close the workflow."}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_resolved_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,排期变动的问题处理完毕,现在不需要任何支持。"}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-en-final_event_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Design is holding a review by tomorrow evening; this is only a calendar notice."}
{"complaint": false, "confirmationDecision": false, "family": "final_personal_action_boundary", "followUpReminder": true, "id": "random-20260828-zh-Hans-final_personal_action_boundary-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,个人记录,不是委派:两个工作日内找仓库负责人确认交付日期。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,我不应该为同一个问题反复追问,物流状态停了五天,现在家人收不到商品。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-005", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,能请你负责交付清单并在月底前前完成吗?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-en-final_complaint_request-016", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Because the page stays blank, I cannot continue. Who can provide a real resolution?"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-019", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,付款结果重复扣款一直没有变化,什么时候才能真正处理?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,复盘摘要现在明确由你负责,两个工作日内前交给运营。"}
{"complaint": false, "confirmationDecision": false, "family": "final_self_intent_boundary", "followUpReminder": false, "id": "random-20260828-en-final_self_intent_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, I may organize the signature page myself, but there is no firm plan."}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: The public report shows that several stores paused operations; there is no service grievance here."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_indirect", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_indirect-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,这件事想交给你继续推进:整理复盘摘要。"}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_request", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_request-022", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,因为页面一直空白,现在交付时间被耽误,谁能给出解决结果?"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_direct-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,请你承担交付清单的交付,完成后在群里确认。"}
{"complaint": false, "confirmationDecision": false, "family": "final_task_question", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_task_question-012", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,能请你负责交付清单并在本周收尾时前完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-en-final_negative_fact_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The document only records that the industry index fell again, not an individual problem."}
{"complaint": false, "confirmationDecision": false, "family": "final_operational_task_boundary", "followUpReminder": false, "id": "random-20260828-en-final_operational_task_boundary-022", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Complete the budget notes and close the item; no complaint or later follow-up is involved."}
{"complaint": true, "confirmationDecision": false, "family": "final_complaint_implicit", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_complaint_implicit-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,我不应该为同一个问题反复追问,页面一直空白,现在家人收不到商品。"}
{"complaint": false, "confirmationDecision": false, "family": "final_resolved_boundary", "followUpReminder": false, "id": "random-20260828-en-final_resolved_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The problem involving support coverage is complete, with no support needed now."}
{"complaint": false, "confirmationDecision": false, "family": "final_task_direct", "followUpReminder": false, "id": "random-20260828-en-final_task_direct-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, You are responsible for delivering the delivery checklist; confirm completion in the email chain."}
{"complaint": false, "confirmationDecision": false, "family": "final_event_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_event_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,客服团队在下次评审前举行评审,这只是日程通知。"}
{"complaint": false, "confirmationDecision": false, "family": "final_negative_fact_boundary", "followUpReminder": false, "id": "random-20260828-zh-Hans-final_negative_fact_boundary-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,资料仅记录昨夜航班大面积延误,不涉及个人问题。"}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,640 @@
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-035", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, access activation is confirmed restored, so Support does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-034", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,接下来请你推进验收截图,并向财务汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Public data includes the fact that several stores paused operations; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,分析报告提到天气预警已经升级,不代表用户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-039", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,账号又被锁住的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,预算备注的负责人就是你,请在下次评审前完成交付。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-035", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The analysis mentions that the weather alert was upgraded; it does not represent a user complaint."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-038", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,个人备忘,不交给任何人:月底前联系医生。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-027", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,目前因为物流状态停了五天而交付时间被耽误,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-024", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The earlier problem where the payment was charged twice is over, and the current state is stable."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-031", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, the attachment never opens, and nothing has changed."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-001", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, At the moment, the page stays blank, so I cannot continue. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-033", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Personal reminder, assigned to nobody else: contact the recruiter before lunch."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-010", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, At the moment, the attachment never opens, so the client is already chasing us. Can I get an actual resolution?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-027", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The promised handling did not happen; I am still seeing that the account is locked again."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,这是我的私人待办:合同盖章之后确认到账情况。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,从上次反馈以后仍然付款结果重复扣款,现在已经交付时间被耽误。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Public data includes the fact that many flights were delayed overnight; this is only a factual citation."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-033", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, At the moment, the attachment never opens, so I cannot continue. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-034", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, You are the owner of the retro summary; complete delivery as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-037", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,你可以在两个工作日内前处理好复盘摘要吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,付款结果重复扣款的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,物流状态停了五天的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-001", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,你可以在下次评审前前处理好测试结论吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,说好的处理没有发生,我看到的还是付款结果重复扣款。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,说好的处理没有发生,我看到的还是附件始终打不开。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-023", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,物流状态停了五天到现在都没处理,什么时候能恢复正常?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-010", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,账号又被锁住到现在都没处理,什么时候能恢复正常?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-022", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "the payment was charged twice, and nothing has changed."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-039", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,附件始终打不开,到现在还是老样子。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "说好的处理没有发生,我看到的还是账号又被锁住。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "又一次附件始终打不开,这已经影响正常使用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,验收截图的负责人就是你,请在月底前完成交付。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: document archiving is confirmed restored, so the vendor does not need to intervene."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-028", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,目前因为账号又被锁住而交付时间被耽误,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-037", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,公开数据包含原材料价格再次上涨,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Please move the retro summary forward and report the outcome to the vendor."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-038", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,分析报告提到昨夜航班大面积延误,不代表用户投诉。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,从上次反馈以后仍然物流状态停了五天,现在已经家人收不到商品。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: You are the owner of the delivery checklist; complete delivery before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-034", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,这是我的私人待办:样品送达之后确认补充材料。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-030", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The problem where the account is locked again has not been addressed. When will normal service return?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-035", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,说好的处理没有发生,我看到的还是付款结果重复扣款。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-033", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The promised handling did not happen; I am still seeing that the page stays blank."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-035", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Personal reminder, assigned to nobody else: contact the recruiter within two business days."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-028", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The earlier problem where tracking has not moved for five days is over, and the current state is stable."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-038", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,能麻烦你把复盘摘要负责到交付完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-019", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, May I ask you to own the acceptance screenshots through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,签字页的负责人就是你,请在下次评审前完成交付。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "接下来请你推进签字页,并向项目负责人汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-016", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,能麻烦你把交付清单负责到交付完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-030", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, access activation is confirmed restored, so the vendor does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-030", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, This is my private todo: confirm next steps after the sample arrives."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The earlier problem where the account is locked again is over, and the current state is stable."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-020", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,你可以在明晚之前前处理好预算备注吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,从上次反馈以后仍然附件始终打不开,现在已经家人收不到商品。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, This is my private todo: confirm resolution progress after the checkup ends."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-007", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,目前因为物流状态停了五天而工作完全卡住,可以给个处理结果吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Since my last report, the attachment never opens, and it has now reached the point where all work is blocked."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,从上次反馈以后仍然页面一直空白,现在已经交付时间被耽误。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Please move the acceptance screenshots forward and report the outcome to the vendor."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-022", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, the release is confirmed restored, so Finance does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-035", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "You are the owner of the test findings; complete delivery before lunch."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-036", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "目前因为账号又被锁住而工作完全卡住,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-023", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,能麻烦你把预算备注负责到交付完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,接下来请你推进签字页,并向供应商汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-005", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Can you have the budget notes completed as this week closes?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, Once again, tracking has not moved for five days; normal use is now affected."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-006", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: At the moment, the payment was charged twice, so delivery is now delayed. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-029", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The analysis mentions that many flights were delayed overnight; it does not represent a user complaint."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-025", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: the timeline change is confirmed restored, so Finance does not need to intervene."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,说好的处理没有发生,我看到的还是附件始终打不开。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-030", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: The promised handling did not happen; I am still seeing that the account is locked again."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,从上次反馈以后仍然付款结果重复扣款,现在已经工作完全卡住。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,从上次反馈以后仍然页面一直空白,现在已经我无法继续操作。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-021", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,目前因为付款结果重复扣款而家人收不到商品,可以给个处理结果吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,说好的处理没有发生,我看到的还是页面一直空白。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-037", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, Once again, the page stays blank; normal use is now affected."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-001", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Can you have the delivery checklist completed before the next review?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-032", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,能麻烦你把验收截图负责到交付完成吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-032", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, At the moment, the payment was charged twice, so I cannot continue. Can I get an actual resolution?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,付款结果重复扣款,到现在还是老样子。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-029", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Since my last report, the account is locked again, and it has now reached the point where all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-007", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,能麻烦你把验收截图负责到交付完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-039", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,你可以在午休前前处理好预算备注吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "这是我的私人待办:样品送达之后确认下一步安排。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-037", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, the release is confirmed restored, so Design does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Personal reminder, assigned to nobody else: contact the recruiter before the next review."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-001", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,目前因为付款结果重复扣款而工作完全卡住,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,这是我的私人待办:补丁上线之后确认最终结论。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-023", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The analysis mentions that several stores paused operations; it does not represent a user complaint."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,分析报告提到部分门店暂停营业,不代表用户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-023", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Please move the budget notes forward and report the outcome to Design."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,附件始终打不开的问题已经结束,目前状态稳定。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,付款结果重复扣款,到现在还是老样子。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-008", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,付款结果重复扣款到现在都没处理,什么时候能恢复正常?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-035", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The promised handling did not happen; I am still seeing that the account is locked again."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Please move the budget notes forward and report the outcome to Operations."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-014", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: May I ask you to own the acceptance screenshots through delivery?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,物流状态停了五天,到现在还是老样子。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-028", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "你可以在午休前前处理好签字页吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,又一次付款结果重复扣款,这已经影响正常使用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-022", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,你可以在明晚之前前处理好验收截图吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-031", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The earlier problem where tracking has not moved for five days is over, and the current state is stable."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-028", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The promised handling did not happen; I am still seeing that the payment was charged twice."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-028", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "At the moment, the page stays blank, so all work is blocked. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-024", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, Personal reminder, assigned to nobody else: contact the doctor by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, Public data includes the fact that raw material prices rose again; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-031", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "这是我的私人待办:客户回信之后确认最终结论。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-038", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: This is my private todo: confirm the delivery date after the payment lands."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,又一次账号又被锁住,这已经影响正常使用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-026", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, Once again, the account is locked again; normal use is now affected."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,签字页的负责人就是你,请在月底前完成交付。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,个人备忘,不交给任何人:两个工作日内联系医生。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Public data includes the fact that the weather alert was upgraded; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-032", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Please move the signature page forward and report the outcome to Design."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-002", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "能麻烦你把复盘摘要负责到交付完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-021", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: You are the owner of the delivery checklist; complete delivery before month-end."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,又一次付款结果重复扣款,这已经影响正常使用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,这是我的私人待办:复诊结束之后确认下一步安排。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,附件始终打不开,到现在还是老样子。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,付款结果重复扣款,到现在还是老样子。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-039", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,目前因为页面一直空白而家人收不到商品,可以给个处理结果吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-037", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, At the moment, the account is locked again, so I cannot continue. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "个人备忘,不交给任何人:月底前联系招聘方。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-027", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: May I ask you to own the acceptance screenshots through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, Personal reminder, assigned to nobody else: contact the warehouse lead before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-030", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, You are the owner of the signature page; complete delivery within two business days."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-015", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: At the moment, the attachment never opens, so I cannot continue. Can I get an actual resolution?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-022", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,账号又被锁住到现在都没处理,什么时候能恢复正常?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-016", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The problem where the attachment never opens has not been addressed. When will normal service return?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-023", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Once again, the payment was charged twice; normal use is now affected."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-007", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: The problem where the page stays blank has not been addressed. When will normal service return?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Public data includes the fact that many flights were delayed overnight; this is only a factual citation."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: the attachment never opens, and nothing has changed."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,从上次反馈以后仍然付款结果重复扣款,现在已经我无法继续操作。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,公开数据包含原材料价格再次上涨,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-037", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Please move the signature page forward and report the outcome to the vendor."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, Once again, tracking has not moved for five days; normal use is now affected."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-037", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,又一次页面一直空白,这已经影响正常使用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Once again, the account is locked again; normal use is now affected."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Please move the delivery checklist forward and report the outcome to Support."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-011", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Can you have the acceptance screenshots completed within two business days?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,页面一直空白,到现在还是老样子。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-026", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, At the moment, the page stays blank, so the client is already chasing us. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Please move the delivery checklist forward and report the outcome to Design."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: The earlier problem where tracking has not moved for five days is over, and the current state is stable."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-032", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: May I ask you to own the delivery checklist through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: You are the owner of the test findings; complete delivery before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: The earlier problem where the page stays blank is over, and the current state is stable."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-009", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: The problem where the attachment never opens has not been addressed. When will normal service return?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,分析报告提到原材料价格再次上涨,不代表用户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-023", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Can you have the delivery checklist completed before the next review?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The analysis mentions that several stores paused operations; it does not represent a user complaint."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,公开数据包含昨夜航班大面积延误,这里只做事实引用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-040", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,从上次反馈以后仍然页面一直空白,现在已经工作完全卡住。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-014", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The problem where the account is locked again has not been addressed. When will normal service return?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-003", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,目前因为物流状态停了五天而客户已经在催,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,个人备忘,不交给任何人:下次评审前联系医生。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-033", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,这是我的私人待办:合同盖章之后确认补充材料。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-030", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,能麻烦你把复盘摘要负责到交付完成吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-006", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The promised handling did not happen; I am still seeing that the page stays blank."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-009", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Can you have the budget notes completed before the next review?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-004", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,目前因为账号又被锁住而我无法继续操作,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-034", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,你可以在明晚之前前处理好复盘摘要吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-026", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "May I ask you to own the acceptance screenshots through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,版本上线已确认恢复,客服团队不需要继续介入。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The promised handling did not happen; I am still seeing that the attachment never opens."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,从上次反馈以后仍然付款结果重复扣款,现在已经工作完全卡住。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-034", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,页面一直空白到现在都没处理,什么时候能恢复正常?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: This is my private todo: confirm next steps after the payment lands."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-023", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, Since my last report, the payment was charged twice, and it has now reached the point where delivery is now delayed."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "公开数据包含昨夜航班大面积延误,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-003", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,你可以在两个工作日内前处理好交付清单吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Please move the signature page forward and report the outcome to the vendor."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-030", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Once again, the payment was charged twice; normal use is now affected."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Once again, tracking has not moved for five days; normal use is now affected."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,复盘摘要的负责人就是你,请在本周收尾时完成交付。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,又一次账号又被锁住,这已经影响正常使用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-019", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, At the moment, tracking has not moved for five days, so all work is blocked. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,付款结果重复扣款的问题已经结束,目前状态稳定。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-017", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,目前因为页面一直空白而家人收不到商品,可以给个处理结果吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-033", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,从上次反馈以后仍然物流状态停了五天,现在已经家人收不到商品。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, the payment was charged twice, and nothing has changed."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-036", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,公开数据包含原材料价格再次上涨,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,这是我的私人待办:合同盖章之后确认最终结论。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,版本上线已确认恢复,财务不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-030", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Public data includes the fact that raw material prices rose again; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-032", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Personal reminder, assigned to nobody else: contact the warehouse lead before the next review."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-024", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "目前因为附件始终打不开而交付时间被耽误,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-027", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,能麻烦你把验收截图负责到交付完成吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Since my last report, the page stays blank, and it has now reached the point where I cannot continue."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-021", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, the page stays blank, and nothing has changed."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "分析报告提到天气预警已经升级,不代表用户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,这是我的私人待办:样品送达之后确认下一步安排。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The promised handling did not happen; I am still seeing that the account is locked again."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-006", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,付款结果重复扣款到现在都没处理,什么时候能恢复正常?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-037", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,目前因为页面一直空白而客户已经在催,可以给个处理结果吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-017", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Since my last report, tracking has not moved for five days, and it has now reached the point where delivery is now delayed."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "又一次物流状态停了五天,这已经影响正常使用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-039", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: Since my last report, the page stays blank, and it has now reached the point where all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,接下来请你推进预算备注,并向运营汇报结果。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "物流状态停了五天,到现在还是老样子。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,又一次物流状态停了五天,这已经影响正常使用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-033", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, May I ask you to own the delivery checklist through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-006", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Can you have the signature page completed within two business days?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-009", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,能麻烦你把测试结论负责到交付完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,公开数据包含昨夜航班大面积延误,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-021", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Personal reminder, assigned to nobody else: contact the warehouse lead by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Personal reminder, assigned to nobody else: contact the recruiter within two business days."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-031", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "May I ask you to own the signature page through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-015", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, May I ask you to own the delivery checklist through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-034", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Can you have the test findings completed by tomorrow evening?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, You are the owner of the delivery checklist; complete delivery within two business days."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The promised handling did not happen; I am still seeing that tracking has not moved for five days."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-029", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Can you have the test findings completed before lunch?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Once again, the page stays blank; normal use is now affected."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,资料归档已确认恢复,设计同学不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,售后范围已确认恢复,供应商不需要继续介入。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-024", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Since my last report, the account is locked again, and it has now reached the point where my family cannot receive the item."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-029", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, the release is confirmed restored, so Support does not need to intervene."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: The promised handling did not happen; I am still seeing that the payment was charged twice."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,接下来请你推进验收截图,并向项目负责人汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-024", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: Public data includes the fact that many flights were delayed overnight; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,分析报告提到天气预警已经升级,不代表用户投诉。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-005", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,页面一直空白到现在都没处理,什么时候能恢复正常?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-018", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, May I ask you to own the budget notes through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The earlier problem where the page stays blank is over, and the current state is stable."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,分析报告提到原材料价格再次上涨,不代表用户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: the fee adjustment is confirmed restored, so Support does not need to intervene."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-037", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The promised handling did not happen; I am still seeing that the account is locked again."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-035", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: Once again, the payment was charged twice; normal use is now affected."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,接下来请你推进验收截图,并向财务汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Personal reminder, assigned to nobody else: contact Legal by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "页面一直空白的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, You are the owner of the acceptance screenshots; complete delivery as this week closes."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-010", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Since my last report, the payment was charged twice, and it has now reached the point where my family cannot receive the item."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-024", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Can you have the acceptance screenshots completed as this week closes?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Personal reminder, assigned to nobody else: contact the warehouse lead before lunch."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-031", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Since my last report, the page stays blank, and it has now reached the point where all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-040", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Please move the signature page forward and report the outcome to the project lead."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-010", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: May I ask you to own the signature page through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The earlier problem where the page stays blank is over, and the current state is stable."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-015", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,目前因为附件始终打不开而家人收不到商品,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,公开数据包含部分门店暂停营业,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-039", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Can you have the signature page completed before the next review?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-036", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,附件始终打不开,到现在还是老样子。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "接下来请你推进预算备注,并向项目负责人汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-036", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,个人备忘,不交给任何人:明晚之前联系房东。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-013", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: May I ask you to own the acceptance screenshots through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-017", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,你可以在月底前前处理好预算备注吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-038", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,目前因为页面一直空白而客户已经在催,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-036", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, May I ask you to own the retro summary through delivery?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-029", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, The problem where the payment was charged twice has not been addressed. When will normal service return?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,附件始终打不开,到现在还是老样子。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,又一次页面一直空白,这已经影响正常使用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-035", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,你可以在月底前前处理好预算备注吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, the release is confirmed restored, so the project lead does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-026", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Public data includes the fact that many flights were delayed overnight; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-027", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, This is my private todo: confirm next steps after the checkup ends."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-014", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,能麻烦你把交付清单负责到交付完成吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-036", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The promised handling did not happen; I am still seeing that the attachment never opens."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-021", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The problem where the page stays blank has not been addressed. When will normal service return?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,售后范围已确认恢复,设计同学不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-039", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,个人备忘,不交给任何人:明晚之前联系仓库负责人。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,接下来请你推进验收截图,并向项目负责人汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, Public data includes the fact that the weather alert was upgraded; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,公开数据包含昨夜航班大面积延误,这里只做事实引用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,从上次反馈以后仍然页面一直空白,现在已经客户已经在催。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Personal reminder, assigned to nobody else: contact the doctor before lunch."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: the account is locked again, and nothing has changed."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,又一次付款结果重复扣款,这已经影响正常使用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Please move the test findings forward and report the outcome to Design."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-012", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The promised handling did not happen; I am still seeing that the attachment never opens."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-026", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The earlier problem where the page stays blank is over, and the current state is stable."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-011", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,你可以在下次评审前前处理好交付清单吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-039", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,从上次反馈以后仍然页面一直空白,现在已经工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-012", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,能麻烦你把预算备注负责到交付完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-028", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Please move the test findings forward and report the outcome to Operations."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,个人备忘,不交给任何人:明晚之前联系招聘方。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,页面一直空白的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-012", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Can you have the delivery checklist completed within two business days?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,个人备忘,不交给任何人:明晚之前联系招聘方。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,公开数据包含行业指数连续回落,这里只做事实引用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-011", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: the payment was charged twice, and nothing has changed."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-025", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Public data includes the fact that the industry index fell again; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-040", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The analysis mentions that raw material prices rose again; it does not represent a user complaint."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,又一次附件始终打不开,这已经影响正常使用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "从上次反馈以后仍然页面一直空白,现在已经工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,个人备忘,不交给任何人:月底前联系招聘方。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-022", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The promised handling did not happen; I am still seeing that the payment was charged twice."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,公开数据包含行业指数连续回落,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-027", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Please move the budget notes forward and report the outcome to the project lead."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,这是我的私人待办:样品送达之后确认补充材料。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Since my last report, the page stays blank, and it has now reached the point where delivery is now delayed."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-040", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, At the moment, the payment was charged twice, so my family cannot receive the item. Can I get an actual resolution?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-022", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, At the moment, the attachment never opens, so I cannot continue. Can I get an actual resolution?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,付款结果重复扣款,到现在还是老样子。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-018", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, At the moment, the attachment never opens, so the client is already chasing us. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-031", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,接下来请你推进验收截图,并向设计同学汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-031", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Public data includes the fact that the weather alert was upgraded; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-008", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,你可以在两个工作日内前处理好签字页吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,又一次物流状态停了五天,这已经影响正常使用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Once again, the attachment never opens; normal use is now affected."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,说好的处理没有发生,我看到的还是付款结果重复扣款。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-033", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,物流状态停了五天到现在都没处理,什么时候能恢复正常?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,公开数据包含部分门店暂停营业,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-036", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,复盘摘要的负责人就是你,请在午休前完成交付。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-013", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The problem where the attachment never opens has not been addressed. When will normal service return?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-040", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "签字页的负责人就是你,请在下次评审前完成交付。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-014", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,目前因为物流状态停了五天而工作完全卡住,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-024", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Please move the retro summary forward and report the outcome to Finance."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,附件始终打不开的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,预算备注的负责人就是你,请在月底前完成交付。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-002", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Can you have the delivery checklist completed before lunch?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,签字页的负责人就是你,请在两个工作日内完成交付。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "You are the owner of the test findings; complete delivery as this week closes."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, the page stays blank, and nothing has changed."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,排期变动已确认恢复,客服团队不需要继续介入。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-002", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "账号又被锁住到现在都没处理,什么时候能恢复正常?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,签字页的负责人就是你,请在本周收尾时完成交付。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,又一次账号又被锁住,这已经影响正常使用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,个人备忘,不交给任何人:明晚之前联系招聘方。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-040", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,目前因为页面一直空白而工作完全卡住,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-037", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Personal reminder, assigned to nobody else: contact Legal before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-029", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, This is my private todo: confirm next steps after the contract is signed."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-004", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,你可以在两个工作日内前处理好测试结论吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-002", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, The problem where the account is locked again has not been addressed. When will normal service return?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-013", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,付款结果重复扣款到现在都没处理,什么时候能恢复正常?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-011", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,目前因为物流状态停了五天而交付时间被耽误,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-038", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: support coverage is confirmed restored, so Design does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,接下来请你推进预算备注,并向运营汇报结果。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,又一次页面一直空白,这已经影响正常使用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,这是我的私人待办:合同盖章之后确认最终结论。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-033", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,附件始终打不开,到现在还是老样子。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The promised handling did not happen; I am still seeing that the page stays blank."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-038", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,资料归档已确认恢复,供应商不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-024", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,能麻烦你把交付清单负责到交付完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-031", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,能麻烦你把测试结论负责到交付完成吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-029", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,目前因为附件始终打不开而我无法继续操作,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-039", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The analysis mentions that the weather alert was upgraded; it does not represent a user complaint."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-040", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,公开数据包含天气预警已经升级,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,账号又被锁住的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-038", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, May I ask you to own the retro summary through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-027", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, document archiving is confirmed restored, so the project lead does not need to intervene."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-035", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "目前因为附件始终打不开而我无法继续操作,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-034", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,分析报告提到原材料价格再次上涨,不代表用户投诉。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-018", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, The promised handling did not happen; I am still seeing that the page stays blank."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-034", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Personal reminder, assigned to nobody else: contact the landlord by tomorrow evening."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-019", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,目前因为账号又被锁住而客户已经在催,可以给个处理结果吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The promised handling did not happen; I am still seeing that the account is locked again."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,这是我的私人待办:样品送达之后确认最终结论。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-020", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, At the moment, the attachment never opens, so my family cannot receive the item. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: Personal reminder, assigned to nobody else: contact the doctor by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-039", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,接下来请你推进验收截图,并向运营汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,物流状态停了五天的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, This is my private todo: confirm the delivery date after the patch ships."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The earlier problem where the page stays blank is over, and the current state is stable."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-004", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, the attachment never opens, and nothing has changed."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-011", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, This is my private todo: confirm the missing documents after the sample arrives."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-005", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "对了,你可以在两个工作日内前处理好验收截图吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-033", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,能麻烦你把验收截图负责到交付完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-025", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Please move the budget notes forward and report the outcome to the project lead."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-034", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Once again, the payment was charged twice; normal use is now affected."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Since my last report, the account is locked again, and it has now reached the point where my family cannot receive the item."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, This is my private todo: confirm resolution progress after the payment lands."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-023", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: At the moment, the payment was charged twice, so my family cannot receive the item. Can I get an actual resolution?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-031", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: At the moment, the payment was charged twice, so all work is blocked. Can I get an actual resolution?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,从上次反馈以后仍然账号又被锁住,现在已经我无法继续操作。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-013", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, The earlier problem where the attachment never opens is over, and the current state is stable."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-034", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,附件始终打不开的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-035", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,页面一直空白的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-039", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,公开数据包含原材料价格再次上涨,这里只做事实引用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-032", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Once again, tracking has not moved for five days; normal use is now affected."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-038", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The analysis mentions that several stores paused operations; it does not represent a user complaint."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-025", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Since my last report, the payment was charged twice, and it has now reached the point where delivery is now delayed."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,物流状态停了五天的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Please move the retro summary forward and report the outcome to Support."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-036", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The earlier problem where the attachment never opens is over, and the current state is stable."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-035", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,账号又被锁住,到现在还是老样子。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-033", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,公开数据包含原材料价格再次上涨,这里只做事实引用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-024", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, the attachment never opens, and nothing has changed."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-031", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,公开数据包含原材料价格再次上涨,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,个人备忘,不交给任何人:午休前联系法务。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-032", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,说好的处理没有发生,我看到的还是物流状态停了五天。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-008", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, At the moment, the page stays blank, so I cannot continue. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-019", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,你可以在明晚之前前处理好预算备注吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,资料归档已确认恢复,客服团队不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-026", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, Personal reminder, assigned to nobody else: contact the doctor as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, document archiving is confirmed restored, so Design does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,费用调整已确认恢复,项目负责人不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,公开数据包含昨夜航班大面积延误,这里只做事实引用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-018", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "付款结果重复扣款到现在都没处理,什么时候能恢复正常?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: the fee adjustment is confirmed restored, so Finance does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-037", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,这是我的私人待办:样品送达之后确认最终结论。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-006", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,你可以在明晚之前前处理好复盘摘要吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-014", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, You are the owner of the budget notes; complete delivery before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "接下来请你推进预算备注,并向财务汇报结果。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-012", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: At the moment, the attachment never opens, so my family cannot receive the item. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,分析报告提到昨夜航班大面积延误,不代表用户投诉。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Once again, the account is locked again; normal use is now affected."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-018", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,你可以在两个工作日内前处理好签字页吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-030", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,付款结果重复扣款到现在都没处理,什么时候能恢复正常?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-004", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The problem where the payment was charged twice has not been addressed. When will normal service return?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-036", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, This is my private todo: confirm next steps after the patch ships."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-020", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, the fee adjustment is confirmed restored, so Finance does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,页面一直空白的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-026", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,能麻烦你把复盘摘要负责到交付完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-030", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,分析报告提到昨夜航班大面积延误,不代表用户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,版本上线已确认恢复,财务不需要继续介入。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-036", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, tracking has not moved for five days, and nothing has changed."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-032", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The earlier problem where the page stays blank is over, and the current state is stable."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-003", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "tracking has not moved for five days, and nothing has changed."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-025", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,账号又被锁住到现在都没处理,什么时候能恢复正常?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Once again, the payment was charged twice; normal use is now affected."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,分析报告提到原材料价格再次上涨,不代表用户投诉。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: tracking has not moved for five days, and nothing has changed."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-019", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The analysis mentions that several stores paused operations; it does not represent a user complaint."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,接下来请你推进签字页,并向设计同学汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,费用调整已确认恢复,设计同学不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,公开数据包含原材料价格再次上涨,这里只做事实引用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-020", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "附件始终打不开到现在都没处理,什么时候能恢复正常?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-035", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,接下来请你推进预算备注,并向客服团队汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-032", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The analysis mentions that raw material prices rose again; it does not represent a user complaint."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-016", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,分析报告提到行业指数连续回落,不代表用户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "单独记一下,资料归档已确认恢复,设计同学不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,接下来请你推进交付清单,并向客服团队汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,交付清单的负责人就是你,请在下次评审前完成交付。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,付款结果重复扣款,到现在还是老样子。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-023", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Personal reminder, assigned to nobody else: contact the recruiter before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-038", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, Please move the acceptance screenshots forward and report the outcome to Operations."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,从上次反馈以后仍然账号又被锁住,现在已经交付时间被耽误。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-034", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The analysis mentions that the weather alert was upgraded; it does not represent a user complaint."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-036", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: At the moment, the account is locked again, so my family cannot receive the item. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-036", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The analysis mentions that the industry index fell again; it does not represent a user complaint."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-034", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The problem where the page stays blank has not been addressed. When will normal service return?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-031", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, You are the owner of the signature page; complete delivery as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-040", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,这是我的私人待办:合同盖章之后确认处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,测试结论的负责人就是你,请在月底前完成交付。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The analysis mentions that several stores paused operations; it does not represent a user complaint."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-013", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Please move the budget notes forward and report the outcome to the project lead."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-038", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,从上次反馈以后仍然物流状态停了五天,现在已经工作完全卡住。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, This is my private todo: confirm resolution progress after the client replies."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-028", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "One more thing: Personal reminder, assigned to nobody else: contact the account manager before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-028", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Public data includes the fact that raw material prices rose again; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,附件始终打不开的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-017", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, Can you have the budget notes completed within two business days?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: tracking has not moved for five days, and nothing has changed."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,公开数据包含天气预警已经升级,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,预算备注的负责人就是你,请在本周收尾时完成交付。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "You are the owner of the delivery checklist; complete delivery as this week closes."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-033", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, You are the owner of the acceptance screenshots; complete delivery by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-028", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "公开数据包含部分门店暂停营业,这里只做事实引用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-011", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, At the moment, the account is locked again, so my family cannot receive the item. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, You are the owner of the signature page; complete delivery as this week closes."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-024", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The problem where the attachment never opens has not been addressed. When will normal service return?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-039", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: Once again, the page stays blank; normal use is now affected."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,分析报告提到天气预警已经升级,不代表用户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,接下来请你推进复盘摘要,并向客服团队汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-009", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,这是我的私人待办:客户回信之后确认处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-032", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,分析报告提到行业指数连续回落,不代表用户投诉。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,这是我的私人待办:客户回信之后确认最终结论。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-027", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: the attachment never opens, and nothing has changed."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-035", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,这是我的私人待办:款项入账之后确认到账情况。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-020", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, The promised handling did not happen; I am still seeing that the attachment never opens."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,复盘摘要的负责人就是你,请在本周收尾时完成交付。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,接下来请你推进测试结论,并向财务汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "顺便提一句,测试结论的负责人就是你,请在本周收尾时完成交付。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-013", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "补充一下,能麻烦你把预算备注负责到交付完成吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,页面一直空白,到现在还是老样子。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-003", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, At the moment, tracking has not moved for five days, so all work is blocked. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,版本上线已确认恢复,设计同学不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, Public data includes the fact that several stores paused operations; this is only a factual citation."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,说好的处理没有发生,我看到的还是账号又被锁住。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-022", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Please move the delivery checklist forward and report the outcome to the project lead."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, You are the owner of the delivery checklist; complete delivery before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: Public data includes the fact that several stores paused operations; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, The analysis mentions that several stores paused operations; it does not represent a user complaint."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,说好的处理没有发生,我看到的还是账号又被锁住。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-021", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, the timeline change is confirmed restored, so the project lead does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-039", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Please move the delivery checklist forward and report the outcome to Design."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,说好的处理没有发生,我看到的还是物流状态停了五天。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-032", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Since my last report, the payment was charged twice, and it has now reached the point where delivery is now delayed."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,接下来请你推进签字页,并向客服团队汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-029", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,你可以在下次评审前前处理好签字页吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,从上次反馈以后仍然附件始终打不开,现在已经家人收不到商品。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-025", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "the account is locked again, and nothing has changed."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-032", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,接下来请你推进验收截图,并向设计同学汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-006", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, The earlier problem where the account is locked again is over, and the current state is stable."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-007", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, The promised handling did not happen; I am still seeing that tracking has not moved for five days."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-033", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, The earlier problem where the payment was charged twice is over, and the current state is stable."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-029", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: You are the owner of the acceptance screenshots; complete delivery by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-001", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, The analysis mentions that the industry index fell again; it does not represent a user complaint."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-008", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Can you have the retro summary completed as this week closes?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,权限开通已确认恢复,供应商不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: access activation is confirmed restored, so the vendor does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-040", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,能麻烦你把预算备注负责到交付完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-016", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Personal reminder, assigned to nobody else: contact the landlord before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-025", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: Can you have the test findings completed before the next review?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-035", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,公开数据包含昨夜航班大面积延误,这里只做事实引用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-028", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, the account is locked again, and nothing has changed."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-034", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "简单说,页面一直空白,到现在还是老样子。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-005", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The problem where the attachment never opens has not been addressed. When will normal service return?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,公开数据包含天气预警已经升级,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-037", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Public data includes the fact that many flights were delayed overnight; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-021", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "One more thing: May I ask you to own the budget notes through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-034", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The earlier problem where the account is locked again is over, and the current state is stable."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-037", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,资料归档已确认恢复,运营不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-015", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Personal reminder, assigned to nobody else: contact the recruiter before lunch."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-014", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The analysis mentions that the weather alert was upgraded; it does not represent a user complaint."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-026", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,附件始终打不开到现在都没处理,什么时候能恢复正常?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-034", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Since my last report, the attachment never opens, and it has now reached the point where the client is already chasing us."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-002", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Personal reminder, assigned to nobody else: contact the recruiter within two business days."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-027", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,这是我的私人待办:复诊结束之后确认处理进度。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,公开数据包含天气预警已经升级,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-018", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Public data includes the fact that the industry index fell again; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-020", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Can you have the acceptance screenshots completed as this week closes?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-029", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, the page stays blank, and nothing has changed."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-015", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, Please move the acceptance screenshots forward and report the outcome to the vendor."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-030", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For the record, May I ask you to own the delivery checklist through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: access activation is confirmed restored, so Support does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-038", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,签字页的负责人就是你,请在两个工作日内完成交付。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-016", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Since my last report, the account is locked again, and it has now reached the point where delivery is now delayed."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,付款结果重复扣款,到现在还是老样子。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-006", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,公开数据包含行业指数连续回落,这里只做事实引用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,从上次反馈以后仍然账号又被锁住,现在已经家人收不到商品。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-004", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, Can you have the signature page completed before the next review?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-038", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: The promised handling did not happen; I am still seeing that the page stays blank."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, The earlier problem where the account is locked again is over, and the current state is stable."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-037", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,接下来请你推进签字页,并向供应商汇报结果。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-032", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,又一次页面一直空白,这已经影响正常使用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-032", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,这是我的私人待办:款项入账之后确认下一步安排。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-040", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: the page stays blank, and nothing has changed."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-003", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, This is my private todo: confirm next steps after the sample arrives."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,个人备忘,不交给任何人:两个工作日内联系招聘方。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-005", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,又一次附件始终打不开,这已经影响正常使用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-007", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "先说重点,费用调整已确认恢复,设计同学不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-032", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "顺便提一句,物流状态停了五天的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-017", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, Public data includes the fact that the weather alert was upgraded; this is only a factual citation."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-032", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,目前因为页面一直空白而交付时间被耽误,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,资料归档已确认恢复,财务不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-022", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Public data includes the fact that raw material prices rose again; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-021", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "简单说,能麻烦你把交付清单负责到交付完成吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-014", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,又一次页面一直空白,这已经影响正常使用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-025", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: At the moment, the payment was charged twice, so all work is blocked. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-025", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,个人备忘,不交给任何人:午休前联系房东。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-026", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: Since my last report, the account is locked again, and it has now reached the point where all work is blocked."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,个人备忘,不交给任何人:两个工作日内联系仓库负责人。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-037", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "从上次反馈以后仍然物流状态停了五天,现在已经客户已经在催。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-034", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,从上次反馈以后仍然付款结果重复扣款,现在已经客户已经在催。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-031", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,说好的处理没有发生,我看到的还是页面一直空白。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,这是我的私人待办:补丁上线之后确认补充材料。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-010", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,能麻烦你把签字页负责到交付完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-036", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "还有一件事,权限开通已确认恢复,运营不需要继续介入。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-022", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "This is my private todo: confirm the missing documents after the checkup ends."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-039", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, the release is confirmed restored, so the vendor does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-036", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "单独记一下,你可以在午休前前处理好测试结论吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-028", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Can you have the test findings completed before lunch?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-022", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, May I ask you to own the delivery checklist through delivery?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-040", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,又一次账号又被锁住,这已经影响正常使用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,账号又被锁住,到现在还是老样子。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, The analysis mentions that the industry index fell again; it does not represent a user complaint."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,物流状态停了五天的问题已经结束,目前状态稳定。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-033", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, Once again, the payment was charged twice; normal use is now affected."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-039", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The main point is this: At the moment, the page stays blank, so I cannot continue. Can I get an actual resolution?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-036", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Also, Please move the signature page forward and report the outcome to Design."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-035", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The problem where tracking has not moved for five days has not been addressed. When will normal service return?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-012", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "顺便提一句,说好的处理没有发生,我看到的还是页面一直空白。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-021", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,个人备忘,不交给任何人:月底前联系客户经理。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-015", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "还有一件事,又一次页面一直空白,这已经影响正常使用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-031", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,账号又被锁住的问题已经结束,目前状态稳定。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "另外,从上次反馈以后仍然附件始终打不开,现在已经交付时间被耽误。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-040", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Can you have the retro summary completed before month-end?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-005", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: You are the owner of the signature page; complete delivery within two business days."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-025", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "还有一件事,能麻烦你把复盘摘要负责到交付完成吗?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-036", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,说好的处理没有发生,我看到的还是页面一直空白。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-008", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "In short, The promised handling did not happen; I am still seeing that the page stays blank."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "By the way, the release is confirmed restored, so Operations does not need to intervene."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,又一次账号又被锁住,这已经影响正常使用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-004", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Public data includes the fact that several stores paused operations; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-002", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,个人备忘,不交给任何人:明晚之前联系法务。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-011", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "另外,接下来请你推进签字页,并向项目负责人汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Also, Public data includes the fact that several stores paused operations; this is only a factual citation."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-029", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,说好的处理没有发生,我看到的还是页面一直空白。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-021", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Since my last report, tracking has not moved for five days, and it has now reached the point where delivery is now delayed."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-016", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,目前因为账号又被锁住而家人收不到商品,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-035", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "The main point is this: Can you have the retro summary completed by tomorrow evening?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-002", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Since my last report, tracking has not moved for five days, and it has now reached the point where the client is already chasing us."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-027", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "By the way, The analysis mentions that several stores paused operations; it does not represent a user complaint."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-039", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "A quick note: Personal reminder, assigned to nobody else: contact the recruiter before month-end."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-040", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,权限开通已确认恢复,运营不需要继续介入。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-027", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "The problem where tracking has not moved for five days has not been addressed. When will normal service return?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_polite_request-015", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,能麻烦你把签字页负责到交付完成吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-023", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "刚想到,账号又被锁住的问题已经结束,目前状态稳定。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "说好的处理没有发生,我看到的还是付款结果重复扣款。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-019", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Once again, the page stays blank; normal use is now affected."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-033", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "先说重点,接下来请你推进复盘摘要,并向项目负责人汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-033", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,付款结果重复扣款的问题已经结束,目前状态稳定。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-012", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Personal reminder, assigned to nobody else: contact the doctor before the next review."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-031", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,物流状态停了五天,到现在还是老样子。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-012", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,目前因为页面一直空白而家人收不到商品,可以给个处理结果吗?"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-007", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, The earlier problem where the page stays blank is over, and the current state is stable."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-009", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, the attachment never opens, and nothing has changed."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-009", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,付款结果重复扣款到现在都没处理,什么时候能恢复正常?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-004", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,公开数据包含昨夜航班大面积延误,这里只做事实引用。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-008", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,说好的处理没有发生,我看到的还是附件始终打不开。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-017", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,公开数据包含原材料价格再次上涨,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-007", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "For context, May I ask you to own the budget notes through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-013", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,这是我的私人待办:款项入账之后确认到账情况。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-003", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "In short, May I ask you to own the delivery checklist through delivery?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-en-release_task_owner-026", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "Just to add, Please move the acceptance screenshots forward and report the outcome to Operations."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-025", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Just to add, Personal reminder, assigned to nobody else: contact the recruiter within two business days."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-038", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The problem where the payment was charged twice has not been addressed. When will normal service return?"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-033", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, Public data includes the fact that raw material prices rose again; this is only a factual citation."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-010", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: the timeline change is confirmed restored, so Support does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-001", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "对了,个人备忘,不交给任何人:明晚之前联系法务。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-038", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "A quick note: the account is locked again, and nothing has changed."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-en-release_complaint_question-017", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The problem where the payment was charged twice has not been addressed. When will normal service return?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-026", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "刚想到,从上次反馈以后仍然账号又被锁住,现在已经客户已经在催。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-en-release_complaint_brief-001", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For context, Once again, the attachment never opens; normal use is now affected."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-009", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "In short, Personal reminder, assigned to nobody else: contact the recruiter before the next review."}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-en-release_complaint_unspoken-040", "invitation": false, "language": "en", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "Just to add, Since my last report, the account is locked again, and it has now reached the point where I cannot continue."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-019", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "接下来请你推进预算备注,并向设计同学汇报结果。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-003", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "简单说,这是我的私人待办:复诊结束之后确认最终结论。"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-037", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "By the way, May I ask you to own the retro summary through delivery?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_question", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_question-031", "invitation": false, "language": "zh-Hans", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "对了,付款结果重复扣款到现在都没处理,什么时候能恢复正常?"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_brief", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_brief-038", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "单独记一下,又一次页面一直空白,这已经影响正常使用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_negative_boundary-010", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "先说重点,公开数据包含部分门店暂停营业,这里只做事实引用。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_resolved_boundary-022", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "补充一下,售后范围已确认恢复,设计同学不需要继续介入。"}
{"complaint": true, "confirmationDecision": false, "family": "release_complaint_unspoken", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_complaint_unspoken-018", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "补充一下,从上次反馈以后仍然页面一直空白,现在已经家人收不到商品。"}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-040", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Personal reminder, assigned to nobody else: contact the recruiter by tomorrow evening."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-zh-Hans-release_personal_boundary-024", "invitation": false, "language": "zh-Hans", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "另外,这是我的私人待办:补丁上线之后确认最终结论。"}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-023", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "Also, document archiving is confirmed restored, so Support does not need to intervene."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-031", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For context, This is my private todo: confirm the missing documents after the contract is signed."}
{"complaint": false, "confirmationDecision": false, "family": "release_resolved_boundary", "followUpReminder": false, "id": "random-20260830-en-release_resolved_boundary-040", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "The main point is this: The earlier problem where the attachment never opens is over, and the current state is stable."}
{"complaint": false, "confirmationDecision": false, "family": "release_personal_boundary", "followUpReminder": true, "id": "random-20260830-en-release_personal_boundary-005", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": false, "text": "For the record, Personal reminder, assigned to nobody else: contact the warehouse lead before the next review."}
{"complaint": false, "confirmationDecision": false, "family": "release_task_polite_request", "followUpReminder": false, "id": "random-20260830-en-release_task_polite_request-016", "invitation": false, "language": "en", "question": true, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "A quick note: Can you have the signature page completed before lunch?"}
{"complaint": false, "confirmationDecision": false, "family": "release_task_owner", "followUpReminder": false, "id": "random-20260830-zh-Hans-release_task_owner-020", "invitation": false, "language": "zh-Hans", "question": false, "replyable": true, "scheduleNegotiation": false, "sentiment": "neutral", "split": "randomHoldout", "task": true, "text": "刚想到,验收截图的负责人就是你,请在月底前完成交付。"}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-021", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "One more thing: The analysis mentions that the industry index fell again; it does not represent a user complaint."}
{"complaint": false, "confirmationDecision": false, "family": "release_negative_boundary", "followUpReminder": false, "id": "random-20260830-en-release_negative_boundary-008", "invitation": false, "language": "en", "question": false, "replyable": false, "scheduleNegotiation": false, "sentiment": "negative", "split": "randomHoldout", "task": false, "text": "For the record, The analysis mentions that the weather alert was upgraded; it does not represent a user complaint."}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,288 @@
{
"classifiers" : [
{
"candidates" : [
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"balancedTrainingCount" : 5760,
"balancedValidationCount" : 1440,
"binaryByLanguage" : {
"en" : {
"accuracy" : 0.8839,
"f1" : 0.7107,
"falseNegative" : 161,
"falsePositive" : 1,
"precision" : 0.995,
"recall" : 0.5528,
"total" : 1395,
"trueNegative" : 1034,
"truePositive" : 199
},
"zh-Hans" : {
"accuracy" : 0.9563,
"f1" : 0.9074,
"falseNegative" : 61,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.8306,
"total" : 1395,
"trueNegative" : 1035,
"truePositive" : 299
}
},
"confidenceThresholdsByLanguage" : {
"en" : 0.91,
"zh-Hans" : 0.89
},
"goldenBinary" : {
"accuracy" : 0.9292,
"f1" : 0.6341,
"falseNegative" : 15,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.4643,
"total" : 212,
"trueNegative" : 184,
"truePositive" : 13
},
"goldenBinaryByLanguage" : {
"en" : {
"accuracy" : 0.934,
"f1" : 0.6667,
"falseNegative" : 7,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.5,
"total" : 106,
"trueNegative" : 92,
"truePositive" : 7
},
"zh-Hans" : {
"accuracy" : 0.9245,
"f1" : 0.6,
"falseNegative" : 8,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.4286,
"total" : 106,
"trueNegative" : 92,
"truePositive" : 6
}
},
"goldenFalseNegativeExamples" : [
"[en] Alex owns the meeting notes and should post them in the project channel today. (score=0.8878)",
"[en] Could these documents be ready by the end of the month? (score=0.9042)",
"[en] Do not forget to check whether the refund arrives on Friday. (score=0.9049)",
"[en] After the meeting, summarize the three decisions in the project channel. (score=0.7419)",
"[en] When approval arrives, contact the applicant and explain the reason. (score=0.621)",
"[en] Follow up with the vendor about the delivery date next Monday. (score=0.8885)",
"[en] Next action: create the release tag after the tests pass. (score=0.4708)",
"[zh-Hans] 小王负责整理会议纪要,今天发到项目群。 (score=0.4243)",
"[zh-Hans] 方便帮我约一下周三下午的会议室吗? (score=0.1551)",
"[zh-Hans] 这些材料可以在月底前准备好吗? (score=0.6415)",
"[zh-Hans] 别忘了周五检查退款有没有到账。 (score=0.6693)",
"[zh-Hans] 会后需要整理三个决定并发到项目群。 (score=0.1071)"
],
"goldenFalsePositiveExamples" : [
],
"modelBytes" : 27115,
"runtimeAssetIndependent" : true,
"testBinary" : {
"accuracy" : 0.9201,
"f1" : 0.8171,
"falseNegative" : 222,
"falsePositive" : 1,
"precision" : 0.998,
"recall" : 0.6917,
"total" : 2790,
"trueNegative" : 2069,
"truePositive" : 498
},
"testFalseNegativeExamples" : [
"[en] Also, Reminder: call the client back before the next meeting. (score=0.7075)",
"[en] One more thing: Reminder: book the follow-up visit by Friday. (score=0.7023)",
"[en] Reminder: check the invoice status by the end of the month. (score=0.8633)",
"[en] Reminder: call the client back by the end of the month. (score=0.8156)",
"[en] A quick note: Reminder: call the client back before the end of today. (score=0.7158)",
"[en] One more thing: Reminder: create the release tag before 3 PM. (score=0.6997)",
"[en] Reminder: contact the applicant by the end of the month. (score=0.8711)",
"[en] Also, Make review the approval result the next action and do it by the end of the month. (score=0.861)",
"[en] A quick note: Make check the vendor delivery date the next action and do it by the end of the month. (score=0.7974)",
"[en] Reminder: contact the applicant after you receive this message. (score=0.8494)",
"[en] Make summarize the meeting decisions the next action and do it after you receive this message. (score=0.8998)",
"[en] A quick note: Reminder: verify the refund status before the next meeting. (score=0.7043)"
],
"testFalsePositiveExamples" : [
"[en] Todo visible only to me: summarize the test results. (score=0.9116)"
],
"threshold" : 0.89,
"validationBinary" : {
"accuracy" : 0.9272,
"f1" : 0.84,
"falseNegative" : 187,
"falsePositive" : 16,
"precision" : 0.9709,
"recall" : 0.7403,
"total" : 2790,
"trueNegative" : 2054,
"truePositive" : 533
}
}
],
"id" : "task",
"labels" : [
"notTask",
"task"
],
"positiveLabel" : "task",
"selectedAlgorithm" : "maxEnt",
"selectedModelFile" : "TaskIntentClassifier.mlmodel"
},
{
"candidates" : [
{
"acceptedForAutomaticRouting" : false,
"algorithm" : "maxEnt",
"balancedTrainingCount" : 2880,
"balancedValidationCount" : 720,
"binaryByLanguage" : {
"en" : {
"accuracy" : 0.9835,
"f1" : 0.9318,
"falseNegative" : 23,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.8722,
"total" : 1395,
"trueNegative" : 1215,
"truePositive" : 157
},
"zh-Hans" : {
"accuracy" : 0.9885,
"f1" : 0.9538,
"falseNegative" : 15,
"falsePositive" : 1,
"precision" : 0.994,
"recall" : 0.9167,
"total" : 1395,
"trueNegative" : 1214,
"truePositive" : 165
}
},
"confidenceThresholdsByLanguage" : {
"en" : 0.89,
"zh-Hans" : 0.75
},
"goldenBinary" : {
"accuracy" : 0.9575,
"f1" : 0.4706,
"falseNegative" : 8,
"falsePositive" : 1,
"precision" : 0.8,
"recall" : 0.3333,
"total" : 212,
"trueNegative" : 199,
"truePositive" : 4
},
"goldenBinaryByLanguage" : {
"en" : {
"accuracy" : 0.9528,
"f1" : 0.2857,
"falseNegative" : 5,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.1667,
"total" : 106,
"trueNegative" : 100,
"truePositive" : 1
},
"zh-Hans" : {
"accuracy" : 0.9623,
"f1" : 0.6,
"falseNegative" : 3,
"falsePositive" : 1,
"precision" : 0.75,
"recall" : 0.5,
"total" : 106,
"trueNegative" : 99,
"truePositive" : 3
}
},
"goldenFalseNegativeExamples" : [
"[en] The app has crashed constantly since the update, and I lost important data. (score=0.6932)",
"[en] The package arrived damaged and the cup inside was broken. (score=0.8516)",
"[en] My account was locked for no reason. Can you restore it today? (score=0.4141)",
"[en] Messages keep failing to send. Please provide a solution as soon as possible. (score=0.8782)",
"[en] Support has not replied for three days. When will this be handled? (score=0.7423)",
"[zh-Hans] 收到的商品外包装破损,里面的杯子也碎了。 (score=0.6318)",
"[zh-Hans] 消息一直发送失败,请尽快给我一个解决方案。 (score=0.2063)",
"[zh-Hans] 客服已经三天没有回复了,请问什么时候能处理? (score=0.7074)"
],
"goldenFalsePositiveExamples" : [
"[zh-Hans] 事情终于解决了,我现在轻松多了。 (score=0.8132)"
],
"modelBytes" : 24298,
"runtimeAssetIndependent" : true,
"testBinary" : {
"accuracy" : 0.986,
"f1" : 0.9429,
"falseNegative" : 38,
"falsePositive" : 1,
"precision" : 0.9969,
"recall" : 0.8944,
"total" : 2790,
"trueNegative" : 2429,
"truePositive" : 322
},
"testFalseNegativeExamples" : [
"[en] Just to add, I need a clear answer: the page loads extremely slowly. How are you going to resolve it? (score=0.639)",
"[en] I need a clear answer: messages never send. How are you going to resolve it? (score=0.5932)",
"[en] I need a clear answer: the invoice information is wrong. How are you going to resolve it? (score=0.4813)",
"[en] I need a clear answer: the order was charged twice. How are you going to resolve it? (score=0.6328)",
"[en] I need a clear answer: my reservation disappeared. How are you going to resolve it? (score=0.6104)",
"[en] Just to add, I need a clear answer: the app keeps crashing. How are you going to resolve it? (score=0.5869)",
"[en] Also, I need a clear answer: the app keeps crashing. How are you going to resolve it? (score=0.4881)",
"[en] One more thing: I need a clear answer: the order was charged twice. How are you going to resolve it? (score=0.4748)",
"[en] A quick note: I need a clear answer: messages never send. How are you going to resolve it? (score=0.4082)",
"[en] A quick note: I need a clear answer: the item arrived damaged. How are you going to resolve it? (score=0.3109)",
"[en] One more thing: I need a clear answer: the app keeps crashing. How are you going to resolve it? (score=0.4723)",
"[en] Also, I need a clear answer: the page loads extremely slowly. How are you going to resolve it? (score=0.543)"
],
"testFalsePositiveExamples" : [
"[zh-Hans] 对于订单状态,这次有没有明确答案? (score=0.7592)"
],
"threshold" : 0.7,
"validationBinary" : {
"accuracy" : 0.9957,
"f1" : 0.9836,
"falseNegative" : 1,
"falsePositive" : 11,
"precision" : 0.9703,
"recall" : 0.9972,
"total" : 2790,
"trueNegative" : 2419,
"truePositive" : 359
}
}
],
"id" : "complaint",
"labels" : [
"notComplaint",
"complaint"
],
"positiveLabel" : "complaint",
"selectedAlgorithm" : "maxEnt",
"selectedModelFile" : "ComplaintIntentClassifier.mlmodel"
}
],
"corpusCount" : 16572,
"corpusPath" : "ModelTraining/ClipboardSemantics/clipboard_semantic_corpus.jsonl",
"generatedAt" : "2026-08-27T01:08:34Z",
"goldenCount" : 212,
"selectionPolicy" : "Validation only: global and per-language binary thresholds require precision >= 0.97, then maximize recall; languages with fewer than 20 examples per class fall back to the global threshold. sentiment prioritizes macro-F1. Automatic routing also requires a self-contained maxEnt model because BERT embedding assets are not guaranteed in extensions. Test and golden data gate deployment but never tune model weights.",
"testCount" : 2790,
"trainingCount" : 10780,
"validationCount" : 2790
}
@@ -0,0 +1,152 @@
{
"classifiers" : [
{
"candidates" : [
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"balancedTrainingCount" : 5760,
"balancedValidationCount" : 1440,
"binaryByLanguage" : {
"en" : {
"accuracy" : 0.8903,
"f1" : 0.7311,
"falseNegative" : 152,
"falsePositive" : 1,
"precision" : 0.9952,
"recall" : 0.5778,
"total" : 1395,
"trueNegative" : 1034,
"truePositive" : 208
},
"zh-Hans" : {
"accuracy" : 0.9527,
"f1" : 0.8991,
"falseNegative" : 66,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.8167,
"total" : 1395,
"trueNegative" : 1035,
"truePositive" : 294
}
},
"confidenceThresholdsByLanguage" : {
"en" : 0.91,
"zh-Hans" : 0.9
},
"goldenBinary" : {
"accuracy" : 0.9434,
"f1" : 0.7273,
"falseNegative" : 12,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.5714,
"total" : 212,
"trueNegative" : 184,
"truePositive" : 16
},
"goldenBinaryByLanguage" : {
"en" : {
"accuracy" : 0.9528,
"f1" : 0.7826,
"falseNegative" : 5,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.6429,
"total" : 106,
"trueNegative" : 92,
"truePositive" : 9
},
"zh-Hans" : {
"accuracy" : 0.934,
"f1" : 0.6667,
"falseNegative" : 7,
"falsePositive" : 0,
"precision" : 1,
"recall" : 0.5,
"total" : 106,
"trueNegative" : 92,
"truePositive" : 7
}
},
"goldenFalseNegativeExamples" : [
"[en] Do not forget to check whether the refund arrives on Friday. (score=0.899)",
"[en] After the meeting, summarize the three decisions in the project channel. (score=0.7019)",
"[en] When approval arrives, contact the applicant and explain the reason. (score=0.4227)",
"[en] Follow up with the vendor about the delivery date next Monday. (score=0.9017)",
"[en] Next action: create the release tag after the tests pass. (score=0.5645)",
"[zh-Hans] 小王负责整理会议纪要,今天发到项目群。 (score=0.5646)",
"[zh-Hans] 方便帮我约一下周三下午的会议室吗? (score=0.0988)",
"[zh-Hans] 这些材料可以在月底前准备好吗? (score=0.575)",
"[zh-Hans] 别忘了周五检查退款有没有到账。 (score=0.6978)",
"[zh-Hans] 会后需要整理三个决定并发到项目群。 (score=0.129)",
"[zh-Hans] 等审批结果出来,请联系申请人说明原因。 (score=0.7829)",
"[zh-Hans] 下周一跟进供应商的交货日期。 (score=0.0068)"
],
"goldenFalsePositiveExamples" : [
],
"modelBytes" : 27275,
"runtimeAssetIndependent" : true,
"testBinary" : {
"accuracy" : 0.9215,
"f1" : 0.8209,
"falseNegative" : 218,
"falsePositive" : 1,
"precision" : 0.998,
"recall" : 0.6972,
"total" : 2790,
"trueNegative" : 2069,
"truePositive" : 502
},
"testFalseNegativeExamples" : [
"[en] Also, Reminder: call the client back before the next meeting. (score=0.7217)",
"[en] One more thing: Reminder: book the follow-up visit by Friday. (score=0.6472)",
"[en] Reminder: check the invoice status by the end of the month. (score=0.8201)",
"[en] Reminder: call the client back by the end of the month. (score=0.8283)",
"[en] A quick note: Reminder: call the client back before the end of today. (score=0.7477)",
"[en] One more thing: Reminder: create the release tag before 3 PM. (score=0.6731)",
"[en] Reminder: contact the applicant by the end of the month. (score=0.7488)",
"[en] Also, Make review the approval result the next action and do it by the end of the month. (score=0.8723)",
"[en] A quick note: Make check the vendor delivery date the next action and do it by the end of the month. (score=0.8494)",
"[en] Reminder: contact the applicant after you receive this message. (score=0.754)",
"[en] A quick note: Reminder: verify the refund status before the next meeting. (score=0.7248)",
"[en] A quick note: Reminder: record my temperature tomorrow morning. (score=0.5867)"
],
"testFalsePositiveExamples" : [
"[en] Todo visible only to me: prepare the presentation deck. (score=0.9134)"
],
"threshold" : 0.9,
"validationBinary" : {
"accuracy" : 0.9258,
"f1" : 0.8358,
"falseNegative" : 193,
"falsePositive" : 14,
"precision" : 0.9741,
"recall" : 0.7319,
"total" : 2790,
"trueNegative" : 2056,
"truePositive" : 527
}
}
],
"id" : "task",
"labels" : [
"notTask",
"task"
],
"positiveLabel" : "task",
"selectedAlgorithm" : "maxEnt",
"selectedModelFile" : "TaskIntentClassifier.mlmodel"
}
],
"corpusCount" : 16572,
"corpusPath" : "ModelTraining/ClipboardSemantics/clipboard_semantic_corpus.jsonl",
"generatedAt" : "2026-08-27T01:11:10Z",
"goldenCount" : 212,
"selectionPolicy" : "Validation only: global and per-language binary thresholds require precision >= 0.97, then maximize recall; languages with fewer than 20 examples per class fall back to the global threshold. sentiment prioritizes macro-F1. Automatic routing also requires a self-contained maxEnt model because BERT embedding assets are not guaranteed in extensions. Test and golden data gate deployment but never tune model weights.",
"testCount" : 2790,
"trainingCount" : 10780,
"validationCount" : 2790
}
@@ -0,0 +1,99 @@
{
"domains": {
"accountService": 14,
"calendar": 8,
"communication": 14,
"dining": 10,
"finance": 5,
"generalKnowledge": 10,
"health": 5,
"media": 1,
"shopping": 6,
"smartHome": 3,
"travel": 6,
"unknown": 38
},
"humanCoverage": {
"excludeDeviceCommandRecords": 11,
"overriddenRecords": 49,
"overridesByField": {
"ambiguous": 49,
"question": 49,
"replyableMessage": 49,
"task": 49
},
"records": 60
},
"inputSHA256": {
"holdout": "95ac25ff01113de05eb3c6b9dd9a7b38efa3fa1d434439097f604bb9f2de1a9b",
"humanLabels": "d6f5897227991a59420d2892e0d946c4fb4125d1cab37f4137deb3e1f3d1f688",
"primary:composer": "6221c8f6fa7a2fed7bb8c8d93f70eee1c1017f6a1dbf75487f90cb9789165644",
"primary:grok": "940ede21bfaaf30db36e931135cbb196240cdf96ff1eff36dbf490156738cb94",
"primary:luna": "63c525c05f146546603610bcb04d229d8ee415259aa5a7bdacb277715aef289b",
"reviewQueue": "7dd224c20dd1ee1da4c8ead6f19f99264fcb5a868e3588432b77ce233c6f500e",
"reviewer:claude": "fe34fea28628f5f84b41c838bfc59591feabd5851a21ba8e08d828811f637b26",
"reviewer:sol": "78f869bcd685cea9c579d488e5f588f21d67a1db1ca4fdf13d3ccb43713b1b9d"
},
"knownByField": {
"assistantCommand": 111,
"blessing": 120,
"complaint": 118,
"confirmationDecision": 113,
"domain": 82,
"followUpReminder": 120,
"informationQuery": 115,
"invitation": 120,
"question": 107,
"replyableMessage": 100,
"scheduleNegotiation": 112,
"sentiment": 107,
"systemNotification": 118,
"task": 104
},
"languages": {
"en": 60,
"zh-Hans": 60
},
"outputSHA256": "c800922eb24e9681e34d16d4328ffbdbfc3ba8a0e6b2538ea670d85dc3cf6b03",
"positiveByIntent": {
"assistantCommand": 6,
"blessing": 0,
"complaint": 4,
"confirmationDecision": 7,
"followUpReminder": 2,
"informationQuery": 10,
"invitation": 6,
"question": 23,
"replyableMessage": 63,
"scheduleNegotiation": 2,
"systemNotification": 8,
"task": 25
},
"recordCount": 120,
"schemaVersion": 1,
"sourceDataset": "product-policy-blind-holdout-v1",
"sourceLicense": "OSGKeyboard project license",
"sourceRevision": "v1",
"splits": {
"golden": 40,
"test": 40,
"validation": 40
},
"unresolvedByField": {
"ambiguous": 2,
"assistantCommand": 9,
"blessing": 0,
"complaint": 2,
"confirmationDecision": 7,
"domain": 38,
"followUpReminder": 0,
"informationQuery": 5,
"invitation": 0,
"question": 13,
"replyableMessage": 20,
"scheduleNegotiation": 8,
"sentiment": 13,
"systemNotification": 2,
"task": 16
}
}
@@ -0,0 +1,121 @@
{
"corpusSHA256": "5b435a564e5dae111898f2ac743c9fa6cc862525e9c0d45c7358069b7567297f",
"counts": {
"byBoundaryTargetAndLanguage": {
"en": {
"assistantCommand": 1000,
"informationQuery": 1000,
"question": 200,
"replyableMessage": 200,
"systemNotification": 1000,
"task": 200
},
"zh-Hans": {
"assistantCommand": 1000,
"informationQuery": 1000,
"question": 200,
"replyableMessage": 200,
"systemNotification": 1000,
"task": 200
}
},
"byDomain": {
"accountService": 600,
"calendar": 600,
"communication": 600,
"dining": 600,
"finance": 600,
"generalKnowledge": 600,
"health": 600,
"media": 600,
"shopping": 600,
"smartHome": 600,
"travel": 600,
"weather": 600
},
"byIntent": {
"assistantCommand": 2000,
"informationQuery": 2000,
"question": 400,
"replyableMessage": 800,
"systemNotification": 2000,
"task": 400
},
"byIntentAndLanguage": {
"en": {
"assistantCommand": 1000,
"informationQuery": 1000,
"question": 200,
"replyableMessage": 400,
"systemNotification": 1000,
"task": 200
},
"zh-Hans": {
"assistantCommand": 1000,
"informationQuery": 1000,
"question": 200,
"replyableMessage": 400,
"systemNotification": 1000,
"task": 200
}
},
"byLanguage": {
"en": 3600,
"zh-Hans": 3600
},
"byTemplateFamily": {
"v6_assistantCommand_en_template_1": 253,
"v6_assistantCommand_en_template_2": 233,
"v6_assistantCommand_en_template_3": 250,
"v6_assistantCommand_en_template_4": 264,
"v6_assistantCommand_zh-Hans_template_1": 247,
"v6_assistantCommand_zh-Hans_template_2": 250,
"v6_assistantCommand_zh-Hans_template_3": 253,
"v6_assistantCommand_zh-Hans_template_4": 250,
"v6_informationQuery_en_template_1": 243,
"v6_informationQuery_en_template_2": 240,
"v6_informationQuery_en_template_3": 256,
"v6_informationQuery_en_template_4": 261,
"v6_informationQuery_zh-Hans_template_1": 246,
"v6_informationQuery_zh-Hans_template_2": 254,
"v6_informationQuery_zh-Hans_template_3": 245,
"v6_informationQuery_zh-Hans_template_4": 255,
"v6_question_en_template_1": 52,
"v6_question_en_template_2": 54,
"v6_question_en_template_3": 44,
"v6_question_en_template_4": 50,
"v6_question_zh-Hans_template_1": 54,
"v6_question_zh-Hans_template_2": 42,
"v6_question_zh-Hans_template_3": 46,
"v6_question_zh-Hans_template_4": 58,
"v6_replyableMessage_en_template_1": 57,
"v6_replyableMessage_en_template_2": 40,
"v6_replyableMessage_en_template_3": 53,
"v6_replyableMessage_en_template_4": 50,
"v6_replyableMessage_zh-Hans_template_1": 51,
"v6_replyableMessage_zh-Hans_template_2": 46,
"v6_replyableMessage_zh-Hans_template_3": 50,
"v6_replyableMessage_zh-Hans_template_4": 53,
"v6_systemNotification_en_template_1": 243,
"v6_systemNotification_en_template_2": 250,
"v6_systemNotification_en_template_3": 261,
"v6_systemNotification_en_template_4": 246,
"v6_systemNotification_zh-Hans_template_1": 252,
"v6_systemNotification_zh-Hans_template_2": 238,
"v6_systemNotification_zh-Hans_template_3": 245,
"v6_systemNotification_zh-Hans_template_4": 265,
"v6_task_en_template_1": 38,
"v6_task_en_template_2": 51,
"v6_task_en_template_3": 60,
"v6_task_en_template_4": 51,
"v6_task_zh-Hans_template_1": 41,
"v6_task_zh-Hans_template_2": 52,
"v6_task_zh-Hans_template_3": 48,
"v6_task_zh-Hans_template_4": 59
}
},
"excludedHoldoutOverlap": 0,
"recordCount": 7200,
"schemaVersion": 1,
"sourceRevision": "v6-boundary-templates-1"
}
@@ -0,0 +1,111 @@
{
"allGatesPassed": false,
"candidate": "taxonomy-v6-expanded-maxEnt",
"corpus": {
"blindLabelPolicy": "Product-owner task/question/replyable labels are used for the first 60 records; other v6 fields require per-field multi-model consensus. Unknown fields are excluded.",
"blindRecords": 120,
"candidateCorpusRecords": 273746,
"humanLabeledBlindRecords": 60,
"registryCanonicalRecords": 327337,
"trainCandidates": 273626
},
"currentModelBlindBaseline": {
"accuracy": 0.8845,
"f1": 0.2326,
"precision": 0.2578,
"recall": 0.2974
},
"deploymentMode": "shadow/display",
"domainGoldenMetrics": {
"accuracy": 0.3704,
"macroF1": 0.3282,
"total": 27
},
"gates": {
"domainMacroF1": {
"actual": 0.3282,
"passed": false,
"required": 0.85
},
"evaluationIsolation": {
"exactOverlapCount": 0,
"passed": true,
"trainBarredByCalibrationCount": 1,
"trainBarredByEvaluationCount": 0
},
"newIntentMacroF1": {
"actual": 0.5915,
"passed": false,
"required": 0.9
},
"newIntentMinimumPrecision": {
"actual": 0.25,
"passed": false,
"required": 0.95
},
"oldNineNoRegression": {
"currentBlindMacroF1": 0.2326,
"passed": true,
"reason": "The candidate is additive and the production manifest and nine deployed model files were not replaced."
},
"runtimePerformance": {
"actual": {
"coldLoadMilliseconds": 49.2974,
"modelBytes": 570083,
"peakRSSDeltaBytes": 25001984,
"warmP95Milliseconds": 0.2498
},
"budgets": {
"coldLoadMilliseconds": 100,
"modelBytes": 2000000,
"peakRSSDeltaBytes": 41943040,
"warmP95Milliseconds": 1
},
"passed": true
}
},
"limitations": [
"Only 60 of 120 product blind records have product-owner labels.",
"The remaining fields are high-confidence model consensus, not human gold.",
"Per-language calibration has too few positive blind examples.",
"The current model has no heads for the three new intents or domain."
],
"newIntentGoldenMetrics": {
"assistantCommand": {
"accuracy": 0.9722,
"f1": 0.8,
"falseNegative": 0,
"falsePositive": 1,
"precision": 0.6667,
"recall": 1,
"total": 36,
"trueNegative": 33,
"truePositive": 2
},
"informationQuery": {
"accuracy": 0.7692,
"f1": 0.3077,
"falseNegative": 3,
"falsePositive": 6,
"precision": 0.25,
"recall": 0.4,
"total": 39,
"trueNegative": 28,
"truePositive": 2
},
"systemNotification": {
"accuracy": 0.95,
"f1": 0.6667,
"falseNegative": 2,
"falsePositive": 0,
"precision": 1,
"recall": 0.5,
"total": 40,
"trueNegative": 36,
"truePositive": 2
}
},
"productionManifestSHA256": "52cf3916ea18325fc1f4b51f3c1ee2d9f73c5633b227d3355606f5a1a1ea0c1c",
"releaseDecision": "keep-current-model",
"schemaVersion": 1
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,25 @@
{
"applied": false,
"applyRequested": true,
"deployedClassifierCountPreserved": 10,
"eligibleVerifierCount": 0,
"generatedAt": "2026-08-27T09:29:34.125641+00:00",
"policy": "Only acceptance-gated automatic candidates may be copied, and their first deployed mode is forced to shadow. If none pass, the deployed manifest and current binary models remain untouched.",
"schemaVersion": 1,
"verifiers": [
{
"candidateDeploymentMode": "shadow",
"candidateSHA256": "543504af40c65a3fa944c2d19541f9131aba3128ce1d395520d1a28155fb3d1e",
"decision": "retain-current-models",
"eligible": false,
"id": "action"
},
{
"candidateDeploymentMode": "shadow",
"candidateSHA256": "3cd1ab8c0a19dded830f859baf70a201047dacefd081d89e9c8658009f3cdfbe",
"decision": "retain-current-models",
"eligible": false,
"id": "coordination"
}
]
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,406 @@
{
"baseCorpusPath" : "/Users/rocky/Documents/OSGKeyboard/ModelTraining/ClipboardSemantics/clipboard_semantic_corpus.jsonl",
"generatedAt" : "2026-08-27T09:25:26Z",
"selectionPolicy" : "Thresholds and top-1/top-2 margins are calibrated without acceptance data. Automatic routing requires >=95% exact-route precision and >=100 routed positives for every specialized label in both English and Simplified Chinese. Without human gold, passing values remain consensus-relative.",
"silverDirectoryPath" : "/Users/rocky/Documents/OSGKeyboard/ModelTraining/ClipboardSemantics/Consensus",
"verifiers" : [
{
"acceptanceByLanguage" : {
"en" : {
"correctByLabel" : {
"complaintOnly" : 2,
"questionRequest" : 11,
"taskOnly" : 10
},
"correctRouted" : 23,
"expectedSpecialized" : 59,
"f1" : 0.5349,
"falseRouted" : 4,
"missedSpecialized" : 35,
"precision" : 0.8519,
"recall" : 0.3898,
"routed" : 27,
"routedByLabel" : {
"complaintOnly" : 2,
"questionRequest" : 15,
"taskOnly" : 10
},
"total" : 146
},
"zh-Hans" : {
"correctByLabel" : {
"complaintOnly" : 12,
"questionRequest" : 17,
"taskOnly" : 18
},
"correctRouted" : 47,
"expectedSpecialized" : 59,
"f1" : 0.8174,
"falseRouted" : 9,
"missedSpecialized" : 9,
"precision" : 0.8393,
"recall" : 0.7966,
"routed" : 56,
"routedByLabel" : {
"both" : 2,
"complaintOnly" : 12,
"questionRequest" : 21,
"taskOnly" : 21
},
"total" : 146
}
},
"acceptanceCount" : 292,
"acceptanceMetrics" : {
"correctByLabel" : {
"complaintOnly" : 11,
"questionRequest" : 26,
"taskOnly" : 24
},
"correctRouted" : 61,
"expectedSpecialized" : 118,
"f1" : 0.6524,
"falseRouted" : 8,
"missedSpecialized" : 54,
"precision" : 0.8841,
"recall" : 0.5169,
"routed" : 69,
"routedByLabel" : {
"complaintOnly" : 11,
"questionRequest" : 33,
"taskOnly" : 25
},
"total" : 292
},
"calibrationCount" : 3020,
"calibrationMetrics" : {
"correctByLabel" : {
"complaintOnly" : 9,
"questionRequest" : 5,
"taskOnly" : 5
},
"correctRouted" : 19,
"expectedSpecialized" : 48,
"f1" : 0.5588,
"falseRouted" : 1,
"missedSpecialized" : 28,
"precision" : 0.95,
"recall" : 0.3958,
"routed" : 20,
"routedByLabel" : {
"complaintOnly" : 9,
"questionRequest" : 6,
"taskOnly" : 5
},
"total" : 50
},
"gate" : {
"accepted" : false,
"maximumSourceShareByLabelAndLanguage" : {
"en|complaintOnly" : 0.5,
"en|questionRequest" : 0.8667,
"en|taskOnly" : 0.9,
"zh-Hans|both" : 1,
"zh-Hans|complaintOnly" : 0.5833,
"zh-Hans|questionRequest" : 0.9524,
"zh-Hans|taskOnly" : 0.5714
},
"minimumPredictedPositivesPerLabelAndLanguage" : 100,
"precisionByLabelAndLanguage" : {
"en|complaintOnly" : 1,
"en|questionRequest" : 0.7333,
"en|taskOnly" : 1,
"zh-Hans|both" : 0,
"zh-Hans|complaintOnly" : 1,
"zh-Hans|questionRequest" : 0.8095,
"zh-Hans|taskOnly" : 0.8571
},
"reason" : "Shadow only: at least one label/language misses precision, support, or source-diversity gates.",
"supportByLabelAndLanguage" : {
"en|complaintOnly" : 2,
"en|questionRequest" : 15,
"en|taskOnly" : 10,
"zh-Hans|both" : 2,
"zh-Hans|complaintOnly" : 12,
"zh-Hans|questionRequest" : 21,
"zh-Hans|taskOnly" : 21
}
},
"id" : "action",
"labels" : [
"taskOnly",
"complaintOnly",
"both",
"questionRequest",
"neither"
],
"modelBytes" : 80333,
"modelFile" : "ActionIntentVerifier.mlmodel",
"threshold" : {
"confidenceThreshold" : 0.82,
"metrics" : {
"correctByLabel" : {
"complaintOnly" : 9,
"questionRequest" : 5,
"taskOnly" : 5
},
"correctRouted" : 19,
"expectedSpecialized" : 48,
"f1" : 0.5588,
"falseRouted" : 1,
"missedSpecialized" : 28,
"precision" : 0.95,
"recall" : 0.3958,
"routed" : 20,
"routedByLabel" : {
"complaintOnly" : 9,
"questionRequest" : 6,
"taskOnly" : 5
},
"total" : 50
},
"minimumMargin" : 0
},
"thresholdCalibrationCount" : 50,
"thresholdsByLanguage" : {
"en" : {
"confidenceThreshold" : 0.85,
"metrics" : {
"correctByLabel" : {
"complaintOnly" : 4,
"questionRequest" : 3,
"taskOnly" : 2
},
"correctRouted" : 9,
"expectedSpecialized" : 31,
"f1" : 0.45,
"falseRouted" : 0,
"missedSpecialized" : 22,
"precision" : 1,
"recall" : 0.2903,
"routed" : 9,
"routedByLabel" : {
"complaintOnly" : 4,
"questionRequest" : 3,
"taskOnly" : 2
},
"total" : 33
},
"minimumMargin" : 0
},
"zh-Hans" : {
"confidenceThreshold" : 0.5,
"metrics" : {
"correctByLabel" : {
"complaintOnly" : 5,
"questionRequest" : 1,
"taskOnly" : 3
},
"correctRouted" : 9,
"expectedSpecialized" : 17,
"f1" : 0.6923,
"falseRouted" : 0,
"missedSpecialized" : 8,
"precision" : 1,
"recall" : 0.5294,
"routed" : 9,
"routedByLabel" : {
"complaintOnly" : 5,
"questionRequest" : 1,
"taskOnly" : 3
},
"total" : 17
},
"minimumMargin" : 0
}
},
"trainingCount" : 7490
},
{
"acceptanceByLanguage" : {
"en" : {
"correctByLabel" : {
"confirmationDecision" : 7,
"followUpReminder" : 8,
"invitation" : 4,
"scheduleNegotiation" : 8
},
"correctRouted" : 27,
"expectedSpecialized" : 41,
"f1" : 0.7606,
"falseRouted" : 3,
"missedSpecialized" : 14,
"precision" : 0.9,
"recall" : 0.6585,
"routed" : 30,
"routedByLabel" : {
"confirmationDecision" : 7,
"followUpReminder" : 10,
"invitation" : 5,
"scheduleNegotiation" : 8
},
"total" : 146
},
"zh-Hans" : {
"correctByLabel" : {
},
"correctRouted" : 0,
"expectedSpecialized" : 41,
"f1" : 0,
"falseRouted" : 0,
"missedSpecialized" : 41,
"precision" : 0,
"recall" : 0,
"routed" : 0,
"routedByLabel" : {
},
"total" : 146
}
},
"acceptanceCount" : 292,
"acceptanceMetrics" : {
"correctByLabel" : {
"confirmationDecision" : 14,
"followUpReminder" : 17,
"invitation" : 8,
"scheduleNegotiation" : 16
},
"correctRouted" : 55,
"expectedSpecialized" : 82,
"f1" : 0.7692,
"falseRouted" : 6,
"missedSpecialized" : 27,
"precision" : 0.9016,
"recall" : 0.6707,
"routed" : 61,
"routedByLabel" : {
"confirmationDecision" : 14,
"followUpReminder" : 20,
"invitation" : 11,
"scheduleNegotiation" : 16
},
"total" : 292
},
"calibrationCount" : 3020,
"calibrationMetrics" : {
"correctByLabel" : {
"confirmationDecision" : 1
},
"correctRouted" : 1,
"expectedSpecialized" : 8,
"f1" : 0.2222,
"falseRouted" : 0,
"missedSpecialized" : 7,
"precision" : 1,
"recall" : 0.125,
"routed" : 1,
"routedByLabel" : {
"confirmationDecision" : 1
},
"total" : 50
},
"gate" : {
"accepted" : false,
"maximumSourceShareByLabelAndLanguage" : {
"en|confirmationDecision" : 1,
"en|followUpReminder" : 0.9,
"en|invitation" : 1,
"en|scheduleNegotiation" : 1
},
"minimumPredictedPositivesPerLabelAndLanguage" : 100,
"precisionByLabelAndLanguage" : {
"en|confirmationDecision" : 1,
"en|followUpReminder" : 0.8,
"en|invitation" : 0.8,
"en|scheduleNegotiation" : 1
},
"reason" : "Shadow only: at least one label/language misses precision, support, or source-diversity gates.",
"supportByLabelAndLanguage" : {
"en|confirmationDecision" : 7,
"en|followUpReminder" : 10,
"en|invitation" : 5,
"en|scheduleNegotiation" : 8
}
},
"id" : "coordination",
"labels" : [
"invitation",
"scheduleNegotiation",
"confirmationDecision",
"followUpReminder",
"neither"
],
"modelBytes" : 28191,
"modelFile" : "CoordinationIntentVerifier.mlmodel",
"threshold" : {
"confidenceThreshold" : 0.5,
"metrics" : {
"correctByLabel" : {
"confirmationDecision" : 1
},
"correctRouted" : 1,
"expectedSpecialized" : 8,
"f1" : 0.2222,
"falseRouted" : 0,
"missedSpecialized" : 7,
"precision" : 1,
"recall" : 0.125,
"routed" : 1,
"routedByLabel" : {
"confirmationDecision" : 1
},
"total" : 50
},
"minimumMargin" : 0.45
},
"thresholdCalibrationCount" : 50,
"thresholdsByLanguage" : {
"en" : {
"confidenceThreshold" : 0.5,
"metrics" : {
"correctByLabel" : {
"confirmationDecision" : 1
},
"correctRouted" : 1,
"expectedSpecialized" : 8,
"f1" : 0.2222,
"falseRouted" : 0,
"missedSpecialized" : 7,
"precision" : 1,
"recall" : 0.125,
"routed" : 1,
"routedByLabel" : {
"confirmationDecision" : 1
},
"total" : 33
},
"minimumMargin" : 0.45
},
"zh-Hans" : {
"confidenceThreshold" : 1,
"metrics" : {
"correctByLabel" : {
},
"correctRouted" : 0,
"expectedSpecialized" : 0,
"f1" : 0,
"falseRouted" : 0,
"missedSpecialized" : 0,
"precision" : 0,
"recall" : 0,
"routed" : 0,
"routedByLabel" : {
},
"total" : 17
},
"minimumMargin" : 1
}
},
"trainingCount" : 1810
}
]
}

Some files were not shown because too many files have changed in this diff Show More