nntoan209/LawEval
收藏Hugging Face2024-05-22 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/nntoan209/LawEval
下载链接
链接失效反馈官方服务:
资源简介:
### Files description
- **filtered_corpus.json**: Corpus file, a dictionary map the index to the passage: Dict[str, str]
- **dev_queries.json**: A dictionary map the index to the query: Dict[str, str]
- **dev_rel_docs.json**: A dictionary map the query index to the relevant passage index: Dict[str, List[str]]
The dataset consists of three files: filtered_corpus.json (a dictionary mapping index to passage), dev_queries.json (a dictionary mapping index to query), and dev_rel_docs.json (a dictionary mapping query index to relevant passage index). These files together form a dataset for query and relevant passage matching.
提供机构:
nntoan209
原始信息汇总
数据集文件描述
- filtered_corpus.json: 语料库文件,将索引映射到段落内容:字典类型,键为字符串,值为字符串。
- dev_queries.json: 查询文件,将索引映射到查询内容:字典类型,键为字符串,值为字符串。
- dev_rel_docs.json: 相关文档文件,将查询索引映射到相关段落索引:字典类型,键为字符串,值为字符串列表。



