allenai/ms2_sparse_mean
收藏资源简介:
该数据集是MS^2数据集的副本,但其验证集的输入源文档已被替换为稀疏检索器。检索管道使用了BM25算法,并通过PyTerrier实现,检索策略为mean,即检索的文档数量k设置为数据集中所有示例的平均文档数,此处k==17。数据集主要用于摘要和文本生成任务,语言为英语,大小为10K到100K之间,许可证为Apache-2.0。
This dataset is a replica of the MS^2 dataset, where the input source documents of its validation set have been replaced with results from a sparse retriever. The retrieval pipeline adopts the BM25 algorithm and is implemented via PyTerrier, with the retrieval strategy set to "mean" — specifically, the number of retrieved documents k is set to the average number of documents per example in the dataset, where k equals 17. This dataset is primarily utilized for summarization and text generation tasks, is in English, has a size ranging between 10K and 100K, and is licensed under Apache-2.0.
数据集概述
基本信息
- 标注创建者: 专家生成
- 语言创建者: 专家生成
- 语言: 英语
- 许可证: Apache 2.0
- 多语言性: 单语种
- 数据集大小: 10K<n<100K
- 源数据集: 扩展自MS^2和Cochrane
- 任务类别: 摘要生成、文本到文本生成
- Papers with Code ID: multi-document-summarization
- 易读名称: MSLR Shared Task
数据集描述
- 数据集来源: 该数据集是MS^2数据集的副本,除了其
validation分割的输入源文档已被稀疏检索器替换。 - 检索流程:
- 查询: 每个示例的
background字段 - 语料库:
train、validation和test分割中的所有文档的联合。一个文档是title和abstract的连接。 - 检索器: 通过PyTerrier使用默认设置的BM25
- top-k策略:
"mean",即检索的文档数量k设置为该数据集中示例的平均文档数量,此处k==17
- 查询: 每个示例的
检索结果
-
训练集:
- Recall@100: 0.4333
- Rprec: 0.2163
- Precision@k: 0.2051
- Recall@k: 0.2197
-
验证集:
- Recall@100: 0.3780
- Rprec: 0.1827
- Precision@k: 0.1815
- Recall@k: 0.1792
-
测试集:
- Recall@100: 0.3928
- Rprec: 0.1898
- Precision@k: 0.1951
- Recall@k: 0.1820




