Dataset Viewer
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
id: string
prompt: string
language: string
task_category: string
token_count: int64
timestamp: string
has_error: bool
response_completeness: double
has_thinking: bool
quality_score: double
latency_ms: int64
thinking_ratio: int64
total_tokens: int64
to
{'id': Value('string'), 'quality_score': Value('float64'), 'response_completeness': Value('float64'), 'has_thinking': Value('bool'), 'has_error': Value('bool'), 'thinking_ratio': Value('int64'), 'latency_ms': Value('int64'), 'total_tokens': Value('int64'), 'timestamp': Value('string')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
return get_rows(
^^^^^^^^^
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2690, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2227, in __iter__
for key, pa_table in self._iter_arrow():
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2251, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 494, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 384, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 299, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
id: string
prompt: string
language: string
task_category: string
token_count: int64
timestamp: string
has_error: bool
response_completeness: double
has_thinking: bool
quality_score: double
latency_ms: int64
thinking_ratio: int64
total_tokens: int64
to
{'id': Value('string'), 'quality_score': Value('float64'), 'response_completeness': Value('float64'), 'has_thinking': Value('bool'), 'has_error': Value('bool'), 'thinking_ratio': Value('int64'), 'latency_ms': Value('int64'), 'total_tokens': Value('int64'), 'timestamp': Value('string')}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
[llm_interaction_corpus]
数据集概述
本仓库收录了日常工作中与大语言模型(LLM)的真实交互数据,涉及【文本生成/代码辅助/数据分析/…】等场景。数据严格经过会话重构、敏感信息脱敏与质量筛查,并附带细粒度元数据标签(会话意图、满意度评分、修订程度等)。
数据构成
prompts/:原始用户提示,保留真实任务语境responses/:模型原始输出(含模型名称、参数快照)revisions/:人工修订记录与difffeedback/:评分、排序、二元偏好标签metadata.csv:每段交互的上下文特征与时间戳
应用价值
- **指令微调 (Instruction Tuning)**:高质量多样化任务指令
- **人类反馈强化学习 (RLHF)**:偏好对与修订轨迹
- 工具使用与Agent行为分析:API调用链和推理路径
数据形式
所有数据以 JSON Lines / Parquet 格式存储,每行代表一次完整交互,并遵循统一schema。版本管理采用 DVC,确保数据可复现。
- Downloads last month
- 12