Facebook
Twitterhttps://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/
Dive into the world of French dialogue with the French Movie Subtitle Conversations dataset – a comprehensive collection of over 127,000 movie subtitle conversations. This dataset offers a deep exploration of authentic and diverse conversational contexts spanning various genres, eras, and scenarios. It is thoughtfully organized into three distinct sets: training, testing, and validation.
Each conversation in this dataset is structured as a JSON object, featuring three key attributes:
Here's a snippet from the dataset to give you an idea of its structure:
[
{
"context": [
"Tu as attendu longtemps?",
"Oui en effet.",
"Je pense que c' est grossier pour un premier rencard.",
// ... (6 more lines of context)
],
"knowledge": "",
"response": "On n' avait pas dit 9h?"
},
// ... (more data samples)
]
The French Movie Subtitle Conversations dataset serves as a valuable resource for several applications:
We extend our gratitude to the movie subtitle community for their contributions, which have enabled the creation of this diverse and comprehensive French dialogue dataset.
Unlock the potential of authentic French conversations today with the French Movie Subtitle Conversations dataset. Engage in state-of-the-art research, enhance language models, and create applications that resonate with the nuances of real dialogue.
Facebook
Twitterhttps://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/
I was thinking about movie sentiments and wanted to see if there is any strong pattern behind how sentiment fluctuates across the movie to how that movie is received or performed.
To track movie sentiments across the run time, the easy way is to get the movie subtitles and identify the sentiment for each text in the subtitle. The advantage of this approach is that movie subtitles are easy to get, parse, and process and NLP frameworks can easily help with the task. This approach is scalable since irrespective of language, english subtitles are available for almost all movies albeit translation errors.
Facebook
TwitterAttribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
## Overview
Subtitles is a dataset for object detection tasks - it contains Letters annotations for 500 images.
## Getting Started
You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
## License
This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
Facebook
TwitterPJMixers-Dev/Subtitles dataset hosted on Hugging Face and contributed by the HF Datasets community
Facebook
TwitterThis dataset includes subtitle files in the SRT (SubRip Subtitle) format for several popular movies, such as Oppenheimer and Tenet. SRT files are plain-text files widely used for subtitles, containing a series of structured entries to synchronize text with video content. Each entry in an SRT file comprises:
hours:minutes:seconds,milliseconds. For example:
```
1
00:00:01,500 --> 00:00:04,000
This is a sample subtitle.
2 00:00:04,500 --> 00:00:07,000 Here is another subtitle to demonstrate multiple entries.
This straightforward format is highly compatible with media players and easy to edit. SRT files enhance accessibility by providing subtitles for different languages or accommodating viewers with hearing impairments, enriching the experience of enjoying these popular movies.
Facebook
TwitterMIT Licensehttps://opensource.org/licenses/MIT
License information was derived automatically
This dataset contains 25 aligned movie subtitle segments in English, Russian, and Italian, extracted from the ParTree corpus. Each row provides a short, context-rich movie line with its translations in all three languages, making it ideal for research and development in machine translation, multilingual NLP, and cross-lingual transfer learning.
Key features: - Parallel triplets: English, Russian, Italian - Sourced from authentic movie subtitles for natural, conversational language - Suitable for training, validation, and benchmarking of translation and multilingual models
Data originally from the ParTree corpus, available via Swiss-AL
Facebook
TwitterSurvivor Subtitles Dataset (cleaned)
Dataset Description
A collection of subtitles from the American reality television show "Survivor", spanning seasons 1 through 47. The dataset contains subtitle text extracted from episode broadcasts. This dataset is a modification of the original Survivor Subtitles dataset after cleaning up and joining subtitle fragments. This dataset is a work in progress and any contributions are welcome.
Source
The subtitles were… See the full description on the dataset page: https://huggingface.co/datasets/hipml/survivor-subtitles-cleaned.
Facebook
Twitterhttps://dataintelo.com/privacy-and-policyhttps://dataintelo.com/privacy-and-policy
The AI Subtitle Generation market was valued at $3.8 billion in 2025 and is projected to reach $18.6 billion by 2034, growing at a CAGR of 19.3%.
Facebook
TwitterAttribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Exploring language usage through frequency analysis in large corpora is a defining feature in most recent work in corpus and computational linguistics. From a psycholinguistic perspective, however, the corpora used in these contributions are often not representative of language usage: they are either domain-specific, limited in size, or extracted from unreliable sources. In an effort to address this limitation, we introduce SubIMDB, a corpus of everyday language spoken text we created which contains over 225 million words. The corpus was extracted from 38,102 subtitles of family, comedy and children movies and series, and is the first sizeable structured corpus of subtitles made available. Our experiments show that word frequency norms extracted from this corpus are more effective than those from well-known norms such as Kucera-Francis, HAL and SUBTLEXus in predicting various psycholinguistic properties of words, such as lexical decision times, familiarity, age of acquisition and simplicity. We also provide evidence that contradict the long-standing assumption that the ideal size for a corpus can be determined solely based on how well its word frequencies correlate with lexical decision times.
Facebook
TwitterPJMixers-Dev/Subtitles-rag-questions-qwq-all-aphrodite dataset hosted on Hugging Face and contributed by the HF Datasets community
Facebook
TwitterAttribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
License information was derived automatically
Survivor Subtitles Dataset
Dataset Description
A collection of subtitles from the American reality television show "Survivor", spanning seasons 1 through 47. The dataset contains subtitle text extracted from episode broadcasts.
Source
The subtitles were obtained from OpenSubtitles.com.
Dataset Details
Coverage:
Seasons: 1-47 Episodes per season: ~13-14 Total episodes: ~600
Format:
Text files containing timestamped subtitle data Character… See the full description on the dataset page: https://huggingface.co/datasets/hipml/survivor-subtitles.
Facebook
TwitterWord Frequency IPA MultiLingual Subtitles Dataset (FILMS Dataset) is a frequency list dataset based on the movie subtitles data taken from OpenSubtitles corpus (v2024).
Facebook
Twitterhttps://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/
The dataset comprises parallel subtitle files sourced from Subscene.com, encompassing four language pairs: "English to Arabic," "English to French," "English to Indonesian," and "English to Thai."
Each folder corresponds to a specific movie title and contains two CSV files: "parallel_line_by_line" and "parallel_time_based."
Parallel_line_by_line: Each row in this file features two columns, one in English and the other presenting the translation in another language.
Parallel_time_based: Each row encapsulates all the subtitle text occurring within one minute of the movie, alongside its translation.
Additionally, the notebook utilized for web scraping, collection, and alignment of these files is accessible via this GitHub link: GitHub - Parallel Subtitle Collection and Alignment. Utilize the code available in the notebook to download parallel subtitles for your preferred movie and language pair.
The collection script operated across a selection of the highest grossing movies, ensuring inclusion of a comprehensive range of popular movies.
Facebook
TwitterThe corpus, containing the OpenSubtitles sub-corpora of the Opus open parallel corpus (http://opus.lingfil.uu.se/), will be made available for download at https://korp.csc.fi/download/
Facebook
TwitterEnhancement of comprehension and more profound understanding of accents were the most common reasons why American adults use subtitles while watching TV in a known language, according to a survey conducted between June and July 2023. Another ** percent of the respondents stated that they did so because they were in a noisy environment.
Facebook
TwitterThis dataset was created by wb-08
Labeled subtitles from YouTube in YOLO format
Facebook
TwitterThis dataset was created by Sergey Sohackiy
Facebook
TwitterDescription: The ChatSubs dataset contains dialogues in Spanish and three co-official languages of Spain (Catalan, Basque, and Galician). It was obtained from OpenSubtitles and processed to generate clearly segmented dialogues and turns. The dataset consists of 206,706 JSON files, with over 20 million dialogues and 96 million turns, making it one of the largest dialogue corpora available. It serves as an excellent resource for research teams interested in training dialogue models in Spanish, Catalan, Basque, and Galician.
License: CC BY-NC 4.0.
Facebook
Twitterhttps://www.verifiedmarketresearch.com/privacy-policy/https://www.verifiedmarketresearch.com/privacy-policy/
Film Subtitling Market size was valued at USD 1.2 Billion in 2024 and is expected to reach USD 2.29 Billion by 2032, growing at a CAGR of 8.5% during the forecast period 2026-2032.Greater service standardization is expected to be supported by disability inclusion mandates, hearing-impaired audience considerations, and government accessibility regulations encouraging comprehensive subtitle provision and inclusive media consumption.
Facebook
TwitterAttribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
This dataset contains a rights-cleared collection of self-authored multilingual subtitle alignment samples for evaluating video subtitle translation workflows. The release includes 180 short scripted clips represented as subtitle-like segments, 540 timestamped source segments, and 1,080 aligned translation rows across English, Spanish, and Chinese (Simplified). Supporting documentation includes a clip-level manifest, a machine-readable schema, a field-level data dictionary, methodology notes, a short abstract, and full SRT subtitle files for all clips. The package was designed to support research and workflow evaluation for multilingual video localization, subtitle alignment, translation quality review, and subtitle-aware ingestion pipelines. The material is synthetic in the sense that all source text was authored specifically for this release; however, the record structure reflects common subtitle segmentation patterns, including clip identifiers, segment identifiers, timestamps, language pairs, scenario labels, and aligned text fields. Only derived text annotations and subtitle files are distributed. No third-party videos, audio tracks, platform exports, scraped captions, or copyrighted transcripts are included. No personal data or sensitive information is present in the release. All content is distributed under CC BY 4.0. The package is intended for repository deposit, reproducible documentation, and evaluation of multilingual subtitle processing workflows. It is not intended as a representation of the full distribution of public web video subtitles.
Facebook
Twitterhttps://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/
Dive into the world of French dialogue with the French Movie Subtitle Conversations dataset – a comprehensive collection of over 127,000 movie subtitle conversations. This dataset offers a deep exploration of authentic and diverse conversational contexts spanning various genres, eras, and scenarios. It is thoughtfully organized into three distinct sets: training, testing, and validation.
Each conversation in this dataset is structured as a JSON object, featuring three key attributes:
Here's a snippet from the dataset to give you an idea of its structure:
[
{
"context": [
"Tu as attendu longtemps?",
"Oui en effet.",
"Je pense que c' est grossier pour un premier rencard.",
// ... (6 more lines of context)
],
"knowledge": "",
"response": "On n' avait pas dit 9h?"
},
// ... (more data samples)
]
The French Movie Subtitle Conversations dataset serves as a valuable resource for several applications:
We extend our gratitude to the movie subtitle community for their contributions, which have enabled the creation of this diverse and comprehensive French dialogue dataset.
Unlock the potential of authentic French conversations today with the French Movie Subtitle Conversations dataset. Engage in state-of-the-art research, enhance language models, and create applications that resonate with the nuances of real dialogue.