w11wo commited on
Commit
98172ce
·
1 Parent(s): e39fce6

Updated annotation guidelines

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def init_interface(
93
 
94
  You will be presented with a series of scenarios. For each scenario, please:
95
 
96
- 1. **Formulate a Query**: Imagine how you would ask Google Maps about the scenario using voice input.
97
 
98
  2. **Take a Screenshot**: Capture the Google Maps results page that shows the system's response.
99
 
@@ -105,6 +105,8 @@ You will be presented with a series of scenarios. For each scenario, please:
105
 
106
  6. **Share Your Background**: Specify the variety of English that you identify with. Optionally, provide your Australian postcode for additional context.
107
 
 
 
108
  """
109
  # load all scenarios and filter out those already completed by the user
110
  all_scenarios = load_scenarios()
 
93
 
94
  You will be presented with a series of scenarios. For each scenario, please:
95
 
96
+ 1. **Formulate a Query**: Imagine how you would ask Google Maps about the scenario using voice input. **Be as creative as you like!** Feel free to use different phrasings, expressions, or styles that you think are natural.
97
 
98
  2. **Take a Screenshot**: Capture the Google Maps results page that shows the system's response.
99
 
 
105
 
106
  6. **Share Your Background**: Specify the variety of English that you identify with. Optionally, provide your Australian postcode for additional context.
107
 
108
+ For more details on the steps, please refer to the [annotation guidelines](https://docs.google.com/document/d/10YfIDRbE5uLEP-rvUPHgFSM5dg8GXxBLZ-i4Y1I_0hw/edit?usp=sharing).
109
+
110
  """
111
  # load all scenarios and filter out those already completed by the user
112
  all_scenarios = load_scenarios()