File size: 1,024 Bytes
842b264
 
 
 
 
 
 
 
 
 
 
91102e3
 
 
 
 
 
842b264
 
91102e3
842b264
91102e3
 
842b264
fd648f2
 
 
 
 
 
842b264
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: black_player_name
    dtype: string
  - name: white_player_name
    dtype: string
  - name: winner
    dtype: string
  - name: black_player_elo
    dtype: float64
  - name: white_player_elo
    dtype: float64
  - name: winner_elo
    dtype: float64
  splits:
  - name: train
    num_bytes: 114775572
    num_examples: 93970
  download_size: 80385458
  dataset_size: 114775572
---
# go_pgn_string_v2

It is parsed from https://dl.fbaipublicfiles.com/elfopengo/analysis/data/gogod_commentary_sgfs.gzip.  
It contains professional game of Go ever played (~100k games drawn from GoGoD), evaluated by Meta AI's [ELF OpenGo](https://ai.meta.com/research/publications/elf-opengo-an-analysis-and-open-reimplementation-of-alpha-zero/).  
The leftmost variation of the game tree is taken in SGF format and translate it into PGN like format.  
Due to autoregressive nature of decoder, a special token '>' is used to denote the move by the winner of the game.