Datasets:

Modalities:
Text
Formats:
csv
Libraries:
Datasets
pandas
License:
hanbinChen commited on
Commit
76b77cc
·
1 Parent(s): d6c5f06

📄 Update README.md with NEN task pipeline

Browse files
Files changed (2) hide show
  1. README.md +3 -19
  2. image.png +3 -0
README.md CHANGED
@@ -17,25 +17,9 @@ The dataset was created by DBIS at RWTH Aachen University (Yongli Mou, Hanbin Ch
17
  2. **Semantic Matching** 🧠: Employing LLMs (like GPT-4) to select the best match from top candidates
18
  3. **Expert Validation** ✅: Final review and verification by medical students from University Hospital RWTH Aachen
19
 
 
 
20
 
21
- ```mermaid
22
- flowchart LR
23
- subgraph RAG
24
-
25
- subgraph Retrieval
26
- direction TB
27
- A@{ shape: lean-r, label: "Entity" } --> API(UMLS API)
28
- API --> RES@{ shape: diamond, label: "select Top N" }
29
- end
30
-
31
- Retrieval -->|Top N| LLMS(LLMS Selector)
32
- end
33
-
34
- LLMS -->|json| DF(Formatter)
35
- DF -->|CSV| E(Evaluation)
36
- DB2[(RadLink)] --> |CSV| E
37
- E -->|output| G@{ shape: lean-r, label: "Results" }
38
- ```
39
 
40
  ## 🧩 Data Structure
41
  The dataset contains the following fields:
@@ -55,7 +39,7 @@ If you use the RadLink dataset, please cite this project as well as the original
55
  @misc{RadLink,
56
  title={RadLink: A Medical Entity Normalization Dataset},
57
  year={2025},
58
- howpublished={\url{https://github.com/yourusername/RadLink}}
59
  }
60
 
61
  ```
 
17
  2. **Semantic Matching** 🧠: Employing LLMs (like GPT-4) to select the best match from top candidates
18
  3. **Expert Validation** ✅: Final review and verification by medical students from University Hospital RWTH Aachen
19
 
20
+ Pipeline of NEN task in MedKGC:
21
+ ![Pipeline of NEN task in MedKGC](image.png)
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  ## 🧩 Data Structure
25
  The dataset contains the following fields:
 
39
  @misc{RadLink,
40
  title={RadLink: A Medical Entity Normalization Dataset},
41
  year={2025},
42
+ howpublished={[\url{https://github.com/yourusername/RadLink}](https://huggingface.co/datasets/WestAI-SC/RadLink)}
43
  }
44
 
45
  ```
image.png ADDED

Git LFS Details

  • SHA256: 96641acc4499fe05817fd29234b10c39a51069bdc5c990b743489f4b7862ac36
  • Pointer size: 130 Bytes
  • Size of remote file: 47.2 kB