File size: 1,512 Bytes
6243d29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc4a9b1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
dataset_info:
  features:
  - name: title
    dtype: string
  - name: text
    dtype: string
  - name: wiki_id
    dtype: int32
  - name: paragraph_id
    dtype: int32
  - name: topic_infer
    dtype: int64
  - name: prob
    dtype: float64
  splits:
  - name: train
    num_bytes: 565706758
    num_examples: 1139464
  download_size: 0
  dataset_size: 565706758
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
task_categories:
- text-generation
language:
- en
tags:
- medical
pretty_name: w
size_categories:
- 1M<n<10M
license: cc
---
# MedWiki from ClinicalCorp

This repo generates on-the-fly a filtered version of the `Cohere/wikipedia-22-12` on medical topic articles based on `MaartenGr/BERTopic_Wikipedia`. DISCLAIMER: there is no data in this repo only scripts to build it, the `trust_remote_code=True` flag must be set.

## Original Dataset

https://huggingface.co/datasets/Cohere/wikipedia-22-12

## Topic modelling

https://huggingface.co/MaartenGr/BERTopic_Wikipedia

Topics from this model were classified as part of the medical field by prompting `GPT3.5-turbo 0613` over word representations of topics. The original topic list can be obtained from the topic model.

# Citation

    @article{corbeil2024iryonlp,
      title={IryoNLP at MEDIQA-CORR 2024: Tackling the Medical Error Detection & Correction Task On the Shoulders of Medical Agents},
      author={Jean-Philippe Corbeil},
      journal={arXiv preprint arXiv:2404.15488},
      year={2024}
    }