File size: 1,291 Bytes
ef2f1ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18f3fd3
7f1159d
18f3fd3
d11d863
18f3fd3
 
 
8172ffd
 
d11d863
18f3fd3
d11d863
18f3fd3
d11d863
 
 
 
18f3fd3
d11d863
18f3fd3
d11d863
18f3fd3
d11d863
18f3fd3
ef2f1ab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
license: cc-by-sa-4.0
task_categories:
- text-classification
language:
- en
- es
- fr
- de
- zh
- ja
- ru
- ar
- hi
size_categories:
- 10K<n<100K
---

# Incoherent Text Dataset

This dataset is designed for training models to detect incoherence in text. It includes various types of incoherence, such as grammatical errors, word soup, random words, and run-on sentences.

## Dataset Details

-   **Languages:** English, Spanish, French, German, Chinese, Japanese, Russian, Arabic, Hindi
-   **Size:** ~27,000 samples
-   **Types of Incoherence:** Grammatical errors, word soup, random words, run-ons, random tokens, random bytes.

## Data Fields

-   **text:** The text sample.
-   **length:** The number of words in the text sample.
-   **label:** Whether the text is "OK" (coherent) or "incoherent".
-   **type:** The type of text (coherent or one of the incoherence types).

## Usage

This dataset can be used to train machine learning models for text classification tasks, specifically for detecting and categorizing different types of text incoherence.

## Limitations

The dataset has been generated by an algorithm, so care must be taken in evaluating it in the real world. More data may need to be collected before evaluating a model trained on this data in a real-world setting.