Datasets:

Modalities:
Text
Formats:
csv
Size:
< 1K
Libraries:
Datasets
Dask
License:
NiravBhan91 commited on
Commit
e534568
1 Parent(s): a59309f

Upload datasets

Browse files

Uploading the 2 sets of queries used in our Benchmark.

2 files containing 200 total queries:
1) 142 single-API queries
2) 58 double-API queries

Note that most queries (all single API queries and many double API queries) contain local IDs which will not work directly on a new dataset. The IDs must point to real objects for the API calls to execute.

However, it is not essential for an API call to fully execute to judge its correctness, unless it is the first step of a two-part query.

Dataset - multiAPI - 58 queries.csv ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Query
2
+ Create a new 'note' with content 'Client is interested in a bulk purchase. Follow up next week.' and assign it to the 'deal' with id '18685948051'
3
+ Assign the 'deal' '15810400147' to owner '[email protected]'
4
+ Assign me as an owner 'deal' 'Lakka Bakka'
5
+ Update the description of the company 'Flowy Inc' to 'This is a chatbot company in Bangalore'
6
+ Associate the 'deal' '18685948051' with the 'contact' 'John Doe'
7
+ Associate the note 'Meeting Notes - Thor 1.0 Standup' with company 20293282324
8
+ Associate note 52001660177 with contact 'Nirav'
9
+ "Create a new contact with firstname 'Gregory1', lastname 'Hatchcock' and email '[email protected]', and associate it to the deal 18685947927"
10
+ associate the contact '25561664534' with deal 'Deal for Flo Inc'
11
+ Associate the contact 'Sai Manaswini' with deal '18684509706'
12
+ Associate the note 'Meeting Notes - Thor 1.0 Standup' with contact '13087027208'
13
+ "Create a new 'deal' named 'Bistro Deal', amount '$5000', stage 'presentation scheduled' and close date '1st Nov 2023' and associate it with company '20293282366'"
14
+ Create a new 'note' with content as 'Built and deployed to production a smaller castle' and update the owner to '[email protected]'
15
+ Create a new 'note' with the content 'Client is interested in expanding the contract. Follow up needed.' and associate with the 'company' with id '20293282366'
16
+ Create a new 'note' with body 'Gold Standard Note' and associate it with the 'deal' '18685948011'
17
+ "Create a new task to ""follow up next week about the Velcro Belt Opp"" with due date next week , and associate it with contact id '250451'"
18
+ Create a new 'task' with subject 'Testing CRM for 2 times' and associate it with the 'contact' '7389357363'
19
+ Create a new company called 'Thosar Sciences' and 7000 employees and update the owner to 293768978
20
+ Search for 'deal' 'Bistro' and update the owners to 315865881
21
+ Create a new 'task' with the title 'Follow-up Meeting' and associate it with 'contact' '13087027259'
22
+ "Create a new 'task' with title 'Complete L2 Stabilization for Thor 1.0 release', content 'Finish the L2 stabilization for Thor 1.0 release by 2024-01-25T19:10:29', status 'Not Started', priority 'High', and due date '2024-01-25T19:10:29' and associate it with deal '18685947927'"
23
+ Delete the 'company' named 'Lakka Tech Solutions' for current user
24
+ Delete the 'deal' named 'Beevo Helicopter'
25
+ Delete the 'deal' named 'big sale opportunity'
26
+ Delete the contact 'test_contact'
27
+ Delete the contact 'john doe'
28
+ delete the company 'Nirav's New company'
29
+ delete the company 'Thosar sciences'
30
+ delete the deal 'Flowy's super deal'
31
+ delete the note 'test note 1'
32
+ delete the note 'test note 2'
33
+ Delete the note 'test notes'
34
+ "Search the deal with dealname 'Mattermost' and owner ""[email protected]"" (include amount)"
35
+ Search for the 'deal' 'Jenga blocks' and update the amount to 10000
36
+ Search for the company 'Lakka Tech Solutions' and increase the employees by 1000
37
+ Associate the note '52612565922' with company 'bistro corp'
38
+ "Search for 'deals' associated with 'company' 'Lakka Bakka Inc 42' (include dealstage, close date, amount, win probability)"
39
+ Search for 'deals' associated with owner '[email protected]' in 'presentation scheduled' stage
40
+ Search for 'notes' associated with the 'contact' 'ritik'
41
+ Search for 'notes' created between '2024-02-03T20:38:49' and '2024-02-10T20:38:49' assigned to '[email protected]' with a limit of 10 results.
42
+ Search for all contacts and companies associated to the 'deal' '18685948051'
43
+ "search for the deal associated with the company ""bistro corp"" and include the amount"
44
+ "Search all notes assigned to owner ""[email protected]"" that were created this month"
45
+ Search the task with subject containing 'Follow up' and associate the task with contact ID 13072148608
46
+ Search deals belonging to owner [email protected] createdate between '2023-02-01' and '2023-04-30' (include amount)
47
+ "Search the deal 'Lakka Bakka' and associate it to the owner ""315865881"""
48
+ Search the company possibly named 'Dunder Mifflin' and associate it with deal 18685948036
49
+ Search the deal 'Lakka Bakka' associated with owner '[email protected]'
50
+ Update the 'amount' of 'deal' 'Lakka Bakka' by half of current amount
51
+ Update the 'deal' 'Jenga Blocks' with a new closing date 2 months from now
52
+ Update the deal with id 'Jenga blocks' with priority 'high'
53
+ Update the task subject 'testing CRM 57' subject to 'feed monkeyes'
54
+ Update the task subject 'feed monkeys 24' to 'testing CRM'
55
+ Update the contact test_contact_10 with lifecyclestage 'lead'
56
+ Update the contact email to '[email protected]' for contact 'test_contact'
57
+ Update the contact email to '[email protected]' for contact 'test_contact'
58
+ Update the owner of the deal 12340470665 to '[email protected]'
59
+ Update the city of the company 'Thosar sciences 2' to 'Cambridge'
Dataset - singleAPI - 142 queries.csv ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Query
2
+ Associate the deal 15682040124 with company 17779690843
3
+ Create a new note with body 'binko binko' and owner id 325420860 and timestamp {today}
4
+ Find all deals that are closing before the end of 2023 owned by 293768978 and are not won and contains the name stark (include owner id)
5
+ Find all open deals assigned to 293768978 ordered by revenue descending
6
+ Get task 41855968901
7
+ Search tasks with the associated deal 15843597996
8
+ Search the contacts associated with the deal 15766985492
9
+ Search the contacts associated with the deal 15843597996
10
+ Update revenue of the deal with id 11223344 to 4000 dollars
11
+ Update the deal stage to 'Closed Won' for deal 15844260879
12
+ Update the owner 325420860 with the deal 12340470665
13
+ Associate contact 251851 with deal 15843597996
14
+ Associate contact 252301 with deal 15860461964
15
+ Associate contact 252301 with task 42023206735
16
+ Associate contact 252801 with opportunity 11486453372
17
+ Associate note 52001660177 with contact 251551
18
+ Associate note 52001660177 with deal 15841663862
19
+ Associate note 52001660177 with deal 15766985492
20
+ Associate note 52001660177 with deal 15844260480
21
+ Associate note 52001660177 with deal 15860461964
22
+ Associate note 52001660177 with deal 15846051091
23
+ Create a new company called 'Lakka Bakka Inc (Est 1921)' with current user
24
+ Create a new company called 'Lakka Bakka Inc' with current user 325420860
25
+ Create a new company called 'Thosar Sciences' and 7000 employees
26
+ Create a new company called Nirav's new company 1 and 10.5k employees
27
+ Create a new contact 'Arnie Weller'
28
+ Create a new contact 'Charles Xavier'
29
+ Create a new contact 'Jack Frost'
30
+ Create a new contact 'James Magnet'
31
+ Create a new contact 'Karen Michaels'
32
+ "Create a new contact with firstname 'Brian', lastname 'Matters' and email '[email protected]' and owner 325420860"
33
+ "Create a new contact with firstname 'Gregory', lastname 'Hatchcock' and email '[email protected]' and owner 325420860"
34
+ "Create a new contact with firstname 'Jane', lastname 'Doe' and owner 325420860"
35
+ "Create a new contact with firstname 'John', lastname 'Doe' and owner 325420860"
36
+ "Create a new deal called 'Beevo' with amount 12000, stage 'qualified to buy' and owner 325420860"
37
+ Create a new deal called 'Flowy's Super Deal' with amount $5000 and owner 325420860
38
+ Create a new deal called 'Flowy's Test Deal' with value $5000 with current user
39
+ Create a new deal called 'Lakka Bakka Forever' with value $4000 with current user
40
+ Create a new note with body 'Client is interested in a bulk purchase. Follow up next week.'
41
+ Create a new note with body 'Client is qualified to buy. Proceeding with the next steps.'
42
+ Create a new note with body 'Contract has been sent to the client for review'
43
+ Create a new note with body 'Deal closed successfully!'
44
+ Create a new note with body 'Followed up with Jane Doe. She's interested in the deal and will get back to us by next week.'
45
+ Create a new note with body 'Sent the contract to the client for review'
46
+ Create a new note with body 'What is going on in this world?' and owner id 325420860
47
+ Create a new note with content 'basic receptionist training for Pam' and owner id 325420860 and timestamp Mon Oct 30 2023 09:49:42 GMT+0530 (India Standard Time)
48
+ "Create a new task with body 'Follow up with Jane Doe next week', title 'Follow up with Jane Doe' and owner 325420860"
49
+ "Create a new task with body 'Follow up with the client for Velcro Belt Opp', due date 'next week' and owner 325420860"
50
+ "Create a new task with body 'Follow up with the client for Velcro Belt Opp', title 'Follow up with client' and owner 325420860"
51
+ "Create a new task with body 'Paperwork is pending. Engage the legal and operations team to hash out all the contracts.', subject 'Engage legal and operations team' for current user"
52
+ Create a new task with body 'Talk to Jim' for current user and timestamp {today}
53
+ "Create a new task with title 'Complete L2 Stabilization for Thor 1.0 release', content 'Finish the L2 stabilization for Thor 1.0 release by 2024-01-25T19:10:29', type 'General', status 'Not Started', priority 'High', due date '2024-01-25T19:10:29'"
54
+ Create a note with content 'basic receptionist training for Pam'
55
+ Create a note with content 'basic receptionist training'
56
+ Delete deal 12340423712
57
+ Delete the note with id 41956133234
58
+ Find all deals assigned to owner 325420860 that are not closed and have a close date between 2024-02-04T12:33:31 and 2024-02-10T12:33:31
59
+ Find all deals assigned to owner 325420860 that are not closed and last modified before Fri Sep 29 2023 23:38:45 GMT+0530 (India Standard Time)
60
+ Find all deals owned by owner 12345
61
+ Find all tasks assigned to owner 293768978
62
+ "List all the changes to deal 15918935132 with properties amount, closedate, dealstage, dealname"
63
+ Search all deals assigned to owner 325420860 that are not closed
64
+ Search all deals assigned to owner 325420860 that are not closed and do not have a close date
65
+ "Search all deals assigned to owner 325420860 that are not closed and have a value above $4000, limit 10"
66
+ "Search all deals assigned to owner 325420860 that are not closed, closing this year, limit 5"
67
+ "Search all deals assigned to owner 325420860 that are not closed, sort by last modified date descending"
68
+ "Search all deals assigned to owner 325420860 that are not closed, sort by most urgent"
69
+ "Search all deals assigned to owner 325420860, sort by revenue descending, limit by 1 (include deal id)"
70
+ Search all deals assigned to owner 514721115 that are in presentation scheduled stage
71
+ "Search all deals not in 'closedwon' or 'closedlost' and not in null status, sort by dealstage"
72
+ "Search all deals with 'closedlost' stage, created this year (include amount)"
73
+ "Search all deals with a lost stage createdate between Sat Jan 01 2023 00:00:00 GMT+0530 (India Standard Time) and Fri Dec 31 2023 23:59:59 GMT+0530 (India Standard Time) (include dealname,amount)"
74
+ Search all deals with close date between {first of next month} and {last of next month} (include amount)
75
+ "Search all deals with closedwon stage, created between January 2023 and December 2023, (include amount)"
76
+ "Search all deals with closedwon stage, created between January 2023 and March 2023, include amount (limit by 100)"
77
+ Search all deals with name 'Existence Deal' where amount is null(include deal id)
78
+ Search all deals with Subscription in their name
79
+ "Search all deals with the lost stage createdate between Jan 1 2023 and Dec 31 2023 (include dealname, amount)"
80
+ "Search all deals, sort by dealstage"
81
+ Search all notes assigned to owner 315865881 that were created this month
82
+ "Search all notes associated with the contact 251551 (include body, owner id, timestamp)"
83
+ "Search all notes associated with the contact 251551 (include content, timestamp)"
84
+ "Search all notes with associated deal 15766985492 (include note body, creation date)"
85
+ "Search all notes with associated deal 15860461964 (include note body, creation date, note title)"
86
+ Search all tasks assigned to owner 325420860 with status 'NOT_STARTED'
87
+ "Search all tasks assigned to owner 514721115 that are in pending stage, limit by 3"
88
+ Search all tasks associated with contact 251551
89
+ "Search all tasks associated with the contact 252301 (include subject, body, owner id, creation date)"
90
+ Search all tasks with subject containing 'Follow up'
91
+ Search deals belonging to owner 293768978 createdate between '2023-02-01' and '2023-04-30' (include amount)
92
+ Search deals with the earliest close date (include close date)
93
+ Search for the contact with name 'Kingsley Graham'
94
+ Search opportunity with id 15872054087 (include amount)
95
+ Search tasks associated with the deal with id 15766985492
96
+ Search tasks with the associated deal 15841663862
97
+ Search tasks with the associated deal id 15798447767
98
+ "Search tasks with the associated deal id 15843597996 (include subject, body, owner id, creation date)"
99
+ Search tasks with the associated opportunity 15766985491
100
+ Search the companies associated with the contact 252301
101
+ Search the company associated with the deal 15766985492
102
+ Search the company possibly named 'Dunder Mifflin'
103
+ "Search the company possibly named 'Sunlover' (include name, number of employees, owner id)"
104
+ Search the contact with firstname Jane and lastname Doe
105
+ "Search the contact with id 249101 (include firstname, lastname, email)"
106
+ "Search the contact with id 251851 (include firstname, lastname, email)"
107
+ Search the contacts associated with the company 17779690843
108
+ Search the contacts associated with the deal 15766985492
109
+ "Search the deal named 'Jenga blocks' (include closedate, dealstage)"
110
+ "Search the deal named 'Lakka Bakka' (include deal id, amount)"
111
+ "Search the deal named 'Mattermost' (include deal body, amount, dealstage)"
112
+ "Search the deal named 'Zoozzy Deal' assigned to owner 325420860 (include amount, dealstage)"
113
+ "Search the deal with id 12340470665 (include dealname, owner id, amount, dealstage)"
114
+ "Search the deal with id 15766985492 (include deal body, amount, dealstage)"
115
+ Search the deal with id 15766985492 (include owner id)
116
+ Search the deal with id 15841663862
117
+ "Search the deal with id 15841663862 (include amount, dealstage)"
118
+ Search the deal with id 15843597996
119
+ "Search the deal with id 15843597996 (include amount, dealstage)"
120
+ "Search the deal with id 15844260480 (include amount, dealstage)"
121
+ "Search the deal with id 15844333203 (include amount, dealstage)"
122
+ "Search the deal with id 15918922247 (include body, close date)"
123
+ "Search the deal with name 'bistro' (include dealname, amount, dealstage)"
124
+ "Search the deals with ids 15915875210, 15919342750, 15910226320 (include dealname)"
125
+ "Search the deals with possible names Bardnia Deal OR Oblo Infra Deal (include amount, dealname), sort amount descending"
126
+ Search the opportunity with id 15766985492
127
+ "Search the task with id 40331146377 (include task body, task subject, owner id)"
128
+ Update the amount of the deal to $3500 for deal 12340423712
129
+ Update the contact 252051 with lifecyclestage 'lead'
130
+ Update the contact email to '[email protected]' for contact 252251
131
+ Update the contact email to '[email protected]' for contact 252251
132
+ Update the deal 16771990124 with priority 'high'
133
+ "Update the deal stage to 'Contract Sent', amount to 25000 for deal 15682040124"
134
+ Update the deal type for deal 16777498029 to 'existing business'
135
+ Update the deal with id 12340470665 close date to 2023-12-20
136
+ Update the deal with id 15766985492 amount to 6000
137
+ Update the deal with id 15846051091 stage to Qualified to buy
138
+ Update the deal with id 16771990124 with priority 'high'
139
+ Update the opportunity with id 15766985492 name to 'Jenga Tower Blocks'
140
+ Update the task with id 40028769410 status to 'completed'
141
+ Update the task with id 40028993574 name to 'Task for Shival - Updated'
142
+ Update the task with id 41855968901 subject to 'feed monkeyes'
143
+ Update the task with id 41855968901 subject to 'feed orangutans'