nielsr HF staff commited on
Commit
137365e
·
verified ·
1 Parent(s): 9017f01

Add task category, paper and code links

Browse files

This PR adds the "other" task category and a link to the paper, so the dataset can be found on the hub at https://huggingface.co/datasets?task_categories=task_categories:other. It also links to the paper: https://huggingface.co/papers/2501.08328 and the github repository.

Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,7 +1,13 @@
 
1
  ---
2
  language:
3
  - en
4
  pretty_name: PokerBench
 
 
 
 
 
5
  ---
6
  # PokerBench Overview
7
 
@@ -11,6 +17,9 @@ This dataset contains natural language game scenarios and optimal decisions comp
11
 
12
  - CSV files: Contain structured game information from which the JSON files were generated. The pre-flop and post-flop CSV files have different structures to accommodate the different stages of the game.
13
 
 
 
 
14
  # Dataset Structure
15
 
16
  ## JSON Files
@@ -81,4 +90,5 @@ HJ/2.0bb/BB/call, Ks7h2d, Jc, 7c, OOP, OOP_CHECK/IP_CHECK/dealcards/Jc/OOP_CHECK
81
 
82
  ## Usage
83
 
84
- The dataset can be used to train and evaluate language models for decision-making in No Limit Texas Hold’em. Use the JSON files for direct training and evaluation with natural language prompts and decisions. Use the CSV files for more detailed analysis or for generating custom prompts.
 
 
1
+ ```yaml
2
  ---
3
  language:
4
  - en
5
  pretty_name: PokerBench
6
+ task_categories:
7
+ - other
8
+ tags:
9
+ - poker
10
+ - decision-making
11
  ---
12
  # PokerBench Overview
13
 
 
17
 
18
  - CSV files: Contain structured game information from which the JSON files were generated. The pre-flop and post-flop CSV files have different structures to accommodate the different stages of the game.
19
 
20
+ Paper: https://huggingface.co/papers/2501.08328
21
+ Code: https://github.com/pokerllm/pokerbench
22
+
23
  # Dataset Structure
24
 
25
  ## JSON Files
 
90
 
91
  ## Usage
92
 
93
+ The dataset can be used to train and evaluate language models for decision-making in No Limit Texas Hold’em. Use the JSON files for direct training and evaluation with natural language prompts and decisions. Use the CSV files for more detailed analysis or for generating custom prompts.
94
+ ```