diff --git a/.gitignore b/.gitignore index 26f7e1b..7483413 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,9 @@ Signing.local.xcconfig # Custom LM compile output (Mac-only; device-side prepare uses .bin from bundle) OSGKeyboard/Resources/CustomLanguageModel/v1/compiled/ +# Reproducible Create ML candidates (selected models live in Shared resources) +ModelTraining/ClipboardSemantics/Candidates/ + # Python bytecode __pycache__/ *.pyc diff --git a/AGENTS.md b/AGENTS.md index 0ecd6b5..468daf8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -14,7 +14,7 @@ writing commit messages that will ship to users. ### Version format -The current source-of-truth version is **2.0.0 (build 86)**. Releases use stable SemVer: +The current source-of-truth version is **2.0.1 (build 87)**. Releases use stable SemVer: | Field | File | Rule | |-------|------|------| diff --git a/AppStoreScreenshots/current-screen.png b/AppStoreScreenshots/current-screen.png new file mode 100644 index 0000000..b23feae Binary files /dev/null and b/AppStoreScreenshots/current-screen.png differ diff --git a/AppStoreScreenshots/debug-current-screen.png b/AppStoreScreenshots/debug-current-screen.png new file mode 100644 index 0000000..8e97770 Binary files /dev/null and b/AppStoreScreenshots/debug-current-screen.png differ diff --git a/AppStoreScreenshots/iap-review-640x920.jpg b/AppStoreScreenshots/iap-review-640x920.jpg new file mode 100644 index 0000000..c1c1786 Binary files /dev/null and b/AppStoreScreenshots/iap-review-640x920.jpg differ diff --git a/AppStoreScreenshots/iap-review-final.png b/AppStoreScreenshots/iap-review-final.png new file mode 100644 index 0000000..6fbdab4 Binary files /dev/null and b/AppStoreScreenshots/iap-review-final.png differ diff --git a/AppStoreScreenshots/iap-review.png b/AppStoreScreenshots/iap-review.png new file mode 100644 index 0000000..2ffeffb Binary files /dev/null and b/AppStoreScreenshots/iap-review.png differ diff --git a/CHANGELOG.md b/CHANGELOG.md index dbdbcff..91f1cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,19 +8,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- **Privacy-preserving product analytics**: add an optional first-party event queue with cross-process SQLite durability, idempotent retry, fixed privacy-safe dimensions, and a device-local opt-out that clears pending events. / **隐私友好的产品分析**:新增可选的第一方事件队列,通过跨进程 SQLite 持久化、幂等重试与固定隐私安全维度可靠投递,并提供清除待发送事件的本机退出开关。 -- **Managed-cloud consent**: the first switch to OSG credits now explains which audio, text, context, and account data leaves the device and requires explicit agreement before enabling the service. / **托管云确认**:首次切换到 OSG 积分时会说明哪些音频、文字、上下文与账号数据会离开设备,并在用户明确同意后才启用服务。 -- **Free OOBE polish**: the first-run lesson defaults to on-device transcription plus OSG managed polish, sends an authenticated OOBE purpose tag, and uses a server-enforced one-time complimentary request without reserving or settling credits. / **免费 OOBE 润色**:首次教学默认使用端侧转写与 OSG 托管润色,发送经过身份验证的 OOBE 用途标签,并由服务端执行一次性免费资格,不预扣也不结算积分。 +- **Local clipboard semantics**: add reproducible bilingual Create ML training, self-contained on-device classifiers for tasks, questions, invitations, complaints, and sentiment, plus deterministic language, date, address, phone, URL, person, and organization labels without uploading clipboard text. / **本地剪贴板语义**:新增可复现的中英语料与 Create ML 训练流程,以及任务、问句、邀约、投诉和情感的端侧自包含分类器,并结合确定性的语言、日期、地址、电话、URL、人名和组织名标签,全程不上传剪贴板原文。 +- **Contextual clipboard skills**: install the complete built-in skill catalog by default, add source-language, invitation, task, clarification, empathy, business, conclusion, and list actions, remove the eight-skill cap, and rank keyboard skills ephemerally from local clipboard labels while preserving the user's saved order. / **情境化剪贴板技能**:默认安装完整内置技能目录,新增原语言回复、邀约、任务、澄清、共情、商务、结论与清单操作,移除八个技能上限,并根据本地剪贴板标签临时智能排序,同时保留用户保存的长期顺序。 +- **Learned speaking styles**: unlock user-initiated style generation after 5,000 effective dictation characters, prioritize recurring native speech and explicit user edits, use historical polish prompts only to subtract AI-added style, and require review before saving. / **学习说话风格**:累积 5,000 个有效听写字符后,可优先根据反复出现的原生口述与用户明确编辑生成个人风格,历史润色 Prompt 仅用于排除 AI 附加风格,并在保存前强制检查。 ### Changed -- **AI Agent first run**: replace the technical six-step setup with a concise privacy, permission, and keyboard flow that presents OSGKeyboard as an AI Agent voice keyboard, teaches on the real keyboard, and verifies the first voice insertion before completion. / **AI Agent 首次体验**:以简洁的隐私、权限与键盘流程取代技术化的六步配置,突出 AI Agent 语音输入法定位,并在真实键盘中完成教学、验证首次语音上屏后再结束。 +- **Skill catalog layout**: replace the two-column skill cards with compact full-width list rows while preserving enable, detail, and long-press reorder interactions. / **技能目录布局**:将双列技能卡片改为紧凑的通栏列表,同时保留启用、详情与长按排序交互。 + +### Fixed +- **Repeatable OOBE practice**: scope each free feature to one use per short-lived guided session, so returning to OOBE starts a fresh four-page experience without misreporting consumed-page conflicts as weak network; also simplify lesson titles, add a voice sample to read aloud, and streamline the completion page. / **可重复的 OOBE 体验**:将每项免费功能限制为每个短期引导会话使用一次,让用户重新进入 OOBE 时可以重新体验四个页面,并避免把页面已完成冲突误报为弱网;同时精简各环节标题,加入语音朗读示例,并简化完成页。 + +## [2.0.1] - 2026-08-21 + +### Added +- **Rime term suggestions**: move the Personal Dictionary card above History and surface up to five repeated local Rime terms for explicit one-tap confirmation without recording full keystrokes. / **Rime 词条建议**:将个性词库卡片移到历史记录上方,展示最多五个本机 Rime 高频新词,并由用户逐个确认加入,不记录完整击键内容。 +- **Private keyboard usage summaries**: count only manually committed Chinese, Latin, and other graphemes plus UTC-day input-session classes, then upload immutable App Group summaries without retaining typed text, host-app context, or per-key events. / **隐私键盘用量摘要**:仅统计手动上屏的中文、拉丁字母及其他字形簇与 UTC 每日输入会话分类,并通过 App Group 上传不可变摘要,不保留输入原文、宿主上下文或逐按键事件。 +- **Official Skill Catalog**: fetch validated transform skills anonymously from the OSG content service, cache the last-known-good snapshot in App Group storage, and update enabled keyboard skills without requiring an app release. / **官方技能目录**:从 OSG 内容服务匿名获取并严格校验转换类技能,将最后可用快照缓存到 App Group,并可在无需发布新版 App 的情况下更新已启用的键盘技能。 +- **Privacy-preserving product analytics**: add an optional first-party event queue with cross-process SQLite durability, idempotent retry, fixed privacy-safe dimensions, and a device-local opt-out that clears pending events. / **隐私友好的产品分析**:新增可选的第一方事件队列,通过跨进程 SQLite 持久化、幂等重试与固定隐私安全维度可靠投递,并提供清除待发送事件的本机退出开关。 +- **Managed-cloud consent**: the first switch to OSG credits now explains which audio, text, context, and account data leaves the device and requires explicit agreement before enabling the service. / **托管云确认**:首次切换到 OSG 积分时会说明哪些音频、文字、上下文与账号数据会离开设备,并在用户明确同意后才启用服务。 +- **Anonymous four-feature OOBE**: after App Attest verifies the installation, first-run users can try voice input, clipboard translation, smart reply, and hold-to-ask AI once each without an account, API key, or credit charge; an optional sign-in step then offers the existing 1,000-credit signup reward. / **匿名四功能 OOBE**:App Attest 验证安装后,首次用户无需账号、API Key 或积分即可各体验一次语音输入、剪贴板翻译、智能回复与长按询问 AI;随后可选择登录并领取现有的 1000 积分注册奖励。 + +### Changed +- **Paired voice history corpus**: retain the corrected pre-polish ASR transcript beside the displayed final text, together with translation and active-style metadata, so future style learning can exclude incompatible samples without exposing raw text in History. / **成对语音历史语料**:在展示的最终文本旁保留纠错后的润色前 ASR 转写,并记录翻译与当时风格元数据,便于后续风格学习排除不兼容样本,同时不在历史界面显示原文。 +- **Anonymous hint feed**: move AI hint manifests and locale packs to the account content API with ETag revalidation while preserving per-locale last-known-good packs and local evergreen merging. / **匿名提示内容源**:将 AI 提示清单与语言包迁移到账号内容 API,并加入 ETag 重新验证,同时保留各语言最后可用包与本地常驻内容合并策略。 +- **Native Liquid Glass tabs**: replace the custom iPhone dock with the system TabView so tab selection uses the native iOS 26 Liquid Glass transition and preserves each tab's navigation context. / **原生液态玻璃标签栏**:以系统 TabView 取代 iPhone 自定义 Dock,让标签切换使用 iOS 26 原生液态玻璃过渡,并保留各标签页的导航上下文。 +- **AI Agent first run**: replace the technical six-step setup with a concise privacy, permission, and keyboard flow that teaches four real keyboard capabilities before the optional account offer and verifies every lesson result before completion. / **AI Agent 首次体验**:以简洁的隐私、权限与键盘流程取代技术化的六步配置,在可选账号邀请之前教学四项真实键盘能力,并逐项验证结果后再完成。 - **Focused skill icons**: remove math, indices, arrows, shapes, commerce, keyboard, media, text-formatting, automotive, device, and variable-rendering categories from the custom-skill symbol picker. / **精简技能图标**:从自定义技能图标选择器中移除数学、索引、箭头、形状、商业、键盘、媒体、文本格式、汽车、设备与可变渲染分类。 ### Fixed -- **Suspension-safe analytics**: batch uploads in the foreground or a system-granted refresh task, close SQLite outside authorized execution windows, and keep keyboard extensions recording-only to prevent system termination from database locks. / **安全挂起埋点**:仅在前台或系统授权的刷新任务中批量上传,在授权执行窗口之外关闭 SQLite,同时让键盘扩展仅负责记录,避免数据库锁触发系统终止。 +- **Signed-out AI billing safety**: switch every AI path back to user-owned BYOK when the account signs out or expires, and reject cached managed grants unless the host has confirmed an authenticated session. / **未登录 AI 计费安全**:账号退出或过期时将所有 AI 路径切回用户自备 BYOK,并在主 App 未确认有效登录会话时拒绝使用缓存的托管 Grant。 +- **Suspension-safe analytics**: batch uploads in the foreground or a system-granted refresh task, close SQLite outside authorized execution windows, release cancelled leases immediately, and keep keyboard extensions recording-only to prevent system termination from database locks. / **安全挂起埋点**:仅在前台或系统授权的刷新任务中批量上传,在授权执行窗口之外关闭 SQLite,并立即释放已取消的租约,同时让键盘扩展仅负责记录,避免数据库锁触发系统终止。 +- **One-shot purchase confirmation**: show a successful credit purchase only for the current action, automatically dismiss it, and prevent recovered historical StoreKit transactions from restoring stale green confirmation text. / **单次购买确认**:积分购买成功提示只对应当前操作并自动消失,恢复 StoreKit 历史交易时不再重新显示过期的绿色确认文字。 - **Permanent invitation links**: load the account-scoped server invitation profile after sign-in, cache it per account, and keep sharing the exact stable server URL across refreshes and offline failures. / **永久邀请链接**:登录后异步加载账号级服务端邀请资料,按账号缓存,并在刷新或离线失败时持续分享服务端返回的固定链接。 - **Cross-process settings safety**: App Group updates now write only changed fields so a stale main-app or keyboard-extension snapshot cannot overwrite newer unrelated settings. / **跨进程设置安全**:App Group 更新现在只写入发生变化的字段,避免主 App 或键盘扩展的旧快照覆盖其他较新的设置。 - **Account-data freshness**: Settings and Account now share one background-refreshed snapshot, preserve cached content on failure, retry transient read errors, and isolate optional referral outages from core account and credit updates. / **账号数据新鲜度**:设置页与账号页现在共用同一份后台刷新快照,刷新失败时保留缓存内容,对瞬时读取错误自动重试,并避免可选邀请接口故障影响账号与积分更新。 +- **Account purchase recovery**: keep App Store credit packs independent from account-snapshot failures, retry transient product loading, cancel stale account tasks safely, and return expired sessions to sign-in without requiring a manual sign-out. / **账号内购恢复**:积分包不再受账号快照失败影响,商品瞬时加载失败会自动重试,旧账号任务可安全取消,登录过期后会直接返回登录状态,无需手动退出。 - **Managed AI task routing**: credit-backed requests now preserve dictation, translation, editing, question, clipboard, custom-skill, and agent intent so the gateway can disable costly reasoning for low-latency transforms. / **托管 AI 任务路由**:积分请求现在会保留听写、翻译、编辑、问答、剪贴板、自定义技能与 Agent 意图,让网关可为低延迟转换任务关闭高成本思考。 ## [2.0.0] - 2026-08-19 diff --git a/ModelTraining/ClipboardSemantics/README.md b/ModelTraining/ClipboardSemantics/README.md new file mode 100644 index 0000000..05024b1 --- /dev/null +++ b/ModelTraining/ClipboardSemantics/README.md @@ -0,0 +1,49 @@ +# Clipboard semantic models + +This directory contains the reproducible training inputs and evaluation output +for OSGKeyboard's fully local clipboard analyzer. + +## Scope + +The model suite predicts four independent intents (`task`, `question`, +`invitation`, and `complaint`) plus three-way sentiment. Apple data detectors +remain responsible for dates, addresses, phone numbers, and URLs; `NLTagger` +provides best-effort person and organization names. + +The corpus contains 6,334 Chinese and English records: + +- 4,100 generated training records +- 1,080 generated validation records +- 1,080 template-held-out test records +- 74 manually authored golden records + +No user clipboard content is included. + +## Reproduce + +```bash +python3 Scripts/clipboard_semantics/generate_corpus.py +xcrun swift Scripts/clipboard_semantics/train_models.swift +``` + +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`. + +## 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. + +The selected task, question, and invitation models passed the automatic-routing +precision gates. The complaint model is packaged for further evaluation but its +automatic-routing flag remains disabled because golden-set precision is 88.89%, +below the 90% release gate. Sentiment returns `unknown` unless confidence and +top-two margin checks both pass. + +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. diff --git a/ModelTraining/ClipboardSemantics/clipboard_semantic_corpus.jsonl b/ModelTraining/ClipboardSemantics/clipboard_semantic_corpus.jsonl new file mode 100644 index 0000000..ba4b4d2 --- /dev/null +++ b/ModelTraining/ClipboardSemantics/clipboard_semantic_corpus.jsonl @@ -0,0 +1,6334 @@ +{"complaint": false, "family": "task_statement", "id": "golden-en-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": true, "text": "Please send me the revised product brief by Friday, including the risks and timeline."} +{"complaint": false, "family": "task_statement", "id": "golden-en-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": true, "text": "Alex owns the meeting notes and should post them in the project channel today."} +{"complaint": false, "family": "task_statement", "id": "golden-en-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": true, "text": "Remember to correct the invoice name and submit it again."} +{"complaint": false, "family": "task_statement", "id": "golden-en-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": true, "text": "First confirm the delivery address with the client, then update the order."} +{"complaint": false, "family": "task_question", "id": "golden-en-0042", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "golden", "task": true, "text": "Can you double-check the quotation tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "golden-en-0043", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "golden", "task": true, "text": "Would you book a meeting room for Wednesday afternoon?"} +{"complaint": false, "family": "task_question", "id": "golden-en-0044", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "golden", "task": true, "text": "Could these documents be ready by the end of the month?"} +{"complaint": false, "family": "information_question", "id": "golden-en-0045", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "golden", "task": false, "text": "Which documents are required for this refund?"} +{"complaint": false, "family": "information_question", "id": "golden-en-0046", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "golden", "task": false, "text": "Why is the order still marked as under review?"} +{"complaint": false, "family": "invitation_question", "id": "golden-en-0047", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "golden", "task": false, "text": "Can you join us for dinner at the usual place at seven tonight?"} +{"complaint": false, "family": "invitation_question", "id": "golden-en-0048", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "golden", "task": false, "text": "How about hiking together this weekend? Let's meet at the station at nine."} +{"complaint": false, "family": "invitation_question", "id": "golden-en-0049", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "golden", "task": false, "text": "I'd like to invite you to Monday's project kickoff. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "golden-en-0050", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "golden", "task": false, "text": "Would you like to get coffee after work?"} +{"complaint": true, "family": "complaint_statement", "id": "golden-en-0051", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "The app has crashed constantly since the update, and I lost important data."} +{"complaint": true, "family": "complaint_statement", "id": "golden-en-0052", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "I was charged twice for the same order and still have not received a refund."} +{"complaint": true, "family": "complaint_statement", "id": "golden-en-0053", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "The package arrived damaged and the cup inside was broken."} +{"complaint": true, "family": "complaint_request", "id": "golden-en-0054", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "golden", "task": false, "text": "My account was locked for no reason. Can you restore it today?"} +{"complaint": true, "family": "complaint_request", "id": "golden-en-0055", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "Messages keep failing to send. Please provide a solution as soon as possible."} +{"complaint": true, "family": "complaint_request", "id": "golden-en-0056", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "golden", "task": false, "text": "Support has not replied for three days. When will this be handled?"} +{"complaint": false, "family": "self_plan", "id": "golden-en-0057", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "I plan to finish organizing this report myself on Friday."} +{"complaint": false, "family": "self_plan", "id": "golden-en-0058", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "Tomorrow I will check the invoice with Finance; you do not need to help."} +{"complaint": false, "family": "self_plan", "id": "golden-en-0059", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "Personal reminder: I will contact the client before month-end."} +{"complaint": false, "family": "event_statement", "id": "golden-en-0060", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "The design review is scheduled for August 28 at 3 PM in Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "golden-en-0061", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "The team dinner is at the usual place at seven tonight; this is an event notice."} +{"complaint": false, "family": "quoted_question", "id": "golden-en-0062", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "The report is titled “Which jobs will artificial intelligence replace?”"} +{"complaint": false, "family": "quoted_question", "id": "golden-en-0063", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "The meeting notes preserve the client's question: “When can you deliver?”"} +{"complaint": false, "family": "neutral_fact", "id": "golden-en-0064", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "1 Apple Park Way is the company's billing address."} +{"complaint": false, "family": "neutral_fact", "id": "golden-en-0065", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "This is not an assignment; it only describes the process."} +{"complaint": false, "family": "positive_feedback", "id": "golden-en-0066", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "golden", "task": false, "text": "This update is remarkably stable and speech recognition is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "golden-en-0067", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "golden", "task": false, "text": "Support resolved the issue quickly and handled everything professionally."} +{"complaint": false, "family": "positive_feedback", "id": "golden-en-0068", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "golden", "task": false, "text": "The new keyboard layout feels much better and I really like it."} +{"complaint": false, "family": "neutral_fact", "id": "golden-en-0069", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "This industry report contains three chapters."} +{"complaint": false, "family": "neutral_fact", "id": "golden-en-0070", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "The store is open from nine in the morning until ten at night."} +{"complaint": false, "family": "neutral_fact", "id": "golden-en-0071", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "Order A1024 is currently in transit."} +{"complaint": false, "family": "negative_news", "id": "golden-en-0072", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "The report shows that quarterly sales fell by twelve percent."} +{"complaint": false, "family": "negative_news", "id": "golden-en-0073", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "The news says heavy rain caused several flight cancellations."} +{"complaint": false, "family": "negative_news", "id": "golden-en-0074", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "The study identifies a significant supply-chain risk."} +{"complaint": false, "family": "task_statement", "id": "golden-zh-Hans-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": true, "text": "请在周五下班前把新版 PRD 发我,重点补上风险和排期。"} +{"complaint": false, "family": "task_statement", "id": "golden-zh-Hans-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": true, "text": "小王负责整理会议纪要,今天发到项目群。"} +{"complaint": false, "family": "task_statement", "id": "golden-zh-Hans-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": true, "text": "记得把发票抬头改好以后重新提交。"} +{"complaint": false, "family": "task_statement", "id": "golden-zh-Hans-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": true, "text": "下一步先联系客户确认交付地址,再更新订单。"} +{"complaint": false, "family": "task_question", "id": "golden-zh-Hans-0005", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "golden", "task": true, "text": "你能明天上午把报价单核对一遍吗?"} +{"complaint": false, "family": "task_question", "id": "golden-zh-Hans-0006", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "golden", "task": true, "text": "方便帮我约一下周三下午的会议室吗?"} +{"complaint": false, "family": "task_question", "id": "golden-zh-Hans-0007", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "golden", "task": true, "text": "这些材料可以在月底前准备好吗?"} +{"complaint": false, "family": "information_question", "id": "golden-zh-Hans-0008", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "golden", "task": false, "text": "这个退款流程需要提供哪些材料?"} +{"complaint": false, "family": "information_question", "id": "golden-zh-Hans-0009", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "golden", "task": false, "text": "订单为什么一直显示审核中?"} +{"complaint": false, "family": "invitation_question", "id": "golden-zh-Hans-0010", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "golden", "task": false, "text": "今晚七点老地方吃饭,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "golden-zh-Hans-0011", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "golden", "task": false, "text": "周末一起去爬山怎么样?早上九点地铁站见。"} +{"complaint": false, "family": "invitation_question", "id": "golden-zh-Hans-0012", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "golden", "task": false, "text": "想请你参加下周一的项目启动会,有时间吗?"} +{"complaint": false, "family": "invitation_question", "id": "golden-zh-Hans-0013", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "golden", "task": false, "text": "下班后要不要一起喝杯咖啡?"} +{"complaint": true, "family": "complaint_statement", "id": "golden-zh-Hans-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "这个版本升级后一直闪退,数据还丢了,真的很失望。"} +{"complaint": true, "family": "complaint_statement", "id": "golden-zh-Hans-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "同一笔订单扣了两次款,到现在都没有退回。"} +{"complaint": true, "family": "complaint_statement", "id": "golden-zh-Hans-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "收到的商品外包装破损,里面的杯子也碎了。"} +{"complaint": true, "family": "complaint_request", "id": "golden-zh-Hans-0017", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "golden", "task": false, "text": "账号无故被锁了,能请你们今天恢复吗?"} +{"complaint": true, "family": "complaint_request", "id": "golden-zh-Hans-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "消息一直发送失败,请尽快给我一个解决方案。"} +{"complaint": true, "family": "complaint_request", "id": "golden-zh-Hans-0019", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "golden", "task": false, "text": "客服已经三天没有回复了,请问什么时候能处理?"} +{"complaint": false, "family": "self_plan", "id": "golden-zh-Hans-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "我打算周五自己整理完这份报告。"} +{"complaint": false, "family": "self_plan", "id": "golden-zh-Hans-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "明天我要去财务核对发票,不用你帮忙。"} +{"complaint": false, "family": "self_plan", "id": "golden-zh-Hans-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "先记一下:月底前我自己联系客户。"} +{"complaint": false, "family": "event_statement", "id": "golden-zh-Hans-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "设计评审定在8月28日下午三点,地点是五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "golden-zh-Hans-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "今晚七点团队在老地方吃饭,这是活动通知。"} +{"complaint": false, "family": "quoted_question", "id": "golden-zh-Hans-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "报告的标题是“人工智能会取代哪些工作?”。"} +{"complaint": false, "family": "quoted_question", "id": "golden-zh-Hans-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "会议纪要保留了客户的问题:“什么时候可以交付?”"} +{"complaint": false, "family": "neutral_fact", "id": "golden-zh-Hans-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "北京市朝阳区望京街10号是公司的账单地址。"} +{"complaint": false, "family": "neutral_fact", "id": "golden-zh-Hans-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "这不是交给你的任务,只是在说明流程。"} +{"complaint": false, "family": "positive_feedback", "id": "golden-zh-Hans-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "golden", "task": false, "text": "这次更新非常稳定,语音识别准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "golden-zh-Hans-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "golden", "task": false, "text": "客服很快解决了问题,整个过程很专业。"} +{"complaint": false, "family": "positive_feedback", "id": "golden-zh-Hans-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "golden", "task": false, "text": "新的键盘布局顺手多了,我很喜欢。"} +{"complaint": false, "family": "neutral_fact", "id": "golden-zh-Hans-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "这是一份包含三个章节的行业分析报告。"} +{"complaint": false, "family": "neutral_fact", "id": "golden-zh-Hans-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "门店营业时间是上午九点到晚上十点。"} +{"complaint": false, "family": "neutral_fact", "id": "golden-zh-Hans-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "golden", "task": false, "text": "订单编号为 A1024,目前正在运输中。"} +{"complaint": false, "family": "negative_news", "id": "golden-zh-Hans-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "报告显示本季度销量下降了百分之十二。"} +{"complaint": false, "family": "negative_news", "id": "golden-zh-Hans-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "新闻提到暴雨导致多个航班取消。"} +{"complaint": false, "family": "negative_news", "id": "golden-zh-Hans-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "golden", "task": false, "text": "研究发现该方案存在明显的供应链风险。"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0001", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "I need a clear answer: the invoice information is wrong. How are you going to resolve it?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0002", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the item arrived damaged, which means it caused an extra charge. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0003", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the invoice information is wrong, which means it is blocking normal work. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0004", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "I need a clear answer: messages never send. How are you going to resolve it?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0005", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "I need a clear answer: the page loads extremely slowly. How are you going to resolve it?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0006", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "messages never send, which means important records are missing. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0007", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "data synchronization fails, which means the issue remains after several attempts. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0008", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the file will not open, which means support has not resolved it. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0009", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "I need a clear answer: data synchronization fails. How are you going to resolve it?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0010", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "messages never send, which means today's delivery is now at risk. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0011", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "my reservation disappeared, which means some data was lost. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0012", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "I need a clear answer: my reservation disappeared. How are you going to resolve it?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0013", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "messages never send, which means the service is now unusable. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0014", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the invoice information is wrong, which means it caused an extra charge. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0015", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "my account was suddenly locked, which means the service is now unusable. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0016", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "messages never send, which means the issue remains after several attempts. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0017", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "messages never send, which means it is blocking normal work. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0018", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the item arrived damaged, which means some data was lost. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0019", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "I need a clear answer: the order was charged twice. How are you going to resolve it?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0020", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the app keeps crashing, which means it caused an extra charge. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0021", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the page loads extremely slowly, which means important records are missing. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0022", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the app keeps crashing, which means the issue remains after several attempts. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0023", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the order was charged twice, which means some data was lost. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0024", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the item arrived damaged, which means important records are missing. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0025", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the page loads extremely slowly, which means today's delivery is now at risk. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0026", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "I need a clear answer: the app keeps crashing. How are you going to resolve it?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0027", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "my account was suddenly locked, which means some data was lost. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0028", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "my account was suddenly locked, which means it is blocking normal work. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0029", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "I need a clear answer: the file will not open. How are you going to resolve it?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0030", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the item arrived damaged, which means today's delivery is now at risk. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0031", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the file will not open, which means some data was lost. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0032", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the invoice information is wrong, which means support has not resolved it. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0033", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "I need a clear answer: the item arrived damaged. How are you going to resolve it?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0034", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the page loads extremely slowly, which means the service is now unusable. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0035", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the page loads extremely slowly, which means it caused an extra charge. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0036", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the app keeps crashing, which means the service is now unusable. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0037", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the item arrived damaged, which means it is blocking normal work. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0038", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "my account was suddenly locked, which means it caused an extra charge. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0039", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the app keeps crashing, which means important records are missing. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0040", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the app keeps crashing, which means it is blocking normal work. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0041", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "I need a clear answer: my account was suddenly locked. How are you going to resolve it?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0042", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the app keeps crashing, which means today's delivery is now at risk. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0043", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the order was charged twice, which means support has not resolved it. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0044", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the app keeps crashing, which means some data was lost. Can this be fixed today?"} +{"complaint": true, "family": "complaint_request", "id": "test-en-complaint_request-0045", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "the page loads extremely slowly, which means the issue remains after several attempts. Can this be fixed today?"} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0001", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: the item arrived damaged, and some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0002", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that data synchronization fails; now support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0003", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the item arrived damaged; now support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0004", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the page loads extremely slowly; now the issue remains after several attempts."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0005", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the file will not open; now today's delivery is now at risk."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0006", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that data synchronization fails; now it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0007", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: the app keeps crashing, and support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0008", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: the app keeps crashing, and it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0009", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: the file will not open, and support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0010", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the item arrived damaged; now it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0011", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the item arrived damaged; now important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0012", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the file will not open; now some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0013", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that my account was suddenly locked; now it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0014", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: the item arrived damaged, and today's delivery is now at risk."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0015", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that my account was suddenly locked; now the issue remains after several attempts."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0016", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that data synchronization fails; now important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0017", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the invoice information is wrong; now important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0018", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: the page loads extremely slowly, and important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0019", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: messages never send, and support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0020", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that my account was suddenly locked; now the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0021", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the invoice information is wrong; now the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0022", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: the invoice information is wrong, and important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0023", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that my account was suddenly locked; now some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0024", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that my reservation disappeared; now it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0025", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: my reservation disappeared, and some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0026", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: the file will not open, and it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0027", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the order was charged twice; now the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0028", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: the page loads extremely slowly, and support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0029", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: messages never send, and the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0030", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: the file will not open, and important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0031", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the invoice information is wrong; now today's delivery is now at risk."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0032", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the item arrived damaged; now it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0033", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that data synchronization fails; now it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0034", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: data synchronization fails, and support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0035", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the app keeps crashing; now some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0036", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: the app keeps crashing, and it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0037", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that messages never send; now the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0038", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the app keeps crashing; now support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0039", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: the page loads extremely slowly, and some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0040", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the file will not open; now the issue remains after several attempts."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0041", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that messages never send; now today's delivery is now at risk."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0042", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the file will not open; now important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0043", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "I am unhappy with the outcome: data synchronization fails, and it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0044", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the page loads extremely slowly; now it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "test-en-complaint_statement-0045", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "This is not the first time that the invoice information is wrong; now the issue remains after several attempts."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: visit the client, tomorrow at 3 PM, the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: get coffee, Friday morning, the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to watch a movie tomorrow at 3 PM at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to visit the client Friday morning at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to have dinner at seven tonight at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to have dinner Friday morning at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to get coffee at seven tonight at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to have a quick call at seven tonight at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to attend the design review before the end of the month at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: meet this weekend, next Monday at noon, Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to join a meeting tomorrow at 3 PM at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: have dinner, Friday morning, the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to get coffee at seven tonight at the client office."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: meet this weekend, after work, Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to visit the client Friday morning at the client office."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: watch a movie, next Monday at noon, the station."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to meet this weekend Wednesday evening at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to get coffee Friday morning at the client office."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: have a quick call, before the end of the month, the usual place."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: visit the client, Wednesday evening, Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: attend the design review, Wednesday evening, Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to attend the design review tomorrow at 3 PM at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to get coffee Wednesday evening at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to get coffee Wednesday evening at the client office."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: meet this weekend, before the end of the month, the usual place."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to have a quick call at seven tonight at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: have a quick call, tomorrow at 3 PM, the usual place."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: visit the client, at seven tonight, the usual place."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: watch a movie, tomorrow at 3 PM, the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to have a quick call next Monday at noon at the client office."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to have dinner at seven tonight at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: have a quick call, at seven tonight, Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to get coffee next Monday at noon at the client office."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to join a meeting next Monday at noon at the station."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to meet this weekend next Monday at noon at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: have a quick call, Friday morning, the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to visit the client tomorrow at 3 PM at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: have a quick call, this weekend, the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to meet this weekend next Monday at noon at the client office."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: have a quick call, at seven tonight, the usual place."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: have a quick call, this weekend, the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This line only states the schedule: have a quick call, after work, downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to watch a movie before the end of the month at the station."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to have dinner Friday morning at the client office."} +{"complaint": false, "family": "event_statement", "id": "test-en-event_statement-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document records plans to join a meeting Friday morning at the usual place."} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0001", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the account permissions this time?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0002", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the refund process based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0003", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the travel plan currently?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0004", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the order status based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0005", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the travel plan for a new user?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0006", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the event rules this time?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0007", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the order status currently?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0008", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the account permissions currently?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0009", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the meeting schedule currently?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0010", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the travel plan in the current process?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0011", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the pricing change in the current process?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0012", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the leave policy for a new user?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0013", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the account permissions based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0014", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the refund process in the latest version?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0015", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the required documents for a new user?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0016", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the leave policy currently?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0017", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the project budget currently?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0018", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the account permissions currently?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0019", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the delivery date for a new user?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0020", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the delivery date in the latest version?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0021", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the pricing change based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0022", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the refund process in the latest version?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0023", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the event rules in the current process?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0024", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the order status this time?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0025", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the leave policy in the latest version?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0026", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the payment method this time?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0027", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the refund process in the current process?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0028", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the payment method for a new user?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0029", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the order status for a new user?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0030", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the travel plan for a new user?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0031", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the account permissions in the current process?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0032", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the pricing change for a new user?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0033", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the travel plan this time?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0034", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the delivery date in the latest version?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0035", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the order status based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0036", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the order status in the current process?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0037", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the meeting schedule this time?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0038", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the leave policy based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0039", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the delivery date currently?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0040", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the account permissions for a new user?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0041", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the delivery date in the current process?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0042", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Is there a clear answer regarding the pricing change in the current process?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0043", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the order status in the latest version?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0044", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the required documents based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "test-en-information_question-0045", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Who can explain what happens next with the delivery date this time?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0001", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free before the end of the month, but would you like to join a meeting at the campus cafe?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0002", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to watch a movie Friday morning at the online meeting room. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0003", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free Wednesday evening, but would you like to meet this weekend at the usual place?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0004", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to have a quick call next Monday at noon at the usual place. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0005", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to watch a movie before the end of the month at the campus cafe. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0006", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free at seven tonight, but would you like to get coffee at the campus cafe?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0007", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to join a meeting this weekend at the client office. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0008", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to watch a movie after work at the Wangjing branch. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0009", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to watch a movie Wednesday evening at the client office. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0010", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to visit the client at seven tonight at Meeting Room 5. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0011", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free at seven tonight, but would you like to join a meeting at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0012", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free Friday morning, but would you like to watch a movie at the usual place?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0013", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free before the end of the month, but would you like to have dinner at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0014", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free Wednesday evening, but would you like to have a quick call at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0015", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to join a meeting Friday morning at the usual place. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0016", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to visit the client Friday morning at the Wangjing branch. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0017", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free at seven tonight, but would you like to watch a movie at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0018", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to attend the design review after work at the client office. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0019", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to attend the design review this weekend at the usual place. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0020", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to have a quick call this weekend at the client office. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0021", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to visit the client at seven tonight at the online meeting room. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0022", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free Friday morning, but would you like to have dinner at Meeting Room 5?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0023", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free Wednesday evening, but would you like to meet this weekend at the campus cafe?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0024", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free Wednesday evening, but would you like to attend the design review at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0025", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to visit the client before the end of the month at the campus cafe. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0026", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to meet this weekend at seven tonight at the station. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0027", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to meet this weekend this weekend at downstairs from the office. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0028", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free next Monday at noon, but would you like to get coffee at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0029", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to attend the design review before the end of the month at the station. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0030", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free at seven tonight, but would you like to meet this weekend at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0031", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free after work, but would you like to visit the client at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0032", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free after work, but would you like to meet this weekend at the online meeting room?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0033", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free Friday morning, but would you like to visit the client at the Wangjing branch?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0034", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to have dinner next Monday at noon at the usual place. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0035", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to get coffee tomorrow at 3 PM at the online meeting room. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0036", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free Friday morning, but would you like to join a meeting at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0037", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to have dinner after work at the Wangjing branch. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0038", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to have a quick call at seven tonight at the station. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0039", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free at seven tonight, but would you like to join a meeting at Meeting Room 5?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0040", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free Wednesday evening, but would you like to visit the client at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0041", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "I saved you a spot to have a quick call tomorrow at 3 PM at the station. How does that sound?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0042", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free at seven tonight, but would you like to get coffee at the online meeting room?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0043", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free next Monday at noon, but would you like to have dinner at Meeting Room 5?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0044", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free Wednesday evening, but would you like to watch a movie at the online meeting room?"} +{"complaint": false, "family": "invitation_question", "id": "test-en-invitation_question-0045", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "Not sure if you are free before the end of the month, but would you like to have a quick call at the client office?"} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0001", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The historical record identifies a material risk; it did not happen to the current user."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0002", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The news article objectively concludes that it covers weather-related flight cancellations."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0003", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The market analysis objectively concludes that it identifies a material risk."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0004", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The historical document objectively concludes that it shows higher costs than last year."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0005", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The industry report objectively concludes that it shows higher costs than last year."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0006", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The historical record says the results missed expectations; it did not happen to the current user."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0007", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The news article objectively concludes that it shows higher costs than last year."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0008", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The historical document objectively concludes that it covers weather-related flight cancellations."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0009", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The market analysis objectively concludes that it says the results missed expectations."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0010", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The historical record mentions delays in some regions; it did not happen to the current user."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0011", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The market analysis objectively concludes that it shows higher costs than last year."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0012", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The historical record reports lower sales; it did not happen to the current user."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0013", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The historical record covers weather-related flight cancellations; it did not happen to the current user."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0014", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The historical record describes a project pause; it did not happen to the current user."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0015", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The news article objectively concludes that it notes a short-term supply disruption."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0016", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The meeting record objectively concludes that it identifies a material risk."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0017", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The market analysis objectively concludes that it reports lower sales."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0018", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The industry report objectively concludes that it mentions delays in some regions."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0019", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The historical record shows higher costs than last year; it did not happen to the current user."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0020", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The research paper objectively concludes that it notes a short-term supply disruption."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0021", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The research paper objectively concludes that it describes a project pause."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0022", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The market analysis objectively concludes that it notes a short-term supply disruption."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0023", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The industry report objectively concludes that it reports lower sales."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0024", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The meeting record objectively concludes that it mentions delays in some regions."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0025", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The news article objectively concludes that it mentions delays in some regions."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0026", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The research paper objectively concludes that it reports lower sales."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0027", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The historical document objectively concludes that it identifies a material risk."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0028", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The historical record notes a short-term supply disruption; it did not happen to the current user."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0029", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The meeting record objectively concludes that it shows higher costs than last year."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0030", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The historical document objectively concludes that it mentions delays in some regions."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0031", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The industry report objectively concludes that it says the results missed expectations."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0032", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The market analysis objectively concludes that it covers weather-related flight cancellations."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0033", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The meeting record objectively concludes that it reports lower sales."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0034", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The research paper objectively concludes that it says the results missed expectations."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0035", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The meeting record objectively concludes that it notes a short-term supply disruption."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0036", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The industry report objectively concludes that it notes a short-term supply disruption."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0037", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The industry report objectively concludes that it describes a project pause."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0038", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The meeting record objectively concludes that it describes a project pause."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0039", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The news article objectively concludes that it identifies a material risk."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0040", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The research paper objectively concludes that it mentions delays in some regions."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0041", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The research paper objectively concludes that it identifies a material risk."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0042", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The industry report objectively concludes that it identifies a material risk."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0043", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The industry report objectively concludes that it covers weather-related flight cancellations."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0044", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The market analysis objectively concludes that it mentions delays in some regions."} +{"complaint": false, "family": "negative_news", "id": "test-en-negative_news-0045", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "The news article objectively concludes that it says the results missed expectations."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The event contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that system maintenance has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the store is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the order is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The order contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the document lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the store is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The course has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the course requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the store has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the flight has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the meeting lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the delivery is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the order has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: System maintenance lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The meeting lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the document has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The flight contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The order is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the event lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The order has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The order requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that system maintenance is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The delivery lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The meeting is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The event is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the event requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the store contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the meeting contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the meeting is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the flight contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that system maintenance contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The store requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: System maintenance has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The document requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the delivery has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The meeting has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the project starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The flight is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the course is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the order is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the store has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "This records one fact: The meeting is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that system maintenance lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "test-en-neutral_fact-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The objective fact is that the course has an updated status."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0001", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The interface change made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0002", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The support response exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0003", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The latest fix exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0004", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The support response solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0005", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The interface change is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0006", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The sync speed is easier to use. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0007", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The new speech recognition solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0008", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The keyboard experience is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0009", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The sync speed is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0010", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The new speech recognition made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0011", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that This update is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0012", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The latest fix is noticeably more stable. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0013", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The interface change solved the problem. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0014", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The sync speed exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0015", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The interface change is easier to use. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0016", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The new speech recognition is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0017", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that This update is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0018", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that This update was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0019", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The sync speed solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0020", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The translation result is easier to use. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0021", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that This update made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0022", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The new speech recognition exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0023", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The latest fix solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0024", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The sync speed made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0025", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The sync speed made me very happy. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0026", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The keyboard experience made me very happy. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0027", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The interface change is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0028", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: This update is noticeably more stable. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0029", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The translation result is much more accurate. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0030", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The keyboard experience is noticeably more stable. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0031", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The sync speed solved the problem. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0032", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The latest fix made me very happy. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0033", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The support response solved the problem. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0034", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The keyboard experience works very smoothly. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0035", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The support response was handled promptly. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0036", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The new speech recognition exceeded my expectations. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0037", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: This update was handled promptly. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0038", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The support response made me very happy. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0039", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: This update is easier to use. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0040", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The latest fix is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0041", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The new speech recognition is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0042", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The translation result works very smoothly. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0043", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "What surprised me is that The latest fix made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0044", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The keyboard experience was handled promptly. Keep it up."} +{"complaint": false, "family": "positive_feedback", "id": "test-en-positive_feedback-0045", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "A positive review: The translation result made me very happy. Keep it up."} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The support transcript retells the customer’s words: “Has the pricing change been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The article retells the customer’s words: “Has the project budget been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The report retells the customer’s words: “Has the event rules been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The article retells the customer’s words: “Has the delivery date been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document’s sample question is “Who owns the payment method?” and does not require the current user to answer."} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The meeting notes retells the customer’s words: “Has the payment method been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The news story retells the customer’s words: “Has the event rules been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document’s sample question is “Who owns the leave policy?” and does not require the current user to answer."} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document’s sample question is “Who owns the order status?” and does not require the current user to answer."} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The report retells the customer’s words: “Has the meeting schedule been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The news story retells the customer’s words: “Has the required documents been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The support transcript retells the customer’s words: “Has the travel plan been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The support transcript retells the customer’s words: “Has the refund process been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document’s sample question is “Who owns the meeting schedule?” and does not require the current user to answer."} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document’s sample question is “Who owns the delivery date?” and does not require the current user to answer."} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The article retells the customer’s words: “Has the meeting schedule been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The training material retells the customer’s words: “Has the event rules been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document’s sample question is “Who owns the refund process?” and does not require the current user to answer."} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document’s sample question is “Who owns the travel plan?” and does not require the current user to answer."} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document’s sample question is “Who owns the account permissions?” and does not require the current user to answer."} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document’s sample question is “Who owns the required documents?” and does not require the current user to answer."} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The training material retells the customer’s words: “Has the account permissions been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The news story retells the customer’s words: “Has the travel plan been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The meeting notes retells the customer’s words: “Has the pricing change been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document’s sample question is “Who owns the pricing change?” and does not require the current user to answer."} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The news story retells the customer’s words: “Has the payment method been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The support transcript retells the customer’s words: “Has the delivery date been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The meeting notes retells the customer’s words: “Has the travel plan been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The article retells the customer’s words: “Has the pricing change been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document’s sample question is “Who owns the project budget?” and does not require the current user to answer."} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The report retells the customer’s words: “Has the required documents been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The document’s sample question is “Who owns the event rules?” and does not require the current user to answer."} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The support transcript retells the customer’s words: “Has the event rules been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The news story retells the customer’s words: “Has the project budget been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The article retells the customer’s words: “Has the required documents been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The article retells the customer’s words: “Has the order status been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The report retells the customer’s words: “Has the delivery date been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The news story retells the customer’s words: “Has the delivery date been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The article retells the customer’s words: “Has the event rules been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The meeting notes retells the customer’s words: “Has the leave policy been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The news story retells the customer’s words: “Has the meeting schedule been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The meeting notes retells the customer’s words: “Has the project budget been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The support transcript retells the customer’s words: “Has the project budget been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The article retells the customer’s words: “Has the travel plan been resolved?”"} +{"complaint": false, "family": "quoted_question", "id": "test-en-quoted_question-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "The report retells the customer’s words: “Has the pricing change been resolved?”"} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "I will check the invoice details myself, not assign it to someone else."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "I will submit the contract attachment myself, not assign it to someone else."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: send the meeting notes after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: update the quotation before the end of today."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: submit the contract attachment tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "I will confirm the project timeline myself, not assign it to someone else."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: book the meeting room before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "I will complete the risk register myself, not assign it to someone else."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "I will send the meeting notes myself, not assign it to someone else."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: confirm the project timeline after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: prepare the revised PRD by Friday."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: submit the contract attachment before the end of today."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: share the delivery plan this week."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: submit the contract attachment this week."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: update the quotation by Friday."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: complete the risk register by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: prepare the revised PRD tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "I will prepare the presentation deck myself, not assign it to someone else."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: contact the client before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: prepare the presentation deck by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "I will prepare the revised PRD myself, not assign it to someone else."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: prepare the revised PRD this week."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: prepare the presentation deck by Friday."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: send the meeting notes by Friday."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: confirm the project timeline before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "I will update the quotation myself, not assign it to someone else."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "I will contact the client myself, not assign it to someone else."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: prepare the presentation deck before the end of today."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "I will share the delivery plan myself, not assign it to someone else."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: summarize the test results before the end of today."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: complete the risk register before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: book the meeting room this week."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: book the meeting room before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: send the meeting notes by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: prepare the presentation deck this week."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: summarize the test results before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "I will book the meeting room myself, not assign it to someone else."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: submit the contract attachment before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: check the invoice details before the end of today."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: summarize the test results by Friday."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: share the delivery plan before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: send the meeting notes tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: send the meeting notes before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: share the delivery plan tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "test-en-self_plan-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "Personal note only: update the quotation before 3 PM."} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0001", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and confirm the project timeline after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0002", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to check the invoice details tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0003", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to send the meeting notes this week?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0004", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to book the meeting room by the end of the month?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0005", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to complete the risk register after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0006", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to send the meeting notes before 3 PM?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0007", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to summarize the test results tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0008", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and share the delivery plan by Friday?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0009", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and update the quotation before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0010", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to book the meeting room tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0011", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to prepare the presentation deck before 3 PM?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0012", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and prepare the revised PRD this week?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0013", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to submit the contract attachment tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0014", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to update the quotation tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0015", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and update the quotation tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0016", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to complete the risk register this week?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0017", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to prepare the revised PRD by Friday?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0018", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and complete the risk register before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0019", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and complete the risk register by Friday?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0020", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to confirm the project timeline before the end of today?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0021", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and prepare the revised PRD tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0022", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and contact the client by Friday?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0023", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to summarize the test results before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0024", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and summarize the test results this week?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0025", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and prepare the presentation deck before the end of today?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0026", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to complete the risk register before 3 PM?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0027", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to confirm the project timeline after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0028", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to complete the risk register tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0029", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to update the quotation after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0030", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to book the meeting room after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0031", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to prepare the revised PRD before the end of today?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0032", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and confirm the project timeline tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0033", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and send the meeting notes tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0034", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to complete the risk register by Friday?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0035", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and check the invoice details before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0036", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to contact the client tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0037", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and contact the client before the end of today?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0038", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and send the meeting notes this week?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0039", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to share the delivery plan before the end of today?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0040", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to submit the contract attachment before the end of today?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0041", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and prepare the presentation deck this week?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0042", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to book the meeting room before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0043", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and prepare the presentation deck by Friday?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0044", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Just checking: are you able to confirm the project timeline by Friday?"} +{"complaint": false, "family": "task_question", "id": "test-en-task_question-0045", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "Could you pick up this item and update the quotation after you receive this message?"} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is before the next meeting; make sure you check the invoice details."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is by Friday; make sure you check the invoice details."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is before the next meeting; make sure you send the meeting notes."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is before the next meeting; make sure you book the meeting room."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is this week; make sure you send the meeting notes."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is by the end of the month; make sure you summarize the test results."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is before the next meeting; make sure you prepare the presentation deck."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is by Friday; make sure you summarize the test results."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to send the meeting notes and deliver the result to Finance after you receive this message."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is before 3 PM; make sure you submit the contract attachment."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is before 3 PM; make sure you check the invoice details."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is tomorrow morning; make sure you prepare the revised PRD."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to send the meeting notes and deliver the result to the owner by the end of the month."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is before 3 PM; make sure you prepare the presentation deck."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is by Friday; make sure you complete the risk register."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is tomorrow morning; make sure you book the meeting room."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is by the end of the month; make sure you prepare the presentation deck."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to prepare the presentation deck and deliver the result to Finance before 3 PM."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to submit the contract attachment and deliver the result to me this week."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to book the meeting room and deliver the result to Finance tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to send the meeting notes and deliver the result to Finance this week."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is tomorrow morning; make sure you contact the client."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to submit the contract attachment and deliver the result to the project channel by the end of the month."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to confirm the project timeline and deliver the result to the owner tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is after you receive this message; make sure you send the meeting notes."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is tomorrow morning; make sure you check the invoice details."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is this week; make sure you complete the risk register."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to contact the client and deliver the result to the project channel before 3 PM."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is before 3 PM; make sure you complete the risk register."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is before the next meeting; make sure you share the delivery plan."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to send the meeting notes and deliver the result to Finance before the end of today."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to prepare the revised PRD and deliver the result to the product team tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to summarize the test results and deliver the result to the project channel tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is by Friday; make sure you send the meeting notes."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to send the meeting notes and deliver the result to the owner this week."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to summarize the test results and deliver the result to the product team tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is tomorrow morning; make sure you complete the risk register."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to book the meeting room and deliver the result to Finance after you receive this message."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to book the meeting room and deliver the result to the client tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "The deadline is before 3 PM; make sure you update the quotation."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to book the meeting room and deliver the result to the product team this week."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to complete the risk register and deliver the result to the owner before the next meeting."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to submit the contract attachment and deliver the result to the product team this week."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to send the meeting notes and deliver the result to me before the end of today."} +{"complaint": false, "family": "task_statement", "id": "test-en-task_statement-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "Your next action is to contact the client and deliver the result to the client this week."} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0001", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "文件无法打开导致现在完全没法使用,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0002", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "消息始终发不出去导致导致今天无法交付,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0003", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "账号突然被锁定导致还产生了额外费用,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0004", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "订单被重复扣款导致重要记录找不到了,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0005", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "收到的商品有破损导致还产生了额外费用,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0006", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "我需要明确答复:账号突然被锁定,你们准备如何解决?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0007", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "数据同步失败导致客服一直没有处理,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0008", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "页面加载特别慢导致还产生了额外费用,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0009", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "应用一直闪退导致还产生了额外费用,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0010", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "我需要明确答复:数据同步失败,你们准备如何解决?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0011", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "我需要明确答复:收到的商品有破损,你们准备如何解决?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0012", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "页面加载特别慢导致导致今天无法交付,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0013", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "应用一直闪退导致客服一直没有处理,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0014", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "我需要明确答复:应用一直闪退,你们准备如何解决?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0015", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "我需要明确答复:发票信息写错了,你们准备如何解决?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0016", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "我需要明确答复:订单被重复扣款,你们准备如何解决?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0017", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "订单被重复扣款导致导致今天无法交付,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0018", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "账号突然被锁定导致重要记录找不到了,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0019", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "应用一直闪退导致已经影响正常工作,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0020", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "我需要明确答复:消息始终发不出去,你们准备如何解决?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0021", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "消息始终发不出去导致客服一直没有处理,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0022", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "数据同步失败导致导致今天无法交付,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0023", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "我需要明确答复:页面加载特别慢,你们准备如何解决?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0024", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "页面加载特别慢导致数据还丢了,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0025", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "文件无法打开导致客服一直没有处理,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0026", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "文件无法打开导致数据还丢了,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0027", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "订单被重复扣款导致我试了很多次都不行,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0028", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "收到的商品有破损导致客服一直没有处理,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0029", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "消息始终发不出去导致已经影响正常工作,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0030", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "发票信息写错了导致已经影响正常工作,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0031", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "账号突然被锁定导致导致今天无法交付,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0032", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "我需要明确答复:预约记录消失了,你们准备如何解决?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0033", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "预约记录消失了导致导致今天无法交付,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0034", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "账号突然被锁定导致已经影响正常工作,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0035", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "订单被重复扣款导致客服一直没有处理,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0036", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "收到的商品有破损导致导致今天无法交付,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0037", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "我需要明确答复:文件无法打开,你们准备如何解决?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0038", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "预约记录消失了导致还产生了额外费用,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0039", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "页面加载特别慢导致我试了很多次都不行,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0040", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "数据同步失败导致数据还丢了,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0041", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "预约记录消失了导致重要记录找不到了,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0042", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "页面加载特别慢导致客服一直没有处理,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0043", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "订单被重复扣款导致数据还丢了,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0044", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "数据同步失败导致现在完全没法使用,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_request", "id": "test-zh-Hans-complaint_request-0045", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "test", "task": false, "text": "消息始终发不出去导致我试了很多次都不行,请告诉我今天能不能处理好?"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "应用一直闪退不是第一次发生了,现在客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,消息始终发不出去,甚至已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,收到的商品有破损,甚至我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "预约记录消失了不是第一次发生了,现在已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "订单被重复扣款不是第一次发生了,现在重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,数据同步失败,甚至还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,预约记录消失了,甚至重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "收到的商品有破损不是第一次发生了,现在导致今天无法交付。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "账号突然被锁定不是第一次发生了,现在客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,预约记录消失了,甚至现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "订单被重复扣款不是第一次发生了,现在已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "数据同步失败不是第一次发生了,现在客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,应用一直闪退,甚至已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,发票信息写错了,甚至已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,应用一直闪退,甚至现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,文件无法打开,甚至还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "文件无法打开不是第一次发生了,现在重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "预约记录消失了不是第一次发生了,现在导致今天无法交付。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,消息始终发不出去,甚至数据还丢了。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,文件无法打开,甚至已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,文件无法打开,甚至数据还丢了。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,收到的商品有破损,甚至客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "页面加载特别慢不是第一次发生了,现在现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "预约记录消失了不是第一次发生了,现在重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,页面加载特别慢,甚至还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,文件无法打开,甚至我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,页面加载特别慢,甚至现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,消息始终发不出去,甚至现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,收到的商品有破损,甚至重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,账号突然被锁定,甚至我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "数据同步失败不是第一次发生了,现在还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "消息始终发不出去不是第一次发生了,现在我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,发票信息写错了,甚至我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,账号突然被锁定,甚至客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,预约记录消失了,甚至客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "发票信息写错了不是第一次发生了,现在我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "账号突然被锁定不是第一次发生了,现在重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "应用一直闪退不是第一次发生了,现在现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "订单被重复扣款不是第一次发生了,现在现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,订单被重复扣款,甚至我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "文件无法打开不是第一次发生了,现在还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,订单被重复扣款,甚至已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "数据同步失败不是第一次发生了,现在我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,页面加载特别慢,甚至已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "test-zh-Hans-complaint_statement-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "我对处理结果很不满意,应用一直闪退,甚至客服一直没有处理。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的客户拜访定于周五上午在公司楼下进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明项目评审的时间地点:明天下午三点,园区咖啡厅。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的开会定于明天下午三点在火车站进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的吃饭定于今晚七点在望京店进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的周末聚会定于下周一中午在客户办公室进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明开会的时间地点:周三晚上,五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明开会的时间地点:下周一中午,公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明看电影的时间地点:周五上午,望京店。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明项目评审的时间地点:今晚七点,园区咖啡厅。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的周末聚会定于下班以后在火车站进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的吃饭定于下周一中午在园区咖啡厅进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的看电影定于月底前在线上会议室进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明喝咖啡的时间地点:这个周末,望京店。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明客户拜访的时间地点:这个周末,线上会议室。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的看电影定于周三晚上在望京店进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明周末聚会的时间地点:周三晚上,线上会议室。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的吃饭定于今晚七点在园区咖啡厅进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的喝咖啡定于月底前在火车站进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明客户拜访的时间地点:今晚七点,园区咖啡厅。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的喝咖啡定于周三晚上在客户办公室进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明项目评审的时间地点:下周一中午,客户办公室。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的吃饭定于月底前在公司楼下进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的客户拜访定于周三晚上在火车站进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的客户拜访定于月底前在老地方进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的周末聚会定于周三晚上在客户办公室进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明吃饭的时间地点:明天下午三点,老地方。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的项目评审定于周五上午在老地方进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明客户拜访的时间地点:明天下午三点,五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明线上沟通的时间地点:这个周末,五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明客户拜访的时间地点:周三晚上,公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的开会定于周三晚上在公司楼下进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的周末聚会定于周三晚上在火车站进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的项目评审定于下班以后在园区咖啡厅进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的看电影定于下班以后在老地方进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明周末聚会的时间地点:月底前,公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的吃饭定于周三晚上在客户办公室进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的客户拜访定于周五上午在五号会议室进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的吃饭定于今晚七点在线上会议室进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明看电影的时间地点:这个周末,园区咖啡厅。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的开会定于今晚七点在园区咖啡厅进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明客户拜访的时间地点:下周一中午,公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的看电影定于周三晚上在线上会议室进行。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明客户拜访的时间地点:周三晚上,客户办公室。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里仅说明看电影的时间地点:周三晚上,线上会议室。"} +{"complaint": false, "family": "event_statement", "id": "test-zh-Hans-event_statement-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档记载的喝咖啡定于明天下午三点在园区咖啡厅进行。"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0001", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于行程计划,对新用户来说有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0002", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下在当前流程中会议安排接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0003", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于会议安排,按照刚才的消息有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0004", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下目前退款流程接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0005", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下目前活动规则接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0006", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于会议安排,这次有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0007", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于项目预算,按照刚才的消息有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0008", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下对新用户来说订单状态接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0009", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于订单状态,对新用户来说有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0010", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下在当前流程中付款方式接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0011", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下对新用户来说退款流程接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0012", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于会议安排,在当前流程中有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0013", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于请假制度,在最新版本里有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0014", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于退款流程,对新用户来说有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0015", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于行程计划,在最新版本里有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0016", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于资料要求,按照刚才的消息有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0017", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于付款方式,在最新版本里有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0018", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下按照刚才的消息行程计划接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0019", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于账户权限,对新用户来说有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0020", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于交付日期,目前有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0021", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下按照刚才的消息退款流程接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0022", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于行程计划,在当前流程中有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0023", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于活动规则,在最新版本里有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0024", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于交付日期,按照刚才的消息有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0025", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下在最新版本里行程计划接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0026", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于订单状态,在当前流程中有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0027", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下在最新版本里订单状态接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0028", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下在当前流程中账户权限接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0029", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下在最新版本里请假制度接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0030", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下按照刚才的消息活动规则接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0031", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下在当前流程中资料要求接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0032", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于交付日期,在当前流程中有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0033", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下在当前流程中订单状态接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0034", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下对新用户来说活动规则接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0035", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于项目预算,在最新版本里有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0036", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下在最新版本里项目预算接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0037", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下按照刚才的消息交付日期接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0038", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于账户权限,在当前流程中有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0039", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于活动规则,在当前流程中有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0040", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下按照刚才的消息项目预算接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0041", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下这次资料要求接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0042", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下这次会议安排接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0043", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下在当前流程中请假制度接下来怎么处理?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0044", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "对于账户权限,目前有没有明确答案?"} +{"complaint": false, "family": "information_question", "id": "test-zh-Hans-information_question-0045", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "谁能解释一下这次退款流程接下来怎么处理?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0001", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你周五上午是否有空,要不要在园区咖啡厅看电影?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0002", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,周五上午来客户办公室开会怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0003", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,这个周末来火车站线上沟通怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0004", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你明天下午三点是否有空,要不要在园区咖啡厅周末聚会?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0005", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你今晚七点是否有空,要不要在望京店喝咖啡?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0006", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,周五上午来园区咖啡厅喝咖啡怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0007", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你这个周末是否有空,要不要在园区咖啡厅线上沟通?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0008", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,明天下午三点来客户办公室看电影怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0009", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,这个周末来园区咖啡厅客户拜访怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0010", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你今晚七点是否有空,要不要在园区咖啡厅项目评审?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0011", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,周五上午来五号会议室看电影怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0012", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你这个周末是否有空,要不要在五号会议室项目评审?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0013", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,这个周末来老地方看电影怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0014", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你周五上午是否有空,要不要在火车站周末聚会?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0015", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你周五上午是否有空,要不要在五号会议室看电影?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0016", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你今晚七点是否有空,要不要在望京店项目评审?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0017", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,下周一中午来老地方开会怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0018", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你下班以后是否有空,要不要在老地方开会?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0019", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,月底前来望京店吃饭怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0020", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你这个周末是否有空,要不要在客户办公室周末聚会?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0021", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你月底前是否有空,要不要在五号会议室看电影?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0022", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你周三晚上是否有空,要不要在火车站看电影?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0023", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你今晚七点是否有空,要不要在望京店线上沟通?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0024", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你下周一中午是否有空,要不要在望京店喝咖啡?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0025", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,明天下午三点来线上会议室开会怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0026", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,下周一中午来客户办公室吃饭怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0027", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你下班以后是否有空,要不要在五号会议室项目评审?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0028", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,这个周末来园区咖啡厅看电影怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0029", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,周五上午来客户办公室周末聚会怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0030", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,月底前来五号会议室吃饭怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0031", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,明天下午三点来望京店周末聚会怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0032", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你今晚七点是否有空,要不要在老地方开会?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0033", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,这个周末来线上会议室线上沟通怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0034", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,明天下午三点来五号会议室看电影怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0035", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你周五上午是否有空,要不要在线上会议室周末聚会?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0036", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,明天下午三点来五号会议室开会怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0037", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你周五上午是否有空,要不要在线上会议室开会?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0038", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,周五上午来老地方周末聚会怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0039", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你下班以后是否有空,要不要在线上会议室项目评审?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0040", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你下周一中午是否有空,要不要在公司楼下客户拜访?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0041", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,周三晚上来线上会议室喝咖啡怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0042", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,月底前来公司楼下项目评审怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0043", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "给你留了位置,下班以后来望京店项目评审怎么样?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0044", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你月底前是否有空,要不要在老地方吃饭?"} +{"complaint": false, "family": "invitation_question", "id": "test-zh-Hans-invitation_question-0045", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": false, "text": "不知道你月底前是否有空,要不要在火车站吃饭?"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料客观总结:供应出现短期波动。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "研究材料客观总结:调查发现明显风险。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "市场分析客观总结:调查发现明显风险。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料记载结果未达到预期,并非当前用户遭遇。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料记载项目曾经暂停,并非当前用户遭遇。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "市场分析客观总结:成本比去年增加。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料记载调查发现明显风险,并非当前用户遭遇。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料记载供应出现短期波动,并非当前用户遭遇。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "会议记录客观总结:调查发现明显风险。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "市场分析客观总结:结果未达到预期。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料客观总结:销量有所下降。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料记载成本比去年增加,并非当前用户遭遇。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料客观总结:项目曾经暂停。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "新闻文章客观总结:部分地区出现延误。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "会议记录客观总结:结果未达到预期。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料记载部分地区出现延误,并非当前用户遭遇。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "新闻文章客观总结:成本比去年增加。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料记载天气造成航班取消,并非当前用户遭遇。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "行业报告客观总结:天气造成航班取消。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "市场分析客观总结:销量有所下降。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "行业报告客观总结:销量有所下降。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "新闻文章客观总结:天气造成航班取消。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "行业报告客观总结:结果未达到预期。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料客观总结:部分地区出现延误。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料记载销量有所下降,并非当前用户遭遇。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料客观总结:成本比去年增加。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "新闻文章客观总结:销量有所下降。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "新闻文章客观总结:供应出现短期波动。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "市场分析客观总结:天气造成航班取消。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "新闻文章客观总结:项目曾经暂停。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "会议记录客观总结:天气造成航班取消。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "新闻文章客观总结:调查发现明显风险。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "行业报告客观总结:供应出现短期波动。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "研究材料客观总结:销量有所下降。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "研究材料客观总结:供应出现短期波动。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料客观总结:调查发现明显风险。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "市场分析客观总结:项目曾经暂停。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "历史资料客观总结:天气造成航班取消。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "行业报告客观总结:调查发现明显风险。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "会议记录客观总结:部分地区出现延误。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "会议记录客观总结:项目曾经暂停。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "市场分析客观总结:部分地区出现延误。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "会议记录客观总结:销量有所下降。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "会议记录客观总结:供应出现短期波动。"} +{"complaint": false, "family": "negative_news", "id": "test-zh-Hans-negative_news-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "test", "task": false, "text": "新闻文章客观总结:结果未达到预期。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:快递目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:快递持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是活动安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是航班状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:系统维护由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是活动地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:会议状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:订单持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是会议将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:系统维护包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:航班安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是系统维护状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是航班目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是课程编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是会议地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是快递持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:门店将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:订单包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是快递由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是系统维护安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:门店状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:门店由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是课程状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:项目由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是项目持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是文档地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是快递需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是订单目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是航班持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:课程持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是文档持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:课程由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是项目安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:项目包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是项目状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是会议持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是系统维护包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:系统维护目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是订单需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是航班编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:订单目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是订单由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这里只记录一项信息:航班地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是订单状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "test-zh-Hans-neutral_fact-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客观事实是活动目前处于审核阶段。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:问题修复让我很满意,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是问题修复准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:翻译结果明显更稳定,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:键盘体验让我很满意,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:客服处理效果超出预期,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:问题修复准确了很多,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:同步速度明显更稳定,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是键盘体验处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:新的语音识别确实解决了问题,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:同步速度确实解决了问题,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:新的语音识别准确了很多,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:客服处理确实解决了问题,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是这次更新比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是问题修复非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:这次更新非常顺畅,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:键盘体验比以前方便,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是问题修复让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是新的语音识别明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:这次更新让我很满意,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是同步速度准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:这次更新明显更稳定,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是界面调整让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是界面调整效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是客服处理明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:这次更新准确了很多,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:同步速度非常顺畅,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:问题修复确实解决了问题,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是键盘体验明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:界面调整准确了很多,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是键盘体验准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是问题修复确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是新的语音识别处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是这次更新处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:界面调整让我很满意,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:新的语音识别让我很满意,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是翻译结果处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是新的语音识别比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是新的语音识别非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:翻译结果效果超出预期,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:问题修复效果超出预期,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是同步速度效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:翻译结果确实解决了问题,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "给个好评:客服处理明显更稳定,继续保持。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是界面调整确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "test-zh-Hans-positive_feedback-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "test", "task": false, "text": "让我惊喜的是翻译结果非常顺畅。"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "培训材料转述了客户的话:“会议安排处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "会议纪要转述了客户的话:“付款方式处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "新闻转述了客户的话:“交付日期处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档中的示例问句是“谁负责活动规则?”,不需要当前用户回答。"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档中的示例问句是“谁负责会议安排?”,不需要当前用户回答。"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档中的示例问句是“谁负责退款流程?”,不需要当前用户回答。"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "培训材料转述了客户的话:“退款流程处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客服记录转述了客户的话:“项目预算处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档中的示例问句是“谁负责项目预算?”,不需要当前用户回答。"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文章转述了客户的话:“订单状态处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "会议纪要转述了客户的话:“资料要求处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "新闻转述了客户的话:“项目预算处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档中的示例问句是“谁负责付款方式?”,不需要当前用户回答。"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文章转述了客户的话:“项目预算处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "报告转述了客户的话:“退款流程处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档中的示例问句是“谁负责请假制度?”,不需要当前用户回答。"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客服记录转述了客户的话:“退款流程处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "会议纪要转述了客户的话:“交付日期处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档中的示例问句是“谁负责订单状态?”,不需要当前用户回答。"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档中的示例问句是“谁负责交付日期?”,不需要当前用户回答。"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档中的示例问句是“谁负责账户权限?”,不需要当前用户回答。"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "客服记录转述了客户的话:“请假制度处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "培训材料转述了客户的话:“账户权限处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "新闻转述了客户的话:“资料要求处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "培训材料转述了客户的话:“活动规则处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "会议纪要转述了客户的话:“行程计划处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "新闻转述了客户的话:“付款方式处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档中的示例问句是“谁负责报价变化?”,不需要当前用户回答。"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "报告转述了客户的话:“账户权限处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "新闻转述了客户的话:“活动规则处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "会议纪要转述了客户的话:“订单状态处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "培训材料转述了客户的话:“付款方式处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档中的示例问句是“谁负责行程计划?”,不需要当前用户回答。"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "新闻转述了客户的话:“订单状态处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "报告转述了客户的话:“订单状态处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文档中的示例问句是“谁负责资料要求?”,不需要当前用户回答。"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "新闻转述了客户的话:“账户权限处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文章转述了客户的话:“活动规则处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "会议纪要转述了客户的话:“会议安排处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文章转述了客户的话:“账户权限处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "文章转述了客户的话:“交付日期处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "新闻转述了客户的话:“报价变化处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "会议纪要转述了客户的话:“退款流程处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "培训材料转述了客户的话:“交付日期处理好了吗?”"} +{"complaint": false, "family": "quoted_question", "id": "test-zh-Hans-quoted_question-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "报告转述了客户的话:“请假制度处理好了吗?”"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这件事我会自己完成:补充风险清单,不是在安排别人。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这件事我会自己完成:更新报价单,不是在安排别人。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这件事我会自己完成:分享交付计划,不是在安排别人。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这件事我会自己完成:确认项目排期,不是在安排别人。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:下午三点前分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:下午三点前汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这件事我会自己完成:整理新版 PRD,不是在安排别人。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:下午三点前提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这件事我会自己完成:提交合同附件,不是在安排别人。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:下午三点前更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:本周内汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:明天上午联系客户。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:周五之前提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:周五之前发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:今天下班前确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:周五之前更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:本周内分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:明天上午预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:下午三点前核对发票信息。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这件事我会自己完成:联系客户,不是在安排别人。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:下午三点前确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这件事我会自己完成:核对发票信息,不是在安排别人。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:今天下班前整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:月底以前更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:月底以前准备演示文稿。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:周五之前整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这件事我会自己完成:汇总测试结果,不是在安排别人。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:今天下班前更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "这件事我会自己完成:准备演示文稿,不是在安排别人。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:明天上午更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:明天上午准备演示文稿。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:明天上午发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:下午三点前联系客户。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:本周内联系客户。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:月底以前提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:今天下班前预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:月底以前预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:今天下班前分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:明天上午提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:下次会议前预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:月底以前汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:月底以前确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:下午三点前整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:明天上午确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "test-zh-Hans-self_plan-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": false, "text": "我只是记录个人计划:今天下班前联系客户。"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0001", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以下午三点前提交合同附件吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0002", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以本周内补充风险清单吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0003", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在周五之前发送会议纪要吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0004", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以月底以前补充风险清单吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0005", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在收到消息后更新报价单吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0006", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在收到消息后准备演示文稿吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0007", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以今天下班前准备演示文稿吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0008", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在周五之前预约会议室吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0009", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在本周内准备演示文稿吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0010", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以本周内预约会议室吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0011", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在收到消息后提交合同附件吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0012", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以今天下班前更新报价单吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0013", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以下次会议前更新报价单吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0014", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在收到消息后预约会议室吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0015", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在今天下班前更新报价单吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0016", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以月底以前预约会议室吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0017", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在周五之前整理新版 PRD吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0018", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以今天下班前整理新版 PRD吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0019", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以周五之前发送会议纪要吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0020", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在今天下班前联系客户吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0021", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以收到消息后准备演示文稿吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0022", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以下午三点前核对发票信息吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0023", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在本周内联系客户吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0024", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以下午三点前分享交付计划吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0025", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在本周内确认项目排期吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0026", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在今天下班前核对发票信息吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0027", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在下午三点前准备演示文稿吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0028", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在今天下班前准备演示文稿吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0029", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在月底以前核对发票信息吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0030", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在明天上午分享交付计划吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0031", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以下午三点前补充风险清单吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0032", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在周五之前提交合同附件吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0033", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在下午三点前联系客户吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0034", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以今天下班前预约会议室吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0035", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在今天下班前整理新版 PRD吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0036", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以本周内发送会议纪要吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0037", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以明天上午分享交付计划吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0038", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在月底以前发送会议纪要吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0039", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在下次会议前核对发票信息吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0040", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以周五之前整理新版 PRD吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0041", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以明天上午核对发票信息吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0042", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在今天下班前确认项目排期吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0043", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在下午三点前发送会议纪要吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0044", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "我想确认一下,你可以今天下班前分享交付计划吗?"} +{"complaint": false, "family": "task_question", "id": "test-zh-Hans-task_question-0045", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "test", "task": true, "text": "能请你接手这项工作,在收到消息后联系客户吗?"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "月底以前是最后期限,请完成:准备演示文稿。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "今天下班前是最后期限,请完成:联系客户。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你汇总测试结果,最晚月底以前给到产品团队。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你核对发票信息,最晚今天下班前给到项目群。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "明天上午是最后期限,请完成:汇总测试结果。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你更新报价单,最晚今天下班前给到负责人。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你提交合同附件,最晚周五之前给到产品团队。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "下次会议前是最后期限,请完成:确认项目排期。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "下午三点前是最后期限,请完成:分享交付计划。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "下午三点前是最后期限,请完成:准备演示文稿。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "下次会议前是最后期限,请完成:整理新版 PRD。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你整理新版 PRD,最晚下次会议前给到财务。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你提交合同附件,最晚今天下班前给到我。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "今天下班前是最后期限,请完成:更新报价单。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你确认项目排期,最晚今天下班前给到产品团队。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你确认项目排期,最晚本周内给到负责人。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你发送会议纪要,最晚本周内给到负责人。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你分享交付计划,最晚周五之前给到客户。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你核对发票信息,最晚今天下班前给到产品团队。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "月底以前是最后期限,请完成:汇总测试结果。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你核对发票信息,最晚下次会议前给到负责人。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "收到消息后是最后期限,请完成:确认项目排期。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "收到消息后是最后期限,请完成:准备演示文稿。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你发送会议纪要,最晚下次会议前给到产品团队。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "明天上午是最后期限,请完成:整理新版 PRD。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你发送会议纪要,最晚月底以前给到项目群。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "本周内是最后期限,请完成:整理新版 PRD。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "周五之前是最后期限,请完成:汇总测试结果。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你汇总测试结果,最晚收到消息后给到我。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "月底以前是最后期限,请完成:确认项目排期。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你提交合同附件,最晚明天上午给到我。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你联系客户,最晚周五之前给到项目群。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你发送会议纪要,最晚周五之前给到项目群。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你确认项目排期,最晚下午三点前给到项目群。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "周五之前是最后期限,请完成:更新报价单。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "明天上午是最后期限,请完成:更新报价单。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "周五之前是最后期限,请完成:确认项目排期。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "收到消息后是最后期限,请完成:提交合同附件。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "月底以前是最后期限,请完成:补充风险清单。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "下午三点前是最后期限,请完成:补充风险清单。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你分享交付计划,最晚明天上午给到负责人。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "下午三点前是最后期限,请完成:核对发票信息。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "周五之前是最后期限,请完成:预约会议室。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "收到消息后是最后期限,请完成:整理新版 PRD。"} +{"complaint": false, "family": "task_statement", "id": "test-zh-Hans-task_statement-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "test", "task": true, "text": "接下来需要你联系客户,最晚月底以前给到财务。"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0001", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? my reservation disappeared, and it caused an extra charge."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0002", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because data synchronization fails, today's delivery is now at risk. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0003", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the order was charged twice, and the service is now unusable."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0004", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the page loads extremely slowly, and support has not resolved it."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0005", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the item arrived damaged, some data was lost. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0006", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open, some data was lost. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0007", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the file will not open, and important records are missing."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0008", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong is seriously affecting use. Can you provide a solution?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0009", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared, support has not resolved it. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0010", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly is seriously affecting use. Can you provide a solution?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0011", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice is seriously affecting use. Can you provide a solution?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0012", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the item arrived damaged, and support has not resolved it."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0013", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the page loads extremely slowly, some data was lost. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0014", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? data synchronization fails, and some data was lost."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0015", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open, important records are missing. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0016", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? data synchronization fails, and today's delivery is now at risk."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0017", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open, support has not resolved it. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0018", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing, it is blocking normal work. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0019", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open, the issue remains after several attempts. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0020", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, support has not resolved it. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0021", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly, it caused an extra charge. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0022", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "messages never send is seriously affecting use. Can you provide a solution?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0023", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails is seriously affecting use. Can you provide a solution?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0024", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? my account was suddenly locked, and today's delivery is now at risk."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0025", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the order was charged twice, and important records are missing."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0026", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the file will not open, and today's delivery is now at risk."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0027", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged is seriously affecting use. Can you provide a solution?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0028", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the page loads extremely slowly, it is blocking normal work. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0029", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open is seriously affecting use. Can you provide a solution?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0030", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because my reservation disappeared, it is blocking normal work. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0031", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails, it caused an extra charge. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0032", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the file will not open, some data was lost. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0033", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "messages never send, some data was lost. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0034", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the file will not open, support has not resolved it. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0035", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because my reservation disappeared, today's delivery is now at risk. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0036", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing is seriously affecting use. Can you provide a solution?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0037", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the page loads extremely slowly, and some data was lost."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0038", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice, the service is now unusable. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0039", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? messages never send, and important records are missing."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0040", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? my account was suddenly locked, and support has not resolved it."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0041", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "my account was suddenly locked, support has not resolved it. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0042", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice, some data was lost. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0043", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? messages never send, and the service is now unusable."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0044", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because messages never send, it is blocking normal work. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0045", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly, the issue remains after several attempts. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0046", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the invoice information is wrong, and important records are missing."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0047", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the item arrived damaged, and the service is now unusable."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0048", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared is seriously affecting use. Can you provide a solution?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0049", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong, it is blocking normal work. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0050", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "my account was suddenly locked is seriously affecting use. Can you provide a solution?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0051", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the item arrived damaged, the issue remains after several attempts. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0052", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "messages never send, it is blocking normal work. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0053", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong, support has not resolved it. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0054", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong, it caused an extra charge. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0055", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because my account was suddenly locked, it is blocking normal work. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0056", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the page loads extremely slowly, and it caused an extra charge."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0057", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the invoice information is wrong, today's delivery is now at risk. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0058", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing, it caused an extra charge. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0059", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the app keeps crashing, important records are missing. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0060", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the page loads extremely slowly, support has not resolved it. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0061", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the file will not open, and it is blocking normal work."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0062", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "my account was suddenly locked, it is blocking normal work. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0063", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the invoice information is wrong, important records are missing. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0064", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, important records are missing. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0065", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the invoice information is wrong, and the service is now unusable."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0066", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the app keeps crashing, and the issue remains after several attempts."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0067", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because data synchronization fails, important records are missing. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0068", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the invoice information is wrong, the issue remains after several attempts. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0069", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the order was charged twice, and support has not resolved it."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0070", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the order was charged twice, and it caused an extra charge."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0071", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing, important records are missing. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0072", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the file will not open, and the issue remains after several attempts."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0073", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared, today's delivery is now at risk. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0074", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice, the issue remains after several attempts. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0075", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared, the issue remains after several attempts. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0076", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, the issue remains after several attempts. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0077", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "messages never send, important records are missing. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0078", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the page loads extremely slowly, important records are missing. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0079", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice, important records are missing. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0080", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the page loads extremely slowly, today's delivery is now at risk. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0081", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, today's delivery is now at risk. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0082", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? my reservation disappeared, and today's delivery is now at risk."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0083", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? my reservation disappeared, and some data was lost."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0084", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared, some data was lost. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0085", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the file will not open, and support has not resolved it."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0086", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? data synchronization fails, and support has not resolved it."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0087", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? data synchronization fails, and it is blocking normal work."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0088", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "messages never send, the issue remains after several attempts. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0089", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "my account was suddenly locked, the service is now unusable. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0090", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, the service is now unusable. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0091", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open, today's delivery is now at risk. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0092", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the item arrived damaged, and today's delivery is now at risk."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0093", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the invoice information is wrong, and support has not resolved it."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0094", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the invoice information is wrong, the service is now unusable. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0095", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because messages never send, it caused an extra charge. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0096", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? my account was suddenly locked, and it is blocking normal work."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0097", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing, the service is now unusable. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0098", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the order was charged twice, the service is now unusable. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0099", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the file will not open, it is blocking normal work. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0100", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open, it caused an extra charge. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0101", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open, it is blocking normal work. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0102", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing, support has not resolved it. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0103", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the invoice information is wrong, and some data was lost."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0104", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly, support has not resolved it. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0105", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the order was charged twice, today's delivery is now at risk. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0106", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because my account was suddenly locked, some data was lost. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0107", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the file will not open, the service is now unusable. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0108", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the app keeps crashing, and support has not resolved it."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0109", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong, the issue remains after several attempts. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0110", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the order was charged twice, it caused an extra charge. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0111", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because messages never send, today's delivery is now at risk. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0112", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the app keeps crashing, support has not resolved it. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0113", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the invoice information is wrong, and it is blocking normal work."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0114", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, it caused an extra charge. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0115", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the item arrived damaged, today's delivery is now at risk. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0116", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly, it is blocking normal work. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0117", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because messages never send, some data was lost. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0118", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? my reservation disappeared, and support has not resolved it."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0119", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the page loads extremely slowly, it caused an extra charge. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0120", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the app keeps crashing, and it caused an extra charge."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0121", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the order was charged twice, it is blocking normal work. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0122", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because messages never send, support has not resolved it. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0123", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because my reservation disappeared, the issue remains after several attempts. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0124", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? messages never send, and today's delivery is now at risk."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0125", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "messages never send, support has not resolved it. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0126", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing, today's delivery is now at risk. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0127", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared, it is blocking normal work. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0128", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because my reservation disappeared, support has not resolved it. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0129", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the invoice information is wrong, support has not resolved it. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0130", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the app keeps crashing, it caused an extra charge. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0131", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? messages never send, and the issue remains after several attempts."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0132", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the invoice information is wrong, and today's delivery is now at risk."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0133", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the app keeps crashing, some data was lost. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0134", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the page loads extremely slowly, the issue remains after several attempts. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0135", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the app keeps crashing, and today's delivery is now at risk."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0136", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly, today's delivery is now at risk. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0137", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open, the service is now unusable. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0138", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the item arrived damaged, and it is blocking normal work."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0139", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the order was charged twice, and some data was lost."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0140", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? data synchronization fails, and it caused an extra charge."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0141", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "my account was suddenly locked, it caused an extra charge. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0142", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the app keeps crashing, and important records are missing."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0143", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the invoice information is wrong, it caused an extra charge. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0144", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the app keeps crashing, and some data was lost."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0145", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the invoice information is wrong, and it caused an extra charge."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0146", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the page loads extremely slowly, the service is now unusable. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0147", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly, important records are missing. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0148", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because data synchronization fails, it caused an extra charge. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0149", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "my account was suddenly locked, today's delivery is now at risk. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0150", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because my account was suddenly locked, the issue remains after several attempts. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0151", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared, the service is now unusable. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0152", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because data synchronization fails, support has not resolved it. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0153", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? data synchronization fails, and important records are missing."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0154", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "messages never send, the service is now unusable. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0155", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails, the issue remains after several attempts. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0156", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails, support has not resolved it. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0157", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? messages never send, and it is blocking normal work."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0158", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice, today's delivery is now at risk. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0159", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, it is blocking normal work. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0160", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because data synchronization fails, the service is now unusable. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0161", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails, it is blocking normal work. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0162", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, some data was lost. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0163", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? messages never send, and support has not resolved it."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0164", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because messages never send, the service is now unusable. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0165", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the item arrived damaged, and some data was lost."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0166", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails, the service is now unusable. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0167", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the file will not open, and some data was lost."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0168", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? the item arrived damaged, and important records are missing."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0169", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? my account was suddenly locked, and the issue remains after several attempts."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0170", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? my reservation disappeared, and the service is now unusable."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0171", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because my account was suddenly locked, it caused an extra charge. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0172", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the file will not open, today's delivery is now at risk. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0173", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly, some data was lost. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0174", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the app keeps crashing, today's delivery is now at risk. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0175", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? my account was suddenly locked, and the service is now unusable."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0176", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because data synchronization fails, some data was lost. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0177", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? data synchronization fails, and the service is now unusable."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0178", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Who is responsible for resolving this? my reservation disappeared, and it is blocking normal work."} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0179", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice, it caused an extra charge. Can you resolve this as soon as possible?"} +{"complaint": true, "family": "complaint_request", "id": "train-en-complaint_request-0180", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "Because the file will not open, important records are missing. Could someone fix it immediately?"} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0001", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the app keeps crashing, it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0002", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, my reservation disappeared, the issue remains after several attempts, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0003", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared, it is blocking normal work. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0004", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing, important records are missing. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0005", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the page loads extremely slowly, it is blocking normal work, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0006", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "messages never send, it is blocking normal work. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0007", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my account was suddenly locked, support has not resolved it. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0008", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my account was suddenly locked has continued for too long, some data was lost, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0009", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice has continued for too long, today's delivery is now at risk, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0010", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the item arrived damaged, important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0011", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open has continued for too long, the service is now unusable, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0012", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: data synchronization fails, it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0013", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the app keeps crashing, the issue remains after several attempts, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0014", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails, support has not resolved it. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0015", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the file will not open, the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0016", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, data synchronization fails, today's delivery is now at risk, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0017", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the order was charged twice, some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0018", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly has continued for too long, it caused an extra charge, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0019", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open has continued for too long, some data was lost, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0020", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "messages never send has continued for too long, it caused an extra charge, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0021", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged has continued for too long, it caused an extra charge, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0022", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice, the issue remains after several attempts. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0023", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the item arrived damaged, important records are missing, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0024", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open has continued for too long, today's delivery is now at risk, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0025", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice, important records are missing. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0026", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: data synchronization fails, the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0027", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open has continued for too long, the issue remains after several attempts, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0028", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the app keeps crashing, it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0029", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the order was charged twice, the service is now unusable, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0030", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: my account was suddenly locked, some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0031", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared has continued for too long, the issue remains after several attempts, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0032", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the invoice information is wrong, the issue remains after several attempts, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0033", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the item arrived damaged, support has not resolved it, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0034", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged has continued for too long, it is blocking normal work, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0035", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing, some data was lost. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0036", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the file will not open, important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0037", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails, some data was lost. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0038", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: my account was suddenly locked, the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0039", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the page loads extremely slowly, support has not resolved it, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0040", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared, some data was lost. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0041", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the order was charged twice, support has not resolved it, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0042", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails has continued for too long, today's delivery is now at risk, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0043", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the order was charged twice, important records are missing, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0044", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong, important records are missing. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0045", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my account was suddenly locked has continued for too long, the service is now unusable, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0046", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the app keeps crashing, today's delivery is now at risk, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0047", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice, the service is now unusable. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0048", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly has continued for too long, the issue remains after several attempts, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0049", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing has continued for too long, important records are missing, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0050", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, the issue remains after several attempts. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0051", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, my account was suddenly locked, the service is now unusable, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0052", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the item arrived damaged, it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0053", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, important records are missing. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0054", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "messages never send has continued for too long, important records are missing, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0055", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong has continued for too long, important records are missing, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0056", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: my account was suddenly locked, it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0057", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: messages never send, important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0058", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: my reservation disappeared, it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0059", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "messages never send has continued for too long, some data was lost, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0060", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the app keeps crashing, important records are missing, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0061", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing has continued for too long, support has not resolved it, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0062", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged has continued for too long, some data was lost, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0063", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice has continued for too long, it caused an extra charge, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0064", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing, it is blocking normal work. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0065", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the page loads extremely slowly, it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0066", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the order was charged twice, important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0067", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open, it caused an extra charge. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0068", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged has continued for too long, important records are missing, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0069", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing, it caused an extra charge. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0070", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the item arrived damaged, the issue remains after several attempts."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0071", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "messages never send has continued for too long, support has not resolved it, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0072", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the app keeps crashing, it caused an extra charge, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0073", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the file will not open, today's delivery is now at risk, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0074", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open, support has not resolved it. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0075", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the order was charged twice, some data was lost, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0076", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong, the service is now unusable. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0077", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the app keeps crashing, today's delivery is now at risk."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0078", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong, some data was lost. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0079", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: messages never send, some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0080", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice has continued for too long, the issue remains after several attempts, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0081", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing, today's delivery is now at risk. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0082", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, today's delivery is now at risk. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0083", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, messages never send, the service is now unusable, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0084", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly, important records are missing. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0085", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged has continued for too long, support has not resolved it, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0086", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong, support has not resolved it. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0087", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the order was charged twice, it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0088", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice has continued for too long, support has not resolved it, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0089", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: my reservation disappeared, it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0090", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared has continued for too long, it caused an extra charge, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0091", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails has continued for too long, it is blocking normal work, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0092", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the page loads extremely slowly, important records are missing, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0093", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, data synchronization fails, the service is now unusable, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0094", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, messages never send, it caused an extra charge, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0095", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice has continued for too long, important records are missing, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0096", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the item arrived damaged, some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0097", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the item arrived damaged, the service is now unusable, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0098", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing has continued for too long, it caused an extra charge, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0099", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong has continued for too long, it caused an extra charge, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0100", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my account was suddenly locked has continued for too long, it caused an extra charge, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0101", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: my account was suddenly locked, today's delivery is now at risk."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0102", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: my account was suddenly locked, the issue remains after several attempts."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0103", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly has continued for too long, it is blocking normal work, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0104", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: my reservation disappeared, the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0105", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice, support has not resolved it. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0106", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails, it is blocking normal work. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0107", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the item arrived damaged, the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0108", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: messages never send, support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0109", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the app keeps crashing, the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0110", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open, today's delivery is now at risk. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0111", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open, the service is now unusable. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0112", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open, important records are missing. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0113", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my account was suddenly locked has continued for too long, support has not resolved it, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0114", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the item arrived damaged, support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0115", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, messages never send, today's delivery is now at risk, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0116", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared, the issue remains after several attempts. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0117", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing has continued for too long, it is blocking normal work, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0118", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the file will not open, it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0119", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, my reservation disappeared, some data was lost, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0120", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: my account was suddenly locked, it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0121", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, it is blocking normal work. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0122", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared, important records are missing. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0123", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong has continued for too long, some data was lost, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0124", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: my reservation disappeared, today's delivery is now at risk."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0125", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the file will not open, the service is now unusable, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0126", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly has continued for too long, today's delivery is now at risk, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0127", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the order was charged twice, today's delivery is now at risk, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0128", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared has continued for too long, today's delivery is now at risk, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0129", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, my reservation disappeared, important records are missing, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0130", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the app keeps crashing, it is blocking normal work, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0131", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the item arrived damaged, some data was lost, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0132", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the file will not open, today's delivery is now at risk."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0133", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my reservation disappeared has continued for too long, the service is now unusable, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0134", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "my account was suddenly locked, the issue remains after several attempts. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0135", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, support has not resolved it. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0136", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: messages never send, today's delivery is now at risk."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0137", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly has continued for too long, the service is now unusable, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0138", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong has continued for too long, the service is now unusable, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0139", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the item arrived damaged, the issue remains after several attempts, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0140", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: messages never send, it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0141", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the file will not open, support has not resolved it, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0142", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: my reservation disappeared, some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0143", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the app keeps crashing, the issue remains after several attempts."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0144", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the page loads extremely slowly, the service is now unusable, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0145", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the invoice information is wrong, the issue remains after several attempts."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0146", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the app keeps crashing, support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0147", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly has continued for too long, some data was lost, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0148", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, data synchronization fails, it caused an extra charge, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0149", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the file will not open, it caused an extra charge, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0150", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: data synchronization fails, some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0151", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice, today's delivery is now at risk. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0152", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong, today's delivery is now at risk. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0153", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails has continued for too long, the issue remains after several attempts, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0154", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged has continued for too long, the service is now unusable, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0155", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the invoice information is wrong, today's delivery is now at risk."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0156", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the invoice information is wrong has continued for too long, the issue remains after several attempts, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0157", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice has continued for too long, some data was lost, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0158", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing has continued for too long, today's delivery is now at risk, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0159", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the item arrived damaged, today's delivery is now at risk."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0160", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the file will not open has continued for too long, important records are missing, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0161", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails has continued for too long, it caused an extra charge, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0162", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the item arrived damaged, the service is now unusable. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0163", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, messages never send, some data was lost, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0164", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "data synchronization fails has continued for too long, some data was lost, and nobody has fixed it."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0165", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the invoice information is wrong, it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0166", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the order was charged twice, it is blocking normal work. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0167", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the invoice information is wrong, important records are missing, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0168", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the invoice information is wrong, the service is now unusable, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0169", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the item arrived damaged, it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0170", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: messages never send, the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0171", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: the page loads extremely slowly, it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0172", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, messages never send, it is blocking normal work, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0173", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the app keeps crashing, the service is now unusable. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0174", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, my account was suddenly locked, some data was lost, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0175", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "I need to report a serious problem: messages never send, the issue remains after several attempts."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0176", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, data synchronization fails, important records are missing, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0177", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the page loads extremely slowly, today's delivery is now at risk, and I am very disappointed."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0178", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "the page loads extremely slowly, some data was lost. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0179", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "messages never send, some data was lost. This has been a terrible experience."} +{"complaint": true, "family": "complaint_statement", "id": "train-en-complaint_statement-0180", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "Since the update, the item arrived damaged, it caused an extra charge, and I am very disappointed."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The have dinner entry for Friday morning is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to watch a movie this weekend at the online meeting room; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will get coffee tomorrow at 3 PM at the usual place."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: watch a movie, Friday morning, the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to meet this weekend Wednesday evening at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will attend the design review after work at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The get coffee entry for Wednesday evening is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will get coffee at seven tonight at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The have a quick call entry for after work is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will watch a movie next Monday at noon at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will attend the design review at seven tonight at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will attend the design review at seven tonight at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will attend the design review Wednesday evening at the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to have a quick call at seven tonight at the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will meet this weekend at seven tonight at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to join a meeting tomorrow at 3 PM at the station; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meet this weekend entry for after work is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to get coffee tomorrow at 3 PM at the campus cafe; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: join a meeting, after work, the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will get coffee after work at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will meet this weekend after work at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to watch a movie Friday morning at the usual place."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The get coffee entry for next Monday at noon is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will have dinner this weekend at the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will watch a movie Friday morning at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meet this weekend entry for tomorrow at 3 PM is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will meet this weekend before the end of the month at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will visit the client after work at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: have dinner, after work, Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: meet this weekend, Wednesday evening, Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to meet this weekend this weekend at the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: join a meeting, Friday morning, the usual place."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to watch a movie next Monday at noon at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will have dinner before the end of the month at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will get coffee at seven tonight at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will attend the design review after work at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The watch a movie entry for at seven tonight is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to meet this weekend Friday morning at downstairs from the office; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The join a meeting entry for this weekend is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to attend the design review at seven tonight at the client office; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The have dinner entry for this weekend is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The have a quick call entry for before the end of the month is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: have dinner, tomorrow at 3 PM, the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: attend the design review, Friday morning, the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will visit the client Wednesday evening at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0046", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will join a meeting before the end of the month at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0047", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to get coffee tomorrow at 3 PM at the usual place; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0048", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: meet this weekend, Friday morning, the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0049", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to meet this weekend before the end of the month at the usual place; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0050", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to have a quick call this weekend at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0051", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will join a meeting tomorrow at 3 PM at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0052", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meet this weekend entry for at seven tonight is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0053", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The visit the client entry for Friday morning is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0054", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: meet this weekend, before the end of the month, the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0055", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will meet this weekend before the end of the month at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0056", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: have a quick call, tomorrow at 3 PM, the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0057", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will visit the client Wednesday evening at the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0058", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: join a meeting, next Monday at noon, the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0059", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The have a quick call entry for next Monday at noon is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0060", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to join a meeting Friday morning at the campus cafe; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0061", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: meet this weekend, at seven tonight, the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0062", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will watch a movie at seven tonight at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0063", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to watch a movie before the end of the month at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0064", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will have a quick call next Monday at noon at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0065", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to attend the design review after work at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0066", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will attend the design review this weekend at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0067", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will join a meeting at seven tonight at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0068", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to meet this weekend next Monday at noon at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0069", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will visit the client this weekend at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0070", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to join a meeting tomorrow at 3 PM at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0071", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will join a meeting before the end of the month at the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0072", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to have dinner before the end of the month at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0073", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: have a quick call, after work, the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0074", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The get coffee entry for after work is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0075", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will get coffee Friday morning at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0076", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to watch a movie at seven tonight at the station; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0077", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will have dinner next Monday at noon at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0078", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will get coffee Wednesday evening at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0079", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will get coffee Wednesday evening at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0080", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will attend the design review next Monday at noon at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0081", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: visit the client, next Monday at noon, the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0082", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will attend the design review at seven tonight at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0083", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to visit the client Friday morning at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0084", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will visit the client tomorrow at 3 PM at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0085", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to join a meeting before the end of the month at downstairs from the office; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0086", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will have a quick call before the end of the month at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0087", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: attend the design review, Wednesday evening, the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0088", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will attend the design review Friday morning at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0089", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The join a meeting entry for before the end of the month is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0090", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to get coffee before the end of the month at the campus cafe; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0091", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to have dinner before the end of the month at downstairs from the office; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0092", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The attend the design review entry for tomorrow at 3 PM is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0093", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will get coffee tomorrow at 3 PM at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0094", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: have a quick call, before the end of the month, the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0095", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: join a meeting, Wednesday evening, the usual place."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0096", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: have dinner, after work, the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0097", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: meet this weekend, after work, downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0098", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will visit the client at seven tonight at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0099", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will have a quick call Wednesday evening at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0100", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to attend the design review at seven tonight at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0101", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will get coffee tomorrow at 3 PM at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0102", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will join a meeting Wednesday evening at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0103", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will join a meeting this weekend at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0104", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will have a quick call Wednesday evening at the usual place."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0105", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will join a meeting Friday morning at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0106", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The join a meeting entry for at seven tonight is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0107", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The have a quick call entry for tomorrow at 3 PM is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0108", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: attend the design review, next Monday at noon, downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0109", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: visit the client, after work, the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0110", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will visit the client at seven tonight at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0111", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to get coffee this weekend at Meeting Room 5; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0112", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will have a quick call this weekend at the usual place."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0113", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to meet this weekend Friday morning at the usual place."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0114", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: join a meeting, this weekend, the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0115", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to join a meeting at seven tonight at downstairs from the office; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0116", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to visit the client Wednesday evening at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0117", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to meet this weekend Friday morning at the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0118", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The join a meeting entry for Friday morning is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0119", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to attend the design review tomorrow at 3 PM at the client office; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0120", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will have dinner at seven tonight at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0121", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to watch a movie Wednesday evening at the Wangjing branch; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0122", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The watch a movie entry for before the end of the month is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0123", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to meet this weekend Wednesday evening at the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0124", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to meet this weekend Wednesday evening at the station; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0125", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: join a meeting, after work, downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0126", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to watch a movie this weekend at the station; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0127", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The have dinner entry for before the end of the month is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0128", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will meet this weekend Friday morning at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0129", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to have dinner at seven tonight at downstairs from the office; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0130", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will meet this weekend this weekend at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0131", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will attend the design review next Monday at noon at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0132", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: watch a movie, Friday morning, the usual place."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0133", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The watch a movie entry for this weekend is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0134", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will have a quick call Wednesday evening at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0135", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: get coffee, at seven tonight, Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0136", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: get coffee, after work, Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0137", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The get coffee entry for Friday morning is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0138", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will have a quick call tomorrow at 3 PM at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0139", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will join a meeting at seven tonight at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0140", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will meet this weekend Friday morning at the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0141", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to meet this weekend tomorrow at 3 PM at Meeting Room 5; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0142", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will join a meeting before the end of the month at the usual place."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0143", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to attend the design review this weekend at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0144", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will watch a movie before the end of the month at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0145", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: meet this weekend, tomorrow at 3 PM, downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0146", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The attend the design review entry for at seven tonight is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0147", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to attend the design review this weekend at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0148", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to get coffee next Monday at noon at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0149", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to watch a movie Friday morning at the Wangjing branch; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0150", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: get coffee, this weekend, the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0151", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will watch a movie before the end of the month at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0152", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will get coffee before the end of the month at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0153", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will get coffee Wednesday evening at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0154", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: have a quick call, this weekend, the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0155", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will visit the client Wednesday evening at the usual place."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0156", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will watch a movie before the end of the month at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0157", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will have a quick call after work at the usual place."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0158", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to visit the client after work at the campus cafe; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0159", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will watch a movie at seven tonight at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0160", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will have a quick call after work at the station."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0161", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will get coffee Friday morning at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0162", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to get coffee this weekend at the station; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0163", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meet this weekend entry for before the end of the month is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0164", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The join a meeting entry for after work is informational and needs no reply."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0165", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: watch a movie, before the end of the month, the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0166", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to get coffee next Monday at noon at the client office; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0167", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: have a quick call, at seven tonight, the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0168", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will have a quick call at seven tonight at the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0169", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: visit the client, at seven tonight, the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0170", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will have dinner at seven tonight at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0171", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will watch a movie Friday morning at the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0172", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Notice: the group will attend the design review at seven tonight at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0173", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to attend the design review next Monday at noon at the client office; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0174", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "According to the historical record, they went to get coffee this weekend at the client office."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0175", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The itinerary lists plans to visit the client at seven tonight at the usual place; it does not invite the recipient."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0176", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is public event information only: attend the design review, before the end of the month, the usual place."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0177", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will have dinner Friday morning at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0178", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The record says they will visit the client after work at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0179", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will have a quick call Wednesday evening at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "train-en-event_statement-0180", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The plan says we will have a quick call tomorrow at 3 PM at the station."} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0001", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the delivery date in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0002", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the leave policy work based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0003", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the leave policy changed in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0004", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the account permissions based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0005", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the project budget based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0006", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the leave policy changed currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0007", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the meeting schedule changed based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0008", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the required documents for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0009", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the order status changed for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0010", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the refund process work currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0011", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the event rules changed based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0012", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the order status currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0013", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the leave policy work in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0014", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the payment method based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0015", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the meeting schedule for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0016", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the refund process changed this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0017", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the delivery date work in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0018", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the leave policy changed this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0019", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the order status this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0020", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the delivery date changed this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0021", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the payment method changed based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0022", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the travel plan work in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0023", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the required documents this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0024", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the event rules based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0025", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the order status currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0026", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the travel plan work based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0027", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the delivery date for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0028", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the project budget work in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0029", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the travel plan based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0030", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the event rules work for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0031", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the travel plan this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0032", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the account permissions in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0033", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the payment method work in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0034", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the payment method changed in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0035", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the travel plan changed in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0036", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the leave policy in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0037", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the pricing change changed for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0038", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the account permissions work in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0039", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the project budget for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0040", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the account permissions changed this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0041", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the project budget changed this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0042", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the project budget for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0043", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the delivery date work for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0044", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the required documents work for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0045", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the delivery date this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0046", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the refund process in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0047", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the required documents work in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0048", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the project budget in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0049", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the project budget work for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0050", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the payment method work based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0051", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the refund process changed based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0052", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the required documents in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0053", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the project budget work in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0054", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the meeting schedule work currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0055", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the event rules in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0056", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the order status work currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0057", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the meeting schedule in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0058", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the required documents based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0059", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the leave policy changed for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0060", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the meeting schedule based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0061", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the leave policy based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0062", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the refund process for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0063", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the travel plan work currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0064", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the travel plan changed for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0065", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the payment method changed this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0066", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the travel plan work in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0067", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the required documents changed in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0068", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the payment method for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0069", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the travel plan this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0070", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the account permissions changed currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0071", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the project budget changed for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0072", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the event rules changed currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0073", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the meeting schedule changed this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0074", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the account permissions in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0075", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the delivery date changed for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0076", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the payment method currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0077", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the project budget changed in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0078", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the delivery date changed in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0079", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the leave policy work currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0080", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the event rules in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0081", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the delivery date currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0082", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the account permissions work in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0083", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the travel plan in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0084", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the pricing change changed in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0085", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the pricing change work in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0086", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the pricing change in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0087", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the pricing change changed currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0088", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the account permissions changed in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0089", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the pricing change based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0090", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the required documents work based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0091", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the leave policy for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0092", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the project budget work currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0093", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the meeting schedule work this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0094", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the event rules changed this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0095", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the refund process work this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0096", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the pricing change changed this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0097", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the delivery date work this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0098", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the required documents work currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0099", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the meeting schedule this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0100", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the order status work in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0101", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the payment method work this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0102", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the required documents in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0103", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the refund process for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0104", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the account permissions this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0105", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the required documents in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0106", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the pricing change work currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0107", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the event rules work currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0108", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the leave policy changed based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0109", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the leave policy in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0110", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the payment method based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0111", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the pricing change based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0112", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the payment method work for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0113", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the required documents in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0114", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the event rules work based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0115", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the meeting schedule changed in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0116", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the refund process currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0117", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the pricing change work for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0118", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the event rules changed for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0119", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the account permissions changed based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0120", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the travel plan currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0121", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the delivery date in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0122", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the travel plan changed currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0123", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the payment method in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0124", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the project budget changed currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0125", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the payment method for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0126", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the refund process work based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0127", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the leave policy for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0128", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the delivery date this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0129", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the meeting schedule changed currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0130", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the account permissions currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0131", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the account permissions in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0132", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the leave policy in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0133", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the required documents based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0134", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the project budget currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0135", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the payment method work currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0136", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the refund process changed in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0137", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the pricing change in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0138", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the meeting schedule currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0139", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the payment method work in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0140", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the refund process this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0141", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the pricing change for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0142", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the travel plan changed this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0143", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the leave policy currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0144", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the pricing change work in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0145", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the delivery date work based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0146", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the event rules work in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0147", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the pricing change changed based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0148", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the order status this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0149", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the order status for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0150", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the order status in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0151", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the leave policy currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0152", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the meeting schedule work based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0153", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the travel plan for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0154", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the travel plan based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0155", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the delivery date work in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0156", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the order status work this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0157", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the travel plan changed in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0158", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "What else do I need to provide for the project budget currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0159", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the delivery date changed in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0160", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the required documents changed in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0161", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the refund process changed in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0162", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the event rules currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0163", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the meeting schedule work in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0164", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the pricing change in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0165", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the required documents work in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0166", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the account permissions work for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0167", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the meeting schedule currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0168", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the delivery date currently?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0169", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the account permissions based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0170", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the required documents work this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0171", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the required documents this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0172", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the required documents changed based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0173", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the meeting schedule this time?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0174", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the meeting schedule changed in the latest version?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0175", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the event rules for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0176", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the leave policy work in the current process?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0177", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the project budget changed based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0178", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you know the status of the account permissions for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0179", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "How exactly does the refund process work for a new user?"} +{"complaint": false, "family": "information_question", "id": "train-en-information_question-0180", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you explain why the meeting schedule changed for a new user?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0001", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to visit the client this weekend at the online meeting room. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0002", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to get coffee Wednesday evening at the online meeting room?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0003", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to visit the client together next Monday at noon? We can meet at the campus cafe."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0004", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to join a meeting Friday morning at the Wangjing branch. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0005", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to visit the client this weekend at the Wangjing branch?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0006", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to attend the design review tomorrow at 3 PM at the client office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0007", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to have a quick call this weekend at the online meeting room?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0008", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to visit the client after work at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0009", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to get coffee together tomorrow at 3 PM? We can meet at the online meeting room."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0010", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to have dinner this weekend at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0011", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to join a meeting after work at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0012", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to meet this weekend at seven tonight at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0013", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to have a quick call together at seven tonight? We can meet at the client office."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0014", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to have dinner next Monday at noon at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0015", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to have dinner next Monday at noon at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0016", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to visit the client together Friday morning? We can meet at the online meeting room."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0017", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to attend the design review at seven tonight at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0018", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to visit the client after work at the Wangjing branch. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0019", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to have dinner Wednesday evening at the usual place?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0020", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to join a meeting next Monday at noon at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0021", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to join a meeting at seven tonight at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0022", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to get coffee before the end of the month at downstairs from the office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0023", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to watch a movie before the end of the month at the online meeting room. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0024", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to have a quick call together this weekend? We can meet at the station."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0025", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to visit the client together tomorrow at 3 PM? We can meet at the station."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0026", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to visit the client after work at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0027", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to meet this weekend after work at the online meeting room. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0028", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to attend the design review before the end of the month at the Wangjing branch. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0029", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to watch a movie together this weekend? We can meet at downstairs from the office."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0030", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to get coffee together after work? We can meet at Meeting Room 5."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0031", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to meet this weekend at seven tonight at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0032", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to have dinner together after work? We can meet at the usual place."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0033", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to join a meeting at seven tonight at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0034", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to attend the design review together next Monday at noon? We can meet at Meeting Room 5."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0035", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to join a meeting Wednesday evening at the Wangjing branch?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0036", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to attend the design review Wednesday evening at the Wangjing branch. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0037", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to visit the client at seven tonight at the client office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0038", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to get coffee together Wednesday evening? We can meet at the usual place."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0039", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to meet this weekend Wednesday evening at the campus cafe?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0040", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to meet this weekend before the end of the month at the usual place?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0041", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have a quick call Friday morning at the station. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0042", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to visit the client before the end of the month at the Wangjing branch?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0043", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to get coffee tomorrow at 3 PM at the Wangjing branch?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0044", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to watch a movie Friday morning at Meeting Room 5?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0045", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to have dinner Friday morning at the online meeting room?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0046", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to have a quick call at seven tonight at Meeting Room 5?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0047", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to visit the client together tomorrow at 3 PM? We can meet at downstairs from the office."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0048", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to get coffee after work at the campus cafe?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0049", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to get coffee at seven tonight at the online meeting room?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0050", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to have a quick call together at seven tonight? We can meet at the online meeting room."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0051", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to get coffee next Monday at noon at the client office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0052", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to attend the design review tomorrow at 3 PM at the campus cafe?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0053", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to have dinner before the end of the month at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0054", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to attend the design review this weekend at the online meeting room?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0055", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to have dinner after work at the Wangjing branch?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0056", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to have a quick call together at seven tonight? We can meet at downstairs from the office."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0057", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have a quick call after work at the online meeting room. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0058", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to join a meeting tomorrow at 3 PM at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0059", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have a quick call this weekend at downstairs from the office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0060", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have a quick call tomorrow at 3 PM at the client office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0061", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to watch a movie tomorrow at 3 PM at the Wangjing branch?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0062", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to get coffee Friday morning at Meeting Room 5?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0063", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to meet this weekend at seven tonight at Meeting Room 5. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0064", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to have dinner tomorrow at 3 PM at the campus cafe?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0065", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have a quick call before the end of the month at the campus cafe. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0066", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to attend the design review together Wednesday evening? We can meet at Meeting Room 5."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0067", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to join a meeting together tomorrow at 3 PM? We can meet at the Wangjing branch."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0068", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to join a meeting together Friday morning? We can meet at the online meeting room."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0069", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to have a quick call together Wednesday evening? We can meet at the Wangjing branch."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0070", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to have dinner next Monday at noon at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0071", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to get coffee together next Monday at noon? We can meet at the station."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0072", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to watch a movie this weekend at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0073", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have dinner Wednesday evening at the campus cafe. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0074", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to have dinner next Monday at noon at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0075", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to meet this weekend together after work? We can meet at the campus cafe."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0076", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to watch a movie before the end of the month at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0077", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to join a meeting together Wednesday evening? We can meet at the Wangjing branch."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0078", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to get coffee Friday morning at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0079", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to meet this weekend next Monday at noon at the usual place?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0080", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to watch a movie together before the end of the month? We can meet at the Wangjing branch."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0081", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to join a meeting Wednesday evening at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0082", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to join a meeting next Monday at noon at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0083", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to watch a movie together Friday morning? We can meet at downstairs from the office."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0084", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have a quick call next Monday at noon at the campus cafe. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0085", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to visit the client together tomorrow at 3 PM? We can meet at the Wangjing branch."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0086", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to meet this weekend at seven tonight at downstairs from the office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0087", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to meet this weekend tomorrow at 3 PM at the Wangjing branch?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0088", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to meet this weekend Wednesday evening at downstairs from the office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0089", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have a quick call after work at the Wangjing branch. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0090", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to have dinner together Friday morning? We can meet at the client office."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0091", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to watch a movie together at seven tonight? We can meet at the usual place."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0092", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to meet this weekend after work at the Wangjing branch?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0093", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to attend the design review together Friday morning? We can meet at the station."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0094", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to have dinner this weekend at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0095", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to meet this weekend next Monday at noon at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0096", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to join a meeting before the end of the month at Meeting Room 5. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0097", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to get coffee before the end of the month at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0098", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have dinner at seven tonight at Meeting Room 5. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0099", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to meet this weekend before the end of the month at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0100", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to meet this weekend Wednesday evening at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0101", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to visit the client after work at the station. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0102", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to visit the client this weekend at the client office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0103", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to visit the client at seven tonight at the online meeting room. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0104", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to visit the client together Friday morning? We can meet at downstairs from the office."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0105", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to attend the design review together tomorrow at 3 PM? We can meet at the client office."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0106", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to get coffee together tomorrow at 3 PM? We can meet at the Wangjing branch."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0107", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to attend the design review together next Monday at noon? We can meet at the usual place."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0108", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to have a quick call this weekend at the campus cafe?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0109", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to attend the design review together tomorrow at 3 PM? We can meet at Meeting Room 5."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0110", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have dinner before the end of the month at the online meeting room. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0111", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to visit the client at seven tonight at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0112", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to have a quick call after work at the campus cafe?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0113", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to join a meeting together next Monday at noon? We can meet at the online meeting room."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0114", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to attend the design review Wednesday evening at Meeting Room 5. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0115", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to meet this weekend next Monday at noon at the campus cafe?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0116", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to have a quick call after work at the campus cafe?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0117", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to get coffee together Wednesday evening? We can meet at the station."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0118", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to attend the design review Wednesday evening at the online meeting room. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0119", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to have dinner together this weekend? We can meet at the Wangjing branch."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0120", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to meet this weekend next Monday at noon at the usual place?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0121", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to attend the design review Wednesday evening at the station. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0122", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have a quick call this weekend at the campus cafe. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0123", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to get coffee Wednesday evening at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0124", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to have dinner together tomorrow at 3 PM? We can meet at the campus cafe."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0125", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to visit the client tomorrow at 3 PM at the Wangjing branch?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0126", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have dinner at seven tonight at downstairs from the office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0127", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to join a meeting next Monday at noon at the campus cafe. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0128", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to have a quick call together this weekend? We can meet at the usual place."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0129", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to attend the design review at seven tonight at the usual place?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0130", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to have dinner together after work? We can meet at downstairs from the office."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0131", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to attend the design review together at seven tonight? We can meet at the usual place."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0132", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to have dinner at seven tonight at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0133", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to attend the design review tomorrow at 3 PM at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0134", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to have dinner together next Monday at noon? We can meet at the usual place."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0135", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to join a meeting this weekend at the online meeting room?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0136", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to meet this weekend at seven tonight at the station. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0137", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to have a quick call next Monday at noon at the campus cafe?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0138", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to have a quick call Wednesday evening at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0139", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to get coffee at seven tonight at the Wangjing branch?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0140", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to get coffee Friday morning at the Wangjing branch. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0141", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to get coffee next Monday at noon at Meeting Room 5?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0142", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to watch a movie next Monday at noon at downstairs from the office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0143", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to meet this weekend before the end of the month at the campus cafe. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0144", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to get coffee together Wednesday evening? We can meet at downstairs from the office."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0145", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to attend the design review before the end of the month at the Wangjing branch?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0146", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to attend the design review together at seven tonight? We can meet at the Wangjing branch."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0147", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to get coffee at seven tonight at the campus cafe. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0148", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to get coffee tomorrow at 3 PM at the usual place. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0149", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to join a meeting at seven tonight at the usual place?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0150", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to get coffee this weekend at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0151", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to meet this weekend this weekend at downstairs from the office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0152", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to join a meeting tomorrow at 3 PM at downstairs from the office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0153", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to visit the client at seven tonight at the Wangjing branch?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0154", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to join a meeting Wednesday evening at the campus cafe?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0155", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to watch a movie tomorrow at 3 PM at the station. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0156", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have dinner next Monday at noon at the Wangjing branch. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0157", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to attend the design review together this weekend? We can meet at the client office."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0158", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to attend the design review this weekend at the usual place. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0159", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to visit the client after work at the client office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0160", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to meet this weekend together this weekend? We can meet at the campus cafe."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0161", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to watch a movie together tomorrow at 3 PM? We can meet at Meeting Room 5."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0162", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to join a meeting before the end of the month at the usual place?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0163", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to meet this weekend this weekend at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0164", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to have a quick call together before the end of the month? We can meet at the station."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0165", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to meet this weekend tomorrow at 3 PM at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0166", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to visit the client Friday morning at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0167", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have dinner Friday morning at downstairs from the office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0168", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to get coffee together before the end of the month? We can meet at downstairs from the office."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0169", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to join a meeting before the end of the month at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0170", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to visit the client together Wednesday evening? We can meet at the station."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0171", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to meet this weekend next Monday at noon at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0172", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to attend the design review at seven tonight at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0173", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "We are going to have a quick call next Monday at noon at downstairs from the office. Can you come?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0174", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to meet this weekend together Friday morning? We can meet at the Wangjing branch."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0175", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to attend the design review together after work? We can meet at the client office."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0176", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to have dinner before the end of the month at the station?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0177", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Do you want to attend the design review together this weekend? We can meet at Meeting Room 5."} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0178", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Would you be free to have a quick call tomorrow at 3 PM at the online meeting room?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0179", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to have dinner next Monday at noon at downstairs from the office?"} +{"complaint": false, "family": "invitation_question", "id": "train-en-invitation_question-0180", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "Can you join us to join a meeting at seven tonight at the online meeting room?"} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0001", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the meeting record, it identifies a material risk."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0002", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the meeting record, it covers weather-related flight cancellations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0003", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document says it describes a project pause; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0004", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The material records a negative fact: it notes a short-term supply disruption."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0005", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper says it mentions delays in some regions; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0006", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The material records a negative fact: it describes a project pause."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0007", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the industry report, it identifies a material risk."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0008", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record identifies a material risk and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0009", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The material records a negative fact: it says the results missed expectations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0010", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article describes a project pause and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0011", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the meeting record, it mentions delays in some regions."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0012", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the market analysis, it covers weather-related flight cancellations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0013", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report says it shows higher costs than last year; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0014", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the historical document, it describes a project pause."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0015", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the market analysis, it notes a short-term supply disruption."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0016", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article mentions delays in some regions and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0017", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis says it notes a short-term supply disruption; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0018", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper reports lower sales and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0019", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the historical document, it covers weather-related flight cancellations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0020", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The material records a negative fact: it covers weather-related flight cancellations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0021", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis says it shows higher costs than last year; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0022", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The material records a negative fact: it reports lower sales."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0023", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the historical document, it shows higher costs than last year."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0024", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the news article, it covers weather-related flight cancellations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0025", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the news article, it notes a short-term supply disruption."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0026", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the meeting record, it reports lower sales."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0027", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The material records a negative fact: it identifies a material risk."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0028", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article identifies a material risk and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0029", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The material records a negative fact: it shows higher costs than last year."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0030", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record describes a project pause and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0031", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the research paper, it covers weather-related flight cancellations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0032", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article says it says the results missed expectations; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0033", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document describes a project pause and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0034", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document shows higher costs than last year and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0035", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record reports lower sales and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0036", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the meeting record, it shows higher costs than last year."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0037", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the industry report, it says the results missed expectations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0038", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the historical document, it mentions delays in some regions."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0039", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the news article, it shows higher costs than last year."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0040", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report describes a project pause and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0041", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the market analysis, it describes a project pause."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0042", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis says it describes a project pause; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0043", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper says it shows higher costs than last year; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0044", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the market analysis, it reports lower sales."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0045", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report says it says the results missed expectations; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0046", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the meeting record, it notes a short-term supply disruption."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0047", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the news article, it describes a project pause."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0048", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document identifies a material risk and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0049", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document says it says the results missed expectations; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0050", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record mentions delays in some regions and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0051", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the news article, it reports lower sales."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0052", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper describes a project pause and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0053", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article says it shows higher costs than last year; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0054", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The material records a negative fact: it mentions delays in some regions."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0055", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper identifies a material risk and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0056", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record says it shows higher costs than last year; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0057", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the research paper, it notes a short-term supply disruption."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0058", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article says it identifies a material risk; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0059", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document mentions delays in some regions and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0060", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the news article, it says the results missed expectations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0061", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper shows higher costs than last year and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0062", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report covers weather-related flight cancellations and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0063", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis says it says the results missed expectations; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0064", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis says the results missed expectations and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0065", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the research paper, it describes a project pause."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0066", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis identifies a material risk and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0067", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the market analysis, it mentions delays in some regions."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0068", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report notes a short-term supply disruption and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0069", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis mentions delays in some regions and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0070", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis describes a project pause and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0071", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report mentions delays in some regions and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0072", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper says it covers weather-related flight cancellations; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0073", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report says it identifies a material risk; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0074", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report says it notes a short-term supply disruption; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0075", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record shows higher costs than last year and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0076", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article says it mentions delays in some regions; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0077", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis says it covers weather-related flight cancellations; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0078", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record says it covers weather-related flight cancellations; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0079", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report reports lower sales and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0080", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper says it says the results missed expectations; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0081", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the market analysis, it says the results missed expectations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0082", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article says it covers weather-related flight cancellations; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0083", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article shows higher costs than last year and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0084", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the meeting record, it describes a project pause."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0085", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document covers weather-related flight cancellations and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0086", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record says it identifies a material risk; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0087", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record says the results missed expectations and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0088", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article says it describes a project pause; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0089", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record notes a short-term supply disruption and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0090", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document says it mentions delays in some regions; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0091", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document reports lower sales and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0092", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article reports lower sales and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0093", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis shows higher costs than last year and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0094", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the market analysis, it shows higher costs than last year."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0095", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis covers weather-related flight cancellations and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0096", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the historical document, it identifies a material risk."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0097", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the research paper, it reports lower sales."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0098", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper says it identifies a material risk; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0099", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the research paper, it shows higher costs than last year."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0100", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document says it covers weather-related flight cancellations; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0101", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the research paper, it identifies a material risk."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0102", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the industry report, it reports lower sales."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0103", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article says the results missed expectations and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0104", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report says the results missed expectations and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0105", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper says it describes a project pause; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0106", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record says it mentions delays in some regions; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0107", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the news article, it mentions delays in some regions."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0108", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the historical document, it reports lower sales."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0109", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the research paper, it mentions delays in some regions."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0110", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document notes a short-term supply disruption and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0111", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document says it shows higher costs than last year; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0112", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper says the results missed expectations and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0113", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document says it identifies a material risk; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0114", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper says it reports lower sales; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0115", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis says it reports lower sales; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0116", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the industry report, it describes a project pause."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0117", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper mentions delays in some regions and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0118", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report says it covers weather-related flight cancellations; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0119", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the news article, it identifies a material risk."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0120", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the industry report, it notes a short-term supply disruption."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0121", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report says it reports lower sales; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0122", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the historical document, it notes a short-term supply disruption."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0123", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document says it notes a short-term supply disruption; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0124", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article covers weather-related flight cancellations and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0125", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record says it reports lower sales; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0126", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record says it notes a short-term supply disruption; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0127", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis reports lower sales and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0128", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis notes a short-term supply disruption and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0129", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record says it describes a project pause; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0130", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The market analysis says it identifies a material risk; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0131", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the industry report, it shows higher costs than last year."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0132", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article says it notes a short-term supply disruption; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0133", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The news article says it reports lower sales; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0134", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper covers weather-related flight cancellations and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0135", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper says it notes a short-term supply disruption; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0136", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the meeting record, it says the results missed expectations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0137", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record covers weather-related flight cancellations and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0138", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the historical document, it says the results missed expectations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0139", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the industry report, it mentions delays in some regions."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0140", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the industry report, it covers weather-related flight cancellations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0141", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report identifies a material risk and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0142", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report says it mentions delays in some regions; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0143", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The research paper notes a short-term supply disruption and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0144", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document says it reports lower sales; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0145", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report says it describes a project pause; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0146", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the research paper, it says the results missed expectations."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0147", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The historical document says the results missed expectations and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0148", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "According to the market analysis, it identifies a material risk."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0149", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The industry report shows higher costs than last year and analyzes the causes."} +{"complaint": false, "family": "negative_news", "id": "train-en-negative_news-0150", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "The meeting record says it says the results missed expectations; this is factual reporting, not a user complaint."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the course lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The document starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The order is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The store is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The delivery is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the course contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the delivery starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the meeting is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the course requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says system maintenance has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "System maintenance is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The delivery starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The event lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the project is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "System maintenance has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that system maintenance is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the course is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the delivery requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The event is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The event starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the flight has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The course requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The flight is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The delivery has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The meeting requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: System maintenance is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The document requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says system maintenance is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the order is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "System maintenance is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the document is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The meeting has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The order is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the meeting has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the project is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the delivery has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The flight lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the document is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The flight is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The event has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the delivery is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0046", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the event has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0047", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "System maintenance has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0048", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The store requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0049", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the meeting requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0050", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The store is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0051", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The meeting is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0052", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the flight is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0053", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The store starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0054", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The project lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0055", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The delivery is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0056", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the project has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0057", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the document is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0058", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: System maintenance starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0059", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The event has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0060", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The event is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0061", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The order is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0062", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The store is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0063", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the order has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0064", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: System maintenance lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0065", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the flight contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0066", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says system maintenance starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0067", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the project is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0068", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the delivery lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0069", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The order starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0070", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The document lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0071", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The store contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0072", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The document has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0073", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that system maintenance has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0074", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The course has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0075", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the order has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0076", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The course lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0077", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The store has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0078", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the flight lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0079", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The flight has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0080", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: System maintenance requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0081", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The document has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0082", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the document is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0083", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the delivery is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0084", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The event is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0085", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The meeting lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0086", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "System maintenance lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0087", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The delivery has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0088", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the delivery has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0089", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the document requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0090", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The delivery contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0091", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The order starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0092", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The document starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0093", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the event is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0094", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The document has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0095", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The delivery is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0096", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the order starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0097", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that system maintenance contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0098", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The project is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0099", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the event has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0100", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The store has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0101", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The meeting has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0102", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The project is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0103", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the meeting lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0104", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says system maintenance contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0105", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the document is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0106", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The event is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0107", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the meeting has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0108", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The delivery has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0109", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the delivery is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0110", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the store is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0111", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the event is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0112", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the course has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0113", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The store is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0114", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the store requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0115", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the order starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0116", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the store contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0117", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The document is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0118", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The project requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0119", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The event contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0120", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the meeting is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0121", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The document contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0122", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the event has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0123", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that system maintenance is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0124", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: System maintenance is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0125", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the store is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0126", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0127", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The delivery requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0128", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the document contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0129", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the store has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0130", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the course is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0131", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The order has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0132", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The store lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0133", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the delivery is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0134", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The store is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0135", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The store is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0136", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0137", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the flight has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0138", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the flight is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0139", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the order contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0140", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the meeting has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0141", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that system maintenance requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0142", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The flight is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0143", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: System maintenance is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0144", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The flight is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0145", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The document contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0146", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The course lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0147", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the flight is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0148", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the course contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0149", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the meeting contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0150", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The course has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0151", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the project has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0152", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "System maintenance starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0153", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the order has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0154", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The meeting is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0155", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The flight is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0156", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the flight contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0157", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The project starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0158", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The course contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0159", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The event requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0160", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The event is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0161", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The course is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0162", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The project has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0163", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the meeting starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0164", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the project lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0165", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the flight is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0166", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This text only states that the flight has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0167", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the course lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0168", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the course is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0169", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the flight is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0170", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the document is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0171", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the store is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0172", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the project requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0173", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the meeting is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0174", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The delivery is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0175", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The store contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0176", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says the meeting has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0177", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The available information says system maintenance is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0178", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Current record: The project contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0179", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The document has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "train-en-neutral_fact-0180", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The event is owned by Operations."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0001", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The keyboard experience was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0002", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The support response is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0003", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The new speech recognition is easier to use. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0004", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The keyboard experience works very smoothly. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0005", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The latest fix made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0006", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "solved the problem, which shows that The new speech recognition was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0007", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "exceeded my expectations, which shows that This update was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0008", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The latest fix solved the problem. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0009", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The keyboard experience works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0010", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: This update exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0011", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The sync speed solved the problem. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0012", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because This update works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0013", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The interface change works very smoothly. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0014", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "exceeded my expectations, which shows that The new speech recognition was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0015", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The translation result is easier to use. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0016", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "exceeded my expectations, which shows that The latest fix was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0017", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is much more accurate, which shows that The sync speed was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0018", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The support response is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0019", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The interface change exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0020", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The support response made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0021", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The support response made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0022", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is noticeably more stable, which shows that The sync speed was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0023", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This update is much more accurate. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0024", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "solved the problem, which shows that The sync speed was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0025", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The interface change solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0026", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The sync speed exceeded my expectations. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0027", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The new speech recognition is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0028", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: This update is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0029", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "made me very happy, which shows that The support response was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0030", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "made me very happy, which shows that This update was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0031", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "works very smoothly, which shows that The interface change was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0032", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The keyboard experience made me very happy. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0033", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The translation result is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0034", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The translation result exceeded my expectations. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0035", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The sync speed is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0036", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The keyboard experience was handled promptly. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0037", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The new speech recognition exceeded my expectations. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0038", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The support response is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0039", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The translation result is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0040", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because This update exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0041", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "was handled promptly, which shows that The new speech recognition was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0042", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The keyboard experience exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0043", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is noticeably more stable, which shows that This update was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0044", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because This update made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0045", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The latest fix was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0046", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "solved the problem, which shows that The latest fix was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0047", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The keyboard experience exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0048", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: This update made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0049", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The latest fix is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0050", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The sync speed is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0051", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The support response is much more accurate. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0052", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The sync speed made me very happy. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0053", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "works very smoothly, which shows that This update was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0054", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The translation result solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0055", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The new speech recognition was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0056", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "works very smoothly, which shows that The new speech recognition was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0057", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The latest fix works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0058", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The sync speed made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0059", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is easier to use, which shows that The sync speed was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0060", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The latest fix solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0061", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The new speech recognition is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0062", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "was handled promptly, which shows that The keyboard experience was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0063", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The translation result is noticeably more stable. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0064", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The support response solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0065", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The new speech recognition made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0066", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The interface change made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0067", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The latest fix is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0068", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The latest fix solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0069", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The sync speed is easier to use. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0070", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The latest fix works very smoothly. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0071", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The interface change exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0072", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The interface change is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0073", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "exceeded my expectations, which shows that The support response was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0074", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The keyboard experience is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0075", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The keyboard experience is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0076", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The new speech recognition solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0077", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The interface change was handled promptly. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0078", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "was handled promptly, which shows that The support response was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0079", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The keyboard experience solved the problem. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0080", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The keyboard experience works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0081", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The support response made me very happy. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0082", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is much more accurate, which shows that The support response was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0083", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The support response is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0084", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "exceeded my expectations, which shows that The translation result was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0085", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: This update was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0086", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The latest fix was handled promptly. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0087", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "works very smoothly, which shows that The keyboard experience was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0088", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is easier to use, which shows that The keyboard experience was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0089", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The sync speed is noticeably more stable. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0090", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The new speech recognition made me very happy. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0091", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "was handled promptly, which shows that The translation result was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0092", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The interface change is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0093", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The new speech recognition works very smoothly. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0094", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The translation result exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0095", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because This update is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0096", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The translation result was handled promptly. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0097", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "made me very happy, which shows that The keyboard experience was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0098", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The latest fix is much more accurate. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0099", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The support response exceeded my expectations. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0100", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The sync speed was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0101", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The keyboard experience solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0102", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The interface change made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0103", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The interface change works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0104", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The keyboard experience was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0105", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The new speech recognition is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0106", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The keyboard experience exceeded my expectations. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0107", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The translation result works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0108", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is noticeably more stable, which shows that The latest fix was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0109", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The new speech recognition exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0110", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is much more accurate, which shows that The latest fix was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0111", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "made me very happy, which shows that The new speech recognition was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0112", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is noticeably more stable, which shows that The support response was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0113", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: This update solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0114", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "solved the problem, which shows that The translation result was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0115", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is easier to use, which shows that The translation result was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0116", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "works very smoothly, which shows that The translation result was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0117", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "exceeded my expectations, which shows that The sync speed was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0118", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The sync speed works very smoothly. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0119", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This update is noticeably more stable. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0120", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The interface change was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0121", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "solved the problem, which shows that The support response was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0122", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The sync speed works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0123", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "solved the problem, which shows that The keyboard experience was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0124", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is noticeably more stable, which shows that The new speech recognition was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0125", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "works very smoothly, which shows that The sync speed was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0126", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The support response is easier to use. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0127", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "made me very happy, which shows that The sync speed was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0128", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The latest fix exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0129", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: This update works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0130", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "was handled promptly, which shows that This update was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0131", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The translation result made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0132", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "was handled promptly, which shows that The latest fix was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0133", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The translation result made me very happy. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0134", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is easier to use, which shows that The support response was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0135", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The new speech recognition is noticeably more stable. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0136", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The interface change solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0137", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "was handled promptly, which shows that The interface change was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0138", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The support response solved the problem. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0139", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is noticeably more stable, which shows that The translation result was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0140", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The sync speed is much more accurate. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0141", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The sync speed solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0142", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The sync speed works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0143", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This update works very smoothly. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0144", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The sync speed is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0145", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The translation result exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0146", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The latest fix is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0147", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The translation result is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0148", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The latest fix is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0149", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The keyboard experience is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0150", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The sync speed was handled promptly. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0151", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The support response works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0152", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is much more accurate, which shows that The keyboard experience was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0153", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The keyboard experience is easier to use. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0154", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The interface change is easier to use. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0155", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The new speech recognition is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0156", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "exceeded my expectations, which shows that The keyboard experience was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0157", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "exceeded my expectations, which shows that The interface change was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0158", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "was handled promptly, which shows that The sync speed was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0159", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The keyboard experience is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0160", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The latest fix is easier to use. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0161", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "solved the problem, which shows that The interface change was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0162", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The interface change is noticeably more stable. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0163", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The translation result is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0164", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "made me very happy, which shows that The translation result was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0165", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The keyboard experience is noticeably more stable. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0166", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The support response is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0167", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: The support response solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0168", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The latest fix is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0169", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This deserves praise: This update is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0170", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The translation result was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0171", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The translation result is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0172", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The interface change solved the problem. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0173", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "made me very happy, which shows that The interface change was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0174", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The sync speed is much more accurate."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0175", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "is noticeably more stable, which shows that The interface change was successful."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0176", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because This update was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0177", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The new speech recognition was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0178", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "This update made me very happy. Thank you for the work."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0179", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "I really like it because The interface change is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "train-en-positive_feedback-0180", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "The translation result works very smoothly. Thank you for the work."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The news story says, “What is happening with the meeting schedule?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material uses the example, “Do you know about the payment method?”"} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The notes preserve the question “Why did the project budget change?” even though it was answered."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material uses the example, “Do you know about the event rules?”"} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material uses the example, “Do you know about the project budget?”"} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting notes says, “What is happening with the travel plan?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material uses the example, “Do you know about the delivery date?”"} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The title is a question — Has the event rules been finalized? — but it does not ask the reader to reply."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material uses the example, “Do you know about the account permissions?”"} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The title is a question — Has the order status been finalized? — but it does not ask the reader to reply."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The title is a question — Has the refund process been finalized? — but it does not ask the reader to reply."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The notes preserve the question “Why did the event rules change?” even though it was answered."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The notes preserve the question “Why did the delivery date change?” even though it was answered."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The notes preserve the question “Why did the meeting schedule change?” even though it was answered."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting notes says, “What is happening with the payment method?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The notes preserve the question “Why did the refund process change?” even though it was answered."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The title is a question — Has the pricing change been finalized? — but it does not ask the reader to reply."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The notes preserve the question “Why did the order status change?” even though it was answered."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The title is a question — Has the payment method been finalized? — but it does not ask the reader to reply."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The report says, “What is happening with the event rules?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The news story says, “What is happening with the refund process?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The article says, “What is happening with the account permissions?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The notes preserve the question “Why did the payment method change?” even though it was answered."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The news story says, “What is happening with the account permissions?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The title is a question — Has the required documents been finalized? — but it does not ask the reader to reply."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material says, “What is happening with the leave policy?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material uses the example, “Do you know about the pricing change?”"} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The notes preserve the question “Why did the required documents change?” even though it was answered."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The title is a question — Has the account permissions been finalized? — but it does not ask the reader to reply."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The news story says, “What is happening with the event rules?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material uses the example, “Do you know about the order status?”"} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The notes preserve the question “Why did the account permissions change?” even though it was answered."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material uses the example, “Do you know about the meeting schedule?”"} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The support transcript says, “What is happening with the leave policy?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material uses the example, “Do you know about the travel plan?”"} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The title is a question — Has the travel plan been finalized? — but it does not ask the reader to reply."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The support transcript says, “What is happening with the required documents?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The title is a question — Has the meeting schedule been finalized? — but it does not ask the reader to reply."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material says, “What is happening with the required documents?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material uses the example, “Do you know about the required documents?”"} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material uses the example, “Do you know about the refund process?”"} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The title is a question — Has the delivery date been finalized? — but it does not ask the reader to reply."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The news story says, “What is happening with the leave policy?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The support transcript says, “What is happening with the pricing change?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The notes preserve the question “Why did the travel plan change?” even though it was answered."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0046", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The title is a question — Has the project budget been finalized? — but it does not ask the reader to reply."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0047", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The title is a question — Has the leave policy been finalized? — but it does not ask the reader to reply."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0048", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The support transcript says, “What is happening with the delivery date?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0049", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The news story says, “What is happening with the payment method?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0050", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The article says, “What is happening with the pricing change?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0051", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The support transcript says, “What is happening with the travel plan?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0052", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The notes preserve the question “Why did the leave policy change?” even though it was answered."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0053", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material says, “What is happening with the refund process?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0054", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The report says, “What is happening with the leave policy?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0055", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The support transcript says, “What is happening with the payment method?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0056", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The article says, “What is happening with the refund process?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0057", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The report says, “What is happening with the refund process?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0058", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The article says, “What is happening with the payment method?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0059", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The support transcript says, “What is happening with the meeting schedule?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0060", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The report says, “What is happening with the order status?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0061", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting notes says, “What is happening with the order status?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0062", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material says, “What is happening with the meeting schedule?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0063", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The notes preserve the question “Why did the pricing change change?” even though it was answered."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0064", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The article says, “What is happening with the meeting schedule?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0065", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting notes says, “What is happening with the meeting schedule?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0066", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material says, “What is happening with the pricing change?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0067", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material says, “What is happening with the payment method?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0068", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The support transcript says, “What is happening with the project budget?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0069", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The news story says, “What is happening with the pricing change?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0070", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material says, “What is happening with the travel plan?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0071", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The news story says, “What is happening with the travel plan?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0072", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The report says, “What is happening with the account permissions?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0073", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material says, “What is happening with the event rules?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0074", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material uses the example, “Do you know about the leave policy?”"} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0075", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The article says, “What is happening with the required documents?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0076", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The news story says, “What is happening with the order status?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0077", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material says, “What is happening with the account permissions?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0078", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The support transcript says, “What is happening with the order status?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0079", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The report says, “What is happening with the travel plan?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0080", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The article says, “What is happening with the delivery date?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0081", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material says, “What is happening with the order status?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0082", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting notes says, “What is happening with the leave policy?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0083", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The article says, “What is happening with the leave policy?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0084", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting notes says, “What is happening with the delivery date?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0085", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The news story says, “What is happening with the project budget?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0086", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material says, “What is happening with the project budget?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0087", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The report says, “What is happening with the pricing change?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0088", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The support transcript says, “What is happening with the account permissions?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0089", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The report says, “What is happening with the payment method?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0090", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The news story says, “What is happening with the delivery date?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0091", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The report says, “What is happening with the delivery date?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0092", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The article says, “What is happening with the order status?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0093", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The article says, “What is happening with the event rules?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0094", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting notes says, “What is happening with the account permissions?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0095", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting notes says, “What is happening with the refund process?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0096", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting notes says, “What is happening with the project budget?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0097", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting notes says, “What is happening with the event rules?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0098", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The article says, “What is happening with the project budget?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0099", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The meeting notes says, “What is happening with the required documents?” This is only a quotation."} +{"complaint": false, "family": "quoted_question", "id": "train-en-quoted_question-0100", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "The training material says, “What is happening with the delivery date?” This is only a quotation."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is my personal plan, not an assignment: contact the client."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to submit the contract attachment this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is my personal plan, not an assignment: send the meeting notes."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to check the invoice details tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I am considering when to summarize the test results."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to prepare the revised PRD by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to prepare the presentation deck before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to book the meeting room by the end of the month; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: prepare the revised PRD before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I am considering when to check the invoice details."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally check the invoice details, starting after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: prepare the revised PRD tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: contact the client before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: share the delivery plan before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to submit the contract attachment myself after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to complete the risk register myself this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally complete the risk register, starting by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: submit the contract attachment tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally send the meeting notes, starting before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I am considering when to update the quotation."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: submit the contract attachment before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to check the invoice details after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally prepare the revised PRD, starting before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is my personal plan, not an assignment: confirm the project timeline."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is my personal plan, not an assignment: check the invoice details."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to prepare the revised PRD tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is my personal plan, not an assignment: share the delivery plan."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally send the meeting notes, starting by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to prepare the revised PRD by the end of the month; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I am considering when to confirm the project timeline."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is my personal plan, not an assignment: complete the risk register."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I am considering when to send the meeting notes."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to check the invoice details by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to update the quotation myself before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to confirm the project timeline before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally prepare the presentation deck, starting before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to confirm the project timeline myself after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is my personal plan, not an assignment: submit the contract attachment."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I am considering when to submit the contract attachment."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to check the invoice details myself before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to summarize the test results myself before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to submit the contract attachment myself before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to book the meeting room this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: prepare the presentation deck before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally book the meeting room, starting after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0046", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to summarize the test results before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0047", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to send the meeting notes myself before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0048", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to check the invoice details by Friday; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0049", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally book the meeting room, starting this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0050", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I am considering when to prepare the revised PRD."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0051", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to prepare the presentation deck myself before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0052", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to share the delivery plan myself by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0053", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to prepare the presentation deck before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0054", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally send the meeting notes, starting before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0055", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to complete the risk register myself tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0056", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to update the quotation by the end of the month; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0057", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: prepare the revised PRD by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0058", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is my personal plan, not an assignment: update the quotation."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0059", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally prepare the revised PRD, starting tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0060", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to send the meeting notes before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0061", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: check the invoice details after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0062", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to book the meeting room before 3 PM; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0063", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to update the quotation myself by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0064", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to summarize the test results by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0065", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to book the meeting room by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0066", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is my personal plan, not an assignment: prepare the presentation deck."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0067", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally update the quotation, starting before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0068", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to share the delivery plan by Friday; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0069", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to update the quotation myself tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0070", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: summarize the test results after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0071", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally book the meeting room, starting by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0072", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally prepare the presentation deck, starting before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0073", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to send the meeting notes before 3 PM; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0074", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is my personal plan, not an assignment: book the meeting room."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0075", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: check the invoice details by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0076", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to send the meeting notes myself this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0077", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I am considering when to contact the client."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0078", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I am considering when to complete the risk register."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0079", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally confirm the project timeline, starting this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0080", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to confirm the project timeline myself before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0081", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally submit the contract attachment, starting by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0082", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally prepare the presentation deck, starting this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0083", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to contact the client myself by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0084", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I am considering when to share the delivery plan."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0085", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: share the delivery plan before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0086", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to summarize the test results by the end of the month; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0087", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: submit the contract attachment before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0088", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally check the invoice details, starting tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0089", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to confirm the project timeline before the next meeting; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0090", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to prepare the presentation deck this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0091", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: summarize the test results by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0092", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally prepare the revised PRD, starting before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0093", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to contact the client before 3 PM; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0094", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally submit the contract attachment, starting this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0095", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: complete the risk register this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0096", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally prepare the presentation deck, starting after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0097", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: confirm the project timeline before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0098", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: complete the risk register before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0099", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to prepare the revised PRD by Friday; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0100", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "This is my personal plan, not an assignment: summarize the test results."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0101", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally contact the client, starting by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0102", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: confirm the project timeline tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0103", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to prepare the revised PRD before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0104", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to prepare the revised PRD before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0105", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally confirm the project timeline, starting by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0106", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to confirm the project timeline tomorrow morning; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0107", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I am considering when to book the meeting room."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0108", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: update the quotation after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0109", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to share the delivery plan myself by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0110", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to complete the risk register by Friday; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0111", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally complete the risk register, starting by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0112", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: book the meeting room this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0113", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to confirm the project timeline before 3 PM; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0114", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to summarize the test results myself by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0115", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to share the delivery plan after you receive this message; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0116", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally summarize the test results, starting tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0117", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to check the invoice details myself by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0118", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to summarize the test results myself this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0119", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: contact the client after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0120", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: book the meeting room before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0121", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to contact the client before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0122", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally share the delivery plan, starting by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0123", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: send the meeting notes before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0124", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to confirm the project timeline after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0125", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to prepare the revised PRD myself tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0126", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: confirm the project timeline after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0127", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to submit the contract attachment before the end of today; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0128", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to summarize the test results myself before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0129", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally share the delivery plan, starting after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0130", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: send the meeting notes by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0131", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: confirm the project timeline this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0132", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to prepare the presentation deck before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0133", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to summarize the test results before the end of today; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0134", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to check the invoice details tomorrow morning; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0135", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to send the meeting notes myself before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0136", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally book the meeting room, starting before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0137", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally share the delivery plan, starting before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0138", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to confirm the project timeline this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0139", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to submit the contract attachment before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0140", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to check the invoice details myself before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0141", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: prepare the revised PRD after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0142", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to complete the risk register before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0143", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to send the meeting notes tomorrow morning; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0144", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: complete the risk register after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0145", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to check the invoice details by the end of the month; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0146", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to prepare the revised PRD myself before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0147", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally share the delivery plan, starting before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0148", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to prepare the presentation deck before 3 PM; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0149", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to book the meeting room by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0150", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to prepare the presentation deck myself by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0151", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to share the delivery plan before 3 PM; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0152", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to send the meeting notes this week; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0153", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to confirm the project timeline after you receive this message; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0154", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally summarize the test results, starting this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0155", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: summarize the test results before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0156", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to confirm the project timeline by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0157", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to confirm the project timeline myself by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0158", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to prepare the presentation deck after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0159", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to submit the contract attachment tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0160", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to summarize the test results myself by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0161", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to prepare the presentation deck before the end of today; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0162", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to send the meeting notes before the end of today; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0163", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to update the quotation myself after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0164", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: check the invoice details tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0165", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally prepare the presentation deck, starting by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0166", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to update the quotation by Friday."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0167", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to prepare the presentation deck myself by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0168", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to send the meeting notes by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0169", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to contact the client this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0170", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to summarize the test results this week; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0171", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "My plan is to check the invoice details before the next meeting; nobody else needs to handle it."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0172", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: confirm the project timeline by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0173", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to share the delivery plan myself this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0174", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally update the quotation, starting before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0175", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally check the invoice details, starting before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0176", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I will personally contact the client, starting this week."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0177", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: send the meeting notes before the end of today."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0178", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "I plan to send the meeting notes myself before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0179", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Private note: prepare the presentation deck by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "train-en-self_plan-0180", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "Reminder for myself to complete the risk register before the end of today."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0001", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you prepare the revised PRD before the next meeting and send the result to Finance?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0002", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you prepare the revised PRD by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0003", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you share the delivery plan after you receive this message and send the result to Finance?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0004", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to prepare the presentation deck and reply by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0005", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to book the meeting room and reply by the end of the month?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0006", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me submit the contract attachment? It would be best to finish this week."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0007", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you complete the risk register by the end of the month?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0008", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to share the delivery plan and reply after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0009", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me prepare the presentation deck? It would be best to finish by the end of the month."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0010", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you prepare the presentation deck this week and send the result to the owner?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0011", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you update the quotation before 3 PM and send the result to the owner?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0012", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me confirm the project timeline? It would be best to finish by Friday."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0013", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to submit the contract attachment and reply before 3 PM?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0014", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you book the meeting room by Friday and send the result to the product team?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0015", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me prepare the presentation deck? It would be best to finish by Friday."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0016", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you update the quotation by the end of the month and send the result to the product team?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0017", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you prepare the presentation deck before the next meeting and send the result to the owner?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0018", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you share the delivery plan before 3 PM?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0019", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you send the meeting notes before the next meeting and send the result to the product team?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0020", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me update the quotation? It would be best to finish this week."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0021", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me update the quotation? It would be best to finish before the end of today."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0022", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you check the invoice details by Friday and send the result to me?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0023", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me book the meeting room? It would be best to finish before 3 PM."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0024", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to share the delivery plan and reply by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0025", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me share the delivery plan? It would be best to finish this week."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0026", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to confirm the project timeline and reply this week?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0027", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you contact the client by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0028", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you share the delivery plan before 3 PM and send the result to me?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0029", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me summarize the test results? It would be best to finish by Friday."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0030", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you prepare the revised PRD before 3 PM and send the result to me?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0031", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me share the delivery plan? It would be best to finish before the end of today."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0032", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you check the invoice details before the next meeting and send the result to the product team?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0033", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to contact the client and reply before 3 PM?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0034", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to share the delivery plan and reply tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0035", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to update the quotation and reply after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0036", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you send the meeting notes this week and send the result to the owner?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0037", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me summarize the test results? It would be best to finish before 3 PM."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0038", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you update the quotation before the next meeting and send the result to the client?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0039", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me share the delivery plan? It would be best to finish by Friday."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0040", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to confirm the project timeline and reply before the end of today?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0041", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me send the meeting notes? It would be best to finish before the end of today."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0042", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to submit the contract attachment and reply before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0043", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to complete the risk register and reply by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0044", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you contact the client before the next meeting and send the result to me?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0045", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you share the delivery plan before the next meeting and send the result to the owner?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0046", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to send the meeting notes and reply before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0047", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you contact the client before 3 PM?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0048", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to complete the risk register and reply before the end of today?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0049", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me confirm the project timeline? It would be best to finish before 3 PM."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0050", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me summarize the test results? It would be best to finish before the end of today."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0051", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to contact the client and reply before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0052", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to prepare the presentation deck and reply before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0053", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to contact the client and reply by the end of the month?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0054", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you confirm the project timeline by Friday and send the result to the client?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0055", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me submit the contract attachment? It would be best to finish tomorrow morning."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0056", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me check the invoice details? It would be best to finish tomorrow morning."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0057", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to prepare the revised PRD and reply by the end of the month?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0058", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to book the meeting room and reply before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0059", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you check the invoice details tomorrow morning and send the result to the project channel?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0060", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me prepare the presentation deck? It would be best to finish before the next meeting."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0061", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you contact the client tomorrow morning and send the result to Finance?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0062", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you send the meeting notes after you receive this message and send the result to Finance?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0063", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to complete the risk register and reply after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0064", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to confirm the project timeline and reply tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0065", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you update the quotation this week and send the result to the product team?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0066", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you share the delivery plan before the next meeting and send the result to the project channel?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0067", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me update the quotation? It would be best to finish tomorrow morning."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0068", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you confirm the project timeline after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0069", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me contact the client? It would be best to finish by the end of the month."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0070", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to prepare the presentation deck and reply after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0071", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you prepare the presentation deck after you receive this message and send the result to the owner?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0072", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you prepare the revised PRD before the end of today?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0073", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you prepare the revised PRD before the next meeting and send the result to the owner?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0074", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you prepare the revised PRD this week and send the result to the project channel?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0075", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me send the meeting notes? It would be best to finish by the end of the month."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0076", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you summarize the test results tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0077", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to check the invoice details and reply before the end of today?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0078", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you book the meeting room tomorrow morning and send the result to the client?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0079", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me confirm the project timeline? It would be best to finish after you receive this message."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0080", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you book the meeting room before 3 PM?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0081", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you update the quotation this week and send the result to Finance?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0082", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you complete the risk register before the end of today?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0083", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to complete the risk register and reply before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0084", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you share the delivery plan by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0085", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me contact the client? It would be best to finish before the next meeting."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0086", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you summarize the test results this week and send the result to the owner?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0087", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to submit the contract attachment and reply before the end of today?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0088", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me send the meeting notes? It would be best to finish before the next meeting."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0089", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to complete the risk register and reply tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0090", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you send the meeting notes before 3 PM and send the result to me?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0091", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me book the meeting room? It would be best to finish tomorrow morning."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0092", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you check the invoice details by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0093", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to submit the contract attachment and reply after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0094", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me contact the client? It would be best to finish before the end of today."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0095", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me send the meeting notes? It would be best to finish before 3 PM."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0096", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you summarize the test results by Friday and send the result to the owner?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0097", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you check the invoice details this week and send the result to the owner?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0098", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me contact the client? It would be best to finish by Friday."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0099", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me update the quotation? It would be best to finish after you receive this message."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0100", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you send the meeting notes tomorrow morning and send the result to the owner?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0101", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me check the invoice details? It would be best to finish before 3 PM."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0102", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to prepare the revised PRD and reply before the end of today?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0103", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you prepare the revised PRD after you receive this message and send the result to Finance?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0104", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to contact the client and reply tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0105", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to prepare the revised PRD and reply after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0106", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to update the quotation and reply by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0107", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you confirm the project timeline tomorrow morning and send the result to the product team?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0108", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me complete the risk register? It would be best to finish after you receive this message."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0109", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you prepare the presentation deck before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0110", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you update the quotation after you receive this message and send the result to the client?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0111", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you confirm the project timeline by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0112", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me submit the contract attachment? It would be best to finish by Friday."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0113", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to update the quotation and reply by the end of the month?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0114", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you send the meeting notes before 3 PM?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0115", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to submit the contract attachment and reply by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0116", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you confirm the project timeline by the end of the month and send the result to Finance?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0117", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me send the meeting notes? It would be best to finish tomorrow morning."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0118", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you confirm the project timeline before 3 PM?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0119", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me confirm the project timeline? It would be best to finish tomorrow morning."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0120", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you complete the risk register after you receive this message and send the result to the owner?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0121", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me check the invoice details? It would be best to finish this week."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0122", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me update the quotation? It would be best to finish before the next meeting."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0123", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me summarize the test results? It would be best to finish after you receive this message."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0124", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you update the quotation before 3 PM and send the result to Finance?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0125", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you complete the risk register this week?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0126", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you send the meeting notes before 3 PM and send the result to the client?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0127", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you complete the risk register by the end of the month and send the result to the product team?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0128", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me complete the risk register? It would be best to finish before the end of today."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0129", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you book the meeting room before the next meeting and send the result to the product team?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0130", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to complete the risk register and reply this week?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0131", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me summarize the test results? It would be best to finish before the next meeting."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0132", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me send the meeting notes? It would be best to finish by Friday."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0133", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to summarize the test results and reply before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0134", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you share the delivery plan before the next meeting and send the result to the client?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0135", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to check the invoice details and reply tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0136", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you summarize the test results before the end of today and send the result to the client?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0137", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you book the meeting room before the end of today and send the result to Finance?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0138", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me summarize the test results? It would be best to finish by the end of the month."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0139", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to update the quotation and reply before the next meeting?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0140", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you confirm the project timeline before the end of today?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0141", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me confirm the project timeline? It would be best to finish before the end of today."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0142", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you prepare the revised PRD before 3 PM?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0143", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to submit the contract attachment and reply this week?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0144", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to book the meeting room and reply tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0145", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to contact the client and reply before the end of today?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0146", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you prepare the presentation deck by Friday and send the result to the project channel?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0147", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you update the quotation before the end of today?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0148", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you confirm the project timeline by Friday and send the result to the owner?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0149", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me book the meeting room? It would be best to finish after you receive this message."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0150", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you update the quotation tomorrow morning and send the result to the product team?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0151", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to contact the client and reply by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0152", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you contact the client this week and send the result to the client?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0153", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you prepare the presentation deck before the end of today?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0154", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you check the invoice details before the end of today and send the result to Finance?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0155", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me complete the risk register? It would be best to finish before the next meeting."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0156", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you share the delivery plan before the end of today and send the result to me?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0157", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you confirm the project timeline tomorrow morning and send the result to Finance?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0158", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to summarize the test results and reply by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0159", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you share the delivery plan this week and send the result to the project channel?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0160", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you prepare the presentation deck this week?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0161", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you confirm the project timeline after you receive this message and send the result to the project channel?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0162", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to book the meeting room and reply after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0163", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to send the meeting notes and reply this week?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0164", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you complete the risk register by the end of the month and send the result to me?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0165", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you send the meeting notes this week?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0166", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you confirm the project timeline before 3 PM and send the result to the client?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0167", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you prepare the revised PRD tomorrow morning?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0168", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to send the meeting notes and reply by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0169", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me confirm the project timeline? It would be best to finish by the end of the month."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0170", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you summarize the test results by Friday?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0171", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me prepare the revised PRD? It would be best to finish by the end of the month."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0172", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you update the quotation by the end of the month?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0173", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you share the delivery plan by the end of the month?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0174", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you book the meeting room this week and send the result to Finance?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0175", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me send the meeting notes? It would be best to finish after you receive this message."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0176", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you update the quotation this week?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0177", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you check the invoice details by the end of the month and send the result to the client?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0178", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you be able to contact the client and reply after you receive this message?"} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0179", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you help me confirm the project timeline? It would be best to finish this week."} +{"complaint": false, "family": "task_question", "id": "train-en-task_question-0180", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "Can you submit the contract attachment by the end of the month?"} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed after you receive this message: prepare the revised PRD. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please help send the meeting notes after you receive this message and send the result to Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "submit the contract attachment after you receive this message and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "prepare the presentation deck before the end of today and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "When you have a moment, please send the meeting notes by Friday and send the result to the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: update the quotation, due this week."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: check the invoice details, due after you receive this message."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Kindly share the delivery plan by the end of the month and send the result to the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "summarize the test results before 3 PM and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed by the end of the month: prepare the revised PRD. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: check the invoice details, due before the end of today."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed after you receive this message: confirm the project timeline. Share the result with the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "contact the client before 3 PM and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "book the meeting room before the end of today and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: complete the risk register, due this week."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "submit the contract attachment before the next meeting and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Kindly book the meeting room before the end of today and send the result to the project channel."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: submit the contract attachment, due tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "complete the risk register before the next meeting and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed this week: book the meeting room. Share the result with the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before the end of today: submit the contract attachment. Share the result with the project channel."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: book the meeting room, due after you receive this message."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Kindly prepare the presentation deck after you receive this message and send the result to me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "send the meeting notes after you receive this message and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed this week: check the invoice details. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: share the delivery plan, due before 3 PM."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed tomorrow morning: send the meeting notes. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "update the quotation by the end of the month and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed this week: check the invoice details. Share the result with the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "book the meeting room tomorrow morning and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "submit the contract attachment this week and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "prepare the revised PRD before the next meeting and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed by Friday: share the delivery plan. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "check the invoice details before 3 PM and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: send the meeting notes, due by Friday."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed after you receive this message: update the quotation. Share the result with Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please help book the meeting room by Friday and send the result to the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "book the meeting room by Friday and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: submit the contract attachment, due by the end of the month."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please help send the meeting notes after you receive this message and send the result to me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before 3 PM: check the invoice details. Share the result with the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed by Friday: submit the contract attachment. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "send the meeting notes before 3 PM and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: check the invoice details, due tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: complete the risk register, due tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0046", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: confirm the project timeline, due this week."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0047", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "contact the client before the end of today and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0048", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: book the meeting room, due before the end of today."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0049", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed by Friday: book the meeting room. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0050", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before 3 PM: summarize the test results. Share the result with me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0051", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed tomorrow morning: complete the risk register. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0052", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "contact the client this week and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0053", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed this week: share the delivery plan. Share the result with the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0054", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Kindly confirm the project timeline before the next meeting and send the result to Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0055", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "book the meeting room after you receive this message and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0056", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed by Friday: contact the client. Share the result with the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0057", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "share the delivery plan before the end of today and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0058", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "send the meeting notes by Friday and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0059", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "When you have a moment, please complete the risk register by Friday and send the result to Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0060", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Kindly contact the client before the next meeting and send the result to the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0061", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "complete the risk register by the end of the month and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0062", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: confirm the project timeline, due after you receive this message."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0063", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed tomorrow morning: complete the risk register. Share the result with the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0064", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed this week: prepare the revised PRD. Share the result with the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0065", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you summarize the test results by the end of the month and send the result to the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0066", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "confirm the project timeline before the end of today and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0067", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Kindly contact the client after you receive this message and send the result to me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0068", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: book the meeting room, due this week."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0069", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "summarize the test results before the end of today and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0070", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed after you receive this message: submit the contract attachment. Share the result with the project channel."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0071", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "confirm the project timeline by the end of the month and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0072", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please send the meeting notes by Friday and send the result to the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0073", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed this week: send the meeting notes. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0074", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "send the meeting notes by the end of the month and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0075", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you complete the risk register after you receive this message and send the result to the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0076", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "prepare the presentation deck before the next meeting and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0077", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "When you have a moment, please share the delivery plan tomorrow morning and send the result to Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0078", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: book the meeting room, due before the next meeting."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0079", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before the end of today: book the meeting room. Share the result with the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0080", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed after you receive this message: prepare the presentation deck. Share the result with the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0081", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "summarize the test results this week and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0082", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "When you have a moment, please contact the client after you receive this message and send the result to me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0083", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please send the meeting notes before the next meeting and send the result to me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0084", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "send the meeting notes tomorrow morning and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0085", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: prepare the presentation deck, due after you receive this message."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0086", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "When you have a moment, please send the meeting notes before the end of today and send the result to me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0087", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed by Friday: summarize the test results. Share the result with the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0088", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed tomorrow morning: update the quotation. Share the result with the project channel."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0089", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you complete the risk register tomorrow morning and send the result to the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0090", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: send the meeting notes, due tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0091", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "prepare the revised PRD before 3 PM and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0092", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "update the quotation before 3 PM and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0093", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: update the quotation, due tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0094", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: share the delivery plan, due tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0095", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: submit the contract attachment, due this week."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0096", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "prepare the presentation deck by Friday and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0097", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you please share the delivery plan tomorrow morning and send the result to me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0098", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: contact the client, due before the next meeting."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0099", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "prepare the revised PRD by the end of the month and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0100", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed by Friday: send the meeting notes. Share the result with the project channel."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0101", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you please prepare the presentation deck before the next meeting and send the result to Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0102", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "summarize the test results by Friday and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0103", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: contact the client, due by Friday."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0104", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please book the meeting room tomorrow morning and send the result to the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0105", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before the end of today: check the invoice details. Share the result with the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0106", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed after you receive this message: share the delivery plan. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0107", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "prepare the revised PRD before the end of today and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0108", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: prepare the revised PRD, due this week."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0109", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "contact the client by the end of the month and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0110", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed by the end of the month: send the meeting notes. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0111", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you contact the client before 3 PM and send the result to the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0112", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you prepare the presentation deck tomorrow morning and send the result to the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0113", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed tomorrow morning: contact the client. Share the result with the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0114", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: complete the risk register, due by Friday."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0115", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before the end of today: share the delivery plan. Share the result with the project channel."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0116", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please book the meeting room after you receive this message and send the result to the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0117", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before the next meeting: contact the client. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0118", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Kindly confirm the project timeline before the end of today and send the result to Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0119", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: prepare the revised PRD, due after you receive this message."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0120", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Kindly prepare the revised PRD by the end of the month and send the result to the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0121", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed this week: share the delivery plan. Share the result with the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0122", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "prepare the revised PRD by Friday and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0123", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed this week: update the quotation. Share the result with the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0124", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: submit the contract attachment, due before 3 PM."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0125", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: book the meeting room, due by Friday."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0126", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please help summarize the test results tomorrow morning and send the result to me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0127", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed this week: check the invoice details. Share the result with the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0128", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you prepare the presentation deck by the end of the month and send the result to the project channel."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0129", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please contact the client by the end of the month and send the result to the project channel."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0130", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "contact the client tomorrow morning and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0131", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before 3 PM: send the meeting notes. Share the result with the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0132", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "check the invoice details before the next meeting and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0133", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you please contact the client after you receive this message and send the result to me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0134", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please help complete the risk register this week and send the result to the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0135", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you please send the meeting notes before 3 PM and send the result to the project channel."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0136", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before 3 PM: update the quotation. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0137", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please help prepare the presentation deck before the next meeting and send the result to the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0138", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please share the delivery plan this week and send the result to the project channel."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0139", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: prepare the revised PRD, due by the end of the month."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0140", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: prepare the revised PRD, due by Friday."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0141", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "When you have a moment, please confirm the project timeline before the next meeting and send the result to the project channel."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0142", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: confirm the project timeline, due before the next meeting."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0143", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please book the meeting room before the end of today and send the result to the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0144", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: check the invoice details, due before 3 PM."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0145", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed tomorrow morning: book the meeting room. Share the result with the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0146", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please help check the invoice details before the next meeting and send the result to the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0147", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before 3 PM: prepare the revised PRD. Share the result with the project channel."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0148", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you please update the quotation after you receive this message and send the result to Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0149", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before 3 PM: prepare the revised PRD. Share the result with me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0150", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed by the end of the month: check the invoice details. Share the result with Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0151", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you please complete the risk register by the end of the month and send the result to the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0152", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "prepare the revised PRD tomorrow morning and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0153", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: prepare the presentation deck, due before the end of today."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0154", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed after you receive this message: check the invoice details. Share the result with the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0155", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed tomorrow morning: prepare the presentation deck. Share the result with the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0156", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please help submit the contract attachment before 3 PM and send the result to me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0157", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Kindly confirm the project timeline before the end of today and send the result to me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0158", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before 3 PM: submit the contract attachment. Share the result with Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0159", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: prepare the revised PRD, due before 3 PM."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0160", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: summarize the test results, due by Friday."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0161", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before the end of today: share the delivery plan. Share the result with the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0162", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Would you please send the meeting notes after you receive this message and send the result to the owner."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0163", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "contact the client by Friday and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0164", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "complete the risk register tomorrow morning and include all key details."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0165", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before the next meeting: prepare the revised PRD. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0166", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Kindly contact the client this week and send the result to Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0167", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before the end of today: summarize the test results. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0168", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: send the meeting notes, due before the next meeting."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0169", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: send the meeting notes, due before 3 PM."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0170", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed by Friday: contact the client. Share the result with the product team."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0171", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "When you have a moment, please update the quotation before the end of today and send the result to Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0172", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you contact the client before 3 PM and send the result to Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0173", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: summarize the test results, due tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0174", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed this week: prepare the presentation deck. Share the result with Finance."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0175", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: prepare the revised PRD, due before the end of today."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0176", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: contact the client, due before 3 PM."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0177", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Could you prepare the presentation deck before 3 PM and send the result to me."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0178", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please help summarize the test results tomorrow morning and send the result to the client."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0179", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "Please own this item: submit the contract attachment, due after you receive this message."} +{"complaint": false, "family": "task_statement", "id": "train-en-task_statement-0180", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "This work needs to be completed before the end of today: prepare the presentation deck. Share the result with the owner."} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0001", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为数据同步失败,现在已经影响正常工作,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0002", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?应用一直闪退,而且数据还丢了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0003", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?数据同步失败,而且客服一直没有处理。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0004", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?订单被重复扣款,而且导致今天无法交付。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0005", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去已经严重影响使用,能否给出解决方案?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0006", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款已经严重影响使用,能否给出解决方案?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0007", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "账号突然被锁定,已经影响正常工作,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0008", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败,客服一直没有处理,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0009", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?订单被重复扣款,而且还产生了额外费用。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0010", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为预约记录消失了,现在已经影响正常工作,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0011", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?发票信息写错了,而且数据还丢了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0012", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退已经严重影响使用,能否给出解决方案?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0013", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为发票信息写错了,现在还产生了额外费用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0014", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开已经严重影响使用,能否给出解决方案?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0015", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢,数据还丢了,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0016", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为收到的商品有破损,现在已经影响正常工作,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0017", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为订单被重复扣款,现在还产生了额外费用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0018", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?消息始终发不出去,而且还产生了额外费用。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0019", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为应用一直闪退,现在导致今天无法交付,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0020", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?页面加载特别慢,而且我试了很多次都不行。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0021", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为文件无法打开,现在已经影响正常工作,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0022", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为数据同步失败,现在现在完全没法使用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0023", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开,导致今天无法交付,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0024", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为订单被重复扣款,现在已经影响正常工作,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0025", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退,导致今天无法交付,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0026", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开,现在完全没法使用,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0027", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为消息始终发不出去,现在重要记录找不到了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0028", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去,现在完全没法使用,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0029", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为数据同步失败,现在重要记录找不到了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0030", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款,已经影响正常工作,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0031", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?消息始终发不出去,而且数据还丢了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0032", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为订单被重复扣款,现在现在完全没法使用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0033", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢已经严重影响使用,能否给出解决方案?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0034", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?数据同步失败,而且还产生了额外费用。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0035", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?页面加载特别慢,而且客服一直没有处理。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0036", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "发票信息写错了已经严重影响使用,能否给出解决方案?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0037", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为发票信息写错了,现在已经影响正常工作,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0038", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了,已经影响正常工作,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0039", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?文件无法打开,而且还产生了额外费用。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0040", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢,还产生了额外费用,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0041", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?订单被重复扣款,而且已经影响正常工作。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0042", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款,数据还丢了,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0043", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损,导致今天无法交付,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0044", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?收到的商品有破损,而且已经影响正常工作。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0045", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为订单被重复扣款,现在客服一直没有处理,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0046", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为订单被重复扣款,现在我试了很多次都不行,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0047", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去,客服一直没有处理,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0048", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为消息始终发不出去,现在还产生了额外费用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0049", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为收到的商品有破损,现在我试了很多次都不行,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0050", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?发票信息写错了,而且导致今天无法交付。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0051", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损,已经影响正常工作,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0052", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开,还产生了额外费用,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0053", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损已经严重影响使用,能否给出解决方案?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0054", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为消息始终发不出去,现在导致今天无法交付,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0055", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为收到的商品有破损,现在还产生了额外费用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0056", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为页面加载特别慢,现在现在完全没法使用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0057", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为页面加载特别慢,现在导致今天无法交付,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0058", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为收到的商品有破损,现在导致今天无法交付,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0059", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?文件无法打开,而且客服一直没有处理。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0060", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退,客服一直没有处理,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0061", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为消息始终发不出去,现在我试了很多次都不行,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0062", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为应用一直闪退,现在现在完全没法使用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0063", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为账号突然被锁定,现在客服一直没有处理,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0064", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款,我试了很多次都不行,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0065", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?预约记录消失了,而且重要记录找不到了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0066", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?订单被重复扣款,而且数据还丢了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0067", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了已经严重影响使用,能否给出解决方案?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0068", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款,重要记录找不到了,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0069", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?应用一直闪退,而且客服一直没有处理。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0070", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?账号突然被锁定,而且重要记录找不到了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0071", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败,现在完全没法使用,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0072", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损,我试了很多次都不行,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0073", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?消息始终发不出去,而且重要记录找不到了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0074", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?订单被重复扣款,而且我试了很多次都不行。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0075", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "账号突然被锁定已经严重影响使用,能否给出解决方案?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0076", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢,导致今天无法交付,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0077", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为页面加载特别慢,现在数据还丢了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0078", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为订单被重复扣款,现在导致今天无法交付,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0079", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?账号突然被锁定,而且还产生了额外费用。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0080", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?发票信息写错了,而且已经影响正常工作。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0081", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?页面加载特别慢,而且已经影响正常工作。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0082", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为账号突然被锁定,现在我试了很多次都不行,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0083", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为文件无法打开,现在现在完全没法使用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0084", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?收到的商品有破损,而且数据还丢了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0085", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?预约记录消失了,而且现在完全没法使用。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0086", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为发票信息写错了,现在客服一直没有处理,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0087", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败已经严重影响使用,能否给出解决方案?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0088", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为文件无法打开,现在还产生了额外费用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0089", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?文件无法打开,而且已经影响正常工作。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0090", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为数据同步失败,现在还产生了额外费用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0091", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?页面加载特别慢,而且还产生了额外费用。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0092", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?页面加载特别慢,而且数据还丢了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0093", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了,数据还丢了,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0094", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了,还产生了额外费用,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0095", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?发票信息写错了,而且现在完全没法使用。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0096", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?应用一直闪退,而且导致今天无法交付。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0097", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?应用一直闪退,而且重要记录找不到了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0098", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败,我试了很多次都不行,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0099", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?数据同步失败,而且重要记录找不到了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0100", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为文件无法打开,现在导致今天无法交付,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0101", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为预约记录消失了,现在重要记录找不到了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0102", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损,还产生了额外费用,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0103", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为发票信息写错了,现在导致今天无法交付,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0104", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为文件无法打开,现在客服一直没有处理,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0105", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "发票信息写错了,数据还丢了,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0106", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢,客服一直没有处理,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0107", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢,已经影响正常工作,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0108", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为页面加载特别慢,现在我试了很多次都不行,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0109", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去,数据还丢了,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0110", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为预约记录消失了,现在数据还丢了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0111", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败,重要记录找不到了,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0112", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?消息始终发不出去,而且导致今天无法交付。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0113", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去,我试了很多次都不行,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0114", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?收到的商品有破损,而且我试了很多次都不行。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0115", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为收到的商品有破损,现在客服一直没有处理,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0116", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为页面加载特别慢,现在还产生了额外费用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0117", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损,客服一直没有处理,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0118", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?发票信息写错了,而且还产生了额外费用。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0119", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为账号突然被锁定,现在数据还丢了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0120", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢,现在完全没法使用,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0121", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?发票信息写错了,而且我试了很多次都不行。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0122", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?发票信息写错了,而且客服一直没有处理。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0123", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开,已经影响正常工作,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0124", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为应用一直闪退,现在重要记录找不到了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0125", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?消息始终发不出去,而且我试了很多次都不行。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0126", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "发票信息写错了,我试了很多次都不行,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0127", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?消息始终发不出去,而且已经影响正常工作。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0128", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "账号突然被锁定,我试了很多次都不行,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0129", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为文件无法打开,现在我试了很多次都不行,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0130", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?订单被重复扣款,而且客服一直没有处理。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0131", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为发票信息写错了,现在数据还丢了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0132", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去,重要记录找不到了,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0133", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为页面加载特别慢,现在已经影响正常工作,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0134", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?账号突然被锁定,而且数据还丢了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0135", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开,重要记录找不到了,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0136", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了,我试了很多次都不行,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0137", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为应用一直闪退,现在还产生了额外费用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0138", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?文件无法打开,而且数据还丢了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0139", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为发票信息写错了,现在重要记录找不到了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0140", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为订单被重复扣款,现在数据还丢了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0141", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款,导致今天无法交付,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0142", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "发票信息写错了,客服一直没有处理,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0143", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为发票信息写错了,现在我试了很多次都不行,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0144", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?收到的商品有破损,而且还产生了额外费用。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0145", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去,已经影响正常工作,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0146", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为页面加载特别慢,现在重要记录找不到了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0147", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?订单被重复扣款,而且重要记录找不到了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0148", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为预约记录消失了,现在还产生了额外费用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0149", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "账号突然被锁定,导致今天无法交付,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0150", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为账号突然被锁定,现在还产生了额外费用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0151", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为应用一直闪退,现在数据还丢了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0152", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款,现在完全没法使用,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0153", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?账号突然被锁定,而且导致今天无法交付。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0154", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?数据同步失败,而且我试了很多次都不行。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0155", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为收到的商品有破损,现在数据还丢了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0156", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为应用一直闪退,现在我试了很多次都不行,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0157", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?数据同步失败,而且已经影响正常工作。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0158", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退,现在完全没法使用,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0159", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了,导致今天无法交付,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0160", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为预约记录消失了,现在现在完全没法使用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0161", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败,数据还丢了,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0162", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?应用一直闪退,而且已经影响正常工作。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0163", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为消息始终发不出去,现在客服一直没有处理,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0164", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款,还产生了额外费用,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0165", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为页面加载特别慢,现在客服一直没有处理,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0166", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?账号突然被锁定,而且已经影响正常工作。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0167", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为发票信息写错了,现在现在完全没法使用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0168", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?预约记录消失了,而且已经影响正常工作。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0169", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?收到的商品有破损,而且客服一直没有处理。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0170", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退,数据还丢了,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0171", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为数据同步失败,现在导致今天无法交付,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0172", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败,还产生了额外费用,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0173", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为消息始终发不出去,现在现在完全没法使用,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0174", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "账号突然被锁定,还产生了额外费用,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0175", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去,导致今天无法交付,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0176", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?页面加载特别慢,而且导致今天无法交付。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0177", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "发票信息写错了,导致今天无法交付,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0178", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "请问谁能负责处理?数据同步失败,而且数据还丢了。"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0179", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "因为数据同步失败,现在数据还丢了,可以马上帮我解决吗?"} +{"complaint": true, "family": "complaint_request", "id": "train-zh-Hans-complaint_request-0180", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢,我试了很多次都不行,你们能尽快处理吗?"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:预约记录消失了,客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款,已经影响正常工作,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后预约记录消失了,还产生了额外费用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢,数据还丢了,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后页面加载特别慢,还产生了额外费用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了已经很久了,我试了很多次都不行,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "账号突然被锁定已经很久了,导致今天无法交付,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去已经很久了,导致今天无法交付,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退,现在完全没法使用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了已经很久了,数据还丢了,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:订单被重复扣款,客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后应用一直闪退,数据还丢了,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢,导致今天无法交付,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "账号突然被锁定已经很久了,客服一直没有处理,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了已经很久了,重要记录找不到了,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "账号突然被锁定,现在完全没法使用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:账号突然被锁定,我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后应用一直闪退,我试了很多次都不行,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后预约记录消失了,客服一直没有处理,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了已经很久了,导致今天无法交付,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后收到的商品有破损,数据还丢了,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损已经很久了,数据还丢了,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后数据同步失败,导致今天无法交付,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:发票信息写错了,还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款,数据还丢了,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:文件无法打开,现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后应用一直闪退,现在完全没法使用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "发票信息写错了,导致今天无法交付,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去,数据还丢了,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开,重要记录找不到了,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:页面加载特别慢,已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退已经很久了,现在完全没法使用,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损,导致今天无法交付,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:消息始终发不出去,现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退已经很久了,还产生了额外费用,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后消息始终发不出去,客服一直没有处理,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后数据同步失败,数据还丢了,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后账号突然被锁定,现在完全没法使用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后页面加载特别慢,重要记录找不到了,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后预约记录消失了,现在完全没法使用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损已经很久了,重要记录找不到了,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢,还产生了额外费用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开,现在完全没法使用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后消息始终发不出去,已经影响正常工作,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损已经很久了,我试了很多次都不行,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0046", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后文件无法打开,我试了很多次都不行,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0047", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后消息始终发不出去,现在完全没法使用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0048", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢,已经影响正常工作,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0049", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后预约记录消失了,重要记录找不到了,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0050", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "发票信息写错了已经很久了,数据还丢了,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0051", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后账号突然被锁定,还产生了额外费用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0052", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后文件无法打开,现在完全没法使用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0053", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去,现在完全没法使用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0054", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后订单被重复扣款,现在完全没法使用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0055", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损,已经影响正常工作,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0056", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败已经很久了,还产生了额外费用,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0057", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去,已经影响正常工作,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0058", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:消息始终发不出去,还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0059", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后预约记录消失了,导致今天无法交付,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0060", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后消息始终发不出去,数据还丢了,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0061", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:订单被重复扣款,现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0062", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后发票信息写错了,客服一直没有处理,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0063", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:账号突然被锁定,现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0064", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:发票信息写错了,已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0065", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:收到的商品有破损,导致今天无法交付。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0066", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:发票信息写错了,重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0067", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:收到的商品有破损,客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0068", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败,已经影响正常工作,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0069", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款,客服一直没有处理,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0070", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退已经很久了,我试了很多次都不行,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0071", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后发票信息写错了,已经影响正常工作,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0072", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后发票信息写错了,现在完全没法使用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0073", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开已经很久了,我试了很多次都不行,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0074", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了,导致今天无法交付,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0075", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:账号突然被锁定,导致今天无法交付。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0076", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后发票信息写错了,我试了很多次都不行,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0077", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:文件无法打开,已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0078", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:应用一直闪退,导致今天无法交付。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0079", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后收到的商品有破损,我试了很多次都不行,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0080", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去,还产生了额外费用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0081", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退已经很久了,数据还丢了,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0082", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:账号突然被锁定,数据还丢了。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0083", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款已经很久了,导致今天无法交付,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0084", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "账号突然被锁定,客服一直没有处理,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0085", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:收到的商品有破损,还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0086", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢已经很久了,重要记录找不到了,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0087", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:收到的商品有破损,我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0088", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开已经很久了,还产生了额外费用,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0089", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "账号突然被锁定已经很久了,我试了很多次都不行,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0090", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:预约记录消失了,导致今天无法交付。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0091", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:页面加载特别慢,我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0092", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后发票信息写错了,还产生了额外费用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0093", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损,现在完全没法使用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0094", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:应用一直闪退,客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0095", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "发票信息写错了已经很久了,已经影响正常工作,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0096", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:发票信息写错了,现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0097", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后文件无法打开,导致今天无法交付,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0098", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了,还产生了额外费用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0099", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开已经很久了,数据还丢了,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0100", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:订单被重复扣款,我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0101", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:数据同步失败,已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0102", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:数据同步失败,客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0103", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后收到的商品有破损,已经影响正常工作,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0104", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "发票信息写错了已经很久了,现在完全没法使用,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0105", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:订单被重复扣款,已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0106", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢,我试了很多次都不行,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0107", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后应用一直闪退,客服一直没有处理,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0108", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:数据同步失败,数据还丢了。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0109", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败,重要记录找不到了,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0110", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了,我试了很多次都不行,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0111", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款,现在完全没法使用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0112", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了,数据还丢了,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0113", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了,已经影响正常工作,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0114", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:账号突然被锁定,还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0115", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退已经很久了,客服一直没有处理,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0116", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后账号突然被锁定,重要记录找不到了,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0117", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退,数据还丢了,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0118", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开,已经影响正常工作,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0119", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:预约记录消失了,还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0120", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:订单被重复扣款,还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0121", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后消息始终发不出去,重要记录找不到了,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0122", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后订单被重复扣款,客服一直没有处理,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0123", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:账号突然被锁定,客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0124", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢已经很久了,我试了很多次都不行,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0125", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:发票信息写错了,数据还丢了。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0126", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后订单被重复扣款,导致今天无法交付,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0127", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去已经很久了,数据还丢了,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0128", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损已经很久了,客服一直没有处理,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0129", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损,客服一直没有处理,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0130", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:文件无法打开,客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0131", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:账号突然被锁定,重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0132", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败已经很久了,现在完全没法使用,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0133", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败,数据还丢了,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0134", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:订单被重复扣款,导致今天无法交付。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0135", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后订单被重复扣款,重要记录找不到了,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0136", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "账号突然被锁定,我试了很多次都不行,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0137", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后账号突然被锁定,导致今天无法交付,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0138", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损,还产生了额外费用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0139", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "收到的商品有破损已经很久了,还产生了额外费用,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0140", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后页面加载特别慢,现在完全没法使用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0141", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退,已经影响正常工作,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0142", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:数据同步失败,我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0143", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去,重要记录找不到了,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0144", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:收到的商品有破损,重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0145", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败,导致今天无法交付,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0146", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开,导致今天无法交付,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0147", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "应用一直闪退,导致今天无法交付,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0148", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款,我试了很多次都不行,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0149", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败已经很久了,重要记录找不到了,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0150", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败已经很久了,导致今天无法交付,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0151", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:文件无法打开,还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0152", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "发票信息写错了,还产生了额外费用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0153", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后订单被重复扣款,数据还丢了,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0154", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了已经很久了,已经影响正常工作,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0155", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后文件无法打开,还产生了额外费用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0156", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后订单被重复扣款,我试了很多次都不行,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0157", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去已经很久了,已经影响正常工作,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0158", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "文件无法打开,还产生了额外费用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0159", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢已经很久了,导致今天无法交付,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0160", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:页面加载特别慢,导致今天无法交付。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0161", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后页面加载特别慢,我试了很多次都不行,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0162", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了,现在完全没法使用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0163", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:应用一直闪退,重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0164", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢,现在完全没法使用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0165", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "数据同步失败,现在完全没法使用,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0166", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "账号突然被锁定,导致今天无法交付,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0167", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "预约记录消失了已经很久了,现在完全没法使用,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0168", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后消息始终发不出去,还产生了额外费用,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0169", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "账号突然被锁定,重要记录找不到了,这次体验真的很差。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0170", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:页面加载特别慢,现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0171", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:应用一直闪退,还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0172", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款已经很久了,数据还丢了,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0173", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "订单被重复扣款已经很久了,重要记录找不到了,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0174", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后收到的商品有破损,重要记录找不到了,我非常失望。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0175", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:应用一直闪退,我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0176", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "页面加载特别慢已经很久了,客服一直没有处理,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0177", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "消息始终发不出去已经很久了,我试了很多次都不行,一直没人解决。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0178", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:发票信息写错了,导致今天无法交付。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0179", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "我要反馈一个严重问题:订单被重复扣款,数据还丢了。"} +{"complaint": true, "family": "complaint_statement", "id": "train-zh-Hans-complaint_statement-0180", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "从升级以后账号突然被锁定,客服一直没有处理,我非常失望。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "周末聚会已经安排在下班以后,地点是园区咖啡厅。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们周三晚上在火车站线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在下周一中午前往客户办公室客户拜访。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们今晚七点在线上会议室看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后的周末聚会只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这个周末的周末聚会只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在明天下午三点前往公司楼下吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点的喝咖啡只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:下周一中午,公司楼下,项目评审。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "开会已经安排在下周一中午,地点是公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们周三晚上在园区咖啡厅客户拜访。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:下周一中午,老地方,线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "周末聚会已经安排在今晚七点,地点是园区咖啡厅。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在下班以后前往火车站看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:这个周末将在五号会议室吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:月底前将在公司楼下吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着下班以后在公司楼下线上沟通,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "周末聚会已经安排在下周一中午,地点是客户办公室。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们下周一中午在园区咖啡厅喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着下周一中午在公司楼下看电影,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:周五上午将在园区咖啡厅看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这个周末的喝咖啡只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着周五上午在公司楼下项目评审,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前的周末聚会只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "吃饭已经安排在今晚七点,地点是客户办公室。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着下周一中午在园区咖啡厅喝咖啡,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:这个周末,火车站,周末聚会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:周三晚上将在公司楼下线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:今晚七点将在园区咖啡厅看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:今晚七点,五号会议室,吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:这个周末,客户办公室,喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在下班以后前往火车站周末聚会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:周三晚上将在客户办公室喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们明天下午三点在公司楼下项目评审。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在明天下午三点前往火车站吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在这个周末前往公司楼下周末聚会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着周三晚上在线上会议室开会,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上的喝咖啡只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们下班以后在望京店喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:下班以后将在公司楼下客户拜访。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们周三晚上在望京店吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在周三晚上前往公司楼下喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:这个周末将在公司楼下吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:周五上午,线上会议室,喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:周五上午,望京店,吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0046", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着这个周末在老地方客户拜访,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0047", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客户拜访已经安排在下周一中午,地点是园区咖啡厅。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0048", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:下班以后,公司楼下,开会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0049", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客户拜访已经安排在这个周末,地点是公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0050", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:明天下午三点将在五号会议室喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0051", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "看电影已经安排在这个周末,地点是公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0052", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:今晚七点将在客户办公室吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0053", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "明天下午三点的项目评审只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0054", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着下周一中午在火车站看电影,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0055", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:下班以后将在线上会议室喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0056", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在周五上午前往望京店客户拜访。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0057", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在月底前前往公司楼下开会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0058", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着明天下午三点在五号会议室周末聚会,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0059", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们周三晚上在老地方喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0060", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:今晚七点,公司楼下,开会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0061", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:周五上午将在火车站喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0062", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:明天下午三点,五号会议室,吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0063", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着这个周末在客户办公室看电影,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0064", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着周三晚上在老地方线上沟通,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0065", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们这个周末在五号会议室看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0066", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着今晚七点在望京店项目评审,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0067", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:下班以后将在客户办公室项目评审。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0068", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:周五上午将在园区咖啡厅周末聚会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0069", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在周三晚上前往客户办公室喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0070", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后的吃饭只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0071", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午的吃饭只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0072", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着下周一中午在园区咖啡厅开会,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0073", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着下周一中午在园区咖啡厅吃饭,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0074", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在周三晚上前往线上会议室喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0075", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着这个周末在公司楼下客户拜访,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0076", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:周五上午将在老地方吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0077", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们下班以后在火车站线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0078", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们下周一中午在望京店线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0079", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着下周一中午在老地方项目评审,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0080", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着月底前在园区咖啡厅客户拜访,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0081", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:周五上午将在五号会议室线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0082", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们下班以后在老地方喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0083", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上的客户拜访只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0084", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:月底前,望京店,客户拜访。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0085", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在周三晚上前往五号会议室客户拜访。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0086", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:今晚七点将在线上会议室客户拜访。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0087", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们下班以后在望京店客户拜访。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0088", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着下班以后在公司楼下喝咖啡,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0089", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:明天下午三点,客户办公室,看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0090", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "看电影已经安排在明天下午三点,地点是望京店。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0091", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客户拜访已经安排在月底前,地点是线上会议室。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0092", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "项目评审已经安排在明天下午三点,地点是线上会议室。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0093", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着今晚七点在公司楼下开会,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0094", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午的吃饭只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0095", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着今晚七点在老地方喝咖啡,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0096", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这个周末的开会只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0097", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们下班以后在五号会议室线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0098", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着明天下午三点在公司楼下线上沟通,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0099", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午的开会只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0100", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们月底前在线上会议室周末聚会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0101", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "喝咖啡已经安排在周五上午,地点是园区咖啡厅。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0102", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客户拜访已经安排在这个周末,地点是园区咖啡厅。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0103", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在这个周末前往线上会议室周末聚会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0104", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着明天下午三点在园区咖啡厅客户拜访,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0105", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "项目评审已经安排在下班以后,地点是老地方。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0106", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "项目评审已经安排在周三晚上,地点是公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0107", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前的开会只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0108", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们这个周末在客户办公室开会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0109", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前的喝咖啡只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0110", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们周五上午在客户办公室喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0111", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着周三晚上在老地方看电影,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0112", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着今晚七点在园区咖啡厅喝咖啡,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0113", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们今晚七点在线上会议室吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0114", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着周三晚上在客户办公室吃饭,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0115", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "周末聚会已经安排在这个周末,地点是老地方。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0116", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:月底前将在望京店看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0117", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们月底前在老地方吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0118", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:今晚七点,园区咖啡厅,线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0119", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:今晚七点,客户办公室,客户拜访。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0120", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们下周一中午在客户办公室看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0121", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "看电影已经安排在下班以后,地点是园区咖啡厅。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0122", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们月底前在线上会议室开会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0123", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "看电影已经安排在这个周末,地点是客户办公室。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0124", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:周三晚上将在五号会议室线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0125", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:下班以后,公司楼下,喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0126", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "开会已经安排在明天下午三点,地点是火车站。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0127", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:月底前将在火车站喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0128", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们这个周末在线上会议室开会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0129", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在周三晚上前往公司楼下看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0130", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在下周一中午前往客户办公室项目评审。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0131", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "喝咖啡已经安排在月底前,地点是公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0132", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "项目评审已经安排在这个周末,地点是火车站。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0133", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着周三晚上在火车站开会,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0134", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着周三晚上在老地方项目评审,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0135", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着明天下午三点在客户办公室线上沟通,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0136", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:今晚七点,火车站,项目评审。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0137", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们周三晚上在望京店开会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0138", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:这个周末将在园区咖啡厅吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0139", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们周五上午在园区咖啡厅线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0140", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着月底前在老地方吃饭,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0141", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:周三晚上将在老地方看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0142", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午的喝咖啡只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0143", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:今晚七点,客户办公室,开会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0144", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:今晚七点将在线上会议室线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0145", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:周五上午,园区咖啡厅,线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0146", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:下班以后将在五号会议室看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0147", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上的项目评审只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0148", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们下班以后在园区咖啡厅吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0149", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在这个周末前往老地方看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0150", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们下周一中午在客户办公室开会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0151", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在下班以后前往公司楼下吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0152", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:下周一中午,五号会议室,周末聚会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0153", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在下班以后前往线上会议室吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0154", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:周三晚上,火车站,喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0155", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们明天下午三点在老地方开会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0156", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午的线上沟通只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0157", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "项目评审已经安排在今晚七点,地点是客户办公室。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0158", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们明天下午三点在老地方线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0159", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "开会已经安排在周五上午,地点是望京店。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0160", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "线上沟通已经安排在明天下午三点,地点是望京店。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0161", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前的线上沟通只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0162", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着明天下午三点在园区咖啡厅项目评审,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0163", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:周三晚上将在园区咖啡厅项目评审。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0164", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在下周一中午前往老地方喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0165", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在今晚七点前往老地方开会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0166", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在今晚七点前往园区咖啡厅周末聚会。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0167", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在下班以后前往公司楼下看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0168", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "喝咖啡已经安排在周三晚上,地点是五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0169", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "项目评审已经安排在周三晚上,地点是老地方。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0170", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:月底前,老地方,喝咖啡。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0171", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午的看电影只是一条日程说明,不需要回复。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0172", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "喝咖啡已经安排在明天下午三点,地点是公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0173", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着这个周末在老地方喝咖啡,没有邀请收件人参加。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0174", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "根据历史记录,他们曾在周五上午前往线上会议室项目评审。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0175", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "记录显示他们今晚七点在火车站吃饭。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0176", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:今晚七点将在望京店看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0177", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "通知:下班以后将在线上会议室线上沟通。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0178", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:今晚七点,老地方,看电影。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0179", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是公开活动信息:这个周末,客户办公室,客户拜访。"} +{"complaint": false, "family": "event_statement", "id": "train-zh-Hans-event_statement-0180", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "行程表写着明天下午三点在线上会议室喝咖啡,没有邀请收件人参加。"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0001", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我按照刚才的消息会议安排为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0002", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "对新用户来说,活动规则具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0003", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于行程计划,这次我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0004", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这次,会议安排具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0005", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于付款方式,这次我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0006", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "对新用户来说,会议安排具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0007", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于行程计划,对新用户来说我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0008", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在当前流程中,账户权限具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0009", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在当前流程中,付款方式具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0010", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于资料要求,在最新版本里我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0011", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "按照刚才的消息,活动规则具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0012", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在最新版本里资料要求是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0013", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道按照刚才的消息项目预算是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0014", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我在最新版本里活动规则为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0015", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在最新版本里请假制度是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0016", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我目前账户权限为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0017", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "对新用户来说,项目预算具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0018", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我按照刚才的消息报价变化为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0019", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这次,活动规则具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0020", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在当前流程中报价变化是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0021", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道对新用户来说交付日期是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0022", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于报价变化,在当前流程中我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0023", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于项目预算,在最新版本里我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0024", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在最新版本里退款流程是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0025", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "目前,订单状态具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0026", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于资料要求,按照刚才的消息我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0027", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "按照刚才的消息,订单状态具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0028", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在当前流程中请假制度是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0029", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "目前,付款方式具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0030", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我目前交付日期为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0031", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这次,账户权限具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0032", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "对新用户来说,交付日期具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0033", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我这次账户权限为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0034", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在当前流程中,退款流程具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0035", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在当前流程中付款方式是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0036", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我在最新版本里订单状态为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0037", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于退款流程,按照刚才的消息我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0038", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我在当前流程中交付日期为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0039", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道这次资料要求是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0040", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我目前订单状态为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0041", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于交付日期,这次我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0042", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于报价变化,目前我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0043", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我目前报价变化为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0044", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在当前流程中退款流程是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0045", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于资料要求,在当前流程中我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0046", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我对新用户来说活动规则为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0047", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道按照刚才的消息资料要求是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0048", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我目前会议安排为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0049", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "目前,活动规则具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0050", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道目前请假制度是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0051", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "按照刚才的消息,行程计划具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0052", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "按照刚才的消息,资料要求具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0053", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我这次会议安排为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0054", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在最新版本里账户权限是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0055", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我对新用户来说退款流程为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0056", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "对新用户来说,订单状态具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0057", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我对新用户来说报价变化为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0058", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在最新版本里行程计划是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0059", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于付款方式,在当前流程中我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0060", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道目前交付日期是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0061", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道按照刚才的消息付款方式是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0062", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这次,订单状态具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0063", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这次,请假制度具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0064", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于活动规则,目前我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0065", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "目前,报价变化具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0066", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于账户权限,在最新版本里我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0067", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于行程计划,按照刚才的消息我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0068", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我这次退款流程为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0069", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于请假制度,按照刚才的消息我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0070", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我按照刚才的消息资料要求为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0071", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于退款流程,在当前流程中我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0072", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在最新版本里,会议安排具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0073", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这次,报价变化具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0074", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我目前资料要求为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0075", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "对新用户来说,账户权限具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0076", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道目前报价变化是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0077", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于付款方式,按照刚才的消息我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0078", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我在当前流程中行程计划为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0079", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道目前活动规则是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0080", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于行程计划,在最新版本里我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0081", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道这次会议安排是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0082", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于退款流程,这次我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0083", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我按照刚才的消息账户权限为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0084", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我这次项目预算为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0085", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我目前行程计划为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0086", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于资料要求,这次我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0087", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道目前行程计划是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0088", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于项目预算,在当前流程中我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0089", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于账户权限,目前我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0090", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在当前流程中订单状态是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0091", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道按照刚才的消息退款流程是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0092", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我目前退款流程为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0093", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "按照刚才的消息,项目预算具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0094", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我目前活动规则为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0095", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在最新版本里报价变化是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0096", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这次,行程计划具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0097", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在最新版本里交付日期是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0098", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于订单状态,对新用户来说我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0099", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道对新用户来说项目预算是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0100", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于会议安排,在最新版本里我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0101", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我对新用户来说账户权限为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0102", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我对新用户来说订单状态为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0103", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在当前流程中,报价变化具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0104", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "对新用户来说,退款流程具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0105", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于项目预算,对新用户来说我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0106", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在最新版本里,交付日期具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0107", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在当前流程中资料要求是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0108", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于交付日期,在当前流程中我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0109", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我目前项目预算为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0110", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "对新用户来说,报价变化具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0111", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我这次请假制度为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0112", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于交付日期,按照刚才的消息我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0113", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于报价变化,在最新版本里我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0114", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在最新版本里,活动规则具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0115", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道目前资料要求是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0116", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道这次报价变化是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0117", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我在最新版本里资料要求为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0118", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我对新用户来说交付日期为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0119", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我按照刚才的消息订单状态为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0120", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在当前流程中,交付日期具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0121", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道这次活动规则是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0122", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于行程计划,目前我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0123", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "按照刚才的消息,付款方式具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0124", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道这次请假制度是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0125", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "目前,项目预算具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0126", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于订单状态,在最新版本里我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0127", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道按照刚才的消息账户权限是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0128", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于账户权限,按照刚才的消息我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0129", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我在当前流程中会议安排为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0130", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于订单状态,按照刚才的消息我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0131", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在当前流程中会议安排是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0132", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于交付日期,对新用户来说我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0133", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在最新版本里,付款方式具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0134", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在最新版本里,资料要求具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0135", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我对新用户来说付款方式为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0136", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于会议安排,在当前流程中我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0137", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我对新用户来说项目预算为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0138", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于项目预算,目前我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0139", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于活动规则,这次我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0140", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道这次付款方式是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0141", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于请假制度,这次我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0142", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我按照刚才的消息退款流程为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0143", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在最新版本里,退款流程具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0144", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我在当前流程中账户权限为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0145", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在当前流程中,资料要求具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0146", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我按照刚才的消息行程计划为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0147", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于活动规则,在最新版本里我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0148", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在最新版本里会议安排是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0149", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在当前流程中项目预算是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0150", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在当前流程中账户权限是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0151", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在最新版本里付款方式是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0152", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "目前,会议安排具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0153", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道按照刚才的消息活动规则是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0154", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我按照刚才的消息项目预算为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0155", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我这次行程计划为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0156", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我在当前流程中请假制度为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0157", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于付款方式,目前我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0158", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我这次报价变化为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0159", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于订单状态,这次我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0160", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我按照刚才的消息付款方式为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0161", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于资料要求,目前我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0162", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在当前流程中活动规则是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0163", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道对新用户来说退款流程是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0164", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我在最新版本里请假制度为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0165", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道这次项目预算是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0166", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我在当前流程中订单状态为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0167", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于付款方式,在最新版本里我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0168", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "目前,请假制度具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0169", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道目前会议安排是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0170", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道在最新版本里活动规则是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0171", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "你知道这次订单状态是什么情况吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0172", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于账户权限,这次我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0173", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在当前流程中,请假制度具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0174", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "能告诉我在最新版本里会议安排为什么发生变化吗?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0175", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于活动规则,在当前流程中我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0176", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在最新版本里,行程计划具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0177", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "按照刚才的消息,请假制度具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0178", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "在最新版本里,账户权限具体是怎么安排的?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0179", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于会议安排,按照刚才的消息我还需要提供什么信息?"} +{"complaint": false, "family": "information_question", "id": "train-zh-Hans-information_question-0180", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "关于账户权限,对新用户来说我还需要提供什么信息?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0001", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想下班以后开会,地点在火车站,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0002", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想月底前开会,地点在五号会议室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0003", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想周三晚上看电影,地点在火车站,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0004", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周三晚上一起喝咖啡?可以在客户办公室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0005", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要这个周末一起吃饭?可以在园区咖啡厅见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0006", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点方便参加线上沟通吗?我们约在老地方。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0007", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这个周末方便参加客户拜访吗?我们约在园区咖啡厅。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0008", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要明天下午三点一起线上沟通?可以在公司楼下见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0009", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这个周末方便参加看电影吗?我们约在园区咖啡厅。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0010", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要月底前一起开会?可以在线上会议室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0011", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想下周一中午周末聚会,地点在五号会议室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0012", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要月底前一起项目评审?可以在老地方见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0013", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要这个周末一起吃饭?可以在线上会议室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0014", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "明天下午三点方便参加看电影吗?我们约在老地方。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0015", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上方便参加线上沟通吗?我们约在园区咖啡厅。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0016", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午在线上会议室周末聚会,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0017", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上在客户办公室项目评审,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0018", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午方便参加项目评审吗?我们约在公司楼下。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0019", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点在火车站项目评审,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0020", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "明天下午三点方便参加客户拜访吗?我们约在线上会议室。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0021", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点方便参加周末聚会吗?我们约在火车站。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0022", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点方便参加项目评审吗?我们约在老地方。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0023", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前在园区咖啡厅开会,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0024", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要这个周末一起喝咖啡?可以在园区咖啡厅见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0025", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这个周末方便参加线上沟通吗?我们约在客户办公室。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0026", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周五上午一起喝咖啡?可以在公司楼下见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0027", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周五上午一起看电影?可以在客户办公室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0028", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想下班以后客户拜访,地点在线上会议室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0029", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要今晚七点一起客户拜访?可以在公司楼下见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0030", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后方便参加项目评审吗?我们约在火车站。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0031", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前在老地方项目评审,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0032", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这个周末方便参加项目评审吗?我们约在客户办公室。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0033", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想月底前吃饭,地点在五号会议室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0034", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要这个周末一起看电影?可以在公司楼下见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0035", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午在望京店开会,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0036", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想明天下午三点周末聚会,地点在公司楼下,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0037", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想下周一中午客户拜访,地点在园区咖啡厅,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0038", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后在五号会议室喝咖啡,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0039", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午在线上会议室看电影,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0040", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上在望京店看电影,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0041", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前在老地方开会,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0042", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周三晚上一起线上沟通?可以在老地方见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0043", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周五上午一起项目评审?可以在老地方见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0044", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午在望京店看电影,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0045", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要今晚七点一起看电影?可以在老地方见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0046", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周三晚上一起项目评审?可以在五号会议室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0047", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午方便参加项目评审吗?我们约在线上会议室。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0048", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要下周一中午一起喝咖啡?可以在望京店见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0049", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "明天下午三点方便参加客户拜访吗?我们约在公司楼下。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0050", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这个周末在园区咖啡厅吃饭,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0051", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周五上午一起吃饭?可以在公司楼下见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0052", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要明天下午三点一起开会?可以在望京店见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0053", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后在园区咖啡厅看电影,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0054", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前方便参加开会吗?我们约在老地方。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0055", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想今晚七点项目评审,地点在线上会议室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0056", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要月底前一起吃饭?可以在客户办公室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0057", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点在五号会议室开会,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0058", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要明天下午三点一起周末聚会?可以在客户办公室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0059", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前方便参加吃饭吗?我们约在老地方。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0060", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想月底前看电影,地点在线上会议室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0061", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周五上午一起项目评审?可以在五号会议室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0062", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想今晚七点看电影,地点在线上会议室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0063", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点在五号会议室吃饭,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0064", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周五上午一起周末聚会?可以在望京店见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0065", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要明天下午三点一起开会?可以在线上会议室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0066", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想这个周末客户拜访,地点在望京店,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0067", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周五上午一起项目评审?可以在线上会议室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0068", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想明天下午三点周末聚会,地点在五号会议室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0069", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点在客户办公室喝咖啡,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0070", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上方便参加开会吗?我们约在线上会议室。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0071", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周三晚上一起看电影?可以在园区咖啡厅见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0072", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午在客户办公室线上沟通,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0073", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上方便参加周末聚会吗?我们约在火车站。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0074", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想月底前项目评审,地点在公司楼下,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0075", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要下班以后一起喝咖啡?可以在园区咖啡厅见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0076", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周三晚上一起项目评审?可以在客户办公室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0077", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点在望京店喝咖啡,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0078", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午在客户办公室周末聚会,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0079", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午在老地方喝咖啡,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0080", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上方便参加线上沟通吗?我们约在火车站。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0081", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点方便参加开会吗?我们约在园区咖啡厅。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0082", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午在火车站项目评审,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0083", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要下周一中午一起开会?可以在老地方见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0084", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要今晚七点一起吃饭?可以在公司楼下见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0085", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午在五号会议室线上沟通,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0086", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周五上午一起线上沟通?可以在线上会议室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0087", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想下周一中午喝咖啡,地点在线上会议室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0088", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这个周末方便参加周末聚会吗?我们约在公司楼下。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0089", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午在老地方喝咖啡,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0090", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想周五上午线上沟通,地点在火车站,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0091", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午在公司楼下喝咖啡,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0092", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午在园区咖啡厅吃饭,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0093", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后在线上会议室喝咖啡,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0094", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午方便参加客户拜访吗?我们约在老地方。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0095", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要下周一中午一起吃饭?可以在线上会议室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0096", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要下周一中午一起吃饭?可以在园区咖啡厅见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0097", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要下班以后一起看电影?可以在园区咖啡厅见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0098", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上方便参加看电影吗?我们约在客户办公室。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0099", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午方便参加客户拜访吗?我们约在园区咖啡厅。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0100", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要明天下午三点一起喝咖啡?可以在客户办公室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0101", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要月底前一起线上沟通?可以在老地方见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0102", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午在线上会议室喝咖啡,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0103", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午方便参加喝咖啡吗?我们约在望京店。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0104", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想下周一中午线上沟通,地点在园区咖啡厅,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0105", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想下周一中午线上沟通,地点在客户办公室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0106", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要明天下午三点一起吃饭?可以在老地方见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0107", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要今晚七点一起看电影?可以在望京店见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0108", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周三晚上一起吃饭?可以在望京店见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0109", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想周五上午吃饭,地点在客户办公室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0110", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午方便参加看电影吗?我们约在老地方。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0111", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想今晚七点线上沟通,地点在老地方,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0112", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想这个周末喝咖啡,地点在火车站,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0113", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后在客户办公室客户拜访,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0114", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前在火车站周末聚会,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0115", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要下班以后一起项目评审?可以在客户办公室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0116", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想下周一中午开会,地点在火车站,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0117", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前方便参加周末聚会吗?我们约在公司楼下。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0118", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想明天下午三点周末聚会,地点在望京店,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0119", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午在公司楼下客户拜访,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0120", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午在五号会议室开会,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0121", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上在园区咖啡厅客户拜访,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0122", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要周三晚上一起线上沟通?可以在火车站见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0123", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想下班以后吃饭,地点在园区咖啡厅,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0124", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想这个周末看电影,地点在客户办公室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0125", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "明天下午三点方便参加线上沟通吗?我们约在线上会议室。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0126", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点在五号会议室项目评审,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0127", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要下班以后一起周末聚会?可以在公司楼下见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0128", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要这个周末一起吃饭?可以在老地方见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0129", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前在火车站线上沟通,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0130", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "明天下午三点在火车站周末聚会,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0131", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午方便参加看电影吗?我们约在公司楼下。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0132", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想这个周末喝咖啡,地点在望京店,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0133", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想下班以后周末聚会,地点在公司楼下,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0134", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想明天下午三点项目评审,地点在园区咖啡厅,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0135", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后方便参加周末聚会吗?我们约在老地方。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0136", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后方便参加吃饭吗?我们约在园区咖啡厅。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0137", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这个周末方便参加线上沟通吗?我们约在五号会议室。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0138", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午方便参加开会吗?我们约在园区咖啡厅。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0139", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上在园区咖啡厅项目评审,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0140", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上方便参加喝咖啡吗?我们约在火车站。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0141", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要月底前一起开会?可以在客户办公室见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0142", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后在线上会议室线上沟通,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0143", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想周三晚上线上沟通,地点在客户办公室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0144", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要明天下午三点一起客户拜访?可以在望京店见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0145", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "明天下午三点方便参加开会吗?我们约在五号会议室。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0146", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这个周末方便参加看电影吗?我们约在老地方。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0147", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后在园区咖啡厅线上沟通,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0148", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点在园区咖啡厅开会,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0149", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后方便参加开会吗?我们约在老地方。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0150", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想周三晚上开会,地点在望京店,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0151", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前方便参加周末聚会吗?我们约在园区咖啡厅。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0152", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想今晚七点线上沟通,地点在五号会议室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0153", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上在五号会议室项目评审,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0154", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想月底前喝咖啡,地点在老地方,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0155", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这个周末方便参加周末聚会吗?我们约在火车站。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0156", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周五上午方便参加看电影吗?我们约在公司楼下。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0157", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想月底前看电影,地点在园区咖啡厅,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0158", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想下周一中午开会,地点在客户办公室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0159", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想下班以后看电影,地点在园区咖啡厅,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0160", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "明天下午三点在火车站线上沟通,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0161", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后方便参加看电影吗?我们约在老地方。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0162", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "这个周末在五号会议室项目评审,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0163", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想周五上午看电影,地点在公司楼下,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0164", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "明天下午三点在五号会议室喝咖啡,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0165", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "要不要明天下午三点一起周末聚会?可以在望京店见。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0166", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想周三晚上客户拜访,地点在公司楼下,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0167", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "月底前在火车站开会,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0168", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想今晚七点周末聚会,地点在五号会议室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0169", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点在线上会议室线上沟通,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0170", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想下周一中午线上沟通,地点在五号会议室,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0171", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "周三晚上方便参加吃饭吗?我们约在线上会议室。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0172", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午方便参加吃饭吗?我们约在五号会议室。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0173", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点方便参加吃饭吗?我们约在客户办公室。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0174", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "明天下午三点方便参加线上沟通吗?我们约在园区咖啡厅。"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0175", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下班以后在火车站吃饭,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0176", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "下周一中午在线上会议室看电影,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0177", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想周五上午项目评审,地点在望京店,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0178", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想明天下午三点喝咖啡,地点在老地方,你有空吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0179", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "今晚七点在火车站客户拜访,你能来吗?"} +{"complaint": false, "family": "invitation_question", "id": "train-zh-Hans-invitation_question-0180", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": false, "text": "我们想月底前喝咖啡,地点在客户办公室,你有空吗?"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据市场分析,部分地区出现延误。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "材料记录了一个负面事实:成本比去年增加。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料提到调查发现明显风险,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料提到调查发现明显风险,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告指出天气造成航班取消,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据新闻文章,部分地区出现延误。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告指出调查发现明显风险,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "材料记录了一个负面事实:供应出现短期波动。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告指出成本比去年增加,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据行业报告,部分地区出现延误。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告指出项目曾经暂停,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "材料记录了一个负面事实:结果未达到预期。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据会议记录,项目曾经暂停。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析指出部分地区出现延误,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据历史资料,结果未达到预期。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析指出项目曾经暂停,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "材料记录了一个负面事实:调查发现明显风险。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "材料记录了一个负面事实:部分地区出现延误。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据历史资料,销量有所下降。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据历史资料,调查发现明显风险。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据行业报告,成本比去年增加。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章指出部分地区出现延误,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料指出项目曾经暂停,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章提到调查发现明显风险,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据研究材料,项目曾经暂停。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料提到成本比去年增加,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据市场分析,结果未达到预期。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据历史资料,天气造成航班取消。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据新闻文章,销量有所下降。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据会议记录,部分地区出现延误。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析提到天气造成航班取消,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告提到部分地区出现延误,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据新闻文章,供应出现短期波动。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章提到销量有所下降,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告提到结果未达到预期,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析提到销量有所下降,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料提到部分地区出现延误,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "材料记录了一个负面事实:天气造成航班取消。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "材料记录了一个负面事实:项目曾经暂停。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料指出销量有所下降,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析提到成本比去年增加,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料指出销量有所下降,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "材料记录了一个负面事实:销量有所下降。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料提到销量有所下降,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章提到部分地区出现延误,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0046", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料提到项目曾经暂停,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0047", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料提到供应出现短期波动,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0048", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告指出部分地区出现延误,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0049", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料指出天气造成航班取消,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0050", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料提到部分地区出现延误,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0051", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章指出销量有所下降,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0052", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料指出结果未达到预期,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0053", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据会议记录,结果未达到预期。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0054", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据市场分析,调查发现明显风险。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0055", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据行业报告,供应出现短期波动。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0056", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析提到部分地区出现延误,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0057", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析指出成本比去年增加,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0058", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料提到结果未达到预期,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0059", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录提到部分地区出现延误,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0060", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据历史资料,项目曾经暂停。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0061", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据市场分析,项目曾经暂停。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0062", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告指出结果未达到预期,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0063", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据市场分析,成本比去年增加。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0064", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料指出调查发现明显风险,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0065", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料提到项目曾经暂停,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0066", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告提到供应出现短期波动,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0067", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据行业报告,调查发现明显风险。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0068", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据历史资料,部分地区出现延误。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0069", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录提到调查发现明显风险,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0070", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据市场分析,销量有所下降。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0071", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据会议记录,天气造成航班取消。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0072", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告提到天气造成航班取消,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0073", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据会议记录,成本比去年增加。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0074", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章指出结果未达到预期,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0075", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析提到供应出现短期波动,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0076", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章提到结果未达到预期,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0077", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据会议记录,供应出现短期波动。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0078", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析指出供应出现短期波动,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0079", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料指出部分地区出现延误,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0080", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据会议记录,销量有所下降。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0081", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据研究材料,调查发现明显风险。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0082", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析指出销量有所下降,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0083", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料指出成本比去年增加,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0084", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据研究材料,成本比去年增加。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0085", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章指出天气造成航班取消,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0086", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章指出成本比去年增加,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0087", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料提到销量有所下降,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0088", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录提到供应出现短期波动,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0089", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录指出天气造成航班取消,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0090", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录指出销量有所下降,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0091", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录指出部分地区出现延误,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0092", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章提到天气造成航班取消,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0093", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料指出项目曾经暂停,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0094", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据新闻文章,调查发现明显风险。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0095", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据会议记录,调查发现明显风险。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0096", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录提到成本比去年增加,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0097", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据研究材料,结果未达到预期。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0098", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据历史资料,成本比去年增加。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0099", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据行业报告,销量有所下降。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0100", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料指出调查发现明显风险,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0101", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析指出调查发现明显风险,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0102", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料提到供应出现短期波动,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0103", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录提到销量有所下降,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0104", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录指出调查发现明显风险,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0105", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据研究材料,销量有所下降。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0106", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告提到成本比去年增加,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0107", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录指出结果未达到预期,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0108", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录指出供应出现短期波动,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0109", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章指出调查发现明显风险,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0110", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章提到供应出现短期波动,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0111", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析提到项目曾经暂停,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0112", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章提到项目曾经暂停,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0113", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据行业报告,项目曾经暂停。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0114", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料提到天气造成航班取消,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0115", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据研究材料,部分地区出现延误。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0116", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料指出供应出现短期波动,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0117", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料指出成本比去年增加,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0118", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录提到结果未达到预期,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0119", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析提到结果未达到预期,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0120", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据新闻文章,结果未达到预期。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0121", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据研究材料,天气造成航班取消。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0122", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析提到调查发现明显风险,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0123", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告指出供应出现短期波动,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0124", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据新闻文章,成本比去年增加。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0125", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料指出结果未达到预期,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0126", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告提到调查发现明显风险,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0127", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录提到天气造成航班取消,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0128", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料提到结果未达到预期,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0129", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据行业报告,结果未达到预期。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0130", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据新闻文章,天气造成航班取消。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0131", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告提到项目曾经暂停,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0132", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据行业报告,天气造成航班取消。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0133", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料提到成本比去年增加,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0134", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章提到成本比去年增加,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0135", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据研究材料,供应出现短期波动。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0136", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据新闻文章,项目曾经暂停。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0137", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章指出供应出现短期波动,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0138", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告指出销量有所下降,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0139", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料指出部分地区出现延误,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0140", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "研究材料指出天气造成航班取消,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0141", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录指出项目曾经暂停,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0142", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析指出天气造成航班取消,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0143", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "新闻文章指出项目曾经暂停,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0144", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据历史资料,供应出现短期波动。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0145", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "市场分析指出结果未达到预期,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0146", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "行业报告提到销量有所下降,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0147", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "根据市场分析,天气造成航班取消。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0148", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "会议记录提到项目曾经暂停,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0149", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料提到天气造成航班取消,并分析了原因。"} +{"complaint": false, "family": "negative_news", "id": "train-zh-Hans-negative_news-0150", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "train", "task": false, "text": "历史资料指出供应出现短期波动,这是客观描述,不是用户投诉。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,课程目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:航班地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,文档需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明门店由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,项目地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "门店安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "快递将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,活动包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明订单包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:门店状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明系统维护编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明门店安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明会议状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明快递将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明项目包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,系统维护包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,文档安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:会议需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明门店编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:项目由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:门店编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,会议目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明快递目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明课程持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:课程状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "航班由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明项目状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,门店状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:文档需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:课程编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:项目持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:快递编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:订单由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明快递地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,航班将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:订单地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "系统维护地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明活动包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "项目将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明课程包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "门店将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明活动需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,课程持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:订单将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0046", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,会议包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0047", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:活动持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0048", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "航班编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0049", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:航班由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0050", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "活动目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0051", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明活动地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0052", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明课程目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0053", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "订单状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0054", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:门店安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0055", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:文档目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0056", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:航班编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0057", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "航班包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0058", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,订单地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0059", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,文档包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0060", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,课程将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0061", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,系统维护持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0062", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "活动编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0063", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:活动包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0064", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "项目需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0065", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "订单将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0066", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "订单持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0067", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,航班安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0068", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,文档编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0069", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "门店编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0070", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "订单由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0071", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:系统维护编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0072", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:航班将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0073", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明订单持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0074", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "航班地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0075", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,航班编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0076", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:活动需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0077", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,航班目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0078", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,项目状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0079", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,航班包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0080", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明课程地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0081", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "项目包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0082", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:航班目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0083", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "快递状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0084", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "快递地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0085", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,项目持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0086", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,项目将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0087", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明项目将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0088", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,活动由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0089", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "活动持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0090", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明订单编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0091", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明活动持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0092", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,项目目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0093", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "系统维护需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0094", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:项目地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0095", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "快递编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0096", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "门店状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0097", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明会议需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0098", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,航班状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0099", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:快递需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0100", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明活动目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0101", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明门店持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0102", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,会议需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0103", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明文档状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0104", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,课程状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0105", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "活动由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0106", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明系统维护目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0107", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0108", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,订单将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0109", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "活动安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0110", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明门店目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0111", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明快递由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0112", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明文档包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0113", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "航班安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0114", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明课程编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0115", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "快递持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0116", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:会议由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0117", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明项目安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0118", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:系统维护包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0119", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明项目由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0120", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:快递将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0121", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文档状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0122", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,活动需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0123", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "快递需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0124", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明会议持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0125", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:项目状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0126", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "快递包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0127", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,项目需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0128", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:系统维护状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0129", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:文档由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0130", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明课程将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0131", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "活动地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0132", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:项目编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0133", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明系统维护需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0134", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:订单需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0135", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明航班包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0136", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,文档将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0137", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,订单编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0138", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明文档目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0139", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,系统维护编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0140", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,系统维护安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0141", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明航班安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0142", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:订单包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0143", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明订单地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0144", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,课程安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0145", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明系统维护由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0146", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "课程地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0147", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0148", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明快递持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0149", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,活动将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0150", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:活动由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0151", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文档将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0152", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "门店包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0153", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明快递状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0154", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:门店目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0155", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "课程持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0156", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明项目持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0157", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:活动安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0158", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "订单安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0159", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:活动地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0160", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:项目将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0161", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "订单编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0162", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明快递包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0163", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,快递地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0164", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,订单包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0165", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明活动状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0166", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明课程需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0167", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明会议包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0168", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,门店由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0169", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明文档将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0170", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明系统维护地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0171", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文档由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0172", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:系统维护将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0173", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这段文字只说明活动由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0174", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "航班目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0175", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,课程需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0176", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,课程由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0177", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:文档持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0178", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:课程将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0179", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "当前记录:文档状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "train-zh-Hans-neutral_fact-0180", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "资料显示,系统维护状态已经更新。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,新的语音识别比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,客服处理比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "客服处理让我很满意,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢翻译结果,实际使用时效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢问题修复,实际使用时准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "新的语音识别处理得很及时,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,新的语音识别准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,界面调整非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "客服处理非常顺畅,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "确实解决了问题,说明新的语音识别做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "新的语音识别比以前方便,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢新的语音识别,实际使用时让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "翻译结果明显更稳定,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "界面调整让我很满意,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢客服处理,实际使用时处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢键盘体验,实际使用时让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,问题修复处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,同步速度处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "确实解决了问题,说明这次更新做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢翻译结果,实际使用时处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "明显更稳定,说明翻译结果做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "翻译结果准确了很多,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "新的语音识别明显更稳定,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,界面调整让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "确实解决了问题,说明问题修复做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢这次更新,实际使用时比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢同步速度,实际使用时比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "客服处理比以前方便,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,界面调整处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "准确了很多,说明键盘体验做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢界面调整,实际使用时效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢客服处理,实际使用时准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢新的语音识别,实际使用时确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "键盘体验确实解决了问题,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "让我很满意,说明新的语音识别做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "问题修复让我很满意,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢新的语音识别,实际使用时明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "这次更新比以前方便,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,翻译结果让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "同步速度处理得很及时,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,键盘体验明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "效果超出预期,说明翻译结果做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢键盘体验,实际使用时非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢新的语音识别,实际使用时效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "确实解决了问题,说明界面调整做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0046", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢同步速度,实际使用时效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0047", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,同步速度非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0048", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢新的语音识别,实际使用时比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0049", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢客服处理,实际使用时明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0050", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "准确了很多,说明问题修复做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0051", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢界面调整,实际使用时准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0052", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,键盘体验处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0053", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,这次更新让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0054", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "处理得很及时,说明翻译结果做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0055", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,界面调整明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0056", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,问题修复确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0057", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "确实解决了问题,说明同步速度做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0058", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "比以前方便,说明这次更新做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0059", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "效果超出预期,说明键盘体验做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0060", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢客服处理,实际使用时效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0061", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "问题修复明显更稳定,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0062", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "准确了很多,说明新的语音识别做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0063", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢键盘体验,实际使用时确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0064", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,客服处理非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0065", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢同步速度,实际使用时确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0066", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,问题修复准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0067", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢翻译结果,实际使用时确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0068", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,界面调整准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0069", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "处理得很及时,说明键盘体验做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0070", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,新的语音识别非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0071", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,键盘体验确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0072", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,问题修复非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0073", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "这次更新确实解决了问题,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0074", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "确实解决了问题,说明翻译结果做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0075", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢问题修复,实际使用时让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0076", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "让我很满意,说明键盘体验做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0077", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢客服处理,实际使用时比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0078", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,客服处理准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0079", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "处理得很及时,说明界面调整做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0080", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,键盘体验让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0081", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,这次更新非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0082", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,这次更新明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0083", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "同步速度让我很满意,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0084", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "明显更稳定,说明新的语音识别做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0085", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢问题修复,实际使用时非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0086", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢这次更新,实际使用时效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0087", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "键盘体验非常顺畅,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0088", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "非常顺畅,说明新的语音识别做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0089", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "非常顺畅,说明这次更新做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0090", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "明显更稳定,说明同步速度做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0091", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "非常顺畅,说明界面调整做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0092", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "准确了很多,说明这次更新做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0093", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "这次更新让我很满意,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0094", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,翻译结果非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0095", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢问题修复,实际使用时效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0096", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,翻译结果准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0097", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "处理得很及时,说明这次更新做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0098", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢问题修复,实际使用时比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0099", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,客服处理效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0100", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "界面调整效果超出预期,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0101", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "界面调整准确了很多,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0102", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢客服处理,实际使用时非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0103", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,这次更新比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0104", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "效果超出预期,说明界面调整做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0105", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,同步速度确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0106", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢翻译结果,实际使用时非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0107", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "新的语音识别确实解决了问题,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0108", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "比以前方便,说明键盘体验做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0109", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,客服处理让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0110", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "客服处理确实解决了问题,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0111", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢这次更新,实际使用时明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0112", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "键盘体验效果超出预期,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0113", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,翻译结果明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0114", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "界面调整非常顺畅,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0115", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "比以前方便,说明问题修复做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0116", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢界面调整,实际使用时非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0117", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "同步速度准确了很多,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0118", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "确实解决了问题,说明键盘体验做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0119", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢同步速度,实际使用时准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0120", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "效果超出预期,说明问题修复做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0121", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "让我很满意,说明界面调整做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0122", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,这次更新效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0123", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢这次更新,实际使用时准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0124", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "同步速度确实解决了问题,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0125", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,同步速度效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0126", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "新的语音识别效果超出预期,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0127", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "非常顺畅,说明同步速度做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0128", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢问题修复,实际使用时处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0129", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "客服处理处理得很及时,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0130", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "非常顺畅,说明客服处理做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0131", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢翻译结果,实际使用时明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0132", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,同步速度准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0133", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢界面调整,实际使用时确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0134", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "效果超出预期,说明客服处理做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0135", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "准确了很多,说明客服处理做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0136", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "准确了很多,说明翻译结果做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0137", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "让我很满意,说明客服处理做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0138", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "问题修复准确了很多,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0139", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "键盘体验处理得很及时,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0140", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "明显更稳定,说明这次更新做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0141", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢同步速度,实际使用时处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0142", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "让我很满意,说明这次更新做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0143", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "明显更稳定,说明界面调整做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0144", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,这次更新处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0145", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "处理得很及时,说明客服处理做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0146", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "键盘体验比以前方便,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0147", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "比以前方便,说明同步速度做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0148", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "客服处理准确了很多,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0149", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "明显更稳定,说明客服处理做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0150", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,这次更新确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0151", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "同步速度效果超出预期,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0152", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "新的语音识别让我很满意,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0153", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,键盘体验比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0154", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢同步速度,实际使用时让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0155", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "比以前方便,说明翻译结果做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0156", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢问题修复,实际使用时明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0157", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "键盘体验让我很满意,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0158", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "明显更稳定,说明问题修复做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0159", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢这次更新,实际使用时让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0160", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "让我很满意,说明问题修复做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0161", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,界面调整比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0162", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "同步速度比以前方便,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0163", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "这次更新非常顺畅,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0164", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,问题修复让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0165", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,客服处理确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0166", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,翻译结果确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0167", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "键盘体验明显更稳定,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0168", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,界面调整效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0169", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "同步速度明显更稳定,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0170", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢这次更新,实际使用时非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0171", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "非常顺畅,说明问题修复做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0172", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,新的语音识别确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0173", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢键盘体验,实际使用时比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0174", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "这次更新处理得很及时,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0175", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢键盘体验,实际使用时效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0176", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "必须表扬一下,同步速度让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0177", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "这次更新准确了很多,谢谢你们的努力。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0178", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "效果超出预期,说明这次更新做得很成功。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0179", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "我很喜欢键盘体验,实际使用时准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "train-zh-Hans-positive_feedback-0180", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "train", "task": false, "text": "处理得很及时,说明新的语音识别做得很成功。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文章里写着“资料要求是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议记录保留了问题“付款方式为什么变化?”,但问题已经回答。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议记录保留了问题“订单状态为什么变化?”,但问题已经回答。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "标题用了问句:会议安排最终确定了吗?正文并不要求读者回复。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "标题用了问句:资料要求最终确定了吗?正文并不要求读者回复。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料举例说“你知道行程计划吗?”。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "标题用了问句:项目预算最终确定了吗?正文并不要求读者回复。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "标题用了问句:退款流程最终确定了吗?正文并不要求读者回复。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料举例说“你知道项目预算吗?”。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "标题用了问句:请假制度最终确定了吗?正文并不要求读者回复。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料举例说“你知道活动规则吗?”。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议记录保留了问题“交付日期为什么变化?”,但问题已经回答。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议记录保留了问题“账户权限为什么变化?”,但问题已经回答。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客服记录里写着“订单状态是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议记录保留了问题“请假制度为什么变化?”,但问题已经回答。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "标题用了问句:账户权限最终确定了吗?正文并不要求读者回复。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议纪要里写着“请假制度是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "标题用了问句:订单状态最终确定了吗?正文并不要求读者回复。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "标题用了问句:交付日期最终确定了吗?正文并不要求读者回复。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议记录保留了问题“报价变化为什么变化?”,但问题已经回答。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文章里写着“行程计划是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文章里写着“退款流程是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料举例说“你知道付款方式吗?”。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客服记录里写着“会议安排是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料举例说“你知道退款流程吗?”。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料里写着“退款流程是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议记录保留了问题“会议安排为什么变化?”,但问题已经回答。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议记录保留了问题“退款流程为什么变化?”,但问题已经回答。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议记录保留了问题“资料要求为什么变化?”,但问题已经回答。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "新闻里写着“退款流程是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "标题用了问句:付款方式最终确定了吗?正文并不要求读者回复。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "新闻里写着“订单状态是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料举例说“你知道资料要求吗?”。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "报告里写着“会议安排是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "新闻里写着“会议安排是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文章里写着“会议安排是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客服记录里写着“交付日期是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料里写着“资料要求是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料举例说“你知道账户权限吗?”。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议纪要里写着“账户权限是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料举例说“你知道交付日期吗?”。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料举例说“你知道报价变化吗?”。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料举例说“你知道订单状态吗?”。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客服记录里写着“行程计划是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料举例说“你知道会议安排吗?”。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0046", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "标题用了问句:行程计划最终确定了吗?正文并不要求读者回复。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0047", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "报告里写着“报价变化是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0048", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "标题用了问句:报价变化最终确定了吗?正文并不要求读者回复。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0049", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客服记录里写着“活动规则是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0050", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "新闻里写着“账户权限是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0051", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客服记录里写着“报价变化是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0052", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客服记录里写着“资料要求是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0053", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "新闻里写着“请假制度是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0054", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "新闻里写着“交付日期是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0055", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客服记录里写着“退款流程是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0056", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "新闻里写着“报价变化是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0057", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文章里写着“付款方式是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0058", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料举例说“你知道请假制度吗?”。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0059", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "报告里写着“项目预算是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0060", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议记录保留了问题“行程计划为什么变化?”,但问题已经回答。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0061", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料里写着“订单状态是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0062", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议记录保留了问题“活动规则为什么变化?”,但问题已经回答。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0063", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料里写着“付款方式是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0064", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议记录保留了问题“项目预算为什么变化?”,但问题已经回答。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0065", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "标题用了问句:活动规则最终确定了吗?正文并不要求读者回复。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0066", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "新闻里写着“资料要求是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0067", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "新闻里写着“付款方式是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0068", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文章里写着“订单状态是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0069", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议纪要里写着“订单状态是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0070", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议纪要里写着“交付日期是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0071", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "报告里写着“活动规则是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0072", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料里写着“会议安排是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0073", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客服记录里写着“项目预算是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0074", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "报告里写着“订单状态是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0075", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文章里写着“报价变化是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0076", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "报告里写着“交付日期是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0077", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料里写着“交付日期是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0078", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "报告里写着“付款方式是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0079", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议纪要里写着“退款流程是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0080", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "报告里写着“账户权限是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0081", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料里写着“账户权限是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0082", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料里写着“请假制度是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0083", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议纪要里写着“报价变化是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0084", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料里写着“行程计划是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0085", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "培训材料里写着“项目预算是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0086", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议纪要里写着“资料要求是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0087", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文章里写着“交付日期是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0088", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文章里写着“请假制度是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0089", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "新闻里写着“活动规则是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0090", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "新闻里写着“行程计划是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0091", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议纪要里写着“会议安排是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0092", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "报告里写着“请假制度是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0093", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议纪要里写着“项目预算是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0094", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "新闻里写着“项目预算是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0095", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文章里写着“活动规则是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0096", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "文章里写着“账户权限是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0097", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议纪要里写着“行程计划是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0098", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "报告里写着“行程计划是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0099", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "客服记录里写着“请假制度是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "quoted_question", "id": "train-zh-Hans-quoted_question-0100", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "会议纪要里写着“活动规则是什么情况?”,这里只是在引用原文。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备明天上午自己更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备月底以前自己更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,收到消息后补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备明天上午自己补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是下次会议前准备演示文稿,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我正在考虑什么时候准备演示文稿。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是我的个人计划,不是给别人的任务:核对发票信息。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,周五之前整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我正在考虑什么时候整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备下午三点前自己联系客户。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,下次会议前更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是我的个人计划,不是给别人的任务:预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备收到消息后自己发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:联系客户,计划月底以前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是下次会议前整理新版 PRD,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备周五之前自己准备演示文稿。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是下午三点前分享交付计划,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备明天上午自己发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:预约会议室,计划周五之前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,周五之前准备演示文稿。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是我的个人计划,不是给别人的任务:准备演示文稿。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是我的个人计划,不是给别人的任务:分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我正在考虑什么时候提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:补充风险清单,计划本周内开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是本周内预约会议室,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,下午三点前提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是我的个人计划,不是给别人的任务:联系客户。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,今天下班前汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备本周内自己准备演示文稿。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,本周内提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是我的个人计划,不是给别人的任务:整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我正在考虑什么时候预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我正在考虑什么时候分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是收到消息后汇总测试结果,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是收到消息后联系客户,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备下午三点前自己分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我正在考虑什么时候更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是收到消息后提交合同附件,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:汇总测试结果,计划收到消息后开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:本周内更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备下次会议前自己补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,周五之前发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我正在考虑什么时候汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,下午三点前分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备月底以前自己预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0046", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是今天下班前分享交付计划,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0047", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:明天上午提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0048", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,月底以前补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0049", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是我的个人计划,不是给别人的任务:提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0050", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,收到消息后核对发票信息。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0051", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是我的个人计划,不是给别人的任务:确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0052", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备本周内自己补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0053", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我正在考虑什么时候核对发票信息。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0054", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:整理新版 PRD,计划下午三点前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0055", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:发送会议纪要,计划下次会议前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0056", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我正在考虑什么时候发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0057", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备周五之前自己汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0058", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是本周内准备演示文稿,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0059", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是我的个人计划,不是给别人的任务:汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0060", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:月底以前汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0061", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是我的个人计划,不是给别人的任务:更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0062", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,周五之前确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0063", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是今天下班前汇总测试结果,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0064", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:月底以前核对发票信息。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0065", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是周五之前汇总测试结果,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0066", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,下次会议前核对发票信息。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0067", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是下午三点前更新报价单,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0068", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:确认项目排期,计划本周内开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0069", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:补充风险清单,计划收到消息后开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0070", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备收到消息后自己更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0071", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备收到消息后自己准备演示文稿。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0072", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:联系客户,计划下次会议前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0073", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:周五之前发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0074", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:明天上午核对发票信息。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0075", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:今天下班前整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0076", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是下午三点前预约会议室,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0077", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是月底以前预约会议室,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0078", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备周五之前自己提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0079", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我正在考虑什么时候补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0080", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,下次会议前联系客户。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0081", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,收到消息后汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0082", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,周五之前预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0083", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:本周内补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0084", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:准备演示文稿,计划本周内开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0085", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:核对发票信息,计划月底以前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0086", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,本周内联系客户。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0087", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是我的个人计划,不是给别人的任务:补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0088", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备收到消息后自己提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0089", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:明天上午发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0090", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是下午三点前核对发票信息,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0091", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:核对发票信息,计划今天下班前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0092", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备本周内自己提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0093", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是今天下班前提交合同附件,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0094", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是明天上午核对发票信息,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0095", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,本周内预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0096", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,下午三点前整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0097", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:补充风险清单,计划下次会议前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0098", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是月底以前整理新版 PRD,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0099", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我正在考虑什么时候联系客户。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0100", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,本周内分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0101", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备月底以前自己准备演示文稿。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0102", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,月底以前准备演示文稿。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0103", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备明天上午自己分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0104", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:确认项目排期,计划收到消息后开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0105", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是明天上午更新报价单,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0106", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备明天上午自己汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0107", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:今天下班前发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0108", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:收到消息后分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0109", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,下午三点前汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0110", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:联系客户,计划明天上午开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0111", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:月底以前补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0112", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:下次会议前预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0113", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:提交合同附件,计划今天下班前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0114", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,收到消息后联系客户。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0115", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:准备演示文稿,计划今天下班前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0116", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:收到消息后提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0117", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备本周内自己预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0118", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:下午三点前整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0119", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:月底以前确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0120", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:分享交付计划,计划本周内开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0121", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:补充风险清单,计划明天上午开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0122", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:整理新版 PRD,计划今天下班前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0123", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备今天下班前自己预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0124", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,月底以前提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0125", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:下午三点前发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0126", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,下午三点前准备演示文稿。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0127", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是收到消息后更新报价单,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0128", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是本周内确认项目排期,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0129", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备本周内自己更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0130", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,下次会议前确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0131", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:补充风险清单,计划周五之前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0132", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备下午三点前自己补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0133", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,下午三点前预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0134", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备周五之前自己确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0135", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我正在考虑什么时候确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0136", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备下午三点前自己整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0137", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,收到消息后更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0138", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是周五之前确认项目排期,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0139", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,明天上午确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0140", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,月底以前联系客户。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0141", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:下次会议前发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0142", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是月底以前更新报价单,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0143", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备明天上午自己确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0144", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,明天上午预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0145", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:下午三点前补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0146", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是月底以前补充风险清单,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0147", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:核对发票信息,计划收到消息后开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0148", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:月底以前更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0149", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,下次会议前发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0150", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这是我的个人计划,不是给别人的任务:发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0151", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:分享交付计划,计划明天上午开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0152", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:整理新版 PRD,计划本周内开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0153", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,下次会议前分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0154", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:发送会议纪要,计划本周内开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0155", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备周五之前自己分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0156", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:预约会议室,计划月底以前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0157", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,周五之前分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0158", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:更新报价单,计划周五之前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0159", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:本周内分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0160", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:周五之前整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0161", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,今天下班前发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0162", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是周五之前核对发票信息,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0163", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:月底以前联系客户。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0164", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备明天上午自己准备演示文稿。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0165", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:下次会议前分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0166", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备本周内自己核对发票信息。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0167", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:下次会议前提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0168", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,本周内确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0169", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:下午三点前预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0170", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,收到消息后整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0171", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是本周内分享交付计划,暂时不需要别人处理。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0172", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:分享交付计划,计划月底以前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0173", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:今天下班前汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0174", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "这件事我会亲自处理:预约会议室,计划下午三点前开始。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0175", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备今天下班前自己分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0176", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "给自己记一条待办,月底以前汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0177", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备下次会议前自己发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0178", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "私人备忘:下午三点前汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0179", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我准备下午三点前自己汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "train-zh-Hans-self_plan-0180", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": false, "text": "我的安排是本周内发送会议纪要,暂时不需要别人处理。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0001", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我准备演示文稿吗?最好明天上午完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0002", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你周五之前发送会议纪要后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0003", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在本周内预约会议室吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0004", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你明天上午补充风险清单后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0005", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你下次会议前发送会议纪要后把结果发给产品团队吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0006", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你周五之前补充风险清单后把结果发给产品团队吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0007", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在本周内补充风险清单吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0008", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我更新报价单吗?最好明天上午完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0009", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你确认项目排期,并在本周内回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0010", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你月底以前汇总测试结果后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0011", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你更新报价单,并在今天下班前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0012", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我整理新版 PRD吗?最好月底以前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0013", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我确认项目排期吗?最好明天上午完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0014", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你本周内补充风险清单后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0015", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你整理新版 PRD,并在明天上午回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0016", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你发送会议纪要,并在下次会议前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0017", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在本周内整理新版 PRD吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0018", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你准备演示文稿,并在本周内回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0019", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你确认项目排期,并在今天下班前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0020", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你周五之前联系客户后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0021", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你下午三点前提交合同附件后把结果发给客户吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0022", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你下次会议前核对发票信息后把结果发给负责人吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0023", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我核对发票信息吗?最好本周内完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0024", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你汇总测试结果,并在今天下班前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0025", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你周五之前更新报价单后把结果发给负责人吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0026", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你发送会议纪要,并在今天下班前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0027", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你本周内补充风险清单后把结果发给客户吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0028", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在明天上午整理新版 PRD吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0029", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在下午三点前提交合同附件吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0030", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我核对发票信息吗?最好下次会议前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0031", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你下午三点前确认项目排期后把结果发给我吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0032", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在今天下班前汇总测试结果吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0033", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我核对发票信息吗?最好下午三点前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0034", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我准备演示文稿吗?最好本周内完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0035", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你汇总测试结果,并在明天上午回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0036", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我确认项目排期吗?最好收到消息后完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0037", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我汇总测试结果吗?最好下午三点前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0038", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我确认项目排期吗?最好本周内完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0039", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在下次会议前提交合同附件吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0040", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我预约会议室吗?最好月底以前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0041", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在收到消息后提交合同附件吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0042", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你预约会议室,并在明天上午回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0043", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你明天上午预约会议室后把结果发给我吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0044", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你明天上午整理新版 PRD后把结果发给客户吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0045", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你月底以前预约会议室后把结果发给项目群吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0046", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你确认项目排期,并在下次会议前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0047", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你本周内确认项目排期后把结果发给产品团队吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0048", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你下次会议前更新报价单后把结果发给负责人吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0049", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在下次会议前整理新版 PRD吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0050", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你本周内整理新版 PRD后把结果发给项目群吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0051", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在收到消息后汇总测试结果吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0052", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我更新报价单吗?最好下次会议前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0053", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你月底以前补充风险清单后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0054", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你明天上午更新报价单后把结果发给项目群吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0055", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你核对发票信息,并在明天上午回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0056", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你月底以前提交合同附件后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0057", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在今天下班前确认项目排期吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0058", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你收到消息后补充风险清单后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0059", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你补充风险清单,并在收到消息后回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0060", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在下午三点前更新报价单吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0061", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我提交合同附件吗?最好今天下班前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0062", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你分享交付计划,并在周五之前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0063", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我整理新版 PRD吗?最好周五之前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0064", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在明天上午准备演示文稿吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0065", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我补充风险清单吗?最好本周内完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0066", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你分享交付计划,并在今天下班前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0067", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我确认项目排期吗?最好月底以前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0068", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你整理新版 PRD,并在今天下班前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0069", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你本周内汇总测试结果后把结果发给产品团队吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0070", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在周五之前核对发票信息吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0071", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我整理新版 PRD吗?最好今天下班前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0072", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你周五之前准备演示文稿后把结果发给项目群吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0073", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在周五之前准备演示文稿吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0074", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你联系客户,并在月底以前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0075", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在今天下班前分享交付计划吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0076", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你下午三点前发送会议纪要后把结果发给我吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0077", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你提交合同附件,并在本周内回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0078", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你补充风险清单,并在明天上午回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0079", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你发送会议纪要,并在下午三点前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0080", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我发送会议纪要吗?最好下次会议前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0081", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我更新报价单吗?最好周五之前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0082", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你收到消息后联系客户后把结果发给产品团队吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0083", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你联系客户,并在明天上午回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0084", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我准备演示文稿吗?最好下午三点前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0085", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你准备演示文稿,并在下午三点前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0086", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你更新报价单,并在明天上午回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0087", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我确认项目排期吗?最好下次会议前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0088", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你提交合同附件,并在明天上午回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0089", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你周五之前分享交付计划后把结果发给客户吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0090", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我核对发票信息吗?最好明天上午完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0091", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在今天下班前补充风险清单吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0092", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你明天上午准备演示文稿后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0093", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你收到消息后预约会议室后把结果发给客户吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0094", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你预约会议室,并在下午三点前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0095", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在明天上午补充风险清单吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0096", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你分享交付计划,并在下次会议前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0097", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你确认项目排期,并在下午三点前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0098", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我补充风险清单吗?最好下午三点前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0099", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你提交合同附件,并在下午三点前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0100", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你核对发票信息,并在今天下班前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0101", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在下午三点前补充风险清单吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0102", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你整理新版 PRD,并在下午三点前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0103", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我准备演示文稿吗?最好下次会议前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0104", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你下次会议前准备演示文稿后把结果发给负责人吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0105", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我准备演示文稿吗?最好今天下班前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0106", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你收到消息后预约会议室后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0107", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在今天下班前联系客户吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0108", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我分享交付计划吗?最好明天上午完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0109", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你下午三点前汇总测试结果后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0110", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你收到消息后预约会议室后把结果发给我吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0111", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你整理新版 PRD,并在收到消息后回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0112", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你周五之前联系客户后把结果发给负责人吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0113", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你收到消息后准备演示文稿后把结果发给客户吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0114", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我预约会议室吗?最好收到消息后完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0115", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我联系客户吗?最好周五之前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0116", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你本周内发送会议纪要后把结果发给产品团队吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0117", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你今天下班前补充风险清单后把结果发给负责人吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0118", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你发送会议纪要,并在本周内回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0119", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我预约会议室吗?最好周五之前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0120", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在今天下班前发送会议纪要吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0121", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你提交合同附件,并在收到消息后回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0122", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在下次会议前补充风险清单吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0123", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你预约会议室,并在今天下班前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0124", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你今天下班前整理新版 PRD后把结果发给产品团队吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0125", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你发送会议纪要,并在收到消息后回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0126", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你今天下班前预约会议室后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0127", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我提交合同附件吗?最好月底以前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0128", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你收到消息后提交合同附件后把结果发给负责人吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0129", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你周五之前联系客户后把结果发给客户吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0130", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我提交合同附件吗?最好周五之前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0131", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你补充风险清单,并在月底以前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0132", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我更新报价单吗?最好月底以前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0133", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在本周内分享交付计划吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0134", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你补充风险清单,并在本周内回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0135", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你下次会议前汇总测试结果后把结果发给产品团队吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0136", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在周五之前分享交付计划吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0137", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你月底以前补充风险清单后把结果发给我吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0138", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我核对发票信息吗?最好周五之前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0139", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在本周内联系客户吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0140", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你预约会议室,并在月底以前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0141", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在周五之前联系客户吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0142", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你整理新版 PRD,并在下次会议前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0143", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你提交合同附件,并在下次会议前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0144", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你月底以前核对发票信息后把结果发给客户吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0145", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我整理新版 PRD吗?最好收到消息后完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0146", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在月底以前发送会议纪要吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0147", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你周五之前核对发票信息后把结果发给客户吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0148", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你明天上午更新报价单后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0149", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你今天下班前更新报价单后把结果发给我吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0150", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我发送会议纪要吗?最好周五之前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0151", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你月底以前准备演示文稿后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0152", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我分享交付计划吗?最好今天下班前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0153", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我发送会议纪要吗?最好下午三点前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0154", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我补充风险清单吗?最好下次会议前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0155", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你明天上午汇总测试结果后把结果发给我吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0156", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你核对发票信息,并在周五之前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0157", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你下午三点前汇总测试结果后把结果发给项目群吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0158", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你确认项目排期,并在月底以前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0159", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你本周内准备演示文稿后把结果发给我吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0160", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你本周内补充风险清单后把结果发给我吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0161", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你汇总测试结果,并在收到消息后回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0162", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在下午三点前预约会议室吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0163", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你月底以前联系客户后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0164", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在下午三点前确认项目排期吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0165", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在月底以前补充风险清单吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0166", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你下午三点前补充风险清单后把结果发给产品团队吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0167", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你分享交付计划,并在本周内回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0168", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你核对发票信息,并在月底以前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0169", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我联系客户吗?最好下午三点前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0170", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我提交合同附件吗?最好本周内完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0171", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在明天上午预约会议室吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0172", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在今天下班前准备演示文稿吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0173", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "方便帮我发送会议纪要吗?最好今天下班前完成。"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0174", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你下午三点前提交合同附件后把结果发给项目群吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0175", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你周五之前核对发票信息后把结果发给产品团队吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0176", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你明天上午确认项目排期后把结果发给负责人吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0177", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你明天上午确认项目排期后把结果发给财务吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0178", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "是否可以由你汇总测试结果,并在周五之前回复我?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0179", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "你能在周五之前发送会议纪要吗?"} +{"complaint": false, "family": "task_question", "id": "train-zh-Hans-task_question-0180", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "train", "task": true, "text": "可以麻烦你本周内联系客户后把结果发给客户吗?"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要下次会议前完成:确认项目排期,请同步给产品团队。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请尽快本周内整理新版 PRD,完成后发给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "下午三点前整理新版 PRD,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "周五之前确认项目排期,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:核对发票信息,截止时间是周五之前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要明天上午完成:确认项目排期,请同步给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:确认项目排期,截止时间是本周内。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:补充风险清单,截止时间是明天上午。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "麻烦月底以前汇总测试结果,完成后发给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "收到消息后确认项目排期,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "可以帮忙本周内分享交付计划,完成后发给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "麻烦本周内确认项目排期,完成后发给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要本周内完成:汇总测试结果,请同步给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "方便的话请月底以前更新报价单,完成后发给产品团队。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要本周内完成:整理新版 PRD,请同步给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要明天上午完成:分享交付计划,请同步给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "辛苦下次会议前更新报价单,完成后发给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "月底以前更新报价单,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "月底以前整理新版 PRD,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要月底以前完成:汇总测试结果,请同步给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "辛苦月底以前整理新版 PRD,完成后发给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "下午三点前联系客户,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:提交合同附件,截止时间是下午三点前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "收到消息后整理新版 PRD,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请今天下班前整理新版 PRD,完成后发给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:汇总测试结果,截止时间是今天下班前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要月底以前完成:整理新版 PRD,请同步给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要本周内完成:联系客户,请同步给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:提交合同附件,截止时间是明天上午。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请下午三点前整理新版 PRD,完成后发给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:整理新版 PRD,截止时间是月底以前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:补充风险清单,截止时间是本周内。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要周五之前完成:准备演示文稿,请同步给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:联系客户,截止时间是月底以前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "月底以前汇总测试结果,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:预约会议室,截止时间是明天上午。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "下午三点前核对发票信息,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要月底以前完成:准备演示文稿,请同步给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "方便的话请下次会议前更新报价单,完成后发给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:确认项目排期,截止时间是明天上午。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:补充风险清单,截止时间是收到消息后。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "方便的话请周五之前整理新版 PRD,完成后发给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "方便的话请下次会议前预约会议室,完成后发给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "收到消息后预约会议室,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "辛苦下次会议前更新报价单,完成后发给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0046", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "月底以前分享交付计划,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0047", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:整理新版 PRD,截止时间是收到消息后。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0048", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请尽快明天上午提交合同附件,完成后发给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0049", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "今天下班前分享交付计划,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0050", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:联系客户,截止时间是下午三点前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0051", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要本周内完成:更新报价单,请同步给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0052", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要下午三点前完成:汇总测试结果,请同步给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0053", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:整理新版 PRD,截止时间是本周内。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0054", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "明天上午确认项目排期,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0055", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "下午三点前提交合同附件,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0056", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "辛苦今天下班前汇总测试结果,完成后发给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0057", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要明天上午完成:汇总测试结果,请同步给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0058", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "方便的话请收到消息后整理新版 PRD,完成后发给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0059", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "周五之前补充风险清单,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0060", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请周五之前分享交付计划,完成后发给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0061", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:整理新版 PRD,截止时间是周五之前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0062", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "周五之前更新报价单,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0063", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请今天下班前预约会议室,完成后发给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0064", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "今天下班前补充风险清单,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0065", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要周五之前完成:汇总测试结果,请同步给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0066", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要月底以前完成:分享交付计划,请同步给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0067", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "麻烦明天上午更新报价单,完成后发给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0068", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "麻烦本周内预约会议室,完成后发给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0069", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "辛苦收到消息后汇总测试结果,完成后发给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0070", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要明天上午完成:联系客户,请同步给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0071", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要收到消息后完成:更新报价单,请同步给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0072", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要月底以前完成:补充风险清单,请同步给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0073", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "麻烦明天上午分享交付计划,完成后发给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0074", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:分享交付计划,截止时间是今天下班前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0075", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "月底以前提交合同附件,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0076", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "下午三点前准备演示文稿,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0077", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要周五之前完成:确认项目排期,请同步给产品团队。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0078", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "方便的话请下次会议前提交合同附件,完成后发给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0079", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请收到消息后整理新版 PRD,完成后发给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0080", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "方便的话请今天下班前发送会议纪要,完成后发给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0081", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要下午三点前完成:分享交付计划,请同步给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0082", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:准备演示文稿,截止时间是下次会议前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0083", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要今天下班前完成:确认项目排期,请同步给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0084", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要下次会议前完成:预约会议室,请同步给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0085", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要月底以前完成:核对发票信息,请同步给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0086", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "可以帮忙周五之前提交合同附件,完成后发给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0087", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "下午三点前更新报价单,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0088", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "下午三点前分享交付计划,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0089", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:联系客户,截止时间是今天下班前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0090", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "下次会议前核对发票信息,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0091", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请今天下班前提交合同附件,完成后发给产品团队。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0092", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要今天下班前完成:分享交付计划,请同步给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0093", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "本周内发送会议纪要,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0094", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:预约会议室,截止时间是下次会议前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0095", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "周五之前联系客户,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0096", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "月底以前准备演示文稿,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0097", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "方便的话请周五之前准备演示文稿,完成后发给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0098", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "麻烦收到消息后联系客户,完成后发给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0099", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "麻烦收到消息后更新报价单,完成后发给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0100", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请尽快周五之前更新报价单,完成后发给产品团队。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0101", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "麻烦周五之前预约会议室,完成后发给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0102", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "麻烦今天下班前提交合同附件,完成后发给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0103", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "麻烦收到消息后联系客户,完成后发给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0104", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "方便的话请下午三点前整理新版 PRD,完成后发给产品团队。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0105", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要收到消息后完成:预约会议室,请同步给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0106", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:联系客户,截止时间是本周内。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0107", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要收到消息后完成:预约会议室,请同步给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0108", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要今天下班前完成:分享交付计划,请同步给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0109", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请尽快下午三点前分享交付计划,完成后发给产品团队。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0110", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "辛苦月底以前核对发票信息,完成后发给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0111", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "周五之前发送会议纪要,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0112", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要本周内完成:分享交付计划,请同步给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0113", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "本周内提交合同附件,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0114", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要月底以前完成:准备演示文稿,请同步给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0115", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:整理新版 PRD,截止时间是今天下班前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0116", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要明天上午完成:汇总测试结果,请同步给产品团队。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0117", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:联系客户,截止时间是下次会议前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0118", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要周五之前完成:准备演示文稿,请同步给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0119", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:准备演示文稿,截止时间是下午三点前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0120", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:预约会议室,截止时间是今天下班前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0121", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "下次会议前确认项目排期,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0122", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "辛苦周五之前准备演示文稿,完成后发给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0123", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:补充风险清单,截止时间是周五之前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0124", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "收到消息后提交合同附件,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0125", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请月底以前更新报价单,完成后发给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0126", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "明天上午核对发票信息,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0127", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:汇总测试结果,截止时间是月底以前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0128", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "下次会议前更新报价单,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0129", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "方便的话请周五之前分享交付计划,完成后发给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0130", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要下次会议前完成:整理新版 PRD,请同步给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0131", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:更新报价单,截止时间是下次会议前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0132", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要周五之前完成:核对发票信息,请同步给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0133", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要本周内完成:准备演示文稿,请同步给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0134", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要下次会议前完成:整理新版 PRD,请同步给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0135", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "今天下班前预约会议室,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0136", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要下次会议前完成:发送会议纪要,请同步给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0137", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "明天上午发送会议纪要,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0138", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "方便的话请明天上午整理新版 PRD,完成后发给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0139", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要收到消息后完成:发送会议纪要,请同步给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0140", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要今天下班前完成:更新报价单,请同步给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0141", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要周五之前完成:确认项目排期,请同步给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0142", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "收到消息后更新报价单,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0143", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请周五之前发送会议纪要,完成后发给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0144", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:核对发票信息,截止时间是下午三点前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0145", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要下午三点前完成:核对发票信息,请同步给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0146", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "今天下班前发送会议纪要,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0147", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "本周内整理新版 PRD,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0148", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "今天下班前准备演示文稿,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0149", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "下次会议前准备演示文稿,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0150", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要月底以前完成:汇总测试结果,请同步给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0151", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "麻烦周五之前汇总测试结果,完成后发给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0152", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请下午三点前更新报价单,完成后发给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0153", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "辛苦明天上午补充风险清单,完成后发给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0154", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "方便的话请周五之前汇总测试结果,完成后发给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0155", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "下次会议前分享交付计划,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0156", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:准备演示文稿,截止时间是收到消息后。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0157", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "可以帮忙下午三点前分享交付计划,完成后发给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0158", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "收到消息后发送会议纪要,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0159", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:准备演示文稿,截止时间是明天上午。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0160", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要月底以前完成:发送会议纪要,请同步给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0161", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:准备演示文稿,截止时间是周五之前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0162", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "可以帮忙本周内联系客户,完成后发给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0163", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "辛苦下次会议前发送会议纪要,完成后发给项目群。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0164", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请月底以前更新报价单,完成后发给产品团队。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0165", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要收到消息后完成:准备演示文稿,请同步给产品团队。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0166", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "可以帮忙今天下班前更新报价单,完成后发给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0167", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要今天下班前完成:发送会议纪要,请同步给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0168", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "周五之前整理新版 PRD,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0169", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "麻烦今天下班前发送会议纪要,完成后发给产品团队。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0170", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请今天下班前核对发票信息,完成后发给财务。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0171", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "方便的话请下次会议前联系客户,完成后发给产品团队。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0172", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要明天上午完成:分享交付计划,请同步给产品团队。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0173", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要今天下班前完成:补充风险清单,请同步给负责人。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0174", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请尽快今天下班前准备演示文稿,完成后发给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0175", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:整理新版 PRD,截止时间是下次会议前。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0176", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这项工作需要下次会议前完成:预约会议室,请同步给我。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0177", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "这件事请你负责:分享交付计划,截止时间是明天上午。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0178", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请月底以前提交合同附件,完成后发给客户。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0179", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "明天上午分享交付计划,不要遗漏关键信息。"} +{"complaint": false, "family": "task_statement", "id": "train-zh-Hans-task_statement-0180", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "train", "task": true, "text": "请尽快下午三点前分享交付计划,完成后发给项目群。"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0001", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the invoice information is wrong and support has not resolved it?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0002", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that my reservation disappeared and some data was lost?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0003", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that my account was suddenly locked and important records are missing?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0004", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the order was charged twice and today's delivery is now at risk?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0005", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the invoice information is wrong and some data was lost?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0006", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the order was charged twice, and the issue remains after several attempts."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0007", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the file will not open and it caused an extra charge?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0008", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that data synchronization fails and it is blocking normal work?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0009", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the item arrived damaged, and support has not resolved it."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0010", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that data synchronization fails and today's delivery is now at risk?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0011", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the file will not open, and support has not resolved it."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0012", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the page loads extremely slowly, and important records are missing."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0013", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the invoice information is wrong, and today's delivery is now at risk."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0014", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the order was charged twice and it caused an extra charge?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0015", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the invoice information is wrong, and the issue remains after several attempts."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0016", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that my account was suddenly locked and the service is now unusable?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0017", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the invoice information is wrong and the service is now unusable?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0018", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? messages never send, and the service is now unusable."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0019", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the file will not open, and the issue remains after several attempts."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0020", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the app keeps crashing and the issue remains after several attempts?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0021", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that data synchronization fails and the issue remains after several attempts?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0022", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the app keeps crashing, and it caused an extra charge."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0023", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? messages never send, and it is blocking normal work."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0024", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the file will not open, and it caused an extra charge."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0025", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that my reservation disappeared and the issue remains after several attempts?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0026", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? my account was suddenly locked, and support has not resolved it."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0027", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the file will not open, and it is blocking normal work."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0028", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the page loads extremely slowly and support has not resolved it?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0029", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? my reservation disappeared, and important records are missing."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0030", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the app keeps crashing and important records are missing?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0031", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the item arrived damaged, and important records are missing."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0032", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the item arrived damaged, and it caused an extra charge."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0033", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the item arrived damaged and it caused an extra charge?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0034", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the order was charged twice and the issue remains after several attempts?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0035", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the page loads extremely slowly, and it is blocking normal work."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0036", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the invoice information is wrong, and some data was lost."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0037", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that data synchronization fails and the service is now unusable?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0038", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the item arrived damaged and some data was lost?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0039", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? data synchronization fails, and the service is now unusable."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0040", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the order was charged twice, and important records are missing."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0041", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the item arrived damaged and the service is now unusable?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0042", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? the order was charged twice, and it caused an extra charge."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0043", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that my reservation disappeared and important records are missing?"} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0044", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "Can the owner follow up immediately? my account was suddenly locked, and today's delivery is now at risk."} +{"complaint": true, "family": "complaint_request", "id": "validation-en-complaint_request-0045", "invitation": false, "language": "en", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "When will you fix the fact that the file will not open and important records are missing?"} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0001", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the order was charged twice, and some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0002", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the invoice information is wrong, and important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0003", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: my account was suddenly locked, and it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0004", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the file will not open, and the issue remains after several attempts."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0005", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: the app keeps crashing, and some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0006", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because data synchronization fails, and support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0007", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the invoice information is wrong, and today's delivery is now at risk."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0008", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: the page loads extremely slowly, and the issue remains after several attempts."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0009", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: the invoice information is wrong, and the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0010", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: my account was suddenly locked, and support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0011", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the file will not open, and support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0012", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: data synchronization fails, and it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0013", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because messages never send, and it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0014", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: messages never send, and it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0015", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: my account was suddenly locked, and the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0016", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: the order was charged twice, and the issue remains after several attempts."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0017", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the item arrived damaged, and some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0018", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the item arrived damaged, and it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0019", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the invoice information is wrong, and it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0020", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the page loads extremely slowly, and it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0021", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: the item arrived damaged, and it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0022", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: my reservation disappeared, and important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0023", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the page loads extremely slowly, and support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0024", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because data synchronization fails, and some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0025", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the app keeps crashing, and it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0026", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because my reservation disappeared, and some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0027", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the order was charged twice, and it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0028", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the invoice information is wrong, and the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0029", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because data synchronization fails, and it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0030", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: my account was suddenly locked, and the issue remains after several attempts."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0031", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the order was charged twice, and it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0032", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: data synchronization fails, and some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0033", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: data synchronization fails, and it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0034", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: the file will not open, and important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0035", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the app keeps crashing, and important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0036", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: the app keeps crashing, and it caused an extra charge."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0037", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: the item arrived damaged, and the service is now unusable."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0038", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because data synchronization fails, and the issue remains after several attempts."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0039", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the file will not open, and today's delivery is now at risk."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0040", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: the page loads extremely slowly, and important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0041", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: data synchronization fails, and important records are missing."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0042", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: messages never send, and some data was lost."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0043", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the item arrived damaged, and support has not resolved it."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0044", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "I need to make a formal complaint because the item arrived damaged, and it is blocking normal work."} +{"complaint": true, "family": "complaint_statement", "id": "validation-en-complaint_statement-0045", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "This service is unacceptable: the invoice information is wrong, and important records are missing."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to have dinner tomorrow at 3 PM at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will visit the client at seven tonight at the usual place."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will visit the client this weekend at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will visit the client Wednesday evening at the client office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will get coffee this weekend at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to join a meeting at seven tonight at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will have a quick call Friday morning at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will have a quick call this weekend at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will have dinner Wednesday evening at the usual place."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will have dinner Wednesday evening at the station."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will watch a movie this weekend at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to visit the client this weekend at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will join a meeting tomorrow at 3 PM at the client office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will get coffee Friday morning at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to join a meeting after work at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to join a meeting next Monday at noon at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to watch a movie Friday morning at Meeting Room 5."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will have dinner Friday morning at the usual place."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to have a quick call Friday morning at the station."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to have dinner after work at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will join a meeting after work at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will visit the client after work at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will watch a movie after work at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will meet this weekend Wednesday evening at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to get coffee at seven tonight at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will have a quick call Friday morning at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will get coffee tomorrow at 3 PM at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to meet this weekend this weekend at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will attend the design review after work at the usual place."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will attend the design review next Monday at noon at the online meeting room."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will have dinner before the end of the month at the station."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will get coffee Friday morning at the usual place."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to join a meeting Friday morning at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will get coffee tomorrow at 3 PM at the usual place."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will have dinner before the end of the month at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to visit the client before the end of the month at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to watch a movie at seven tonight at the station."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will watch a movie Wednesday evening at the usual place."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will meet this weekend next Monday at noon at the Wangjing branch."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to visit the client at seven tonight at the client office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to join a meeting after work at the client office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to have a quick call tomorrow at 3 PM at the client office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to get coffee this weekend at the campus cafe."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The scheduled activity is to watch a movie at seven tonight at downstairs from the office."} +{"complaint": false, "family": "event_statement", "id": "validation-en-event_statement-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "According to the notice, they will join a meeting Friday morning at Meeting Room 5."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0001", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the event rules this time?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0002", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the refund process based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0003", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the refund process in the latest version?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0004", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the required documents has been finalized based on the latest message."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0005", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the meeting schedule has been finalized based on the latest message."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0006", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the delivery date has been finalized currently."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0007", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the pricing change has been finalized in the latest version."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0008", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the pricing change currently?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0009", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the leave policy has been finalized this time."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0010", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the leave policy this time?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0011", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the travel plan has been finalized for a new user."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0012", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the order status has been finalized currently."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0013", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the pricing change this time?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0014", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the order status based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0015", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the leave policy in the latest version?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0016", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the project budget has been finalized for a new user."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0017", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the pricing change in the current process?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0018", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the required documents currently?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0019", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the payment method based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0020", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the project budget in the latest version?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0021", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the meeting schedule in the latest version?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0022", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the order status currently?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0023", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the leave policy has been finalized in the current process."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0024", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the pricing change for a new user?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0025", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the account permissions has been finalized this time."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0026", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the delivery date based on the latest message?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0027", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the leave policy has been finalized currently."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0028", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the leave policy has been finalized for a new user."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0029", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the order status has been finalized for a new user."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0030", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the travel plan has been finalized currently."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0031", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the refund process has been finalized based on the latest message."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0032", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the refund process has been finalized in the latest version."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0033", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the order status this time?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0034", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the order status has been finalized this time."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0035", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the delivery date currently?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0036", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the order status has been finalized in the current process."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0037", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the project budget this time?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0038", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the travel plan in the latest version?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0039", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the delivery date has been finalized in the latest version."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0040", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the account permissions in the latest version?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0041", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the leave policy has been finalized in the latest version."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0042", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "Where can I find the detailed policy for the event rules in the current process?"} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0043", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the account permissions has been finalized currently."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0044", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the project budget has been finalized in the current process."} +{"complaint": false, "family": "information_question", "id": "validation-en-information_question-0045", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I wanted to check whether the refund process has been finalized currently."} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0001", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to get coffee at Meeting Room 5 after work; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0002", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to have dinner at the online meeting room tomorrow at 3 PM; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0003", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to have a quick call at the usual place Wednesday evening; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0004", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to meet this weekend at the client office Friday morning; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0005", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to have a quick call Wednesday evening at the campus cafe. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0006", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to watch a movie Wednesday evening at the station. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0007", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to attend the design review after work at the online meeting room. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0008", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to visit the client at the campus cafe after work; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0009", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to have dinner at seven tonight at the Wangjing branch. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0010", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to have dinner at the client office this weekend; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0011", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to have dinner this weekend at the campus cafe. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0012", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to have dinner after work at the online meeting room. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0013", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to have dinner this weekend at the usual place. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0014", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to get coffee next Monday at noon at downstairs from the office. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0015", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to have dinner at the client office after work; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0016", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to join a meeting before the end of the month at the online meeting room. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0017", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to meet this weekend at the usual place tomorrow at 3 PM; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0018", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to watch a movie at downstairs from the office before the end of the month; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0019", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to get coffee at the campus cafe next Monday at noon; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0020", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to join a meeting at seven tonight at the Wangjing branch. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0021", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to get coffee at the campus cafe before the end of the month; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0022", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to meet this weekend at the online meeting room tomorrow at 3 PM; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0023", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to get coffee at the client office at seven tonight; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0024", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to attend the design review at the online meeting room Wednesday evening; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0025", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to join a meeting at the campus cafe before the end of the month; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0026", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to meet this weekend tomorrow at 3 PM at the campus cafe. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0027", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to attend the design review at Meeting Room 5 at seven tonight; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0028", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to have a quick call at Meeting Room 5 next Monday at noon; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0029", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to have dinner at Meeting Room 5 this weekend; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0030", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to visit the client next Monday at noon at the station. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0031", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to join a meeting this weekend at the campus cafe. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0032", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to get coffee next Monday at noon at the station. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0033", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to meet this weekend next Monday at noon at the online meeting room. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0034", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to meet this weekend at Meeting Room 5 at seven tonight; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0035", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to join a meeting at seven tonight at the campus cafe. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0036", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to attend the design review at the usual place tomorrow at 3 PM; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0037", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to meet this weekend Friday morning at downstairs from the office. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0038", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to have dinner next Monday at noon at the client office. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0039", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to have a quick call before the end of the month at the online meeting room. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0040", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to watch a movie tomorrow at 3 PM at the online meeting room. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0041", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to visit the client at the campus cafe Friday morning; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0042", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to join a meeting tomorrow at 3 PM at the Wangjing branch. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0043", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "I would like to invite you to get coffee Wednesday evening at the usual place. Are you available?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0044", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to attend the design review at the Wangjing branch before the end of the month; would you like to join?"} +{"complaint": false, "family": "invitation_question", "id": "validation-en-invitation_question-0045", "invitation": true, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "We are planning to attend the design review at Meeting Room 5 after work; would you like to join?"} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0001", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The industry report covers weather-related flight cancellations without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0002", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The story says it mentions delays in some regions; the event concerns a third party."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0003", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The market analysis reports lower sales without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0004", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The story says it shows higher costs than last year; the event concerns a third party."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0005", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The research paper notes a short-term supply disruption without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0006", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The story says it reports lower sales; the event concerns a third party."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0007", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The story says it covers weather-related flight cancellations; the event concerns a third party."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0008", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The market analysis describes a project pause without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0009", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The historical document says the results missed expectations without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0010", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The market analysis mentions delays in some regions without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0011", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The meeting record shows higher costs than last year without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0012", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The research paper shows higher costs than last year without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0013", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The story says it describes a project pause; the event concerns a third party."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0014", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The meeting record mentions delays in some regions without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0015", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The story says it says the results missed expectations; the event concerns a third party."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0016", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The historical document mentions delays in some regions without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0017", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The research paper covers weather-related flight cancellations without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0018", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The news article says the results missed expectations without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0019", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The industry report shows higher costs than last year without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0020", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The story says it notes a short-term supply disruption; the event concerns a third party."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0021", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The story says it identifies a material risk; the event concerns a third party."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0022", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The research paper reports lower sales without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0023", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The research paper says the results missed expectations without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0024", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The news article notes a short-term supply disruption without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0025", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The historical document reports lower sales without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0026", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The market analysis covers weather-related flight cancellations without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0027", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The industry report notes a short-term supply disruption without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0028", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The news article identifies a material risk without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0029", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The meeting record describes a project pause without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0030", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The research paper mentions delays in some regions without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0031", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The market analysis says the results missed expectations without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0032", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The historical document covers weather-related flight cancellations without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0033", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The news article covers weather-related flight cancellations without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0034", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The meeting record identifies a material risk without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0035", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The industry report describes a project pause without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0036", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The historical document identifies a material risk without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0037", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The historical document notes a short-term supply disruption without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0038", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The meeting record says the results missed expectations without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0039", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The industry report mentions delays in some regions without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0040", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The market analysis identifies a material risk without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0041", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The meeting record reports lower sales without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0042", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The meeting record covers weather-related flight cancellations without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0043", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The meeting record notes a short-term supply disruption without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0044", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The historical document describes a project pause without requesting a resolution."} +{"complaint": false, "family": "negative_news", "id": "validation-en-negative_news-0045", "invitation": false, "language": "en", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "The industry report reports lower sales without requesting a resolution."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the meeting starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the delivery has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the flight lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the meeting has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the document is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the event lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that system maintenance has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the order has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the course requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the event is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the order has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the meeting requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the store contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the document is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the document starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the document contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the event lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the meeting contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the document contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the order starts next week."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the order is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the course is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the event has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the project lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the event contains three sections."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the order is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the course requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the store lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that system maintenance is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the project has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the document is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the document lasts about one hour."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the document has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the course is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the course has reference A1024."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the project is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the document is on the second floor."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the event is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the meeting is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the store has an updated status."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the store is scheduled for tomorrow afternoon."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the project is currently under review."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the event is owned by Operations."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The note mentions that the delivery requires on-site registration."} +{"complaint": false, "family": "neutral_fact", "id": "validation-en-neutral_fact-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "Based on the available information, the flight is currently under review."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0001", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The latest fix is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0002", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The support response made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0003", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The new speech recognition is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0004", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The translation result solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0005", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The latest fix is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0006", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The new speech recognition works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0007", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The latest fix solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0008", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because This update works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0009", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The support response is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0010", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The sync speed made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0011", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The interface change is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0012", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The sync speed solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0013", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The new speech recognition made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0014", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The latest fix was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0015", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because This update exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0016", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The interface change is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0017", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The new speech recognition is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0018", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The latest fix made me very happy."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0019", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because This update solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0020", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The translation result is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0021", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The support response is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0022", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The keyboard experience works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0023", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The keyboard experience solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0024", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The latest fix exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0025", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The new speech recognition was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0026", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The interface change exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0027", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: This update was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0028", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The sync speed is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0029", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The sync speed is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0030", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The translation result is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0031", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The support response was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0032", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: This update is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0033", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The new speech recognition solved the problem."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0034", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The new speech recognition is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0035", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The support response exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0036", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The keyboard experience was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0037", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The interface change exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0038", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The interface change is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0039", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because This update is easier to use."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0040", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The sync speed exceeded my expectations."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0041", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The support response was handled promptly."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0042", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The sync speed is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0043", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The support response is noticeably more stable."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0044", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "This is worth recognizing: The latest fix works very smoothly."} +{"complaint": false, "family": "positive_feedback", "id": "validation-en-positive_feedback-0045", "invitation": false, "language": "en", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "The overall experience is excellent, especially because The new speech recognition made me very happy."} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is an article heading: What do we know about the project budget?"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is an article heading: What do we know about the event rules?"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The training material quotes the question, “Where can I find the leave policy?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is an article heading: What do we know about the refund process?"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The report quotes the question, “Where can I find the account permissions?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is an article heading: What do we know about the account permissions?"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is an article heading: What do we know about the leave policy?"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is an article heading: What do we know about the order status?"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is an article heading: What do we know about the meeting schedule?"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is an article heading: What do we know about the required documents?"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The article quotes the question, “Where can I find the pricing change?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The report quotes the question, “Where can I find the project budget?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The support transcript quotes the question, “Where can I find the leave policy?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The training material quotes the question, “Where can I find the refund process?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The support transcript quotes the question, “Where can I find the project budget?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The training material quotes the question, “Where can I find the account permissions?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The report quotes the question, “Where can I find the order status?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The meeting notes quotes the question, “Where can I find the payment method?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The article quotes the question, “Where can I find the delivery date?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is an article heading: What do we know about the pricing change?"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The training material quotes the question, “Where can I find the delivery date?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The meeting notes quotes the question, “Where can I find the meeting schedule?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is an article heading: What do we know about the payment method?"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The meeting notes quotes the question, “Where can I find the refund process?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The training material quotes the question, “Where can I find the event rules?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The support transcript quotes the question, “Where can I find the required documents?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The report quotes the question, “Where can I find the travel plan?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The news story quotes the question, “Where can I find the meeting schedule?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The news story quotes the question, “Where can I find the delivery date?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The support transcript quotes the question, “Where can I find the payment method?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The support transcript quotes the question, “Where can I find the delivery date?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The support transcript quotes the question, “Where can I find the travel plan?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The meeting notes quotes the question, “Where can I find the account permissions?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The meeting notes quotes the question, “Where can I find the pricing change?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The article quotes the question, “Where can I find the refund process?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is an article heading: What do we know about the delivery date?"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The training material quotes the question, “Where can I find the meeting schedule?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The article quotes the question, “Where can I find the payment method?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The article quotes the question, “Where can I find the required documents?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The meeting notes quotes the question, “Where can I find the required documents?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The news story quotes the question, “Where can I find the account permissions?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The news story quotes the question, “Where can I find the order status?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The training material quotes the question, “Where can I find the payment method?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The news story quotes the question, “Where can I find the pricing change?”"} +{"complaint": false, "family": "quoted_question", "id": "validation-en-quoted_question-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "The meeting notes quotes the question, “Where can I find the travel plan?”"} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will share the delivery plan myself tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will contact the client myself by Friday."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will update the quotation myself before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "I am going to contact the client; you do not need to do anything."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "I am going to update the quotation; you do not need to do anything."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will share the delivery plan myself before the end of today."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will prepare the presentation deck myself this week."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "I am going to prepare the presentation deck; you do not need to do anything."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will submit the contract attachment myself before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will contact the client myself tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will send the meeting notes myself by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "I am going to summarize the test results; you do not need to do anything."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "I am going to share the delivery plan; you do not need to do anything."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will update the quotation myself by Friday."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "I am going to confirm the project timeline; you do not need to do anything."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will share the delivery plan myself before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will update the quotation myself by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will confirm the project timeline myself before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will check the invoice details myself by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will contact the client myself before the end of today."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will complete the risk register myself before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will prepare the revised PRD myself before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will submit the contract attachment myself tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will check the invoice details myself tomorrow morning."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "I am going to complete the risk register; you do not need to do anything."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will contact the client myself after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will send the meeting notes myself before 3 PM."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "I am going to book the meeting room; you do not need to do anything."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will prepare the presentation deck myself by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will send the meeting notes myself this week."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will share the delivery plan myself after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "I am going to send the meeting notes; you do not need to do anything."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will check the invoice details myself by Friday."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "I am going to prepare the revised PRD; you do not need to do anything."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "I am going to check the invoice details; you do not need to do anything."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will book the meeting room myself by the end of the month."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will prepare the revised PRD myself after you receive this message."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "I am going to submit the contract attachment; you do not need to do anything."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will complete the risk register myself before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will check the invoice details myself before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will update the quotation myself this week."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will confirm the project timeline myself before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will confirm the project timeline myself by Friday."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will prepare the revised PRD myself before the next meeting."} +{"complaint": false, "family": "self_plan", "id": "validation-en-self_plan-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "This is not an assignment for you; I will check the invoice details myself before the end of today."} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0001", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item after you receive this message: complete the risk register?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0002", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, confirm the project timeline, and update the product team?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0003", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item this week: update the quotation?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0004", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, send the meeting notes, and update Finance?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0005", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, share the delivery plan, and update the project channel?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0006", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item this week: contact the client?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0007", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item by the end of the month: share the delivery plan?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0008", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, confirm the project timeline, and update the owner?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0009", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, check the invoice details, and update Finance?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0010", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, confirm the project timeline, and update me?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0011", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, send the meeting notes, and update the owner?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0012", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item after you receive this message: check the invoice details?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0013", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item before 3 PM: complete the risk register?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0014", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item tomorrow morning: book the meeting room?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0015", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item this week: confirm the project timeline?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0016", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item tomorrow morning: prepare the revised PRD?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0017", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item before the next meeting: complete the risk register?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0018", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, update the quotation, and update Finance?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0019", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item by Friday: contact the client?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0020", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, book the meeting room, and update Finance?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0021", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item before the next meeting: prepare the presentation deck?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0022", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, check the invoice details, and update me?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0023", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item tomorrow morning: confirm the project timeline?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0024", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item before 3 PM: submit the contract attachment?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0025", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, prepare the revised PRD, and update me?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0026", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item by the end of the month: complete the risk register?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0027", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item before the next meeting: confirm the project timeline?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0028", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item after you receive this message: submit the contract attachment?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0029", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, confirm the project timeline, and update Finance?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0030", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, submit the contract attachment, and update me?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0031", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, summarize the test results, and update the client?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0032", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item before the end of today: send the meeting notes?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0033", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, send the meeting notes, and update me?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0034", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item before 3 PM: send the meeting notes?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0035", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, share the delivery plan, and update Finance?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0036", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item before the next meeting: share the delivery plan?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0037", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item by the end of the month: summarize the test results?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0038", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, prepare the presentation deck, and update the product team?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0039", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item by Friday: check the invoice details?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0040", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item by Friday: prepare the revised PRD?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0041", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, prepare the presentation deck, and update the project channel?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0042", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, prepare the revised PRD, and update Finance?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0043", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item by Friday: book the meeting room?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0044", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Could you take ownership of this item, summarize the test results, and update Finance?"} +{"complaint": false, "family": "task_question", "id": "validation-en-task_question-0045", "invitation": false, "language": "en", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "Can you complete this item by Friday: confirm the project timeline?"} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0001", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please book the meeting room by the end of the month."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0002", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work before 3 PM: update the quotation. Then notify the project channel."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0003", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work before 3 PM: confirm the project timeline. Then notify Finance."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0004", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work before the next meeting: update the quotation. Then notify the client."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0005", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please book the meeting room this week."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0006", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please confirm the project timeline by the end of the month."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0007", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work by Friday: complete the risk register. Then notify the project channel."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0008", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work before 3 PM: summarize the test results. Then notify the owner."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0009", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please prepare the revised PRD by Friday."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0010", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work before the next meeting: send the meeting notes. Then notify the owner."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0011", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work by the end of the month: book the meeting room. Then notify the product team."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0012", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work before 3 PM: summarize the test results. Then notify the client."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0013", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please summarize the test results before 3 PM."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0014", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work this week: prepare the presentation deck. Then notify Finance."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0015", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work tomorrow morning: prepare the revised PRD. Then notify the client."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0016", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please prepare the presentation deck this week."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0017", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work after you receive this message: share the delivery plan. Then notify the client."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0018", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please prepare the presentation deck by Friday."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0019", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work after you receive this message: complete the risk register. Then notify me."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0020", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please prepare the revised PRD tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0021", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work by the end of the month: share the delivery plan. Then notify Finance."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0022", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please submit the contract attachment before the end of today."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0023", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please check the invoice details before the next meeting."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0024", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please prepare the presentation deck tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0025", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work by the end of the month: prepare the revised PRD. Then notify the owner."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0026", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please submit the contract attachment before the next meeting."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0027", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work before the next meeting: contact the client. Then notify me."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0028", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please book the meeting room before the end of today."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0029", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work tomorrow morning: update the quotation. Then notify the project channel."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0030", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please check the invoice details tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0031", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work tomorrow morning: summarize the test results. Then notify the owner."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0032", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please prepare the revised PRD before 3 PM."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0033", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work after you receive this message: send the meeting notes. Then notify the owner."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0034", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please share the delivery plan before the end of today."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0035", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work after you receive this message: share the delivery plan. Then notify the owner."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0036", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work before the end of today: submit the contract attachment. Then notify Finance."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0037", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work before the end of today: share the delivery plan. Then notify the product team."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0038", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please submit the contract attachment before 3 PM."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0039", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please contact the client before the next meeting."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0040", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please send the meeting notes this week."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0041", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please prepare the presentation deck by the end of the month."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0042", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please send the meeting notes tomorrow morning."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0043", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work before the end of today: prepare the revised PRD. Then notify the product team."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0044", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "Complete this work by the end of the month: book the meeting room. Then notify the project channel."} +{"complaint": false, "family": "task_statement", "id": "validation-en-task_statement-0045", "invitation": false, "language": "en", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "This item is still pending; please prepare the revised PRD by the end of the month."} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0001", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?数据同步失败,目前客服一直没有处理。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0002", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?页面加载特别慢,目前现在完全没法使用。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0003", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对订单被重复扣款和导致今天无法交付,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0004", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对订单被重复扣款和还产生了额外费用,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0005", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对应用一直闪退和我试了很多次都不行,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0006", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对页面加载特别慢和客服一直没有处理,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0007", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对数据同步失败和重要记录找不到了,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0008", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对预约记录消失了和我试了很多次都不行,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0009", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对消息始终发不出去和导致今天无法交付,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0010", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?页面加载特别慢,目前还产生了额外费用。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0011", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?发票信息写错了,目前我试了很多次都不行。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0012", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对收到的商品有破损和我试了很多次都不行,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0013", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?收到的商品有破损,目前导致今天无法交付。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0014", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?收到的商品有破损,目前我试了很多次都不行。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0015", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对页面加载特别慢和已经影响正常工作,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0016", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?应用一直闪退,目前数据还丢了。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0017", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?账号突然被锁定,目前导致今天无法交付。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0018", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?消息始终发不出去,目前数据还丢了。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0019", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对消息始终发不出去和还产生了额外费用,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0020", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对发票信息写错了和客服一直没有处理,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0021", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?预约记录消失了,目前已经影响正常工作。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0022", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对文件无法打开和我试了很多次都不行,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0023", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对消息始终发不出去和客服一直没有处理,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0024", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?应用一直闪退,目前导致今天无法交付。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0025", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对订单被重复扣款和我试了很多次都不行,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0026", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对页面加载特别慢和还产生了额外费用,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0027", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对收到的商品有破损和还产生了额外费用,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0028", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?消息始终发不出去,目前导致今天无法交付。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0029", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对文件无法打开和客服一直没有处理,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0030", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?账号突然被锁定,目前还产生了额外费用。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0031", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对发票信息写错了和还产生了额外费用,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0032", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?应用一直闪退,目前我试了很多次都不行。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0033", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?应用一直闪退,目前还产生了额外费用。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0034", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?预约记录消失了,目前现在完全没法使用。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0035", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对账号突然被锁定和现在完全没法使用,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0036", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对应用一直闪退和导致今天无法交付,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0037", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对账号突然被锁定和导致今天无法交付,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0038", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?发票信息写错了,目前重要记录找不到了。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0039", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?收到的商品有破损,目前已经影响正常工作。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0040", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?文件无法打开,目前客服一直没有处理。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0041", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对收到的商品有破损和客服一直没有处理,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0042", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对收到的商品有破损和已经影响正常工作,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0043", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对文件无法打开和还产生了额外费用,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0044", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "能请负责人立即跟进吗?订单被重复扣款,目前我试了很多次都不行。"} +{"complaint": true, "family": "complaint_request", "id": "validation-zh-Hans-complaint_request-0045", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "negative", "split": "validation", "task": false, "text": "针对收到的商品有破损和导致今天无法交付,你们什么时候可以修复?"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,预约记录消失了,而且现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:数据同步失败,目前导致今天无法交付。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:消息始终发不出去,目前客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:账号突然被锁定,目前导致今天无法交付。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:发票信息写错了,目前我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:账号突然被锁定,目前我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,页面加载特别慢,而且重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,应用一直闪退,而且现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,消息始终发不出去,而且重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:应用一直闪退,目前现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,收到的商品有破损,而且数据还丢了。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,发票信息写错了,而且客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:文件无法打开,目前我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,预约记录消失了,而且还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,发票信息写错了,而且数据还丢了。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:账号突然被锁定,目前还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,账号突然被锁定,而且我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,文件无法打开,而且导致今天无法交付。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,账号突然被锁定,而且客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:收到的商品有破损,目前我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:收到的商品有破损,目前已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:账号突然被锁定,目前数据还丢了。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,消息始终发不出去,而且客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:应用一直闪退,目前数据还丢了。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:数据同步失败,目前已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:预约记录消失了,目前重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,文件无法打开,而且重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:页面加载特别慢,目前数据还丢了。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,订单被重复扣款,而且已经影响正常工作。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,发票信息写错了,而且现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,数据同步失败,而且我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:订单被重复扣款,目前数据还丢了。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:账号突然被锁定,目前现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:订单被重复扣款,目前客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:数据同步失败,目前重要记录找不到了。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,发票信息写错了,而且还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,页面加载特别慢,而且数据还丢了。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:页面加载特别慢,目前客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:数据同步失败,目前客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:订单被重复扣款,目前现在完全没法使用。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,收到的商品有破损,而且客服一直没有处理。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,消息始终发不出去,而且我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:页面加载特别慢,目前我试了很多次都不行。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "必须正式反馈:预约记录消失了,目前还产生了额外费用。"} +{"complaint": true, "family": "complaint_statement", "id": "validation-zh-Hans-complaint_statement-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "这次服务完全不能接受,文件无法打开,而且现在完全没法使用。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,开会时间为月底前,地点为园区咖啡厅。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "周末聚会发生在明天下午三点,参与地点是老地方。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "周末聚会发生在下班以后,参与地点是火车站。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "开会发生在周五上午,参与地点是公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,线上沟通时间为明天下午三点,地点为望京店。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "喝咖啡发生在这个周末,参与地点是五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "吃饭发生在周三晚上,参与地点是火车站。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "周末聚会发生在下周一中午,参与地点是望京店。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,吃饭时间为月底前,地点为五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,开会时间为周五上午,地点为线上会议室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,项目评审时间为下班以后,地点为火车站。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "看电影发生在下班以后,参与地点是老地方。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "线上沟通发生在明天下午三点,参与地点是客户办公室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "开会发生在明天下午三点,参与地点是线上会议室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "线上沟通发生在月底前,参与地点是公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,线上沟通时间为明天下午三点,地点为五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,喝咖啡时间为今晚七点,地点为火车站。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "线上沟通发生在下班以后,参与地点是园区咖啡厅。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "周末聚会发生在下班以后,参与地点是望京店。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "看电影发生在这个周末,参与地点是线上会议室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "吃饭发生在下周一中午,参与地点是火车站。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "项目评审发生在下班以后,参与地点是望京店。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,线上沟通时间为周三晚上,地点为老地方。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,线上沟通时间为月底前,地点为火车站。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,周末聚会时间为周五上午,地点为公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "项目评审发生在明天下午三点,参与地点是五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,客户拜访时间为月底前,地点为五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,喝咖啡时间为下周一中午,地点为客户办公室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,喝咖啡时间为周三晚上,地点为望京店。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,吃饭时间为下周一中午,地点为五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,周末聚会时间为下班以后,地点为线上会议室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "线上沟通发生在周三晚上,参与地点是五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,线上沟通时间为月底前,地点为五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "吃饭发生在下周一中午,参与地点是园区咖啡厅。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,项目评审时间为下周一中午,地点为老地方。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,线上沟通时间为下班以后,地点为望京店。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,吃饭时间为这个周末,地点为望京店。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "开会发生在月底前,参与地点是老地方。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "线上沟通发生在这个周末,参与地点是望京店。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "客户拜访发生在周五上午,参与地点是五号会议室。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,周末聚会时间为今晚七点,地点为老地方。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "开会发生在周五上午,参与地点是老地方。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "看电影发生在月底前,参与地点是公司楼下。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据公告,看电影时间为明天下午三点,地点为望京店。"} +{"complaint": false, "family": "event_statement", "id": "validation-zh-Hans-event_statement-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "开会发生在下周一中午,参与地点是园区咖啡厅。"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0001", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问目前哪里可以查到请假制度的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0002", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问在当前流程中哪里可以查到项目预算的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0003", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,在最新版本里订单状态最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0004", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,对新用户来说活动规则最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0005", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问对新用户来说哪里可以查到交付日期的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0006", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,在最新版本里请假制度最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0007", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,在当前流程中报价变化最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0008", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,对新用户来说行程计划最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0009", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问对新用户来说哪里可以查到活动规则的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0010", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,目前请假制度最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0011", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问在当前流程中哪里可以查到请假制度的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0012", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问这次哪里可以查到报价变化的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0013", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问目前哪里可以查到会议安排的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0014", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,按照刚才的消息资料要求最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0015", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问在最新版本里哪里可以查到会议安排的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0016", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,在当前流程中资料要求最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0017", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问对新用户来说哪里可以查到资料要求的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0018", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问在最新版本里哪里可以查到请假制度的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0019", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问对新用户来说哪里可以查到付款方式的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0020", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,目前退款流程最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0021", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,目前项目预算最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0022", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问按照刚才的消息哪里可以查到请假制度的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0023", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,在当前流程中交付日期最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0024", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,按照刚才的消息账户权限最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0025", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问在当前流程中哪里可以查到付款方式的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0026", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,在最新版本里账户权限最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0027", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,对新用户来说订单状态最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0028", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问在最新版本里哪里可以查到账户权限的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0029", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问目前哪里可以查到资料要求的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0030", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问按照刚才的消息哪里可以查到付款方式的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0031", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,在最新版本里项目预算最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0032", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,在最新版本里付款方式最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0033", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问按照刚才的消息哪里可以查到行程计划的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0034", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问在最新版本里哪里可以查到资料要求的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0035", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,目前行程计划最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0036", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,这次项目预算最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0037", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,在当前流程中退款流程最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0038", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,在最新版本里退款流程最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0039", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问按照刚才的消息哪里可以查到交付日期的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0040", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问目前哪里可以查到报价变化的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0041", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,这次活动规则最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0042", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,对新用户来说交付日期最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0043", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,对新用户来说资料要求最终确定了吗?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0044", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "请问在当前流程中哪里可以查到报价变化的详细说明?"} +{"complaint": false, "family": "information_question", "id": "validation-zh-Hans-information_question-0045", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "我想了解一下,目前订单状态最终确定了吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0001", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你下周一中午到望京店吃饭,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0002", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "这个周末我们准备在老地方周末聚会,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0003", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你今晚七点到线上会议室喝咖啡,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0004", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你明天下午三点到老地方客户拜访,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0005", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "这个周末我们准备在公司楼下周末聚会,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0006", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "下班以后我们准备在园区咖啡厅喝咖啡,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0007", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你周五上午到线上会议室线上沟通,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0008", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "这个周末我们准备在望京店周末聚会,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0009", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你月底前到线上会议室线上沟通,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0010", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "周五上午我们准备在公司楼下客户拜访,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0011", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "下班以后我们准备在园区咖啡厅项目评审,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0012", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你下班以后到园区咖啡厅看电影,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0013", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你这个周末到客户办公室喝咖啡,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0014", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "月底前我们准备在线上会议室周末聚会,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0015", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你这个周末到线上会议室周末聚会,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0016", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "下班以后我们准备在五号会议室开会,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0017", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "下班以后我们准备在公司楼下周末聚会,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0018", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你这个周末到火车站喝咖啡,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0019", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "明天下午三点我们准备在五号会议室吃饭,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0020", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你下周一中午到火车站周末聚会,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0021", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "今晚七点我们准备在五号会议室周末聚会,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0022", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你下周一中午到园区咖啡厅客户拜访,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0023", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你周五上午到老地方开会,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0024", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "今晚七点我们准备在望京店喝咖啡,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0025", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "这个周末我们准备在望京店客户拜访,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0026", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "周五上午我们准备在公司楼下周末聚会,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0027", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你月底前到老地方开会,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0028", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你周五上午到望京店客户拜访,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0029", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "下班以后我们准备在望京店喝咖啡,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0030", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "今晚七点我们准备在园区咖啡厅吃饭,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0031", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你下班以后到客户办公室线上沟通,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0032", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "月底前我们准备在老地方线上沟通,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0033", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "周五上午我们准备在公司楼下吃饭,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0034", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你周五上午到公司楼下吃饭,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0035", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "今晚七点我们准备在客户办公室吃饭,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0036", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你明天下午三点到望京店周末聚会,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0037", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "下周一中午我们准备在火车站喝咖啡,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0038", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你周三晚上到线上会议室周末聚会,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0039", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你周三晚上到老地方喝咖啡,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0040", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "下班以后我们准备在火车站看电影,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0041", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "今晚七点我们准备在线上会议室喝咖啡,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0042", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你今晚七点到客户办公室周末聚会,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0043", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你这个周末到公司楼下看电影,可以吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0044", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "下班以后我们准备在老地方看电影,你愿意一起吗?"} +{"complaint": false, "family": "invitation_question", "id": "validation-zh-Hans-invitation_question-0045", "invitation": true, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": false, "text": "想邀请你下周一中午到线上会议室开会,可以吗?"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "报道中说天气造成航班取消,属于第三方事件。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "报道中说结果未达到预期,属于第三方事件。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "报道中说供应出现短期波动,属于第三方事件。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "报道中说调查发现明显风险,属于第三方事件。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "新闻文章显示供应出现短期波动,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "新闻文章显示项目曾经暂停,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "报道中说销量有所下降,属于第三方事件。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "研究材料显示项目曾经暂停,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "历史资料显示部分地区出现延误,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "报道中说成本比去年增加,属于第三方事件。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "新闻文章显示部分地区出现延误,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "历史资料显示结果未达到预期,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "行业报告显示天气造成航班取消,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "研究材料显示天气造成航班取消,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "市场分析显示供应出现短期波动,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "研究材料显示结果未达到预期,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "研究材料显示部分地区出现延误,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "历史资料显示成本比去年增加,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "行业报告显示部分地区出现延误,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "报道中说项目曾经暂停,属于第三方事件。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "新闻文章显示销量有所下降,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "行业报告显示结果未达到预期,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "新闻文章显示天气造成航班取消,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "市场分析显示部分地区出现延误,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "历史资料显示调查发现明显风险,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "行业报告显示成本比去年增加,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "报道中说部分地区出现延误,属于第三方事件。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "会议记录显示供应出现短期波动,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "行业报告显示供应出现短期波动,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "市场分析显示成本比去年增加,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "新闻文章显示结果未达到预期,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "历史资料显示销量有所下降,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "新闻文章显示调查发现明显风险,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "会议记录显示天气造成航班取消,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "历史资料显示供应出现短期波动,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "会议记录显示销量有所下降,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "市场分析显示结果未达到预期,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "研究材料显示成本比去年增加,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "市场分析显示调查发现明显风险,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "市场分析显示销量有所下降,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "研究材料显示调查发现明显风险,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "会议记录显示项目曾经暂停,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "行业报告显示调查发现明显风险,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "历史资料显示天气造成航班取消,没有提出处理要求。"} +{"complaint": false, "family": "negative_news", "id": "validation-zh-Hans-negative_news-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "negative", "split": "validation", "task": false, "text": "会议记录显示部分地区出现延误,没有提出处理要求。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,会议包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到快递编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到门店安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,快递由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,会议持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到课程由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到会议编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到文档包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到会议安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,课程目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到系统维护状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,活动由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,订单由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到项目编号是 A1024。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到系统维护持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到文档目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到活动持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,订单持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,航班由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,活动安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,项目目前处于审核阶段。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,系统维护需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到活动需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到项目安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到活动包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,订单将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到项目包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,课程地点在二楼。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到系统维护安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到门店需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,课程由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,门店持续大约一小时。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,门店包含三个章节。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到订单需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到文档将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,航班需要现场登记。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,快递安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到活动将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,快递将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,航班将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到活动安排在明天下午。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到课程状态已经更新。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,文档由运营团队负责。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "根据现有信息,文档将于下周开始。"} +{"complaint": false, "family": "neutral_fact", "id": "validation-zh-Hans-neutral_fact-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "备注中提到会议状态已经更新。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是问题修复明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是问题修复确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是翻译结果非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是新的语音识别确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,翻译结果非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,客服处理处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是界面调整非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是客服处理明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是问题修复准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,新的语音识别非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,这次更新确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,键盘体验处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,键盘体验非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,新的语音识别确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,客服处理明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是客服处理比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,新的语音识别处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,翻译结果比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是同步速度准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,新的语音识别明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是键盘体验处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是界面调整处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是客服处理处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,键盘体验比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是问题修复让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,翻译结果处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,键盘体验让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,新的语音识别比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是键盘体验效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是界面调整准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,这次更新处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,界面调整明显更稳定。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是问题修复处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,同步速度让我很满意。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,问题修复比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,界面调整非常顺畅。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是同步速度比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是新的语音识别处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,同步速度比以前方便。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,问题修复效果超出预期。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是翻译结果处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,问题修复处理得很及时。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是同步速度确实解决了问题。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "这次真的值得肯定,翻译结果准确了很多。"} +{"complaint": false, "family": "positive_feedback", "id": "validation-zh-Hans-positive_feedback-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "positive", "split": "validation", "task": false, "text": "整体体验很好,尤其是翻译结果确实解决了问题。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这是文章小标题:关于退款流程,我们知道多少?"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这是文章小标题:关于请假制度,我们知道多少?"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "文章引用的问题是“哪里可以查到退款流程?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "培训材料引用的问题是“哪里可以查到资料要求?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这是文章小标题:关于活动规则,我们知道多少?"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "培训材料引用的问题是“哪里可以查到报价变化?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这是文章小标题:关于会议安排,我们知道多少?"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这是文章小标题:关于订单状态,我们知道多少?"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这是文章小标题:关于付款方式,我们知道多少?"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "新闻引用的问题是“哪里可以查到项目预算?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "文章引用的问题是“哪里可以查到活动规则?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "培训材料引用的问题是“哪里可以查到退款流程?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "新闻引用的问题是“哪里可以查到交付日期?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "客服记录引用的问题是“哪里可以查到报价变化?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "报告引用的问题是“哪里可以查到账户权限?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这是文章小标题:关于资料要求,我们知道多少?"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "培训材料引用的问题是“哪里可以查到活动规则?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "报告引用的问题是“哪里可以查到请假制度?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这是文章小标题:关于报价变化,我们知道多少?"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这是文章小标题:关于账户权限,我们知道多少?"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "培训材料引用的问题是“哪里可以查到项目预算?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "报告引用的问题是“哪里可以查到资料要求?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "文章引用的问题是“哪里可以查到会议安排?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "会议纪要引用的问题是“哪里可以查到交付日期?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "客服记录引用的问题是“哪里可以查到交付日期?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "新闻引用的问题是“哪里可以查到账户权限?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "会议纪要引用的问题是“哪里可以查到请假制度?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "文章引用的问题是“哪里可以查到报价变化?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "报告引用的问题是“哪里可以查到退款流程?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "新闻引用的问题是“哪里可以查到付款方式?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "客服记录引用的问题是“哪里可以查到付款方式?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "客服记录引用的问题是“哪里可以查到订单状态?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这是文章小标题:关于项目预算,我们知道多少?"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "报告引用的问题是“哪里可以查到报价变化?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "文章引用的问题是“哪里可以查到请假制度?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "文章引用的问题是“哪里可以查到付款方式?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这是文章小标题:关于行程计划,我们知道多少?"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "会议纪要引用的问题是“哪里可以查到资料要求?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "新闻引用的问题是“哪里可以查到退款流程?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "培训材料引用的问题是“哪里可以查到付款方式?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这是文章小标题:关于交付日期,我们知道多少?"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "报告引用的问题是“哪里可以查到会议安排?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "会议纪要引用的问题是“哪里可以查到订单状态?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "会议纪要引用的问题是“哪里可以查到退款流程?”。"} +{"complaint": false, "family": "quoted_question", "id": "validation-zh-Hans-quoted_question-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "文章引用的问题是“哪里可以查到交付日期?”。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这项工作由我自己处理:核对发票信息,你不用做任何事情。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算月底以前亲自提交合同附件。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这项工作由我自己处理:补充风险清单,你不用做任何事情。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这项工作由我自己处理:确认项目排期,你不用做任何事情。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算月底以前亲自确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算下午三点前亲自核对发票信息。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这项工作由我自己处理:分享交付计划,你不用做任何事情。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算收到消息后亲自确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算今天下班前亲自发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这项工作由我自己处理:更新报价单,你不用做任何事情。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算下午三点前亲自预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算收到消息后亲自汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算下午三点前亲自汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算周五之前亲自分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算下次会议前亲自更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算下午三点前亲自联系客户。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这项工作由我自己处理:准备演示文稿,你不用做任何事情。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这项工作由我自己处理:预约会议室,你不用做任何事情。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这项工作由我自己处理:联系客户,你不用做任何事情。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算月底以前亲自分享交付计划。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算明天上午亲自整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算周五之前亲自整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算收到消息后亲自联系客户。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算收到消息后亲自核对发票信息。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这项工作由我自己处理:提交合同附件,你不用做任何事情。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算周五之前亲自补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算本周内亲自整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算收到消息后亲自发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算下次会议前亲自整理新版 PRD。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算今天下班前亲自更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算明天上午亲自发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算周五之前亲自更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算下次会议前亲自汇总测试结果。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这项工作由我自己处理:发送会议纪要,你不用做任何事情。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算收到消息后亲自预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这项工作由我自己处理:整理新版 PRD,你不用做任何事情。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算周五之前亲自发送会议纪要。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算下午三点前亲自准备演示文稿。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算下午三点前亲自更新报价单。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算今天下班前亲自补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算明天上午亲自补充风险清单。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算明天上午亲自联系客户。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算今天下班前亲自确认项目排期。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算明天上午亲自预约会议室。"} +{"complaint": false, "family": "self_plan", "id": "validation-zh-Hans-self_plan-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": false, "text": "这不是交给你的任务,我打算周五之前亲自预约会议室。"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0001", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:补充风险清单,并同步给产品团队?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0002", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:更新报价单,并同步给客户?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0003", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "本周内之前你能完成这项工作吗:整理新版 PRD?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0004", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:整理新版 PRD,并同步给负责人?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0005", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "今天下班前之前你能完成这项工作吗:预约会议室?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0006", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "明天上午之前你能完成这项工作吗:核对发票信息?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0007", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "今天下班前之前你能完成这项工作吗:更新报价单?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0008", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:更新报价单,并同步给负责人?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0009", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "明天上午之前你能完成这项工作吗:分享交付计划?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0010", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "月底以前之前你能完成这项工作吗:更新报价单?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0011", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "本周内之前你能完成这项工作吗:更新报价单?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0012", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:汇总测试结果,并同步给项目群?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0013", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "月底以前之前你能完成这项工作吗:整理新版 PRD?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0014", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:汇总测试结果,并同步给产品团队?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0015", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:提交合同附件,并同步给我?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0016", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "收到消息后之前你能完成这项工作吗:整理新版 PRD?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0017", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:整理新版 PRD,并同步给我?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0018", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:整理新版 PRD,并同步给客户?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0019", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "下午三点前之前你能完成这项工作吗:补充风险清单?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0020", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "收到消息后之前你能完成这项工作吗:汇总测试结果?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0021", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:联系客户,并同步给我?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0022", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "本周内之前你能完成这项工作吗:分享交付计划?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0023", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "收到消息后之前你能完成这项工作吗:核对发票信息?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0024", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "今天下班前之前你能完成这项工作吗:确认项目排期?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0025", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:核对发票信息,并同步给客户?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0026", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:核对发票信息,并同步给负责人?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0027", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:分享交付计划,并同步给客户?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0028", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "月底以前之前你能完成这项工作吗:提交合同附件?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0029", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:发送会议纪要,并同步给我?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0030", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:发送会议纪要,并同步给客户?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0031", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:核对发票信息,并同步给项目群?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0032", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "明天上午之前你能完成这项工作吗:准备演示文稿?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0033", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "今天下班前之前你能完成这项工作吗:准备演示文稿?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0034", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "周五之前之前你能完成这项工作吗:核对发票信息?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0035", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:更新报价单,并同步给项目群?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0036", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "周五之前之前你能完成这项工作吗:补充风险清单?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0037", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "月底以前之前你能完成这项工作吗:发送会议纪要?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0038", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:准备演示文稿,并同步给客户?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0039", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "这项工作能否请你负责:核对发票信息,并同步给财务?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0040", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "月底以前之前你能完成这项工作吗:预约会议室?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0041", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "周五之前之前你能完成这项工作吗:汇总测试结果?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0042", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "月底以前之前你能完成这项工作吗:分享交付计划?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0043", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "明天上午之前你能完成这项工作吗:补充风险清单?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0044", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "下午三点前之前你能完成这项工作吗:联系客户?"} +{"complaint": false, "family": "task_question", "id": "validation-zh-Hans-task_question-0045", "invitation": false, "language": "zh-Hans", "question": true, "sentiment": "neutral", "split": "validation", "task": true, "text": "收到消息后之前你能完成这项工作吗:准备演示文稿?"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0001", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按下次会议前整理新版 PRD。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0002", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在收到消息后以前完成这项工作:发送会议纪要,并通知我。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0003", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按月底以前分享交付计划。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0004", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按明天上午核对发票信息。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0005", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按下午三点前整理新版 PRD。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0006", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在收到消息后以前完成这项工作:联系客户,并通知财务。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0007", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按月底以前确认项目排期。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0008", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按本周内确认项目排期。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0009", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按今天下班前汇总测试结果。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0010", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在月底以前以前完成这项工作:更新报价单,并通知负责人。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0011", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按收到消息后确认项目排期。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0012", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在今天下班前以前完成这项工作:发送会议纪要,并通知财务。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0013", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在明天上午以前完成这项工作:准备演示文稿,并通知产品团队。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0014", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在周五之前以前完成这项工作:更新报价单,并通知我。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0015", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在周五之前以前完成这项工作:确认项目排期,并通知产品团队。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0016", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按今天下班前补充风险清单。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0017", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按明天上午整理新版 PRD。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0018", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在周五之前以前完成这项工作:预约会议室,并通知产品团队。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0019", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在本周内以前完成这项工作:确认项目排期,并通知财务。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0020", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在月底以前以前完成这项工作:核对发票信息,并通知我。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0021", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按今天下班前提交合同附件。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0022", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在下午三点前以前完成这项工作:分享交付计划,并通知财务。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0023", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在周五之前以前完成这项工作:整理新版 PRD,并通知产品团队。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0024", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在本周内以前完成这项工作:发送会议纪要,并通知我。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0025", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在月底以前以前完成这项工作:整理新版 PRD,并通知项目群。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0026", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在月底以前以前完成这项工作:确认项目排期,并通知客户。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0027", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按今天下班前分享交付计划。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0028", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按月底以前提交合同附件。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0029", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在月底以前以前完成这项工作:联系客户,并通知客户。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0030", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在下午三点前以前完成这项工作:整理新版 PRD,并通知我。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0031", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按月底以前更新报价单。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0032", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在今天下班前以前完成这项工作:补充风险清单,并通知项目群。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0033", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按下午三点前汇总测试结果。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0034", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在下午三点前以前完成这项工作:补充风险清单,并通知我。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0035", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按月底以前汇总测试结果。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0036", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在下午三点前以前完成这项工作:联系客户,并通知财务。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0037", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在月底以前以前完成这项工作:提交合同附件,并通知客户。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0038", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在下次会议前以前完成这项工作:更新报价单,并通知客户。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0039", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在收到消息后以前完成这项工作:准备演示文稿,并通知负责人。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0040", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按收到消息后整理新版 PRD。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0041", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在收到消息后以前完成这项工作:联系客户,并通知项目群。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0042", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按本周内发送会议纪要。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0043", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按本周内补充风险清单。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0044", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "这件事还没处理,麻烦按周五之前分享交付计划。"} +{"complaint": false, "family": "task_statement", "id": "validation-zh-Hans-task_statement-0045", "invitation": false, "language": "zh-Hans", "question": false, "sentiment": "neutral", "split": "validation", "task": true, "text": "请在周五之前以前完成这项工作:提交合同附件,并通知项目群。"} diff --git a/ModelTraining/ClipboardSemantics/corpus-summary.json b/ModelTraining/ClipboardSemantics/corpus-summary.json new file mode 100644 index 0000000..fc2c389 --- /dev/null +++ b/ModelTraining/ClipboardSemantics/corpus-summary.json @@ -0,0 +1,40 @@ +{ + "containsUserClipboardData": false, + "families": { + "complaint_request": 546, + "complaint_statement": 546, + "event_statement": 544, + "information_question": 544, + "invitation_question": 548, + "negative_news": 486, + "neutral_fact": 550, + "positive_feedback": 546, + "quoted_question": 384, + "self_plan": 546, + "task_question": 546, + "task_statement": 548 + }, + "languages": { + "en": 3167, + "zh-Hans": 3167 + }, + "positiveIntentLabels": { + "complaint": 1092, + "invitation": 548, + "question": 2182, + "task": 1094 + }, + "seed": 20260821, + "sentiments": { + "negative": 1578, + "neutral": 4210, + "positive": 546 + }, + "splits": { + "golden": 74, + "test": 1080, + "train": 4100, + "validation": 1080 + }, + "total": 6334 +} diff --git a/ModelTraining/ClipboardSemantics/evaluation-report.json b/ModelTraining/ClipboardSemantics/evaluation-report.json new file mode 100644 index 0000000..19beca5 --- /dev/null +++ b/ModelTraining/ClipboardSemantics/evaluation-report.json @@ -0,0 +1,1424 @@ +{ + "classifiers" : [ + { + "candidates" : [ + { + "acceptedForAutomaticRouting" : true, + "algorithm" : "maxEnt", + "balancedTrainingCount" : 1440, + "balancedValidationCount" : 360, + "binaryByLanguage" : { + "en" : { + "accuracy" : 0.9556, + "f1" : 0.8462, + "falseNegative" : 24, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.7333, + "total" : 540, + "trueNegative" : 450, + "truePositive" : 66 + }, + "zh-Hans" : { + "accuracy" : 1, + "f1" : 1, + "falseNegative" : 0, + "falsePositive" : 0, + "precision" : 1, + "recall" : 1, + "total" : 540, + "trueNegative" : 450, + "truePositive" : 90 + } + }, + "goldenBinary" : { + "accuracy" : 0.9054, + "f1" : 0.6667, + "falseNegative" : 7, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.5, + "total" : 74, + "trueNegative" : 60, + "truePositive" : 7 + }, + "goldenFalseNegativeExamples" : [ + "[en] Remember to correct the invoice name and submit it again. (score=0.3454)", + "[en] First confirm the delivery address with the client, then update the order. (score=0.5791)", + "[en] Would you book a meeting room for Wednesday afternoon? (score=0.3767)", + "[zh-Hans] 记得把发票抬头改好以后重新提交。 (score=0.4906)", + "[zh-Hans] 下一步先联系客户确认交付地址,再更新订单。 (score=0.3144)", + "[zh-Hans] 方便帮我约一下周三下午的会议室吗? (score=0.1636)", + "[zh-Hans] 这些材料可以在月底前准备好吗? (score=0.3953)" + ], + "goldenFalsePositiveExamples" : [ + + ], + "modelBytes" : 15241, + "runtimeAssetIndependent" : true, + "testBinary" : { + "accuracy" : 0.9778, + "f1" : 0.9286, + "falseNegative" : 24, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.8667, + "total" : 1080, + "trueNegative" : 900, + "truePositive" : 156 + }, + "testFalseNegativeExamples" : [ + "[en] The deadline is before the next meeting; make sure you check the invoice details. (score=0.3145)", + "[en] The deadline is by Friday; make sure you check the invoice details. (score=0.355)", + "[en] The deadline is before the next meeting; make sure you send the meeting notes. (score=0.3101)", + "[en] The deadline is before the next meeting; make sure you book the meeting room. (score=0.3458)", + "[en] The deadline is this week; make sure you send the meeting notes. (score=0.3362)", + "[en] The deadline is by the end of the month; make sure you summarize the test results. (score=0.34)", + "[en] The deadline is before the next meeting; make sure you prepare the presentation deck. (score=0.3238)", + "[en] The deadline is by Friday; make sure you summarize the test results. (score=0.3951)", + "[en] The deadline is before 3 PM; make sure you submit the contract attachment. (score=0.406)", + "[en] The deadline is before 3 PM; make sure you check the invoice details. (score=0.3848)", + "[en] The deadline is tomorrow morning; make sure you prepare the revised PRD. (score=0.3971)", + "[en] The deadline is before 3 PM; make sure you prepare the presentation deck. (score=0.3949)" + ], + "testFalsePositiveExamples" : [ + + ], + "threshold" : 0.6, + "validationBinary" : { + "accuracy" : 0.9907, + "f1" : 0.9714, + "falseNegative" : 10, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.9444, + "total" : 1080, + "trueNegative" : 900, + "truePositive" : 170 + } + }, + { + "acceptedForAutomaticRouting" : false, + "algorithm" : "bert", + "balancedTrainingCount" : 1440, + "balancedValidationCount" : 360, + "binaryByLanguage" : { + "en" : { + "accuracy" : 0.9852, + "f1" : 0.9574, + "falseNegative" : 0, + "falsePositive" : 8, + "precision" : 0.9184, + "recall" : 1, + "total" : 540, + "trueNegative" : 442, + "truePositive" : 90 + }, + "zh-Hans" : { + "accuracy" : 0.987, + "f1" : 0.9605, + "falseNegative" : 5, + "falsePositive" : 2, + "precision" : 0.977, + "recall" : 0.9444, + "total" : 540, + "trueNegative" : 448, + "truePositive" : 85 + } + }, + "goldenBinary" : { + "accuracy" : 0.8649, + "f1" : 0.5833, + "falseNegative" : 7, + "falsePositive" : 3, + "precision" : 0.7, + "recall" : 0.5, + "total" : 74, + "trueNegative" : 57, + "truePositive" : 7 + }, + "goldenFalseNegativeExamples" : [ + "[en] Alex owns the meeting notes and should post them in the project channel today. (score=0.0001)", + "[en] First confirm the delivery address with the client, then update the order. (score=0.0614)", + "[en] Would you book a meeting room for Wednesday afternoon? (score=0.0186)", + "[en] Could these documents be ready by the end of the month? (score=0.1961)", + "[zh-Hans] 小王负责整理会议纪要,今天发到项目群。 (score=0.0)", + "[zh-Hans] 记得把发票抬头改好以后重新提交。 (score=0.0091)", + "[zh-Hans] 下一步先联系客户确认交付地址,再更新订单。 (score=0.0)" + ], + "goldenFalsePositiveExamples" : [ + "[zh-Hans] 想请你参加下周一的项目启动会,有时间吗? (score=0.9984)", + "[zh-Hans] 账号无故被锁了,能请你们今天恢复吗? (score=0.9223)", + "[zh-Hans] 明天我要去财务核对发票,不用你帮忙。 (score=0.9759)" + ], + "modelBytes" : 1356553, + "runtimeAssetIndependent" : false, + "testBinary" : { + "accuracy" : 0.9861, + "f1" : 0.9589, + "falseNegative" : 5, + "falsePositive" : 10, + "precision" : 0.9459, + "recall" : 0.9722, + "total" : 1080, + "trueNegative" : 890, + "truePositive" : 175 + }, + "testFalseNegativeExamples" : [ + "[zh-Hans] 我想确认一下,你可以月底以前补充风险清单吗? (score=0.7796)", + "[zh-Hans] 我想确认一下,你可以本周内预约会议室吗? (score=0.687)", + "[zh-Hans] 我想确认一下,你可以月底以前预约会议室吗? (score=0.2195)", + "[zh-Hans] 我想确认一下,你可以今天下班前预约会议室吗? (score=0.6257)", + "[zh-Hans] 我想确认一下,你可以明天上午分享交付计划吗? (score=0.8588)" + ], + "testFalsePositiveExamples" : [ + "[en] Not sure if you are free before the end of the month, but would you like to join a meeting at the campus cafe? (score=0.999)", + "[en] Not sure if you are free Wednesday evening, but would you like to meet this weekend at the usual place? (score=0.9921)", + "[en] Not sure if you are free Friday morning, but would you like to watch a movie at the usual place? (score=0.9966)", + "[en] Not sure if you are free before the end of the month, but would you like to have dinner at the client office? (score=0.978)", + "[en] Not sure if you are free after work, but would you like to visit the client at the client office? (score=0.9991)", + "[en] Not sure if you are free after work, but would you like to meet this weekend at the online meeting room? (score=0.9929)", + "[en] Not sure if you are free Friday morning, but would you like to visit the client at the Wangjing branch? (score=1.0)", + "[en] Not sure if you are free before the end of the month, but would you like to have a quick call at the client office? (score=0.9999)", + "[zh-Hans] 给你留了位置,月底前来望京店吃饭怎么样? (score=0.9308)", + "[zh-Hans] 给你留了位置,月底前来五号会议室吃饭怎么样? (score=0.9409)" + ], + "threshold" : 0.9, + "validationBinary" : { + "accuracy" : 0.9565, + "f1" : 0.8614, + "falseNegative" : 34, + "falsePositive" : 13, + "precision" : 0.9182, + "recall" : 0.8111, + "total" : 1080, + "trueNegative" : 887, + "truePositive" : 146 + } + } + ], + "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" : 540, + "trueNegative" : 360, + "truePositive" : 180 + }, + "zh-Hans" : { + "accuracy" : 0.9759, + "f1" : 0.9632, + "falseNegative" : 10, + "falsePositive" : 3, + "precision" : 0.9827, + "recall" : 0.9444, + "total" : 540, + "trueNegative" : 357, + "truePositive" : 170 + } + }, + "goldenBinary" : { + "accuracy" : 0.9865, + "f1" : 0.9767, + "falseNegative" : 1, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.9545, + "total" : 74, + "trueNegative" : 52, + "truePositive" : 21 + }, + "goldenFalseNegativeExamples" : [ + "[en] Support has not replied for three days. When will this be handled? (score=0.5235)" + ], + "goldenFalsePositiveExamples" : [ + + ], + "modelBytes" : 17567, + "runtimeAssetIndependent" : true, + "testBinary" : { + "accuracy" : 0.988, + "f1" : 0.9818, + "falseNegative" : 10, + "falsePositive" : 3, + "precision" : 0.9915, + "recall" : 0.9722, + "total" : 1080, + "trueNegative" : 717, + "truePositive" : 350 + }, + "testFalseNegativeExamples" : [ + "[zh-Hans] 我需要明确答复:账号突然被锁定,你们准备如何解决? (score=0.4535)", + "[zh-Hans] 我需要明确答复:数据同步失败,你们准备如何解决? (score=0.4224)", + "[zh-Hans] 我需要明确答复:收到的商品有破损,你们准备如何解决? (score=0.4396)", + "[zh-Hans] 我需要明确答复:应用一直闪退,你们准备如何解决? (score=0.4659)", + "[zh-Hans] 我需要明确答复:发票信息写错了,你们准备如何解决? (score=0.3527)", + "[zh-Hans] 我需要明确答复:订单被重复扣款,你们准备如何解决? (score=0.4298)", + "[zh-Hans] 我需要明确答复:消息始终发不出去,你们准备如何解决? (score=0.4903)", + "[zh-Hans] 我需要明确答复:页面加载特别慢,你们准备如何解决? (score=0.4616)", + "[zh-Hans] 我需要明确答复:预约记录消失了,你们准备如何解决? (score=0.2729)", + "[zh-Hans] 我需要明确答复:文件无法打开,你们准备如何解决? (score=0.4602)" + ], + "testFalsePositiveExamples" : [ + "[zh-Hans] 报告转述了客户的话:“退款流程处理好了吗?” (score=0.6952)", + "[zh-Hans] 会议纪要转述了客户的话:“退款流程处理好了吗?” (score=0.6807)", + "[zh-Hans] 报告转述了客户的话:“请假制度处理好了吗?” (score=0.6348)" + ], + "threshold" : 0.62, + "validationBinary" : { + "accuracy" : 0.9769, + "f1" : 0.9642, + "falseNegative" : 23, + "falsePositive" : 2, + "precision" : 0.9941, + "recall" : 0.9361, + "total" : 1080, + "trueNegative" : 718, + "truePositive" : 337 + } + }, + { + "acceptedForAutomaticRouting" : false, + "algorithm" : "bert", + "balancedTrainingCount" : 2880, + "balancedValidationCount" : 720, + "binaryByLanguage" : { + "en" : { + "accuracy" : 1, + "f1" : 1, + "falseNegative" : 0, + "falsePositive" : 0, + "precision" : 1, + "recall" : 1, + "total" : 540, + "trueNegative" : 360, + "truePositive" : 180 + }, + "zh-Hans" : { + "accuracy" : 0.7019, + "f1" : 0.4542, + "falseNegative" : 113, + "falsePositive" : 48, + "precision" : 0.5826, + "recall" : 0.3722, + "total" : 540, + "trueNegative" : 312, + "truePositive" : 67 + } + }, + "goldenBinary" : { + "accuracy" : 0.8514, + "f1" : 0.7027, + "falseNegative" : 9, + "falsePositive" : 2, + "precision" : 0.8667, + "recall" : 0.5909, + "total" : 74, + "trueNegative" : 50, + "truePositive" : 13 + }, + "goldenFalseNegativeExamples" : [ + "[zh-Hans] 你能明天上午把报价单核对一遍吗? (score=0.3129)", + "[zh-Hans] 方便帮我约一下周三下午的会议室吗? (score=0.3129)", + "[zh-Hans] 这些材料可以在月底前准备好吗? (score=0.4716)", + "[zh-Hans] 这个退款流程需要提供哪些材料? (score=0.0685)", + "[zh-Hans] 订单为什么一直显示审核中? (score=0.0203)", + "[zh-Hans] 今晚七点老地方吃饭,你能来吗? (score=0.3129)", + "[zh-Hans] 周末一起去爬山怎么样?早上九点地铁站见。 (score=0.6069)", + "[zh-Hans] 下班后要不要一起喝杯咖啡? (score=0.104)", + "[zh-Hans] 账号无故被锁了,能请你们今天恢复吗? (score=0.6069)" + ], + "goldenFalsePositiveExamples" : [ + "[en] The meeting notes preserve the client's question: “When can you deliver?” (score=0.9979)", + "[zh-Hans] 同一笔订单扣了两次款,到现在都没有退回。 (score=0.7071)" + ], + "modelBytes" : 1356565, + "runtimeAssetIndependent" : false, + "testBinary" : { + "accuracy" : 0.8509, + "f1" : 0.7542, + "falseNegative" : 113, + "falsePositive" : 48, + "precision" : 0.8373, + "recall" : 0.6861, + "total" : 1080, + "trueNegative" : 672, + "truePositive" : 247 + }, + "testFalseNegativeExamples" : [ + "[zh-Hans] 文件无法打开导致现在完全没法使用,请告诉我今天能不能处理好? (score=0.552)", + "[zh-Hans] 消息始终发不出去导致导致今天无法交付,请告诉我今天能不能处理好? (score=0.568)", + "[zh-Hans] 账号突然被锁定导致还产生了额外费用,请告诉我今天能不能处理好? (score=0.5683)", + "[zh-Hans] 订单被重复扣款导致重要记录找不到了,请告诉我今天能不能处理好? (score=0.5679)", + "[zh-Hans] 收到的商品有破损导致还产生了额外费用,请告诉我今天能不能处理好? (score=0.5683)", + "[zh-Hans] 数据同步失败导致客服一直没有处理,请告诉我今天能不能处理好? (score=0.5756)", + "[zh-Hans] 页面加载特别慢导致还产生了额外费用,请告诉我今天能不能处理好? (score=0.5679)", + "[zh-Hans] 应用一直闪退导致还产生了额外费用,请告诉我今天能不能处理好? (score=0.568)", + "[zh-Hans] 我需要明确答复:数据同步失败,你们准备如何解决? (score=0.6069)", + "[zh-Hans] 页面加载特别慢导致导致今天无法交付,请告诉我今天能不能处理好? (score=0.5683)", + "[zh-Hans] 应用一直闪退导致客服一直没有处理,请告诉我今天能不能处理好? (score=0.568)", + "[zh-Hans] 订单被重复扣款导致导致今天无法交付,请告诉我今天能不能处理好? (score=0.568)" + ], + "testFalsePositiveExamples" : [ + "[zh-Hans] 文档记载的开会定于明天下午三点在火车站进行。 (score=0.7071)", + "[zh-Hans] 文档记载的吃饭定于今晚七点在望京店进行。 (score=0.7071)", + "[zh-Hans] 文档记载的周末聚会定于下周一中午在客户办公室进行。 (score=0.6472)", + "[zh-Hans] 这里仅说明开会的时间地点:周三晚上,五号会议室。 (score=0.6472)", + "[zh-Hans] 这里仅说明开会的时间地点:下周一中午,公司楼下。 (score=0.7071)", + "[zh-Hans] 这里仅说明看电影的时间地点:周五上午,望京店。 (score=0.6472)", + "[zh-Hans] 文档记载的吃饭定于下周一中午在园区咖啡厅进行。 (score=0.7071)", + "[zh-Hans] 文档记载的看电影定于月底前在线上会议室进行。 (score=0.6472)", + "[zh-Hans] 这里仅说明喝咖啡的时间地点:这个周末,望京店。 (score=0.6472)", + "[zh-Hans] 文档记载的看电影定于周三晚上在望京店进行。 (score=0.7071)", + "[zh-Hans] 文档记载的吃饭定于今晚七点在园区咖啡厅进行。 (score=0.7071)", + "[zh-Hans] 文档记载的喝咖啡定于周三晚上在客户办公室进行。 (score=0.7071)" + ], + "threshold" : 0.61, + "validationBinary" : { + "accuracy" : 0.8083, + "f1" : 0.6878, + "falseNegative" : 132, + "falsePositive" : 75, + "precision" : 0.7525, + "recall" : 0.6333, + "total" : 1080, + "trueNegative" : 645, + "truePositive" : 228 + } + } + ], + "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.9593, + "f1" : 0.6765, + "falseNegative" : 22, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.5111, + "total" : 540, + "trueNegative" : 495, + "truePositive" : 23 + }, + "zh-Hans" : { + "accuracy" : 0.987, + "f1" : 0.9157, + "falseNegative" : 7, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.8444, + "total" : 540, + "trueNegative" : 495, + "truePositive" : 38 + } + }, + "goldenBinary" : { + "accuracy" : 0.9189, + "f1" : 0.4, + "falseNegative" : 6, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.25, + "total" : 74, + "trueNegative" : 66, + "truePositive" : 2 + }, + "goldenFalseNegativeExamples" : [ + "[en] How about hiking together this weekend? Let's meet at the station at nine. (score=0.8679)", + "[en] I'd like to invite you to Monday's project kickoff. Are you available? (score=0.2212)", + "[en] Would you like to get coffee after work? (score=0.8703)", + "[zh-Hans] 周末一起去爬山怎么样?早上九点地铁站见。 (score=0.7975)", + "[zh-Hans] 想请你参加下周一的项目启动会,有时间吗? (score=0.7995)", + "[zh-Hans] 下班后要不要一起喝杯咖啡? (score=0.7515)" + ], + "goldenFalsePositiveExamples" : [ + + ], + "modelBytes" : 13851, + "runtimeAssetIndependent" : true, + "testBinary" : { + "accuracy" : 0.9731, + "f1" : 0.8079, + "falseNegative" : 29, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.6778, + "total" : 1080, + "trueNegative" : 990, + "truePositive" : 61 + }, + "testFalseNegativeExamples" : [ + "[en] I saved you a spot to watch a movie Friday morning at the online meeting room. How does that sound? (score=0.3936)", + "[en] I saved you a spot to have a quick call next Monday at noon at the usual place. How does that sound? (score=0.7807)", + "[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.3802)", + "[en] I saved you a spot to join a meeting this weekend at the client office. How does that sound? (score=0.5821)", + "[en] I saved you a spot to watch a movie after work at the Wangjing branch. How does that sound? (score=0.5528)", + "[en] I saved you a spot to watch a movie Wednesday evening at the client office. How does that sound? (score=0.5931)", + "[en] I saved you a spot to visit the client at seven tonight at Meeting Room 5. How does that sound? (score=0.7272)", + "[en] I saved you a spot to join a meeting Friday morning at the usual place. How does that sound? (score=0.4569)", + "[en] I saved you a spot to visit the client Friday morning at the Wangjing branch. How does that sound? (score=0.5501)", + "[en] I saved you a spot to attend the design review after work at the client office. How does that sound? (score=0.4696)", + "[en] I saved you a spot to attend the design review this weekend at the usual place. How does that sound? (score=0.5052)", + "[en] I saved you a spot to have a quick call this weekend at the client office. How does that sound? (score=0.6452)" + ], + "testFalsePositiveExamples" : [ + + ], + "threshold" : 0.89, + "validationBinary" : { + "accuracy" : 0.975, + "f1" : 0.828, + "falseNegative" : 25, + "falsePositive" : 2, + "precision" : 0.9701, + "recall" : 0.7222, + "total" : 1080, + "trueNegative" : 988, + "truePositive" : 65 + } + }, + { + "acceptedForAutomaticRouting" : false, + "algorithm" : "bert", + "balancedTrainingCount" : 720, + "balancedValidationCount" : 180, + "binaryByLanguage" : { + "en" : { + "accuracy" : 0.9963, + "f1" : 0.9773, + "falseNegative" : 2, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.9556, + "total" : 540, + "trueNegative" : 495, + "truePositive" : 43 + }, + "zh-Hans" : { + "accuracy" : 0.987, + "f1" : 0.9176, + "falseNegative" : 6, + "falsePositive" : 1, + "precision" : 0.975, + "recall" : 0.8667, + "total" : 540, + "trueNegative" : 494, + "truePositive" : 39 + } + }, + "goldenBinary" : { + "accuracy" : 0.9459, + "f1" : 0.75, + "falseNegative" : 2, + "falsePositive" : 2, + "precision" : 0.75, + "recall" : 0.75, + "total" : 74, + "trueNegative" : 64, + "truePositive" : 6 + }, + "goldenFalseNegativeExamples" : [ + "[en] I'd like to invite you to Monday's project kickoff. Are you available? (score=0.9738)", + "[en] Would you like to get coffee after work? (score=0.5457)" + ], + "goldenFalsePositiveExamples" : [ + "[en] My account was locked for no reason. Can you restore it today? (score=0.9911)", + "[en] The team dinner is at the usual place at seven tonight; this is an event notice. (score=0.9929)" + ], + "modelBytes" : 1356587, + "runtimeAssetIndependent" : false, + "testBinary" : { + "accuracy" : 0.9917, + "f1" : 0.948, + "falseNegative" : 8, + "falsePositive" : 1, + "precision" : 0.988, + "recall" : 0.9111, + "total" : 1080, + "trueNegative" : 989, + "truePositive" : 82 + }, + "testFalseNegativeExamples" : [ + "[en] I saved you a spot to join a meeting Friday morning at the usual place. How does that sound? (score=0.9898)", + "[en] I saved you a spot to attend the design review this weekend at the usual place. How does that sound? (score=0.9868)", + "[zh-Hans] 给你留了位置,周五上午来客户办公室开会怎么样? (score=0.7156)", + "[zh-Hans] 给你留了位置,下周一中午来客户办公室吃饭怎么样? (score=0.9893)", + "[zh-Hans] 给你留了位置,周五上午来客户办公室周末聚会怎么样? (score=0.9881)", + "[zh-Hans] 给你留了位置,月底前来五号会议室吃饭怎么样? (score=0.9791)", + "[zh-Hans] 给你留了位置,月底前来公司楼下项目评审怎么样? (score=0.0321)", + "[zh-Hans] 给你留了位置,下班以后来望京店项目评审怎么样? (score=0.0009)" + ], + "testFalsePositiveExamples" : [ + "[zh-Hans] 我想确认一下,你可以今天下班前预约会议室吗? (score=0.9945)" + ], + "threshold" : 0.99, + "validationBinary" : { + "accuracy" : 0.9741, + "f1" : 0.86, + "falseNegative" : 4, + "falsePositive" : 24, + "precision" : 0.7818, + "recall" : 0.9556, + "total" : 1080, + "trueNegative" : 966, + "truePositive" : 86 + } + } + ], + "id" : "invitation", + "labels" : [ + "notInvitation", + "invitation" + ], + "positiveLabel" : "invitation", + "selectedAlgorithm" : "maxEnt", + "selectedModelFile" : "InvitationIntentClassifier.mlmodel" + }, + { + "candidates" : [ + { + "acceptedForAutomaticRouting" : false, + "algorithm" : "maxEnt", + "balancedTrainingCount" : 1440, + "balancedValidationCount" : 360, + "binaryByLanguage" : { + "en" : { + "accuracy" : 0.9778, + "f1" : 0.9286, + "falseNegative" : 12, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.8667, + "total" : 540, + "trueNegative" : 450, + "truePositive" : 78 + }, + "zh-Hans" : { + "accuracy" : 0.9796, + "f1" : 0.9357, + "falseNegative" : 10, + "falsePositive" : 1, + "precision" : 0.9877, + "recall" : 0.8889, + "total" : 540, + "trueNegative" : 449, + "truePositive" : 80 + } + }, + "goldenBinary" : { + "accuracy" : 0.9324, + "f1" : 0.7619, + "falseNegative" : 4, + "falsePositive" : 1, + "precision" : 0.8889, + "recall" : 0.6667, + "total" : 74, + "trueNegative" : 61, + "truePositive" : 8 + }, + "goldenFalseNegativeExamples" : [ + "[en] The package arrived damaged and the cup inside was broken. (score=0.4601)", + "[en] My account was locked for no reason. Can you restore it today? (score=0.4138)", + "[en] Support has not replied for three days. When will this be handled? (score=0.3334)", + "[zh-Hans] 收到的商品外包装破损,里面的杯子也碎了。 (score=0.5499)" + ], + "goldenFalsePositiveExamples" : [ + "[zh-Hans] 客服很快解决了问题,整个过程很专业。 (score=0.6306)" + ], + "modelBytes" : 14880, + "runtimeAssetIndependent" : true, + "testBinary" : { + "accuracy" : 0.9787, + "f1" : 0.9322, + "falseNegative" : 22, + "falsePositive" : 1, + "precision" : 0.9937, + "recall" : 0.8778, + "total" : 1080, + "trueNegative" : 899, + "truePositive" : 158 + }, + "testFalseNegativeExamples" : [ + "[en] I need a clear answer: the invoice information is wrong. How are you going to resolve it? (score=0.4301)", + "[en] I need a clear answer: messages never send. How are you going to resolve it? (score=0.4339)", + "[en] I need a clear answer: the page loads extremely slowly. How are you going to resolve it? (score=0.4417)", + "[en] I need a clear answer: data synchronization fails. How are you going to resolve it? (score=0.4883)", + "[en] I need a clear answer: my reservation disappeared. How are you going to resolve it? (score=0.472)", + "[en] I need a clear answer: the order was charged twice. How are you going to resolve it? (score=0.4573)", + "[en] I need a clear answer: the app keeps crashing. How are you going to resolve it? (score=0.4258)", + "[en] I need a clear answer: the file will not open. How are you going to resolve it? (score=0.3983)", + "[en] I need a clear answer: the item arrived damaged. How are you going to resolve it? (score=0.4316)", + "[en] I need a clear answer: my account was suddenly locked. How are you going to resolve it? (score=0.5614)", + "[en] This is not the first time that the file will not open; now today's delivery is now at risk. (score=0.5964)", + "[en] This is not the first time that the invoice information is wrong; now today's delivery is now at risk. (score=0.5979)" + ], + "testFalsePositiveExamples" : [ + "[zh-Hans] 对于交付日期,目前有没有明确答案? (score=0.6766)" + ], + "threshold" : 0.6, + "validationBinary" : { + "accuracy" : 1, + "f1" : 1, + "falseNegative" : 0, + "falsePositive" : 0, + "precision" : 1, + "recall" : 1, + "total" : 1080, + "trueNegative" : 900, + "truePositive" : 180 + } + }, + { + "acceptedForAutomaticRouting" : false, + "algorithm" : "bert", + "balancedTrainingCount" : 1440, + "balancedValidationCount" : 360, + "binaryByLanguage" : { + "en" : { + "accuracy" : 0.987, + "f1" : 0.96, + "falseNegative" : 6, + "falsePositive" : 1, + "precision" : 0.9882, + "recall" : 0.9333, + "total" : 540, + "trueNegative" : 449, + "truePositive" : 84 + }, + "zh-Hans" : { + "accuracy" : 0.9278, + "f1" : 0.731, + "falseNegative" : 37, + "falsePositive" : 2, + "precision" : 0.9636, + "recall" : 0.5889, + "total" : 540, + "trueNegative" : 448, + "truePositive" : 53 + } + }, + "goldenBinary" : { + "accuracy" : 0.9054, + "f1" : 0.5882, + "falseNegative" : 7, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.4167, + "total" : 74, + "trueNegative" : 62, + "truePositive" : 5 + }, + "goldenFalseNegativeExamples" : [ + "[en] I was charged twice for the same order and still have not received a refund. (score=0.5515)", + "[zh-Hans] 这个版本升级后一直闪退,数据还丢了,真的很失望。 (score=0.6394)", + "[zh-Hans] 同一笔订单扣了两次款,到现在都没有退回。 (score=0.1655)", + "[zh-Hans] 收到的商品外包装破损,里面的杯子也碎了。 (score=0.07)", + "[zh-Hans] 账号无故被锁了,能请你们今天恢复吗? (score=0.07)", + "[zh-Hans] 消息一直发送失败,请尽快给我一个解决方案。 (score=0.07)", + "[zh-Hans] 客服已经三天没有回复了,请问什么时候能处理? (score=0.1655)" + ], + "goldenFalsePositiveExamples" : [ + + ], + "modelBytes" : 1356568, + "runtimeAssetIndependent" : false, + "testBinary" : { + "accuracy" : 0.9574, + "f1" : 0.8562, + "falseNegative" : 43, + "falsePositive" : 3, + "precision" : 0.9786, + "recall" : 0.7611, + "total" : 1080, + "trueNegative" : 897, + "truePositive" : 137 + }, + "testFalseNegativeExamples" : [ + "[en] This is not the first time that data synchronization fails; now it is blocking normal work. (score=0.7809)", + "[en] This is not the first time that the file will not open; now some data was lost. (score=0.8078)", + "[en] This is not the first time that data synchronization fails; now important records are missing. (score=0.7356)", + "[en] This is not the first time that the invoice information is wrong; now important records are missing. (score=0.5991)", + "[en] This is not the first time that the file will not open; now important records are missing. (score=0.6728)", + "[en] This is not the first time that the invoice information is wrong; now the issue remains after several attempts. (score=0.5732)", + "[zh-Hans] 文件无法打开导致现在完全没法使用,请告诉我今天能不能处理好? (score=0.8662)", + "[zh-Hans] 我需要明确答复:账号突然被锁定,你们准备如何解决? (score=0.4896)", + "[zh-Hans] 我需要明确答复:数据同步失败,你们准备如何解决? (score=0.07)", + "[zh-Hans] 我需要明确答复:收到的商品有破损,你们准备如何解决? (score=0.4896)", + "[zh-Hans] 我需要明确答复:应用一直闪退,你们准备如何解决? (score=0.1655)", + "[zh-Hans] 我需要明确答复:发票信息写错了,你们准备如何解决? (score=0.4896)" + ], + "testFalsePositiveExamples" : [ + "[en] I will complete the risk register myself, not assign it to someone else. (score=0.8829)", + "[zh-Hans] 给你留了位置,明天下午三点来五号会议室看电影怎么样? (score=0.8852)", + "[zh-Hans] 接下来需要你确认项目排期,最晚下午三点前给到项目群。 (score=0.8852)" + ], + "threshold" : 0.87, + "validationBinary" : { + "accuracy" : 0.9417, + "f1" : 0.7907, + "falseNegative" : 61, + "falsePositive" : 2, + "precision" : 0.9835, + "recall" : 0.6611, + "total" : 1080, + "trueNegative" : 898, + "truePositive" : 119 + } + } + ], + "id" : "complaint", + "labels" : [ + "notComplaint", + "complaint" + ], + "positiveLabel" : "complaint", + "selectedAlgorithm" : "maxEnt", + "selectedModelFile" : "ComplaintIntentClassifier.mlmodel" + }, + { + "candidates" : [ + { + "acceptedForAutomaticRouting" : true, + "algorithm" : "maxEnt", + "balancedTrainingCount" : 1080, + "balancedValidationCount" : 270, + "goldenMulticlass" : { + "accuracy" : 0.9054, + "confusion" : { + "negative" : { + "negative" : 15, + "neutral" : 2, + "positive" : 1 + }, + "neutral" : { + "negative" : 3, + "neutral" : 47, + "positive" : 0 + }, + "positive" : { + "negative" : 1, + "neutral" : 0, + "positive" : 5 + } + }, + "macroF1" : 0.8645, + "perLabel" : { + "negative" : { + "accuracy" : 0.9054, + "f1" : 0.8108, + "falseNegative" : 3, + "falsePositive" : 4, + "precision" : 0.7895, + "recall" : 0.8333, + "total" : 74, + "trueNegative" : 52, + "truePositive" : 15 + }, + "neutral" : { + "accuracy" : 0.9324, + "f1" : 0.9495, + "falseNegative" : 3, + "falsePositive" : 2, + "precision" : 0.9592, + "recall" : 0.94, + "total" : 74, + "trueNegative" : 22, + "truePositive" : 47 + }, + "positive" : { + "accuracy" : 0.973, + "f1" : 0.8333, + "falseNegative" : 1, + "falsePositive" : 1, + "precision" : 0.8333, + "recall" : 0.8333, + "total" : 74, + "trueNegative" : 67, + "truePositive" : 5 + } + }, + "total" : 74 + }, + "modelBytes" : 14860, + "multiclassByLanguage" : { + "en" : { + "accuracy" : 0.9685, + "confusion" : { + "negative" : { + "negative" : 135, + "neutral" : 0, + "positive" : 0 + }, + "neutral" : { + "negative" : 2, + "neutral" : 343, + "positive" : 15 + }, + "positive" : { + "negative" : 0, + "neutral" : 0, + "positive" : 45 + } + }, + "macroF1" : 0.9418, + "perLabel" : { + "negative" : { + "accuracy" : 0.9963, + "f1" : 0.9926, + "falseNegative" : 0, + "falsePositive" : 2, + "precision" : 0.9854, + "recall" : 1, + "total" : 540, + "trueNegative" : 403, + "truePositive" : 135 + }, + "neutral" : { + "accuracy" : 0.9685, + "f1" : 0.9758, + "falseNegative" : 17, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.9528, + "total" : 540, + "trueNegative" : 180, + "truePositive" : 343 + }, + "positive" : { + "accuracy" : 0.9722, + "f1" : 0.8571, + "falseNegative" : 0, + "falsePositive" : 15, + "precision" : 0.75, + "recall" : 1, + "total" : 540, + "trueNegative" : 480, + "truePositive" : 45 + } + }, + "total" : 540 + }, + "zh-Hans" : { + "accuracy" : 0.9593, + "confusion" : { + "negative" : { + "negative" : 125, + "neutral" : 10, + "positive" : 0 + }, + "neutral" : { + "negative" : 12, + "neutral" : 348, + "positive" : 0 + }, + "positive" : { + "negative" : 0, + "neutral" : 0, + "positive" : 45 + } + }, + "macroF1" : 0.9628, + "perLabel" : { + "negative" : { + "accuracy" : 0.9593, + "f1" : 0.9191, + "falseNegative" : 10, + "falsePositive" : 12, + "precision" : 0.9124, + "recall" : 0.9259, + "total" : 540, + "trueNegative" : 393, + "truePositive" : 125 + }, + "neutral" : { + "accuracy" : 0.9593, + "f1" : 0.9694, + "falseNegative" : 12, + "falsePositive" : 10, + "precision" : 0.9721, + "recall" : 0.9667, + "total" : 540, + "trueNegative" : 170, + "truePositive" : 348 + }, + "positive" : { + "accuracy" : 1, + "f1" : 1, + "falseNegative" : 0, + "falsePositive" : 0, + "precision" : 1, + "recall" : 1, + "total" : 540, + "trueNegative" : 495, + "truePositive" : 45 + } + }, + "total" : 540 + } + }, + "runtimeAssetIndependent" : true, + "testMulticlass" : { + "accuracy" : 0.9639, + "confusion" : { + "negative" : { + "negative" : 260, + "neutral" : 10, + "positive" : 0 + }, + "neutral" : { + "negative" : 14, + "neutral" : 691, + "positive" : 15 + }, + "positive" : { + "negative" : 0, + "neutral" : 0, + "positive" : 90 + } + }, + "macroF1" : 0.9505, + "perLabel" : { + "negative" : { + "accuracy" : 0.9778, + "f1" : 0.9559, + "falseNegative" : 10, + "falsePositive" : 14, + "precision" : 0.9489, + "recall" : 0.963, + "total" : 1080, + "trueNegative" : 796, + "truePositive" : 260 + }, + "neutral" : { + "accuracy" : 0.9639, + "f1" : 0.9726, + "falseNegative" : 29, + "falsePositive" : 10, + "precision" : 0.9857, + "recall" : 0.9597, + "total" : 1080, + "trueNegative" : 350, + "truePositive" : 691 + }, + "positive" : { + "accuracy" : 0.9861, + "f1" : 0.9231, + "falseNegative" : 0, + "falsePositive" : 15, + "precision" : 0.8571, + "recall" : 1, + "total" : 1080, + "trueNegative" : 975, + "truePositive" : 90 + } + }, + "total" : 1080 + }, + "validationMulticlass" : { + "accuracy" : 0.9917, + "confusion" : { + "negative" : { + "negative" : 270, + "neutral" : 0, + "positive" : 0 + }, + "neutral" : { + "negative" : 7, + "neutral" : 711, + "positive" : 2 + }, + "positive" : { + "negative" : 0, + "neutral" : 0, + "positive" : 90 + } + }, + "macroF1" : 0.99, + "perLabel" : { + "negative" : { + "accuracy" : 0.9935, + "f1" : 0.9872, + "falseNegative" : 0, + "falsePositive" : 7, + "precision" : 0.9747, + "recall" : 1, + "total" : 1080, + "trueNegative" : 803, + "truePositive" : 270 + }, + "neutral" : { + "accuracy" : 0.9917, + "f1" : 0.9937, + "falseNegative" : 9, + "falsePositive" : 0, + "precision" : 1, + "recall" : 0.9875, + "total" : 1080, + "trueNegative" : 360, + "truePositive" : 711 + }, + "positive" : { + "accuracy" : 0.9981, + "f1" : 0.989, + "falseNegative" : 0, + "falsePositive" : 2, + "precision" : 0.9783, + "recall" : 1, + "total" : 1080, + "trueNegative" : 988, + "truePositive" : 90 + } + }, + "total" : 1080 + } + }, + { + "acceptedForAutomaticRouting" : false, + "algorithm" : "bert", + "balancedTrainingCount" : 1080, + "balancedValidationCount" : 270, + "goldenMulticlass" : { + "accuracy" : 0.5676, + "confusion" : { + "negative" : { + "negative" : 7, + "neutral" : 4, + "positive" : 7 + }, + "neutral" : { + "negative" : 1, + "neutral" : 29, + "positive" : 20 + }, + "positive" : { + "negative" : 0, + "neutral" : 0, + "positive" : 6 + } + }, + "macroF1" : 0.515, + "perLabel" : { + "negative" : { + "accuracy" : 0.8378, + "f1" : 0.5385, + "falseNegative" : 11, + "falsePositive" : 1, + "precision" : 0.875, + "recall" : 0.3889, + "total" : 74, + "trueNegative" : 55, + "truePositive" : 7 + }, + "neutral" : { + "accuracy" : 0.6622, + "f1" : 0.6988, + "falseNegative" : 21, + "falsePositive" : 4, + "precision" : 0.8788, + "recall" : 0.58, + "total" : 74, + "trueNegative" : 20, + "truePositive" : 29 + }, + "positive" : { + "accuracy" : 0.6351, + "f1" : 0.3077, + "falseNegative" : 0, + "falsePositive" : 27, + "precision" : 0.1818, + "recall" : 1, + "total" : 74, + "trueNegative" : 41, + "truePositive" : 6 + } + }, + "total" : 74 + }, + "modelBytes" : 1356844, + "multiclassByLanguage" : { + "en" : { + "accuracy" : 0.9648, + "confusion" : { + "negative" : { + "negative" : 127, + "neutral" : 2, + "positive" : 6 + }, + "neutral" : { + "negative" : 5, + "neutral" : 349, + "positive" : 6 + }, + "positive" : { + "negative" : 0, + "neutral" : 0, + "positive" : 45 + } + }, + "macroF1" : 0.9385, + "perLabel" : { + "negative" : { + "accuracy" : 0.9759, + "f1" : 0.9513, + "falseNegative" : 8, + "falsePositive" : 5, + "precision" : 0.9621, + "recall" : 0.9407, + "total" : 540, + "trueNegative" : 400, + "truePositive" : 127 + }, + "neutral" : { + "accuracy" : 0.9759, + "f1" : 0.9817, + "falseNegative" : 11, + "falsePositive" : 2, + "precision" : 0.9943, + "recall" : 0.9694, + "total" : 540, + "trueNegative" : 178, + "truePositive" : 349 + }, + "positive" : { + "accuracy" : 0.9778, + "f1" : 0.8824, + "falseNegative" : 0, + "falsePositive" : 12, + "precision" : 0.7895, + "recall" : 1, + "total" : 540, + "trueNegative" : 483, + "truePositive" : 45 + } + }, + "total" : 540 + }, + "zh-Hans" : { + "accuracy" : 0.4907, + "confusion" : { + "negative" : { + "negative" : 81, + "neutral" : 7, + "positive" : 47 + }, + "neutral" : { + "negative" : 71, + "neutral" : 152, + "positive" : 137 + }, + "positive" : { + "negative" : 2, + "neutral" : 11, + "positive" : 32 + } + }, + "macroF1" : 0.4598, + "perLabel" : { + "negative" : { + "accuracy" : 0.7648, + "f1" : 0.5606, + "falseNegative" : 54, + "falsePositive" : 73, + "precision" : 0.526, + "recall" : 0.6, + "total" : 540, + "trueNegative" : 332, + "truePositive" : 81 + }, + "neutral" : { + "accuracy" : 0.5815, + "f1" : 0.5736, + "falseNegative" : 208, + "falsePositive" : 18, + "precision" : 0.8941, + "recall" : 0.4222, + "total" : 540, + "trueNegative" : 162, + "truePositive" : 152 + }, + "positive" : { + "accuracy" : 0.6352, + "f1" : 0.2452, + "falseNegative" : 13, + "falsePositive" : 184, + "precision" : 0.1481, + "recall" : 0.7111, + "total" : 540, + "trueNegative" : 311, + "truePositive" : 32 + } + }, + "total" : 540 + } + }, + "runtimeAssetIndependent" : false, + "testMulticlass" : { + "accuracy" : 0.7278, + "confusion" : { + "negative" : { + "negative" : 208, + "neutral" : 9, + "positive" : 53 + }, + "neutral" : { + "negative" : 76, + "neutral" : 501, + "positive" : 143 + }, + "positive" : { + "negative" : 2, + "neutral" : 11, + "positive" : 77 + } + }, + "macroF1" : 0.6599, + "perLabel" : { + "negative" : { + "accuracy" : 0.8704, + "f1" : 0.7482, + "falseNegative" : 62, + "falsePositive" : 78, + "precision" : 0.7273, + "recall" : 0.7704, + "total" : 1080, + "trueNegative" : 732, + "truePositive" : 208 + }, + "neutral" : { + "accuracy" : 0.7787, + "f1" : 0.8074, + "falseNegative" : 219, + "falsePositive" : 20, + "precision" : 0.9616, + "recall" : 0.6958, + "total" : 1080, + "trueNegative" : 340, + "truePositive" : 501 + }, + "positive" : { + "accuracy" : 0.8065, + "f1" : 0.4242, + "falseNegative" : 13, + "falsePositive" : 196, + "precision" : 0.2821, + "recall" : 0.8556, + "total" : 1080, + "trueNegative" : 794, + "truePositive" : 77 + } + }, + "total" : 1080 + }, + "validationMulticlass" : { + "accuracy" : 0.7509, + "confusion" : { + "negative" : { + "negative" : 207, + "neutral" : 21, + "positive" : 42 + }, + "neutral" : { + "negative" : 105, + "neutral" : 517, + "positive" : 98 + }, + "positive" : { + "negative" : 0, + "neutral" : 3, + "positive" : 87 + } + }, + "macroF1" : 0.6934, + "perLabel" : { + "negative" : { + "accuracy" : 0.8444, + "f1" : 0.7113, + "falseNegative" : 63, + "falsePositive" : 105, + "precision" : 0.6635, + "recall" : 0.7667, + "total" : 1080, + "trueNegative" : 705, + "truePositive" : 207 + }, + "neutral" : { + "accuracy" : 0.7898, + "f1" : 0.82, + "falseNegative" : 203, + "falsePositive" : 24, + "precision" : 0.9556, + "recall" : 0.7181, + "total" : 1080, + "trueNegative" : 336, + "truePositive" : 517 + }, + "positive" : { + "accuracy" : 0.8676, + "f1" : 0.5489, + "falseNegative" : 3, + "falsePositive" : 140, + "precision" : 0.3833, + "recall" : 0.9667, + "total" : 1080, + "trueNegative" : 850, + "truePositive" : 87 + } + }, + "total" : 1080 + } + } + ], + "id" : "sentiment", + "labels" : [ + "negative", + "neutral", + "positive" + ], + "selectedAlgorithm" : "maxEnt", + "selectedModelFile" : "SentimentClassifier.mlmodel" + } + ], + "corpusCount" : 6334, + "corpusPath" : "ModelTraining/ClipboardSemantics/clipboard_semantic_corpus.jsonl", + "generatedAt" : "2026-08-21T15:28:40Z", + "goldenCount" : 74, + "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" : 1080, + "trainingCount" : 4100, + "validationCount" : 1080 +} \ No newline at end of file diff --git a/OSGKeyboard/Resources/PrivacyPolicy.html b/OSGKeyboard/Resources/PrivacyPolicy.html index 91e7869..74805be 100644 --- a/OSGKeyboard/Resources/PrivacyPolicy.html +++ b/OSGKeyboard/Resources/PrivacyPolicy.html @@ -22,20 +22,22 @@
Last updated: August 20, 2026 · v2.0
-OSGKeyboard provides an iOS custom keyboard and a macOS menu-bar dictation app. iOS uses Apple's on-device speech APIs by default; macOS can use a downloaded local Qwen3-ASR model. The core local and user-configured-provider features do not require an OSGKeyboard account. On iOS, you may optionally sign in with Apple and choose managed credits instead of supplying provider credentials. This policy explains both paths.
+Last updated: August 22, 2026 · v2.0
+OSGKeyboard provides an iOS custom keyboard and a macOS menu-bar dictation app. iOS uses Apple's on-device speech APIs by default; macOS can use a downloaded local Qwen3-ASR model. The core local and user-configured-provider features do not require an OSGKeyboard account. On iOS, first-run onboarding includes a limited anonymous AI trial, and you may later sign in with Apple and choose managed credits instead of supplying provider credentials. This policy explains these options.
account.osglab.com to the managed ASR provider for transcription. OSGKeyboard does not keep raw recordings after the request is processed.account.osglab.com.account.osglab.com. The generated prompt is shown for review and is not saved or activated until you confirm it.account.osglab.com. When the selected service supports server-side web search, it may retrieve public web results for time-sensitive answers.account.osglab.com. This flow does not create an account, process an Apple identity token, use credits, or upload raw voice audio. The copied lesson sample is temporary and does not enable or populate clipboard history. The service keeps only pseudonymous integrity, request-state, feature, and metering records needed to enforce the one-use limits and investigate abuse; it does not retain request or response bodies.key.osglab.com; no voice, transcript, clipboard body, API key, or ordinary keystroke content is included. Opening the update page requests public content from download.osglab.com. Those hosts may process ordinary connection metadata such as IP address and request time.User-configured cloud ASR and LLM requests go directly to the provider you configure. Managed-credit requests go through account.osglab.com to the managed ASR or LLM provider. Apple processes Sign in with Apple and StoreKit purchases. AI skills may hand generated data to Apple Shortcuts or open a route in Apple Maps, Amap, or Baidu Maps. Public suggestions and updates use key.osglab.com and download.osglab.com. Optional Mac models are downloaded from Hugging Face. Each service's privacy policy applies.
User-configured cloud ASR and LLM requests go directly to the provider you configure. Anonymous onboarding and managed-credit requests go through account.osglab.com to the managed LLM provider. Apple processes App Attest, Sign in with Apple, and StoreKit purchases. AI skills may hand generated data to Apple Shortcuts or open a route in Apple Maps, Amap, or Baidu Maps. Public suggestions and updates use key.osglab.com and download.osglab.com. Optional Mac models are downloaded from Hugging Face. Each service's privacy policy applies.
Settings remain on your device until you delete the app or reset settings. With iCloud sync enabled, API keys use iCloud Keychain; eligible preferences, statistics, dictionary data, and voice history may sync through your private iCloud account.
-Voice history — successful transcripts may be saved in the main app’s History tab (up to 300 entries). With iCloud settings sync enabled, history may also sync across your devices.
+Voice history and learned styles — successful transcripts may be saved in the main app’s History tab (up to 300 entries). Each row can retain the displayed final text and, when available, the corrected ASR text from before AI polishing plus a deduplicated snapshot of the polish-style prompt used for that take; the pre-polish text is not shown in History. Raw audio and cursor context are not stored with the row. Clearing all history also removes retained prompt snapshots. A generated style is stored only after you review and save it. With iCloud settings sync enabled, eligible history and custom styles may sync across your devices through your private iCloud account.
Clipboard history — stays in this device’s App Group, is capped at 15 entries, does not sync through iCloud, and has no fixed expiry. Turning the feature off or resetting settings keeps existing items. Use the separately confirmed clear action to delete them.
-Product analytics — queued events expire locally after 34 days and the service accepts events no older than 35 days. Account deletion and analytics opt-out delete the local queue. Analytics identifiers are not used for cross-app tracking or advertising.
+Product analytics — queued events expire locally after 34 days. Daily keyboard-usage summaries are upload-eligible only for the previous 35 UTC days; older or server-rejected summaries are removed from the outbox and leave only an identifier-free local status diagnostic. Account deletion and analytics opt-out delete local analytics records. Analytics identifiers are not used for cross-app tracking or advertising.
Typing learning and Mac models — Chinese and English learning data stays local and can be cleared from typing settings. Downloaded Mac speech models remain until you remove the model or delete its local files.
Optional account — account profile, credit ledger, StoreKit audit records, and limited anti-abuse records are retained by the account service while the account is active. Account deletion removes the active profile and credentials; pseudonymous ledger, purchase-audit, and time-limited anti-abuse records may remain where required to prevent replay, fraud, or abuse.
@@ -73,20 +75,22 @@更新日期:2026 年 8 月 20 日 · v2.0
-OSGKeyboard 包含 iOS 自定义键盘与 macOS 菜单栏听写应用。iOS 默认使用 Apple 端侧语音能力;macOS 可使用下载到本机的 Qwen3-ASR 模型。本地能力和用户自备服务商能力无需登录 OSGKeyboard 账号。iOS 用户也可以选择 Apple 登录并使用托管积分,无需自行填写服务商凭证。本政策同时说明这两条可选路径。
+更新日期:2026 年 8 月 22 日 · v2.0
+OSGKeyboard 包含 iOS 自定义键盘与 macOS 菜单栏听写应用。iOS 默认使用 Apple 端侧语音能力;macOS 可使用下载到本机的 Qwen3-ASR 模型。本地能力和用户自备服务商能力无需登录 OSGKeyboard 账号。iOS 首次引导还提供限次匿名 AI 体验,之后也可以选择 Apple 登录并使用托管积分,无需自行填写服务商凭证。本政策一并说明这些可选路径。
account.osglab.com 的 OSGKeyboard 托管网关发送到托管识别服务商。请求处理完成后,OSGKeyboard 不保留原始录音。account.osglab.com 处理。account.osglab.com 处理。生成结果会先展示供你检查,确认保存前不会写入或启用。account.osglab.com 处理。所选服务支持联网搜索时,可能检索公开网页结果回答时效性问题。account.osglab.com 分别发送一次语音转写文字、由你明确复制的教学示例(用于翻译与回复),以及一次语音转写后的 AI 问题;不会创建账号、处理 Apple 身份令牌、使用积分或上传原始语音。教学示例仅短时使用,不会开启或写入剪贴板历史。服务端只保留执行一次性限制和调查滥用所需的匿名完整性、请求状态、功能类型及计量记录,不保留请求或回答正文。key.osglab.com 请求公开建议标题;请求不包含语音、转写、剪贴板正文、API Key 或普通击键内容。打开更新页时会从 download.osglab.com 请求公开内容。相关主机可能处理 IP 地址、请求时间等普通连接元数据。用户自备的云端 ASR 与 LLM 请求直接发送到你配置的服务商;托管积分请求经 account.osglab.com 发送到托管 ASR 或 LLM 服务商。Apple 处理 Apple 登录与 StoreKit 购买。AI 技能也可能把生成数据交给 Apple 快捷指令,或在 Apple 地图、高德地图、百度地图中打开路线。公开建议与更新页面分别由 key.osglab.com、download.osglab.com 提供;可选 Mac 模型从 Hugging Face 下载。各服务的隐私政策适用。
用户自备的云端 ASR 与 LLM 请求直接发送到你配置的服务商;匿名首次体验与托管积分请求经 account.osglab.com 发送到托管 LLM 服务商。Apple 处理 App Attest、Apple 登录与 StoreKit 购买。AI 技能也可能把生成数据交给 Apple 快捷指令,或在 Apple 地图、高德地图、百度地图中打开路线。公开建议与更新页面分别由 key.osglab.com、download.osglab.com 提供;可选 Mac 模型从 Hugging Face 下载。各服务的隐私政策适用。
设置保留在设备上,直至卸载或重置。开启 iCloud 同步后,API 密钥走 iCloud 钥匙串;可同步的偏好、统计、词库与语音历史可能经私有 iCloud 账户同步。
-语音历史 — 成功转写可保存在主 App「历史」页(最多 300 条)。开启 iCloud 设置同步后,历史也可能在多设备间同步。
+语音历史与学习风格 — 成功转写可保存在主 App「历史」页(最多 300 条)。每条记录可同时保留界面展示的最终文本,以及在可用时保留 AI 润色前、已经过确定性纠错的 ASR 文本与当次使用的润色风格 Prompt 去重快照,供用户日后主动生成个人风格;润色前文本不会在历史界面显示,记录中也不保存原始音频或光标上下文。清空全部历史也会删除保留的 Prompt 快照。生成的风格只有在你检查并保存后才会写入。开启 iCloud 设置同步后,符合条件的历史与自定义风格可能通过你的私人 iCloud 账户在多设备间同步。
剪贴板历史 — 仅保存在本机 App Group,上限 15 条,不经 iCloud 同步,也没有固定过期时间。关闭功能或重置设置会保留已有记录;需使用单独确认的清空操作才能删除。
-产品分析 — 待发送事件会在本地满 34 天后过期,服务端只接受 35 天以内的事件。注销账号或关闭产品分析会删除本地队列。分析标识不会用于跨 App 跟踪或广告。
+产品分析 — 待发送事件会在本地满 34 天后过期。每日键盘用量摘要仅可上传最近 35 个已完成的 UTC 日期;更早或被服务端拒绝的摘要会从待发送队列移除,只留下不含标识符的本地状态诊断。注销账号或关闭产品分析会删除本地分析记录。分析标识不会用于跨 App 跟踪或广告。
输入学习与 Mac 模型 — 中英文输入学习数据仅留本机,可在输入设置中单独清除。下载的 Mac 语音模型会保留到你移除模型或删除本地文件。
可选账号 — 账号有效期间,账号服务会保留资料、积分账本、StoreKit 审计记录及有限的反滥用记录。注销会删除有效资料与凭证;为防止交易重放、欺诈或滥用,匿名账本、购买审计及有时限的反滥用记录可能在必要范围内继续保留。
diff --git a/OSGKeyboard/Services/AIAgentShortcutRunner.swift b/OSGKeyboard/Services/AIAgentShortcutRunner.swift index cfa8f47..eba1b73 100644 --- a/OSGKeyboard/Services/AIAgentShortcutRunner.swift +++ b/OSGKeyboard/Services/AIAgentShortcutRunner.swift @@ -11,9 +11,9 @@ enum AIAgentShortcutRunner { @MainActor static func runPendingIfNeeded() { AIAgentShortcutRun.trace("host.runPending begin") - guard let payload = AppGroupStore().consumePendingShortcutRun() else { return } - let catalog = AppGroupStore().agentUserSkillCatalog - guard let skill = AIClipboardSkillCatalog.skill(id: payload.skillID, userCatalog: catalog) else { + let store = AppGroupStore() + guard let payload = store.consumePendingShortcutRun() else { return } + guard let skill = store.resolvedAgentSkillCatalog.first(where: { $0.id == payload.skillID }) else { AIAgentShortcutRun.trace( "host.runPending skip unknownSkill=\(payload.skillID)" ) diff --git a/OSGKeyboard/Services/AIHintRefreshService.swift b/OSGKeyboard/Services/AIHintRefreshService.swift index a3830a1..a29064b 100644 --- a/OSGKeyboard/Services/AIHintRefreshService.swift +++ b/OSGKeyboard/Services/AIHintRefreshService.swift @@ -8,42 +8,71 @@ import Foundation import OSGKeyboardShared +enum AIHintRefreshOutcome: Equatable { + case skippedFresh + case completed(updatedLocales: [String]) +} + @MainActor -enum AIHintRefreshService { - private static var inFlight: Task- - 目前公开下载的 Mac 安装包(DMG)仍为 1.1 历史版本;如需 Mac 2.0.0 的最新功能,请从源码构建。 + + 目前公开下载的 Mac 安装包(DMG)仍为 1.1 历史版本;如需 Mac 2.0.1 的最新功能,请从源码构建。
@@ -610,8 +610,8 @@- 当前可下载、已签名并公证的 Mac 安装包为 1.1 版。仓库中的 Mac 版源码已更新至 2.0.0;如需最新功能,请在 macOS 上使用 Xcode 26 或更高版本自行构建。 +
+ 当前可下载、已签名并公证的 Mac 安装包为 1.1 版。仓库中的 Mac 版源码已更新至 2.0.1;如需最新功能,请在 macOS 上使用 Xcode 26 或更高版本自行构建。