Add dataset card and link to paper
#1
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- other
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Multi-Dimensional Knowledge Profiling with Large-Scale Literature Database and Hierarchical Retrieval
|
| 7 |
+
|
| 8 |
+
This repository contains the dataset presented in the paper [Multi-Dimensional Knowledge Profiling with Large-Scale Literature Database and Hierarchical Retrieval](https://huggingface.co/papers/2601.15170).
|
| 9 |
+
|
| 10 |
+
The dataset is a unified corpus of more than 100,000 papers from 22 major conferences between 2020 and 2025. It is designed to support the study of topic lifecycles, methodological transitions, dataset/model usage patterns, and institutional research trends in the field of AI.
|
| 11 |
+
|
| 12 |
+
## Resources
|
| 13 |
+
- **Paper**: [https://huggingface.co/papers/2601.15170](https://huggingface.co/papers/2601.15170)
|
| 14 |
+
- **Code**: [https://github.com/xzc-zju/psl](https://github.com/xzc-zju/psl)
|