Add link to paper, task category
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# StreamProfileBench
|
| 2 |
|
| 3 |
Streaming user-interest profiling benchmark for Chinese social media platforms.
|
|
@@ -5,6 +10,10 @@ Each task asks an LLM to (a) maintain a rolling persona summary from a stream
|
|
| 5 |
of a user's posts, and (b) predict which tags from a curated candidate pool the
|
| 6 |
user will engage with in the next time window.
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
The benchmark evaluates two coupled abilities:
|
| 9 |
|
| 10 |
- **Plasticity** — picking up *newly emerging* interests (`Recall_Novelty`).
|
|
@@ -120,7 +129,9 @@ One JSON object per line in each `data/<platform>_inference_tasks.jsonl`:
|
|
| 120 |
"total_steps": 4,
|
| 121 |
"date_input": "2025-06-12",
|
| 122 |
"date_target": "2025-06-17",
|
| 123 |
-
"posts_text": "[1] Content: ...
|
|
|
|
|
|
|
| 124 |
"candidate_pool": ["tag1", "tag2", ...],
|
| 125 |
"ground_truth": {
|
| 126 |
"all_tags": ["..."],
|
|
@@ -199,4 +210,4 @@ If you find any residual PII please open an issue.
|
|
| 199 |
|
| 200 |
## License
|
| 201 |
|
| 202 |
-
Apache License 2.0. See [LICENSE](LICENSE).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-generation
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
# StreamProfileBench
|
| 7 |
|
| 8 |
Streaming user-interest profiling benchmark for Chinese social media platforms.
|
|
|
|
| 10 |
of a user's posts, and (b) predict which tags from a curated candidate pool the
|
| 11 |
user will engage with in the next time window.
|
| 12 |
|
| 13 |
+
This repository contains the data presented in [StreamProfileBench: A Benchmark for Fine-Grained User Profile Inference in Real-World Streaming Scenarios](https://huggingface.co/papers/2605.25758).
|
| 14 |
+
|
| 15 |
+
Code: https://github.com/WaterWang-001/StreamProfileBench
|
| 16 |
+
|
| 17 |
The benchmark evaluates two coupled abilities:
|
| 18 |
|
| 19 |
- **Plasticity** — picking up *newly emerging* interests (`Recall_Novelty`).
|
|
|
|
| 129 |
"total_steps": 4,
|
| 130 |
"date_input": "2025-06-12",
|
| 131 |
"date_target": "2025-06-17",
|
| 132 |
+
"posts_text": "[1] Content: ...
|
| 133 |
+
Tags: ...
|
| 134 |
+
[2] ...",
|
| 135 |
"candidate_pool": ["tag1", "tag2", ...],
|
| 136 |
"ground_truth": {
|
| 137 |
"all_tags": ["..."],
|
|
|
|
| 210 |
|
| 211 |
## License
|
| 212 |
|
| 213 |
+
Apache License 2.0. See [LICENSE](LICENSE).
|