christopher's picture
Update README.md
03e83b6 verified
metadata
license: cc-by-sa-4.0
tags:
  - chess
  - games
  - lichess
pretty_name: Lichess Broadcasts Dataset
size_categories:
  - 100K<n<1M
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/**/train-*

Lichess Broadcasts Dataset

Dataset Description

931,021 chess games from chess tournaments tracked using Lichess Broadcasts.

Lichess Broadcasts show live games as they unfold with new moves arriving in real time. They are built to connect to the live-updating PGN file produced by DGT boards but can work with other sources as well.

Broadcasts are organized in "tournaments" and "rounds."

Dataset Sample

{
 'Event': 'FIDE World Championship Match 2021',
 'Site': 'Dubai UAE',
 'White': 'Nepomniachtchi, Ian',
 'Black': 'Carlsen, Magnus',
 'Result': '1/2-1/2',
 'WhiteTitle': 'GM',
 'BlackTitle': 'GM',
 'WhiteFideId': 'https://ratings.fide.com/profile/4168119',
 'BlackFideId': 'https://ratings.fide.com/profile/1503014',
 'WhiteElo': 2782,
 'BlackElo': 2855,
 'UTCDate': datetime.date(2021, 11, 26),
 'UTCTime': None,
 'ECO': 'C88',
 'Opening': 'Ruy Lopez: Closed',
 'Termination': None,
 'TimeControl': '40/7200:20/3600:900+30',
 'Board': None,
 'Variant': 'Standard',
 'StudyName': 'Game 1',
 'ChapterName': 'Ian Nepomniachtchi - Magnus Carlsen',
 'BroadcastName': 'World Chess Championship 2021',
 'BroadcastURL': 'https://lichess.org/broadcast/world-chess-championship-2021/game-1/olFFWcs6',
 'GameURL': 'https://lichess.org/broadcast/world-chess-championship-2021/game-1/olFFWcs6/QiiRpWao',
 'movetext': '1. e4 { [%eval 0.23] [%clk 2:00:00] } 1... e5 { [%eval 0.12] [%clk 1:59:41] } ...'
}