altlex
收藏魔搭社区2025-11-01 更新2025-01-11 收录
下载链接:
https://modelscope.cn/datasets/sentence-transformers/altlex
下载链接
链接失效反馈官方服务:
资源简介:
# Dataset Card for altlex
This dataset is a collection of pairs of English Wikipedia entries and their simplified variants. See [altlex](https://github.com/chridey/altlex/) for additional information.
This dataset can be used directly with Sentence Transformers to train embedding models.
## Dataset Subsets
### `pair` subset
* Columns: "text", "simplified"
* Column types: `str`, `str`
* Examples:
```python
{
'text': "Valentin Berlinsky retired from the Borodin Quartet in September 2007 , and was succeeded by his protégé , Vladimir Balshin , but he still remained the group 's mentor .",
'simplified': 'Valentin Berlinsky retired from the Borodin Quartet in September 2007 .',
}
```
* Collection strategy: Reading the SimpleWiki dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data).
* Deduplified: No
# altlex 数据集卡片
本数据集为英文维基百科条目与其简化版本的配对集合,更多详细信息可查阅[altlex](https://github.com/chridey/altlex/)。该数据集可直接配合Sentence Transformers用于嵌入模型的训练。
## 数据集子集
### `pair` 子集
* 列名:"text"、"simplified"
* 列类型:均为字符串(str)
* 示例:
python
{
'text': "Valentin Berlinsky retired from the Borodin Quartet in September 2007 , and was succeeded by his protégé , Vladimir Balshin , but he still remained the group 's mentor .",
'simplified': "Valentin Berlinsky retired from the Borodin Quartet in September 2007 .",
}
* 采集策略:从[embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data)读取SimpleWiki数据集。
* 去重情况:否
提供机构:
maas
创建时间:
2025-01-06



