Add link to paper, task category and license metadata

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  dataset_info:
3
  features:
4
  - name: db_id
@@ -57,10 +60,16 @@ configs:
57
  - split: minidev
58
  path: data/minidev-*
59
  ---
 
60
  # Dataset
61
- This dataset is a polished version of the BIRD dataset. It has been used to train a reasoning Text2SQL model [simone-papicchio/Think2SQL-7B](simone-papicchio/Think2SQL-7B)
62
 
63
- Please refer to the main paper for License (CC BY-SA 4.0) and details.
 
 
 
 
 
 
64
 
65
  # Citation
66
 
@@ -74,5 +83,4 @@ Please refer to the main paper for License (CC BY-SA 4.0) and details.
74
  primaryClass={cs.LG},
75
  url={https://arxiv.org/abs/2504.15077},
76
  }
77
- ```
78
-
 
1
  ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - text-generation
5
  dataset_info:
6
  features:
7
  - name: db_id
 
60
  - split: minidev
61
  path: data/minidev-*
62
  ---
63
+
64
  # Dataset
 
65
 
66
+ This dataset is a polished version of the BIRD dataset. It was introduced in the paper [Think2SQL: Reinforce LLM Reasoning Capabilities for Text2SQL](https://huggingface.co/papers/2504.15077).
67
+
68
+ It has been used to train the reasoning Text2SQL model [simone-papicchio/Think2SQL-7B](https://huggingface.co/simone-papicchio/Think2SQL-7B).
69
+
70
+ Please refer to the paper for further details.
71
+
72
+ **License:** CC BY-SA 4.0
73
 
74
  # Citation
75
 
 
83
  primaryClass={cs.LG},
84
  url={https://arxiv.org/abs/2504.15077},
85
  }
86
+ ```