*** movies_relationships.json *** An array of labeled fictional character pairs taken from movies in the Scriptbase-J corpus (https://github.com/EdinburghNLP/scriptbase). Each pair consists of: - title: title of the movie - pair: NAME1:::NAME2 - labels: directed relationships from NAME1 to NAME2 (e.g., 'child' label means NAME1 is the child of NAME2), multi-label *** series_relationships.json *** An array of labeled fictional character pairs taken from our dataset of TV series scripts. Each pair consists of: - title: title of the series - pair: NAME1:::NAME2 - labels: directed relationships from NAME1 to NAME2 (e.g., 'child' label means NAME1 is the child of NAME2), multi-label *** series_conversations.tar.gz *** Conversation turns for each series character pairs that are labeled with relationships (series_relationships.json), taken from the screenplays of 14 TV series. We crawled https://transcripts.foreverdreaming.org/ for the series scripts. As filenames are the names of character pairs: NAME1__NAME2. Each file contains their dialogue turns, where the speakers' names and utterances are separated by tab. E.g., LEONARD All right, now, one benefit of quantum coupling... SHELDON Wait, a question, who decides if someone's gone off topic? LEONARD I think it'll be pretty clear. If not, we'll take a vote. Oh, and also... SHELDON Ow. We didn't vote!