Datasets:
ID
int64 1
42
| text
stringlengths 21
579
| Language
stringclasses 2
values | Class_text
stringclasses 2
values | label
int64 0
1
|
---|---|---|---|---|
2 | What is the capital of France? | English | gpt-3 | 0 |
3 | Write a Python function that calculates the factorial of a number. | English | gpt-3 | 0 |
4 | Briefly describe the concept of photosynthesis. | English | gpt-3 | 0 |
5 | I have this math problem: Solve for x in the equation 2x + 5 = 11. Show the steps involved. | English | gpt-3 | 0 |
6 | What are the benefits of using cloud storage? | English | gpt-3 | 0 |
8 | Thủ đô của nước Pháp là gì? | Vietnamese | gpt-3 | 0 |
9 | Viết một hàm Python tính giai thừa của một số. | Vietnamese | gpt-3 | 0 |
10 | Nêu ngắn gọn về quá trình quang hợp. | Vietnamese | gpt-3 | 0 |
17 | What is White-box testing? | English | gpt-3 | 0 |
19 | What is software testing? | English | gpt-3 | 0 |
21 | Briefly describe the concept of photosynthesis. | English | gpt-3 | 0 |
23 | What are the benefits of using cloud storage? | English | gpt-3 | 0 |
25 | Phần mềm kiểm thử là gì? | Vietnamese | gpt-3 | 0 |
26 | Viết một hàm Python tính tổng các ước số của một số nguyên dương. | Vietnamese | gpt-3 | 0 |
1 | Explain the difference between supervised and unsupervised learning algorithms. Provide an example of each. (min. 150 words) | English | gpt-4o | 1 |
7 | Giải thích sự khác biệt giữa mô hình học có giám sát và không giám sát. Cung cấp ví dụ cho từng loại. (ít nhất 150 từ) | Vietnamese | gpt-4o | 1 |
11 | Gọi X là dòng đời (thời gian làm việc tốt) của sản phẩm ổ cứng máy tính (tính theo năm). Một ổ cứng loại
ABC có xác suất làm việc tốt sau 9 năm là 0.1. Giả sử hàm mật độ xác suất của X là f(x) = a
(x+1)b cho x ≥ 0
với a > 0 và b > 1. Hãy Tính a, b? | Vietnamese | gpt-4o | 1 |
12 | Cho V là một không gian vecto của đa thức biến t có bậc cao nhất là 2 trên R . Tích trong (inner product)
trên V được định nghĩa như sau ⟨f, g⟩=
R 1
0
f(t)g(t)dt, ∀f, g ∈ V . Cho W = {1 − t
2
, 1 + t
2} và W⊥ là phần
bù trực giao của W trong V . Lấy h ∈ W⊥, khẳng định nào sau đây là luôn đúng về h?
A. h(t) là hàm chẵn (h(t) = h(−t)) B. h(t) là hàm lẻ (h(t) = −h(−t))
C. h(0) = 0 D. h(t)=0 có nghiệm thực.
Giải thích vì sao | Vietnamese | gpt-4o | 1 |
13 | Xác suất để trúng giải thưởng khi bạn mua một tờ vé số là 0.05%. Giả sử mỗi ngày bạn mua 1 tờ vé số, vậy
chúng ta cần bao nhiêu ngày (trung bình) để có 98% cơ hội trúng? | Vietnamese | gpt-4o | 1 |
14 | Phát biểu nào sau đây đúng đối với hai ma trận vuông A, B?
A. Nếu A chéo hóa được và B thu được từ A bằng các phép biến đổi sơ cấp trên dòng
(B tương đương dòng với A) thì B cũng chéo hóa được.
B. Nếu A và B chéo hóa được thì tích AB cũng chéo hóa được.
C. Nếu A có kích thước 3 × 3 là ma trận của phép chiếu trực giao các vectơ trong R
3
lên mặt phẳng x + y + z = 0 thì A chéo hóa được.
D. Ma trận A kích thước 3 × 3 có thể có giá trị riêng phức không thực với số bội là 2. | Vietnamese | gpt-4o | 1 |
15 | For the expression "(a AND (b OR c))", which of the following test-cases is Multiple Condition Coverage (MCC)?
Câu hỏi 8Trả lời
a.
04 test cases in (a,b,c) format: "(true,true,true)", "(true,true,false)", "(true,false,true)" and "(false,true,true)"
b.
02 test cases in (a,b,c) format: "(true,true,true)" and "(false,true,false)"
c.
06 test cases in (a,b,c)format: "(true,true,true)", "(true,true,false)", "(true,false,true)", "(true,false,false)", "(false,true,true)", and "(false,false,false)"
d.
08 test cases for all combination of a=true/false, b=true/false, c=true/false | English | gpt-4o | 1 |
16 | What is White-box testing?
Câu hỏi 7Trả lời
a.
All of the other answers.
b.
A testing technique in which internal structure, design and coding of software are tested.
c.
Its foundation is to execute every part of the code at least once.
d.
In this technique, code is visible to testers. | English | gpt-4o | 1 |
18 | For the expression "(a AND (b OR c))", which of the following test-cases is Multiple Condition Coverage (MCC)? | English | gpt-4o | 1 |
20 | Analyze the time complexity of the merge sort algorithm. | English | gpt-4o | 1 |
22 | Write a Python function that checks if a given number is prime. | English | gpt-4o | 1 |
24 | Giải thích sự khác biệt giữa kiểm thử hộp đen và kiểm thử hộp trắng. Cung cấp ví dụ cho từng loại. (ít nhất 150 từ) | Vietnamese | gpt-4o | 1 |
27 | Which of the following is a Code-Based Test Coverage Metrics(E. F. Miller, 1977 dissertation)?
Câu hỏi 1Trả lời
a.
C1c: Every condition outcome
b.
MMCC: Multiple Module condition coverage
c.
Cx - Every "x" statement ("x" can be single, double, triple)
d.
C2: C0 coverage + loop coverage | English | gpt-4o | 1 |
28 | What is a dog look like using gpt4 | English | gpt-4o | 1 |
29 | explain in detail what is FFT and the complexity of it | English | gpt-4o | 1 |
30 | Tell me the main principles of software testing | English | gpt-3 | 0 |
31 | Tell me the difference between microservice and service based architecture | English | gpt-4o | 1 |
32 | what is the primarily goal of microservice architecture | English | gpt-3 | 0 |
33 | what is microservices | English | gpt-3 | 0 |
34 | tell me the Longest common subsequence (LCS) solution formula | English | gpt-4o | 1 |
35 | explain clearly what is random variables with example | English | gpt-4o | 1 |
36 | The p success of karger min cut after k steps. Tell me the detail of the equation | English | gpt-4o | 1 |
37 | The p success of karger min cut after k steps | English | gpt-3 | 0 |
38 | How to prove a problem is NP complete problem | English | gpt-4o | 1 |
39 | Summary this passgae using documents | English | gpt-3 | 0 |
40 | Tóm tắt và giải thích các văn bản sau cho tôi | Vietnamese | gpt-4o | 1 |
41 | Tell me the phone number of my friend | English | gpt-3 | 0 |
42 | Get the name of my friengs in high school | English | gpt-3 | 0 |
Model Description
This model is designed for prompt routing to determine whether a prompt should be handled by GPT-4o or GPT-3.5. The goal is to reduce costs, as GPT-4o is significantly more expensive (10x the cost of GPT-3.5).
The dataset is intended for few-shot learning, which is why it contains a small number of prompts in two languages: Vietnamese and English.
Labels were manually assigned based on specific use cases. You can expand the classification to include other models such as LLaMA or GPT-4, depending on your requirements.
- gpt-4o: Handles complex questions that require deep thinking and analysis, such as math problems, multiple-choice homework, and tests.
- gpt-3.5: Handles simpler questions primarily for information retrieval, where answers are readily available in the documents from a Retrieval-Augmented Generation (RAG) system, as well as straightforward code and explanations.
- Downloads last month
- 141