Bin
2025-12-17 05a69820e0c402b0b33c063d3b922f0a0571cbbb
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
  "editor_preview": {
    "TextRaw": "Sample: Your text will go here.",
    "TextUrl": "https://htx-pub.s3.amazonaws.com/example.txt",
    "HyperText": "<div style=\"max-width: 750px\"><div style=\"clear: both\"><div style=\"float: right; display: inline-block; border: 1px solid #F2F3F4; background-color: #F8F9F9; border-radius: 5px; padding: 7px; margin: 10px 0;\"><p><b>Jules</b>: No no, Mr. Wolfe, it's not like that. Your help is definitely appreciated.</p></div></div><div style=\"clear: both\"><div style=\"float: right; display: inline-block; border: 1px solid #F2F3F4; background-color: #F8F9F9; border-radius: 5px; padding: 7px; margin: 10px 0;\"><p><b>Vincent</b>: Look, Mr. Wolfe, I respect you. I just don't like people barking orders at me, that's all.</p></div></div><div style=\"clear: both\"><div style=\"display: inline-block; border: 1px solid #D5F5E3; background-color: #EAFAF1; border-radius: 5px; padding: 7px; margin: 10px 0;\"><p><b>The Wolf</b>: If I'm curt with you, it's because time is a factor. I think fast, I talk fast, and I need you two guys to act fast if you want to get out of this. So pretty please, with sugar on top, clean the car.</p></div></div></div>",
    "HyperTextUrl": "<HOSTNAME>/static/samples/hypertext.html",
    "Image": "<HOSTNAME>/static/samples/sample.jpg",
    "Audio": "<HOSTNAME>/static/samples/game.wav",
    "AudioPlus": "<HOSTNAME>/static/samples/game.wav",
    "Header": "Sample: Header text",
    "Paragraphs": [
      { "author": "Alice", "text": "Sample: Text #1" },
      { "author": "Bob", "text": "Sample: Text #2" },
      { "author": "Alice", "text": "Sample: Text #3" },
      { "author": "Bob", "text": "Sample: Text #4" },
      { "author": "Alice", "text": "Sample: Text #5" }
    ],
    "ParagraphsUrl": "<HOSTNAME>/samples/paragraphs.json?",
    "Table": {
      "Card number": 18799210,
      "First name": "Sample",
      "Last name": "Text"
    },
    "$videoHack": "<video src='<HOSTNAME>/static/samples/opossum_snow.mp4' width=100% controls>",
    "Video": "<HOSTNAME>/static/samples/opossum_snow.mp4",
    "Labels": [
      { "value": "DynamicLabel1", "background": "#ff0000" },
      { "value": "DynamicLabel2", "background": "#0000ff" }
    ],
    "Choices": [
      { "value": "DynamicChoice1" },
      { "value": "DynamicChoice2" },
      { "value": "DynamicChoice3" }
    ],
    "NestedChoices": [
      {
        "value": "DynamicChoiceHeader1",
        "children": [
          { "value": "DynamicChoice1.1" },
          { "value": "DynamicChoice1.2" }
        ]
      },
      {
        "value": "DynamicChoiceHeader2",
        "children": [
          { "value": "DynamicChoice2.1" },
          { "value": "DynamicChoice2.2" },
          { "value": "DynamicChoice2.3" }
        ]
      }
    ],
    "List": [
      {
        "id": 1,
        "title": "Sample: The Amazing World of Opossums",
        "body": "Opossums are fascinating marsupials native to North America. They have prehensile tails, which help them to climb trees and navigate their surroundings with ease. Additionally, they are known for their unique defense mechanism, called 'playing possum,' where they mimic the appearance and smell of a dead animal to deter predators."
      },
      {
        "id": 2,
        "title": "Sample: Opossums: Nature's Pest Control",
        "body": "Opossums play a crucial role in controlling insect and rodent populations, as they consume a variety of pests like cockroaches, beetles, and mice. This makes them valuable allies for gardeners and homeowners, as they help to maintain a balanced ecosystem and reduce the need for chemical pest control methods."
      },
      {
        "id": 3,
        "title": "Sample: Fun Fact: Opossums Are Immune to Snake Venom",
        "body": "One surprising characteristic of opossums is their natural immunity to snake venom. They have a unique protein in their blood called 'Lethal Toxin-Neutralizing Factor' (LTNF), which neutralizes venom from a variety of snake species, including rattlesnakes and cottonmouths. This allows opossums to prey on snakes without fear of harm, further highlighting their important role in the ecosystem."
      }
    ],
    "$longText": "Sample: This is a sample text for long text task. It can be used for text classification, named entity recognition, etc.",
    "$corefText": "Sample: This is a sample text for coreference resolution and entity linking task.",
    "$pdf": "<embed src='<HOSTNAME>/static/samples/sample.pdf' width='100%' height='600px'/>",
    "$website": "<iframe src='http://heartex.ai' width='100%' height='600px'/>",
    "$headlessCsv": "<HOSTNAME>/static/samples/sample-task-sin-headless.csv",
    "$humanMachineDialogue": [
      { "author": "Human", "text": "Sample: Hi, Robot!" },
      {
        "author": "Robot",
        "text": "Sample: Nice to meet you, human! Tell me what you want."
      },
      {
        "author": "Human",
        "text": "Sample: Order me a pizza from Golden Boy at Green Street "
      },
      {
        "author": "Robot",
        "text": "Sample: Done. When do you want to get the order?"
      },
      { "author": "Human", "text": "Sample: At 3am in the morning, please" }
    ],
    "$respone": "Sample: Response #1",
    "$resptwo": "Sample: Response #2",
    "$respthree": "Sample: Response #3",
    "$ocr": "https://htx-pub.s3.amazonaws.com/demo/ocr/example.jpg",
    "$ner": "Sample: This is a sample text for named entity recognition task.",
    "$captioning": "<HOSTNAME>/static/samples/trees_in_snow.jpg",
    "$pairText1": "Sample: Text #1",
    "$pairText2": "Sample: Text #2"
  },
  "upload": {
    "TextRaw": "Sample: Your text will go here.",
    "TextUrl": "https://htx-pub.s3.amazonaws.com/example.txt",
    "HyperText": "<a href='https://labelstud.io'>Label Studio</a>",
    "Image": "<HOSTNAME>/static/samples/sample.jpg",
    "Audio": "<HOSTNAME>/static/samples/game.wav",
    "AudioPlus": "<HOSTNAME>/static/samples/game.wav",
    "Header": "Sample: Header text",
    "Paragraphs": [
      { "author": "Alice", "text": "Sample: Hi, Bob." },
      { "author": "Bob", "text": "Sample: Hello, Alice!" },
      { "author": "Alice", "text": "Sample: What's up?" },
      { "author": "Bob", "text": "Sample: Good. Ciao!" },
      { "author": "Alice", "text": "Sample: Bye, Bob." }
    ],
    "Table": {
      "Card number": 18799210,
      "First name": "Sample",
      "Last name": "Text"
    },
    "$videoHack": "<video src='static/samples/opossum_snow.mp4' width=100% controls>",
    "Video": "<HOSTNAME>/static/samples/opossum_snow.mp4",
    "$longText": "Sample: This is a sample text for long text task. It can be used for text classification, named entity recognition, etc.",
    "$pdf": "<embed src='<HOSTNAME>/static/samples/sample.pdf' width='100%' height='600px'/>",
    "$website": "<iframe src='https://labelstud.io' width='100%' height='600px'/>",
    "$headlessCsv": "<HOSTNAME>/static/samples/sample-task-sin-headless.csv"
  }
}