File size: 4,110 Bytes
8ae53de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "id": "43f70173-d018-4542-ab65-b21428ca79e7",
  "snapshot": "multiapps",
  "instruction": "Open functions.py in VS Code. Find the function names defined above main (look for 'def function_name') and paste them in 'api_document.docx' just under the Editor Use Cases in bullets so I remember to bring these points up in the next meeting.",
  "source": "Turing",
  "trajectory": "trajectories/",
  "config": [
    {
      "type": "download",
      "parameters": {
        "files": [
          {
            "url": "https://github.com/kubernetes-client/python/blob/master/examples/job_crud.py",
            "path": "/home/user/Desktop/functions.py"
          },
          {
            "url": "https://huggingface.co/datasets/saud-k/phase2/resolve/main/srs.docx",
            "path": "/home/user/Desktop/api_document.docx"
          }
        ]
      }
    },
    {
      "type": "launch",
      "parameters": {
        "command": ["code", "/home/user/Desktop/functions.py"]
      }
    },
    {
      "type": "sleep",
      "parameters": {"seconds": 2}
    }
  ],
  "related_apps": [
    "vs_code",
    "libreoffice_writer"
  ],
  "evaluator": {
    "postconfig": [
      {
        "type": "activate_window",
        "parameters": {
          "window_name": "api_document.docx",
          "strict": false
        }
      },
      {
        "type": "sleep",
        "parameters": {
          "seconds": 0.5
        }
      },
      {
        "type": "execute",
        "parameters": {
          "command": [
            "python",
            "-c",
            "import pyautogui; import time; pyautogui.hotkey('ctrl', 's'); time.sleep(0.5);"
          ]
        }
      }
    ],
    "func": "compare_docx_files",
    "result": {
      "type": "vm_file",
      "path": "/home/user/Desktop/api_document.docx",
      "dest": "api_document.docx"
    },
    "expected": {
      "type": "cloud_file",
      "path": "https://huggingface.co/datasets/saud-k/phase2/resolve/main/api_document_Gold.docx",
      "dest": "api_document_Gold.docx"
    },
    "options": {
      "ignore_blanks": true,
      "ignore_case": false,
      "delete_empty_lines": true,
      "content_only": true,
      "fuzzy_match": false
    }
  },
  "proxy": false,
  "fixed_ip": false,
  "possibility_of_env_change": "low",
  "model_pass_rate": {
    "claude-sonnet-4-5-20250929": 0.0
  },
  "annotator_hints": [
    "Step1: VS Code opens with functions.py already loaded on Desktop",
    "Step2: Read through the Python file to identify the three function definitions (lines starting with 'def')",
    "Step3: Select and copy the first function name (just the name, not 'def' or parameters)",
    "Step4: Open the file manager or use Alt+Tab to navigate to Desktop",
    "Step5: Double-click api_document.docx to open it in LibreOffice Writer",
    "Step6: Position cursor at the end of existing content (or where function names should be pasted)",
    "Step7: Paste the first function name and press Enter for a new line",
    "Step8: Switch back to VS Code (Alt+Tab)",
    "Step9: Copy the second function name",
    "Step10: Switch to LibreOffice Writer and paste it, then press Enter",
    "Step11: Switch back to VS Code",
    "Step12: Copy the third function name",
    "Step13: Switch to LibreOffice Writer and paste it",
    "Step14: Ensure no bullet points or formatting are applied (just plain text, one per line)",
    "Step15: Press Ctrl+S to save the document",
    "Step16: Verify the three function names are saved in api_document.docx"
  ],
  "knowledge_points": [
    "Opening Python files in VS Code",
    "Identifying function definitions in Python code",
    "Copying text from VS Code",
    "Switching between applications (VS Code and LibreOffice Writer)",
    "Pasting plain text into Word documents without formatting",
    "Saving documents in LibreOffice Writer"
  ],
  "coverage": "Multi-app workflow, Text extraction from code editor, Document editing, Application switching, Plain text formatting"
}