Data
National-Hockey-League-Interviews

National-Hockey-League-Interviews

active ARFF CC0: Public Domain Visibility: public Uploaded 23-03-2022 by Elif Ceren Gok
0 likes downloaded by 0 people , 0 total downloads 0 issues 0 downvotes
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Context This dataset was scraped from http://www.asapsports.com/, using the code in this repository. I designed the webscraping code to account for most of the variance in the website's formatting, but some webpages with formatting that differed significantly were ignored. While manually inspecting random rows of the dataset I did not notice any glaring errors in the transcripts, but I cannot guarantee that there aren't any. Content RowId: A unique row identifier team1 and team2: The two teams in the Stanley Cup Final. Whether a team is team1 or team2 has no meaning: it's determined by the order of their listing on the website. date: The date of the interview name: The person being interviewed job: Takes values "player", "coach", and "other". If they are a player or coach at the time of the interview they are assigned accordingly. Otherwise they are assigned "other". Most of the people in the "other" category are general managers, league officials, and commentators. Some of these values were assigned automatically based on their title in a transcript (e.g. "Coach Mike Babcock"), and others were assigned manually. A possible source of error is the fact that I did not manually inspect names that appeared only once. text: The interview transcript. Interviewer questions were not collected, so all of the speech comes from the interviewee. Responses to questions are separated by periods. These periods will be the only punctuation in the text. Note that a likely source of error in this column is a failure to ignore an interviewer's questions. Related Links In other work I used this dataset to train an RNN-based Facebook Messenger chatbot to respond to messages as a hockey player might. More precisely, if you send the bot the beginning of an interview response, it will respond with a 5-sentence continuation of that response. For example, it could receive "Well you know" and respond with "Well you know we played hard out there and". Follow this link to interact with the chatbot and this link to read the Medium article where I explain how I created the bot. Acknowledgements The idea to scrape interviews from ASAPSports came from this article by Mathieu Bray. Inspiration How do speech patterns of NHL coaches and players differ? Are coaches more positive than players? More team oriented? How have hockey interview responses changed over the years? Can we create a bot that talks like an NHL player? (See Related Links)

6 features

RowId (ignore)numeric2096 unique values
0 missing
team1string19 unique values
0 missing
team2string14 unique values
0 missing
datestring264 unique values
0 missing
namestring470 unique values
0 missing
jobstring3 unique values
0 missing
textstring2087 unique values
0 missing

19 properties

2096
Number of instances (rows) of the dataset.
6
Number of attributes (columns) of the dataset.
Number of distinct values of the target attribute (if it is nominal).
0
Number of missing values in the dataset.
0
Number of instances with at least one value missing.
0
Number of numeric attributes.
0
Number of nominal attributes.
0
Number of attributes divided by the number of instances.
0
Percentage of numeric attributes.
Percentage of instances belonging to the most frequent class.
0
Percentage of nominal attributes.
Number of instances belonging to the most frequent class.
Percentage of instances belonging to the least frequent class.
Number of instances belonging to the least frequent class.
0
Number of binary attributes.
0
Percentage of binary attributes.
0
Percentage of instances having missing values.
Average class difference between consecutive instances.
0
Percentage of missing values.

0 tasks

Define a new task