Bin
2025-12-17 d616898802dfe7e5dd648bcf53c6d1f86b6d3642
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
title: ASR Hypotheses Selection
type: community
group: Ranking & Scoring
image: /static/templates/asr-hypotheses.png
details: <h1>Choose the most accurate Automatic Speach Recognition (ASR) hypothese</h1>
config: |
  <View>
    <Audio name="audio" value="$audio"/>
    <Choices name="transcriptions" toName="audio" value="$transcriptions" selection="highlight"/>
    <Style>
      .lsf-choice__item {
        padding: var(--spacing-tighter) var(--spacing-tight);
        box-shadow: 0 2px 4px rgba(var(--color-neutral-shadow-raw) / calc(16% * var(--shadow-intensity))) ;
        background-color: var(--color-neutral-background);
        border-radius: var(--corner-radius-small);
        margin: 0 var(--spacing-tighter) var(--spacing-tighter) var(--spacing-tighter);
        line-height: 1.6rem;
        transition: all 150ms ease-out;
      }
      
      .lsf-choice__item:hover {
        background-color: var(--color-primary-emphasis-subtle);
      }
    </Style>
  </View>
  <!-- { "data": {
    "audio": "https://htx-pub.s3.amazonaws.com/datasets/audio/f2btrop6.0.wav",
    "transcriptions": [{
      "value": "potrostith points out that if school based clinics were established parental permission would be required for students to receive each service offered"
    }, {
      "value": "potrostith points out that if school-based clinics were established parental permission would be required for students to receive each service offered"
    }, {
      "value": "purporting points out that if school based clinics were established parental permission would be required for students to receive each service offered"
    }, {
      "value": "pork roasted points out that if school based clinics were establish parental permission would be required for students to receive each service offered"
    }, {
      "value": "purpose it points out that if school based clinics war establish parental permission would be required for students to receive each service offered"
    }]
  }} -->