SeanLee97's picture
Update README.md
e67a190
|
raw
history blame
1.04 kB
---
license: mit
dataset_info:
features:
- name: text1
dtype: string
- name: text2
dtype: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 181474610
num_examples: 18565
- name: valid
num_bytes: 14656141
num_examples: 1547
- name: test
num_bytes: 13135402
num_examples: 1548
download_size: 58129696
dataset_size: 209266153
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: valid
path: data/valid-*
- split: test
path: data/test-*
task_categories:
- sentence-similarity
language:
- en
tags:
- code
size_categories:
- 10K<n<100K
---
# GIS: Github Issue Similarity Dataset
This dataset was released from the paper: https://arxiv.org/abs/2309.12871
# Citation
If you use our dataset in your research, welcome to cite us as follows:
```bibtex
@article{li2023angle,
title={AnglE-optimized Text Embeddings},
author={Li, Xianming and Li, Jing},
journal={arXiv preprint arXiv:2309.12871},
year={2023}
}
```