Datasets:
Add task categories, link to paper, and Github repository
Browse filesThis PR ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2410.13924.
It also adds the `image-segmentation` task category and links to the Github repository.
README.md
CHANGED
@@ -1,21 +1,17 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
4 |
language:
|
5 |
- en
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
pretty_name: arkit_labelmaker
|
10 |
-
size_categories:
|
11 |
-
- 1K<n<10K
|
12 |
---
|
13 |
|
14 |
-
|
15 |
|
16 |
-
|
17 |
|
18 |
-
|
19 |
-
Training on this auto-generated data, we push forward the state-of-the-art performance on ScanNet and ScanNet200 with prevalent 3D semantic segmentation models.
|
20 |
-
|
21 |
-
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- meta-llama/Meta-Llama-3-8B
|
4 |
+
datasets:
|
5 |
+
- QizhiPei/MathFusionQA
|
6 |
language:
|
7 |
- en
|
8 |
+
pipeline_tag: question-answering
|
9 |
+
library_name: transformers
|
10 |
+
license: mit
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
+
Paper: [MathFusion: Enhancing Mathematic Problem-solving of LLM through Instruction Fusion](https://arxiv.org/abs/2503.16212)
|
14 |
|
15 |
+
MathFusion enhances mathematical reasoning through cross-problem instruction synthesis, implementing sequential, parallel, and conditional fusion strategies.
|
16 |
|
17 |
+
Code: https://github.com/QizhiPei/MathFusion
|
|
|
|
|
|