saud-k commited on
Commit
8ae53de
·
verified ·
1 Parent(s): 6043e88

Upload 2 files

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. srs_func_Gold.docx +3 -0
  3. temp3.json +116 -0
.gitattributes CHANGED
@@ -65,3 +65,4 @@ merged_watermarked_Gold.pdf filter=lfs diff=lfs merge=lfs -text
65
  doc1.pdf filter=lfs diff=lfs merge=lfs -text
66
  doc2.pdf filter=lfs diff=lfs merge=lfs -text
67
  doc3.pdf filter=lfs diff=lfs merge=lfs -text
 
 
65
  doc1.pdf filter=lfs diff=lfs merge=lfs -text
66
  doc2.pdf filter=lfs diff=lfs merge=lfs -text
67
  doc3.pdf filter=lfs diff=lfs merge=lfs -text
68
+ srs_func_Gold.docx filter=lfs diff=lfs merge=lfs -text
srs_func_Gold.docx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f16c452e487c8e38961098967e8ee2ab728a5558fa450ecddfdd7d47ed80cfb
3
+ size 235370
temp3.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "43f70173-d018-4542-ab65-b21428ca79e7",
3
+ "snapshot": "multiapps",
4
+ "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.",
5
+ "source": "Turing",
6
+ "trajectory": "trajectories/",
7
+ "config": [
8
+ {
9
+ "type": "download",
10
+ "parameters": {
11
+ "files": [
12
+ {
13
+ "url": "https://github.com/kubernetes-client/python/blob/master/examples/job_crud.py",
14
+ "path": "/home/user/Desktop/functions.py"
15
+ },
16
+ {
17
+ "url": "https://huggingface.co/datasets/saud-k/phase2/resolve/main/srs.docx",
18
+ "path": "/home/user/Desktop/api_document.docx"
19
+ }
20
+ ]
21
+ }
22
+ },
23
+ {
24
+ "type": "launch",
25
+ "parameters": {
26
+ "command": ["code", "/home/user/Desktop/functions.py"]
27
+ }
28
+ },
29
+ {
30
+ "type": "sleep",
31
+ "parameters": {"seconds": 2}
32
+ }
33
+ ],
34
+ "related_apps": [
35
+ "vs_code",
36
+ "libreoffice_writer"
37
+ ],
38
+ "evaluator": {
39
+ "postconfig": [
40
+ {
41
+ "type": "activate_window",
42
+ "parameters": {
43
+ "window_name": "api_document.docx",
44
+ "strict": false
45
+ }
46
+ },
47
+ {
48
+ "type": "sleep",
49
+ "parameters": {
50
+ "seconds": 0.5
51
+ }
52
+ },
53
+ {
54
+ "type": "execute",
55
+ "parameters": {
56
+ "command": [
57
+ "python",
58
+ "-c",
59
+ "import pyautogui; import time; pyautogui.hotkey('ctrl', 's'); time.sleep(0.5);"
60
+ ]
61
+ }
62
+ }
63
+ ],
64
+ "func": "compare_docx_files",
65
+ "result": {
66
+ "type": "vm_file",
67
+ "path": "/home/user/Desktop/api_document.docx",
68
+ "dest": "api_document.docx"
69
+ },
70
+ "expected": {
71
+ "type": "cloud_file",
72
+ "path": "https://huggingface.co/datasets/saud-k/phase2/resolve/main/api_document_Gold.docx",
73
+ "dest": "api_document_Gold.docx"
74
+ },
75
+ "options": {
76
+ "ignore_blanks": true,
77
+ "ignore_case": false,
78
+ "delete_empty_lines": true,
79
+ "content_only": true,
80
+ "fuzzy_match": false
81
+ }
82
+ },
83
+ "proxy": false,
84
+ "fixed_ip": false,
85
+ "possibility_of_env_change": "low",
86
+ "model_pass_rate": {
87
+ "claude-sonnet-4-5-20250929": 0.0
88
+ },
89
+ "annotator_hints": [
90
+ "Step1: VS Code opens with functions.py already loaded on Desktop",
91
+ "Step2: Read through the Python file to identify the three function definitions (lines starting with 'def')",
92
+ "Step3: Select and copy the first function name (just the name, not 'def' or parameters)",
93
+ "Step4: Open the file manager or use Alt+Tab to navigate to Desktop",
94
+ "Step5: Double-click api_document.docx to open it in LibreOffice Writer",
95
+ "Step6: Position cursor at the end of existing content (or where function names should be pasted)",
96
+ "Step7: Paste the first function name and press Enter for a new line",
97
+ "Step8: Switch back to VS Code (Alt+Tab)",
98
+ "Step9: Copy the second function name",
99
+ "Step10: Switch to LibreOffice Writer and paste it, then press Enter",
100
+ "Step11: Switch back to VS Code",
101
+ "Step12: Copy the third function name",
102
+ "Step13: Switch to LibreOffice Writer and paste it",
103
+ "Step14: Ensure no bullet points or formatting are applied (just plain text, one per line)",
104
+ "Step15: Press Ctrl+S to save the document",
105
+ "Step16: Verify the three function names are saved in api_document.docx"
106
+ ],
107
+ "knowledge_points": [
108
+ "Opening Python files in VS Code",
109
+ "Identifying function definitions in Python code",
110
+ "Copying text from VS Code",
111
+ "Switching between applications (VS Code and LibreOffice Writer)",
112
+ "Pasting plain text into Word documents without formatting",
113
+ "Saving documents in LibreOffice Writer"
114
+ ],
115
+ "coverage": "Multi-app workflow, Text extraction from code editor, Document editing, Application switching, Plain text formatting"
116
+ }