id int64 0 100k | text stringlengths 43 9.79k | embedding listlengths 3.07k 3.07k |
|---|---|---|
0 | Introduction. Depressive disorder is one of the most widespread forms of mental disorders which lead to a significant public health concern, such as disability, suicide, and so on. Its etiology remains vague but it is believed that depressive disorder is a multifactorial disease which is induced by the interaction of s... | [
0.009570049121975899,
0.029126238077878952,
-0.016158126294612885,
-0.038280196487903595,
0.03314843028783798,
0.03411930799484253,
-0.029264934360980988,
0.014632467180490494,
-0.009639397263526917,
0.0320388600230217,
-0.05714290216565132,
0.006726773921400309,
0.06463250517845154,
-0.00... |
1 | Effects of different nose types on class II treatments for female patients. BACKGROUND: The aim of this study was to evaluate the effect of different nose types on the perception of facial aesthetics following camouflage treatment and orthognathic surgery for skeletal class II female patients.METHODS: A pre-treatment p... | [
-0.02996966242790222,
0.031502991914749146,
0.033733293414115906,
-0.022860579192638397,
0.016518162563443184,
0.04376964643597603,
-0.00036155260750092566,
-0.017703009769320488,
-0.0049136304296553135,
0.038751471787691116,
-0.0006839007255621254,
0.015542406588792801,
0.045163583010435104... |
2 | "[Effect of moxibustion pretreatment at different time on ovarian function in rats with dimini-shed (...TRUNCATED) | [0.01568666845560074,-0.0010146672138944268,0.048772525042295456,-0.029181314632296562,0.03863441571(...TRUNCATED) |
3 | "[Effect of electroacupuncture or moxibustion of \"Tianshu\" (ST25) on intragastric pressure in rats(...TRUNCATED) | [0.01820872537791729,-0.0011805096874013543,0.0551697202026844,-0.02473125420510769,0.02812840417027(...TRUNCATED) |
4 | "[Analysis on the distribution of pressure- and heat-sensitive acupoints in patients with allergic r(...TRUNCATED) | [0.007746332325041294,0.0015052916714921594,0.024761201813817024,-0.04113336279988289,0.009268537163(...TRUNCATED) |
5 | "[Effect of \"Buqi Yixue\" needling on neurological function and nerve conduction velocity in patien(...TRUNCATED) | [-0.011755507439374924,0.00040982893551699817,0.031665123999118805,-0.03044200874865055,0.0202493723(...TRUNCATED) |
6 | "[Influence of different courses of electroacupuncture treatment on compliance and therapeutic outco(...TRUNCATED) | [-0.00735328858718276,0.001292701344937086,0.08541902154684067,-0.026458406820893288,0.0118861375376(...TRUNCATED) |
7 | "[Effect of \"Yinqi Guiyuan\" needling on primary insomnia]. OBJECTIVE: To observe the clinical effe(...TRUNCATED) | [-0.008207892999053001,-0.021251972764730453,0.06293853372335434,-0.021251972764730453,0.04659086093(...TRUNCATED) |
8 | "[A modified device for transcutaneous electrical auricular concha stimulation in rats]. In the pres(...TRUNCATED) | [0.021226774901151657,0.005475696641951799,0.05813702568411827,-0.0027716488111764193,-0.00067601189(...TRUNCATED) |
9 | "Experimental transmission of infectious spleen and kidney necrosis virus (ISKNV) from freshwater or(...TRUNCATED) | [-0.007093527819961309,0.013695425353944302,0.007550042122602463,-0.028233645483851433,0.03469507768(...TRUNCATED) |
End of preview. Expand in Data Studio
BioASQ-BEIR Vector Database Dataset (3072d, 100k)
Generated embeddings dataset for vector database training and evaluation.
Dataset Summary
This dataset contains 100,000 text samples with vector embeddings (3072 dimensions) generated from the BioASQ-BEIR dataset using Qwen/Qwen3-Embedding-8B.
Dataset Structure
- Base dataset: 100,000 samples with embeddings
- Embedding dimension: 3072
Repository Structure
parquet/
base.parquet- Main dataset with text and embeddings
Usage
Loading with HuggingFace Datasets
from datasets import load_dataset
dataset = load_dataset("maknee/bioasq_bier_3072_100k")
base_data = dataset['train']
import numpy as np
embeddings = np.array(base_data['embedding'])
texts = base_data['text']
Dataset Information
- Source: BioASQ-BEIR
- Size: 100,000 samples
- Dimension: 3072
- Format: Parquet
Citation
@dataset{huggingface_embeddings_maknee_bioasq_bier_3072_100k,
title={BioASQ-BEIR Vector Database Embeddings Dataset},
author={Henry Zhu},
year={2026},
url={https://huggingface.co/datasets/maknee/bioasq_bier_3072_100k}
}
License
MIT License.
- Downloads last month
- 176