hridaydutta123 commited on
Commit
3cc603a
·
verified ·
1 Parent(s): fd011df

Upload 100k_comments.tsv

Browse files

# <span style="color:Red">A larger version of YT-100K dataset -> YT-30M with 30 million multilingual and multicategory YouTube comments is also available and can be directly requested from the author. The below introduction contains description from both the datasets.</span>

# Introduction

This work introduces two large-scale multilingual comment datasets, YT-30M (and YT-100K) from YouTube. The code and both the datasets: YT-30M (full) and YT-100K (randomly selected 100K sample from YT-30M) are publicly released for further research. YT-30M (YT-100K) contains 32M (100K) comments posted by YouTube channel belonging to YouTube categories. Each comment is associated with a video ID, comment ID, commenter name, commenter channel ID, comment text, upvotes, original channel ID and category of the YouTube channel (e.g., News & Politics, Science & Technology, etc.).

# Data Description

Each entry in the dataset is related to one comment for a specific YouTube video in the related category with the following columns: videoID, commentID, commenterName, commenterChannelID, comment, votes, originalChannelID, category. Each field is explained below:
```
videoID: represents the video ID in YouTube.
commentID: represents the comment ID.
commenterName: represents the name of the commenter.
commenterChannelID: represents the ID of the commenter.
comment: represents the comment text.
votes: represents the upvotes received by that comment.
originalChannelID: represents the original channel ID who posted the video.
category: represents the category of the YouTube video.
```
# Data Anonymization

The data is anonymized by removing all Personally Identifiable Information (PII). 

# Data sample
```
{
"videoID": "ab9fe84e2b2406efba4c23385ef9312a",
"commentID": "488b24557cf81ed56e75bab6cbf76fa9",
"commenterName": "b654822a96eae771cbac945e49e43cbd",
"commenterChannelID": "2f1364f249626b3ca514966e3ef3aead",
"comment": "ich fand den Handelwecker am besten",
"votes": 2,
"originalChannelID": "oc_2f1364f249626b3ca514966e3ef3aead",
"category": "entertainment"
}
```
# Multilingual data

| **Language** | **Text** |

|--------------|---------------------------------------------------|

| English | You girls are so awesome!! |

| Russian | Точно так же Я стрелец |

| Hindi | आज भी भाई कʏ आवाज में वही पुरानी बात है.... |

| Chinese | 無論如何,你已經是台灣YT訂閱數之首 |

| Bengali | খুিন হািসনােক ভারেতর àধানমন্... |

| Spanish | jajajaj esto tiene que ser una brom |

| Portuguese | nossa senhora!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!... |

| Malayalam | നമസ്കാരം |

| Telegu | నమసాక్రం |

| Japanese | こんにちは |

# License

[CC]([https://choosealicense.com/licenses/mit/](https://choosealicense.com/licenses/cc-by-4.0/#))

Files changed (2) hide show
  1. .gitattributes +1 -0
  2. 100k_comments.tsv +3 -0
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ 100k_comments.tsv filter=lfs diff=lfs merge=lfs -text
100k_comments.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d08e5468de27b67b98816f0fea2967ae70d5526dbff6099576fe7de94d241d68
3
+ size 22529152