Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Languages:
English
Size:
1K - 10K
Upload 7 files
Browse files- .gitattributes +2 -0
- README.md +85 -3
- corpus.jsonl +0 -0
- qrels_changed/test.jsonl +3 -0
- qrels_changed/test.tsv +0 -0
- qrels_og/test.jsonl +3 -0
- qrels_og/test.tsv +0 -0
- queries.jsonl +300 -0
.gitattributes
CHANGED
@@ -53,3 +53,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
qrels_changed/test.jsonl filter=lfs diff=lfs merge=lfs -text
|
57 |
+
qrels_og/test.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,85 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
multilinguality:
|
5 |
+
- monolingual
|
6 |
+
task_categories:
|
7 |
+
- text-retrieval
|
8 |
+
source_datasets:
|
9 |
+
- core2017
|
10 |
+
task_ids:
|
11 |
+
- document-retrieval
|
12 |
+
config_names:
|
13 |
+
- corpus
|
14 |
+
tags:
|
15 |
+
- text-retrieval
|
16 |
+
- instruction-retrieval
|
17 |
+
dataset_info:
|
18 |
+
- config_name: qrels_og
|
19 |
+
features:
|
20 |
+
- name: query-id
|
21 |
+
dtype: string
|
22 |
+
- name: corpus-id
|
23 |
+
dtype: string
|
24 |
+
- name: score
|
25 |
+
dtype: float64
|
26 |
+
splits:
|
27 |
+
- name: test
|
28 |
+
num_examples: 360000
|
29 |
+
- config_name: qrels_changed
|
30 |
+
features:
|
31 |
+
- name: query-id
|
32 |
+
dtype: string
|
33 |
+
- name: corpus-id
|
34 |
+
dtype: string
|
35 |
+
- name: score
|
36 |
+
dtype: float64
|
37 |
+
splits:
|
38 |
+
- name: test
|
39 |
+
num_examples: 360000
|
40 |
+
- config_name: corpus
|
41 |
+
features:
|
42 |
+
- name: _id
|
43 |
+
dtype: string
|
44 |
+
- name: title
|
45 |
+
dtype: string
|
46 |
+
- name: text
|
47 |
+
dtype: string
|
48 |
+
splits:
|
49 |
+
- name: corpus
|
50 |
+
num_examples: 1200
|
51 |
+
- config_name: queries
|
52 |
+
features:
|
53 |
+
- name: _id
|
54 |
+
dtype: string
|
55 |
+
- name: text
|
56 |
+
dtype: string
|
57 |
+
- name: instruction_og
|
58 |
+
dtype: string
|
59 |
+
- name: instruction_changed
|
60 |
+
dtype: string
|
61 |
+
- name: keywords
|
62 |
+
dtype: string
|
63 |
+
- name: short_query
|
64 |
+
dtype: string
|
65 |
+
splits:
|
66 |
+
- name: queries
|
67 |
+
num_examples: 300
|
68 |
+
configs:
|
69 |
+
- config_name: qrels_og
|
70 |
+
data_files:
|
71 |
+
- split: test
|
72 |
+
path: qrels_og/test.jsonl
|
73 |
+
- config_name: qrels_changed
|
74 |
+
data_files:
|
75 |
+
- split: test
|
76 |
+
path: qrels_changed/test.jsonl
|
77 |
+
- config_name: corpus
|
78 |
+
data_files:
|
79 |
+
- split: corpus
|
80 |
+
path: corpus.jsonl
|
81 |
+
- config_name: queries
|
82 |
+
data_files:
|
83 |
+
- split: queries
|
84 |
+
path: queries.jsonl
|
85 |
+
---
|
corpus.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
qrels_changed/test.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4450b10a5e77776c60cad76054015368714547e515b0ec3105ad1b68e5a314fb
|
3 |
+
size 19242000
|
qrels_changed/test.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
qrels_og/test.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c239b4ca83103eaf73cb4389c58a5de731d8e9a38e2e002878abe790382e6b80
|
3 |
+
size 19242000
|
qrels_og/test.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
queries.jsonl
ADDED
@@ -0,0 +1,300 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"_id": "0", "text": "How can I access environment variables in Python?", "instruction_og": " ", "instruction_changed": "How can I access environment variables in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
2 |
+
{"_id": "1", "text": "How can I access environment variables in Python?", "instruction_og": " ", "instruction_changed": "How can I access environment variables in Python? I need code snippets to solve the problem.", "short_query": " ", "keywords": "Code Snippet"}
|
3 |
+
{"_id": "2", "text": "How can I access environment variables in Python?", "instruction_og": " ", "instruction_changed": "How can I access environment variables in Python? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
4 |
+
{"_id": "3", "text": "How do I create a directory, and any missing parent directories in Python?", "instruction_og": " ", "instruction_changed": "How do I create a directory, and any missing parent directories in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
5 |
+
{"_id": "4", "text": "How do I create a directory, and any missing parent directories in Python?", "instruction_og": " ", "instruction_changed": "How do I create a directory, and any missing parent directories in Python? Can you provide code snippets to address this.", "short_query": " ", "keywords": "Code Snippet"}
|
6 |
+
{"_id": "5", "text": "How do I create a directory, and any missing parent directories in Python?", "instruction_og": " ", "instruction_changed": "How do I create a directory, and any missing parent directories in Python? Can you give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
7 |
+
{"_id": "6", "text": "What is the difference between @staticmethod and @classmethod in Python?", "instruction_og": " ", "instruction_changed": "What is the difference between @staticmethod and @classmethod in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
8 |
+
{"_id": "7", "text": "What is the difference between @staticmethod and @classmethod in Python?", "instruction_og": " ", "instruction_changed": "What is the difference between @staticmethod and @classmethod in Python? Can you provide code snippets to illustrate the differences.", "short_query": " ", "keywords": "Code Snippet"}
|
9 |
+
{"_id": "8", "text": "What is the difference between @staticmethod and @classmethod in Python?", "instruction_og": " ", "instruction_changed": "What is the difference between @staticmethod and @classmethod in Python? Can you give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
10 |
+
{"_id": "9", "text": "How can I iterate over rows in a Pandas DataFrame in Python?", "instruction_og": " ", "instruction_changed": "How can I iterate over rows in a Pandas DataFrame in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
11 |
+
{"_id": "10", "text": "How can I iterate over rows in a Pandas DataFrame in Python?", "instruction_og": " ", "instruction_changed": "How can I iterate over rows in a Pandas DataFrame in Python? I need code snippets for guidance.", "short_query": " ", "keywords": "Code Snippet"}
|
12 |
+
{"_id": "11", "text": "How can I iterate over rows in a Pandas DataFrame in Python?", "instruction_og": " ", "instruction_changed": "How can I iterate over rows in a Pandas DataFrame in Python? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
13 |
+
{"_id": "12", "text": "How to use a global variable in a function in Python?", "instruction_og": " ", "instruction_changed": "How do I use a global variable within a function in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
14 |
+
{"_id": "13", "text": "How to use a global variable in a function in Python?", "instruction_og": " ", "instruction_changed": "How do you use a global variable within a function in Python? Can you provide code snippets to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
15 |
+
{"_id": "14", "text": "How to use a global variable in a function in Python?", "instruction_og": " ", "instruction_changed": "How can I use a global variable within a function in Python? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
16 |
+
{"_id": "15", "text": "Convert bytes to a string in Python 3", "instruction_og": " ", "instruction_changed": "How do you convert bytes to a string in Python 3? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
17 |
+
{"_id": "16", "text": "Convert bytes to a string in Python 3", "instruction_og": " ", "instruction_changed": "How do you convert bytes to a string in Python 3? I need code snippets to demonstrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
18 |
+
{"_id": "17", "text": "Convert bytes to a string in Python 3", "instruction_og": " ", "instruction_changed": "How can I convert bytes to a string in Python 3? Can you refer to the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
19 |
+
{"_id": "18", "text": "How do I get the current time in Python?", "instruction_og": " ", "instruction_changed": "How do I get the current time in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
20 |
+
{"_id": "19", "text": "How do I get the current time in Python?", "instruction_og": " ", "instruction_changed": "How do I get the current time in Python? Can you provide some code snippets for reference.", "short_query": " ", "keywords": "Code Snippet"}
|
21 |
+
{"_id": "20", "text": "How do I get the current time in Python?", "instruction_og": " ", "instruction_changed": "How do I get the current time in Python? Can you give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
22 |
+
{"_id": "21", "text": "How to catch multiple exceptions in one line in Python? ", "instruction_og": " ", "instruction_changed": "How can I catch multiple exceptions in one line in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
23 |
+
{"_id": "22", "text": "How to catch multiple exceptions in one line in Python? ", "instruction_og": " ", "instruction_changed": "How can I catch multiple exceptions in one line in Python? Can you provide code snippets to illustrate this.", "short_query": " ", "keywords": "Code Snippet"}
|
24 |
+
{"_id": "23", "text": "How to catch multiple exceptions in one line in Python? ", "instruction_og": " ", "instruction_changed": "How can I catch multiple exceptions in one line in Python? Can you provide the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
25 |
+
{"_id": "24", "text": "How to copy a file in Python?", "instruction_og": " ", "instruction_changed": "How can I copy a file in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
26 |
+
{"_id": "25", "text": "How to copy a file in Python?", "instruction_og": " ", "instruction_changed": "How do you copy a file in Python? Can you include code snippets in your answer.", "short_query": " ", "keywords": "Code Snippet"}
|
27 |
+
{"_id": "26", "text": "How to copy a file in Python?", "instruction_og": " ", "instruction_changed": "How can I copy a file in Python? Can you give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
28 |
+
{"_id": "27", "text": "Does Python have a string 'contains' substring method?", "instruction_og": " ", "instruction_changed": "Does Python have a string 'contains' substring method? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
29 |
+
{"_id": "28", "text": "Does Python have a string 'contains' substring method?", "instruction_og": " ", "instruction_changed": "Does Python have a string 'contains' substring method? Can you focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
30 |
+
{"_id": "29", "text": "Does Python have a string 'contains' substring method?", "instruction_og": " ", "instruction_changed": "Does Python have a string 'contains' substring method? Can you give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
31 |
+
{"_id": "30", "text": "How to delete a file or folder in Python?", "instruction_og": " ", "instruction_changed": "How do I delete a file or folder in Python? Can you provide Stackoverflow posts for reference.", "short_query": " ", "keywords": "Stackoverflow post"}
|
32 |
+
{"_id": "31", "text": "How to delete a file or folder in Python?", "instruction_og": " ", "instruction_changed": "How can I delete a file or folder in Python? I need code snippets to help with this.", "short_query": " ", "keywords": "Code Snippet"}
|
33 |
+
{"_id": "32", "text": "How to delete a file or folder in Python?", "instruction_og": " ", "instruction_changed": "How can I delete a file or folder in Python? Can you give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
34 |
+
{"_id": "33", "text": "How do I check if a list is empty with Python?", "instruction_og": " ", "instruction_changed": "How do I check if a list is empty with Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
35 |
+
{"_id": "34", "text": "How do I check if a list is empty with Python?", "instruction_og": " ", "instruction_changed": "How do I check if a list is empty with Python? Can you include code snippets in your response.", "short_query": " ", "keywords": "Code Snippet"}
|
36 |
+
{"_id": "35", "text": "How do I check if a list is empty with Python?", "instruction_og": " ", "instruction_changed": "How do I check if a list is empty with Python? Can you refer to the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
37 |
+
{"_id": "36", "text": "How do I check whether a file exists without exceptions in Python?", "instruction_og": " ", "instruction_changed": "How do I check whether a file exists without raising exceptions in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
38 |
+
{"_id": "37", "text": "How do I check whether a file exists without exceptions in Python?", "instruction_og": " ", "instruction_changed": "How do I check whether a file exists without exceptions in Python? Can you provide code snippets that illustrate this.", "short_query": " ", "keywords": "Code Snippet"}
|
39 |
+
{"_id": "38", "text": "How do I check whether a file exists without exceptions in Python?", "instruction_og": " ", "instruction_changed": "How do I check whether a file exists without exceptions in Python? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
40 |
+
{"_id": "39", "text": "How do I concatenate two lists in Python?", "instruction_og": " ", "instruction_changed": "How do I concatenate two lists in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
41 |
+
{"_id": "40", "text": "How do I concatenate two lists in Python?", "instruction_og": " ", "instruction_changed": "How do I concatenate two lists in Python? Could you focus on code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
42 |
+
{"_id": "41", "text": "How do I concatenate two lists in Python?", "instruction_og": " ", "instruction_changed": "How do I concatenate two lists in Python? Could you refer to the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
43 |
+
{"_id": "42", "text": "How do I change the size of figures drawn with Matplotlib?", "instruction_og": " ", "instruction_changed": "How do I change the size of figures drawn with Matplotlib? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
44 |
+
{"_id": "43", "text": "How do I change the size of figures drawn with Matplotlib?", "instruction_og": " ", "instruction_changed": "How do I change the size of figures drawn with Matplotlib? Could you provide code snippets to help.", "short_query": " ", "keywords": "Code Snippet"}
|
45 |
+
{"_id": "44", "text": "How do I change the size of figures drawn with Matplotlib?", "instruction_og": " ", "instruction_changed": "How do I change the size of figures drawn with Matplotlib? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
46 |
+
{"_id": "45", "text": "How do I output colored text to the terminal in Python?", "instruction_og": " ", "instruction_changed": "How do I output colored text to the terminal in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
47 |
+
{"_id": "46", "text": "How do I output colored text to the terminal in Python?", "instruction_og": " ", "instruction_changed": "How do I output colored text to the terminal in Python? Could you provide code snippets to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
48 |
+
{"_id": "47", "text": "How do I output colored text to the terminal in Python?", "instruction_og": " ", "instruction_changed": "How do I output colored text to the terminal in Python? Could you give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
49 |
+
{"_id": "48", "text": "What is the difference between Python's list methods append and extend?", "instruction_og": " ", "instruction_changed": "What is the difference between Python's list methods append and extend? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
50 |
+
{"_id": "49", "text": "What is the difference between Python's list methods append and extend?", "instruction_og": " ", "instruction_changed": "What is the difference between Python's list methods append and extend? Could you focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
51 |
+
{"_id": "50", "text": "What is the difference between Python's list methods append and extend?", "instruction_og": " ", "instruction_changed": "What is the difference between Python's list methods append and extend? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
52 |
+
{"_id": "51", "text": "Find the current directory and file's directory in Python", "instruction_og": " ", "instruction_changed": "How do I find the current directory and the file's directory in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
53 |
+
{"_id": "52", "text": "Find the current directory and file's directory in Python", "instruction_og": " ", "instruction_changed": "How can I find the current directory and file's directory in Python? Could you focus on code snippets that illustrate this.", "short_query": " ", "keywords": "Code Snippet"}
|
54 |
+
{"_id": "53", "text": "Find the current directory and file's directory in Python", "instruction_og": " ", "instruction_changed": "How can I find the current directory and the file's directory in Python? Could you provide official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
55 |
+
{"_id": "54", "text": "Renaming column names in Pandas", "instruction_og": " ", "instruction_changed": "How can I rename column names in Pandas? Could you provide relevant Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
56 |
+
{"_id": "55", "text": "Renaming column names in Pandas", "instruction_og": " ", "instruction_changed": "How do I rename column names in Pandas? Could you include code snippets in your response.", "short_query": " ", "keywords": "Code Snippet"}
|
57 |
+
{"_id": "56", "text": "Renaming column names in Pandas", "instruction_og": " ", "instruction_changed": "How can I rename column names in Pandas? Could you provide information from official documents only.", "short_query": " ", "keywords": "Official Doc"}
|
58 |
+
{"_id": "57", "text": "How can I remove a key from a Python dictionary?", "instruction_og": " ", "instruction_changed": "How can I remove a key from a Python dictionary? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
59 |
+
{"_id": "58", "text": "How can I remove a key from a Python dictionary?", "instruction_og": " ", "instruction_changed": "How can I remove a key from a Python dictionary? Could you provide code snippets to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
60 |
+
{"_id": "59", "text": "How can I remove a key from a Python dictionary?", "instruction_og": " ", "instruction_changed": "How can I remove a key from a Python dictionary? Could you give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
61 |
+
{"_id": "60", "text": "How to sort a list of dictionaries by a value of the dictionary in Python?", "instruction_og": " ", "instruction_changed": "How do I sort a list of dictionaries by a value in one of the dictionaries in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
62 |
+
{"_id": "61", "text": "How to sort a list of dictionaries by a value of the dictionary in Python?", "instruction_og": " ", "instruction_changed": "How do I sort a list of dictionaries by the value of a dictionary key in Python? Could you include code snippets in your response.", "short_query": " ", "keywords": "Code Snippet"}
|
63 |
+
{"_id": "62", "text": "How to sort a list of dictionaries by a value of the dictionary in Python?", "instruction_og": " ", "instruction_changed": "How can I sort a list of dictionaries by a value of the dictionary in Python? Could you give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
64 |
+
{"_id": "63", "text": "Check if a given key already exists in a dictionary in Python", "instruction_og": " ", "instruction_changed": "How do I check if a specific key already exists in a dictionary in Python? Could you limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
65 |
+
{"_id": "64", "text": "Check if a given key already exists in a dictionary in Python", "instruction_og": " ", "instruction_changed": "How can I check if a given key already exists in a dictionary in Python? Could you focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
66 |
+
{"_id": "65", "text": "Check if a given key already exists in a dictionary in Python", "instruction_og": " ", "instruction_changed": "How can I check if a given key already exists in a dictionary in Python? Could you give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
67 |
+
{"_id": "66", "text": "How can I randomly selec an item from a list in Python?", "instruction_og": " ", "instruction_changed": "How can I randomly select an item from a list in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
68 |
+
{"_id": "67", "text": "How can I randomly selec an item from a list in Python?", "instruction_og": " ", "instruction_changed": "How can I randomly select an item from a list in Python? I need code snippets to solve the problem.", "short_query": " ", "keywords": "Code Snippet"}
|
69 |
+
{"_id": "68", "text": "How can I randomly selec an item from a list in Python?", "instruction_og": " ", "instruction_changed": "How can I randomly select an item from a list in Python? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
70 |
+
{"_id": "69", "text": "Delete a column from a Pandas DataFrame", "instruction_og": " ", "instruction_changed": "How can I delete a column from a Pandas DataFrame? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
71 |
+
{"_id": "70", "text": "Delete a column from a Pandas DataFrame", "instruction_og": " ", "instruction_changed": "How can I delete a column from a Pandas DataFrame? Could you provide code snippets to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
72 |
+
{"_id": "71", "text": "Delete a column from a Pandas DataFrame", "instruction_og": " ", "instruction_changed": "How do I delete a column from a Pandas DataFrame? Could you provide the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
73 |
+
{"_id": "72", "text": "How do I count the occurrences of a list item?", "instruction_og": " ", "instruction_changed": "How do I count the occurrences of a list item? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
74 |
+
{"_id": "73", "text": "How do I count the occurrences of a list item?", "instruction_og": " ", "instruction_changed": "How do I count the occurrences of a list item? Could you focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
75 |
+
{"_id": "74", "text": "How do I count the occurrences of a list item?", "instruction_og": " ", "instruction_changed": "How do I count the occurrences of a list item? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
76 |
+
{"_id": "75", "text": "How do I append to a file in Python?", "instruction_og": " ", "instruction_changed": "How do I append to a file in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
77 |
+
{"_id": "76", "text": "How do I append to a file in Python?", "instruction_og": " ", "instruction_changed": "How do I append to a file in Python? Could you provide code snippets to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
78 |
+
{"_id": "77", "text": "How do I append to a file in Python?", "instruction_og": " ", "instruction_changed": "How do I append to a file in Python? Could you give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
79 |
+
{"_id": "78", "text": "How can I remove a trailing newline in Python?", "instruction_og": " ", "instruction_changed": "How can I remove a trailing newline in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
80 |
+
{"_id": "79", "text": "How can I remove a trailing newline in Python?", "instruction_og": " ", "instruction_changed": "How can I remove a trailing newline in Python? Could you provide code snippets to demonstrate this.", "short_query": " ", "keywords": "Code Snippet"}
|
81 |
+
{"_id": "80", "text": "How can I remove a trailing newline in Python?", "instruction_og": " ", "instruction_changed": "How can I remove a trailing newline in Python? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
82 |
+
{"_id": "81", "text": "How do I check if a string represents a number in Python?", "instruction_og": " ", "instruction_changed": "How do I check if a string represents a number in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
83 |
+
{"_id": "82", "text": "How do I check if a string represents a number in Python?", "instruction_og": " ", "instruction_changed": "How do I check if a string represents a number in Python? Please provide code snippets to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
84 |
+
{"_id": "83", "text": "How do I check if a string represents a number in Python?", "instruction_og": " ", "instruction_changed": "How do I check if a string represents a number in Python? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
85 |
+
{"_id": "84", "text": "How to prettyprint a JSON file in Python?", "instruction_og": " ", "instruction_changed": "How can I prettyprint a JSON file in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
86 |
+
{"_id": "85", "text": "How to prettyprint a JSON file in Python?", "instruction_og": " ", "instruction_changed": "How can I prettyprint a JSON file in Python? Please provide relevant code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
87 |
+
{"_id": "86", "text": "How to prettyprint a JSON file in Python?", "instruction_og": " ", "instruction_changed": "How can I prettyprint a JSON file in Python? Please refer to the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
88 |
+
{"_id": "87", "text": "What's the canonical way to check for type in Python?", "instruction_og": " ", "instruction_changed": "What's the canonical way to check for type in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
89 |
+
{"_id": "88", "text": "What's the canonical way to check for type in Python?", "instruction_og": " ", "instruction_changed": "What's the canonical way to check for type in Python? Please provide code snippets to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
90 |
+
{"_id": "89", "text": "What's the canonical way to check for type in Python?", "instruction_og": " ", "instruction_changed": "What's the canonical way to check for type in Python? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
91 |
+
{"_id": "90", "text": "Save plot to image file instead of displaying it", "instruction_og": " ", "instruction_changed": "How can I save a plot to an image file instead of displaying it? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
92 |
+
{"_id": "91", "text": "Save plot to image file instead of displaying it", "instruction_og": " ", "instruction_changed": "How can I save a plot to an image file instead of displaying it? Please include code snippets in your response.", "short_query": " ", "keywords": "Code Snippet"}
|
93 |
+
{"_id": "92", "text": "Save plot to image file instead of displaying it", "instruction_og": " ", "instruction_changed": "How can I save a plot to an image file instead of displaying it? Please provide the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
94 |
+
{"_id": "93", "text": "How do I get the filename without the extension from a path in Python?", "instruction_og": " ", "instruction_changed": "How do I get the filename without the extension from a path in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
95 |
+
{"_id": "94", "text": "How do I get the filename without the extension from a path in Python?", "instruction_og": " ", "instruction_changed": "How do I get the filename without the extension from a path in Python? Please provide code snippets to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
96 |
+
{"_id": "95", "text": "How do I get the filename without the extension from a path in Python?", "instruction_og": " ", "instruction_changed": "How do I get the filename without the extension from a path in Python? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
97 |
+
{"_id": "96", "text": "How do I check if a directory exists in Python?", "instruction_og": " ", "instruction_changed": "How do I check if a directory exists in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
98 |
+
{"_id": "97", "text": "How do I check if a directory exists in Python?", "instruction_og": " ", "instruction_changed": "How do I check if a directory exists in Python? Please focus on code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
99 |
+
{"_id": "98", "text": "How do I check if a directory exists in Python?", "instruction_og": " ", "instruction_changed": "How do I check if a directory exists in Python? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
100 |
+
{"_id": "99", "text": "How do I move a file in Python?", "instruction_og": " ", "instruction_changed": "How do I move a file in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
101 |
+
{"_id": "100", "text": "How do I move a file in Python?", "instruction_og": " ", "instruction_changed": "How do I move a file in Python? Please focus on code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
102 |
+
{"_id": "101", "text": "How do I move a file in Python?", "instruction_og": " ", "instruction_changed": "How do I move a file in Python? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
103 |
+
{"_id": "102", "text": "How does the @property decorator work in Python?", "instruction_og": " ", "instruction_changed": "How does the @property decorator work in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
104 |
+
{"_id": "103", "text": "How does the @property decorator work in Python?", "instruction_og": " ", "instruction_changed": "How does the @property decorator work in Python? Please include relevant code snippets in the explanation.", "short_query": " ", "keywords": "Code Snippet"}
|
105 |
+
{"_id": "104", "text": "How does the @property decorator work in Python?", "instruction_og": " ", "instruction_changed": "How does the @property decorator work in Python? Please refer to official documentation only.", "short_query": " ", "keywords": "Official Doc"}
|
106 |
+
{"_id": "105", "text": "Get the data received in a Flask request", "instruction_og": " ", "instruction_changed": "How can I get the data received in a Flask request? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
107 |
+
{"_id": "106", "text": "Get the data received in a Flask request", "instruction_og": " ", "instruction_changed": "How can I get the data received in a Flask request? Please focus on code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
108 |
+
{"_id": "107", "text": "Get the data received in a Flask request", "instruction_og": " ", "instruction_changed": "How can I get the data received in a Flask request? Please refer to the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
109 |
+
{"_id": "108", "text": "How do you test that a Python function throws an exception?", "instruction_og": " ", "instruction_changed": "How do you test that a Python function throws an exception? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
110 |
+
{"_id": "109", "text": "How do you test that a Python function throws an exception?", "instruction_og": " ", "instruction_changed": "How do you test that a Python function throws an exception? Please provide code snippets demonstrating this.", "short_query": " ", "keywords": "Code Snippet"}
|
111 |
+
{"_id": "110", "text": "How do you test that a Python function throws an exception?", "instruction_og": " ", "instruction_changed": "How do you test that a Python function throws an exception? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
112 |
+
{"_id": "111", "text": "How to subtract a day from a date in Python?", "instruction_og": " ", "instruction_changed": "How can I subtract a day from a date in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
113 |
+
{"_id": "112", "text": "How to subtract a day from a date in Python?", "instruction_og": " ", "instruction_changed": "How do I subtract a day from a date in Python? Please provide code snippets to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
114 |
+
{"_id": "113", "text": "How to subtract a day from a date in Python?", "instruction_og": " ", "instruction_changed": "How can I subtract a day from a date in Python? Please provide official documentation for this.", "short_query": " ", "keywords": "Official Doc"}
|
115 |
+
{"_id": "114", "text": "How to download a file over HTTP in Python?", "instruction_og": " ", "instruction_changed": "How can I download a file over HTTP in Python? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
116 |
+
{"_id": "115", "text": "How to download a file over HTTP in Python?", "instruction_og": " ", "instruction_changed": "How can I download a file over HTTP in Python? I need code snippets to solve the problem.", "short_query": " ", "keywords": "Code Snippet"}
|
117 |
+
{"_id": "116", "text": "How to download a file over HTTP in Python?", "instruction_og": " ", "instruction_changed": "How can I download a file over HTTP in Python? Please provide the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
118 |
+
{"_id": "117", "text": "Writing a pandas DataFrame to CSV file", "instruction_og": " ", "instruction_changed": "How can I write a pandas DataFrame to a CSV file? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
119 |
+
{"_id": "118", "text": "Writing a pandas DataFrame to CSV file", "instruction_og": " ", "instruction_changed": "How do I write a pandas DataFrame to a CSV file? Please provide relevant code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
120 |
+
{"_id": "119", "text": "Writing a pandas DataFrame to CSV file", "instruction_og": " ", "instruction_changed": "How do I write a pandas DataFrame to a CSV file? Please refer to the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
121 |
+
{"_id": "120", "text": "How do I avoid checking for nulls in Java?", "instruction_og": " ", "instruction_changed": "How do I avoid checking for nulls in Java? Limit the results to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
122 |
+
{"_id": "121", "text": "How do I avoid checking for nulls in Java?", "instruction_og": " ", "instruction_changed": "How do I avoid checking for nulls in Java? Please provide code snippets to help with this.", "short_query": " ", "keywords": "Code Snippet"}
|
123 |
+
{"_id": "122", "text": "How do I avoid checking for nulls in Java?", "instruction_og": " ", "instruction_changed": "How do I avoid checking for nulls in Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
124 |
+
{"_id": "123", "text": "How do I compare strings in Java?", "instruction_og": " ", "instruction_changed": "How do I compare strings in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
125 |
+
{"_id": "124", "text": "How do I compare strings in Java?", "instruction_og": " ", "instruction_changed": "How do I compare strings in Java? Please provide code snippets that demonstrate this.", "short_query": " ", "keywords": "Code Snippet"}
|
126 |
+
{"_id": "125", "text": "How do I compare strings in Java?", "instruction_og": " ", "instruction_changed": "How do I compare strings in Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
127 |
+
{"_id": "126", "text": "What's the simplest way to print a Java array?", "instruction_og": " ", "instruction_changed": "What's the simplest way to print a Java array? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
128 |
+
{"_id": "127", "text": "What's the simplest way to print a Java array?", "instruction_og": " ", "instruction_changed": "What's the simplest way to print a Java array? Please focus on code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
129 |
+
{"_id": "128", "text": "What's the simplest way to print a Java array?", "instruction_og": " ", "instruction_changed": "What's the simplest way to print a Java array? Please provide the official documentation for guidance.", "short_query": " ", "keywords": "Official Doc"}
|
130 |
+
{"_id": "129", "text": "How do I split a string in Java?", "instruction_og": " ", "instruction_changed": "How do I split a string in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
131 |
+
{"_id": "130", "text": "How do I split a string in Java?", "instruction_og": " ", "instruction_changed": "How do I split a string in Java? Please focus on code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
132 |
+
{"_id": "131", "text": "How do I split a string in Java?", "instruction_og": " ", "instruction_changed": "How do I split a string in Java? Please refer to the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
133 |
+
{"_id": "132", "text": "What issues should be considered when overriding equals and hashCode in Java?", "instruction_og": " ", "instruction_changed": "What issues should be considered when overriding equals and hashCode in Java? Please limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
134 |
+
{"_id": "133", "text": "What issues should be considered when overriding equals and hashCode in Java?", "instruction_og": " ", "instruction_changed": "What issues should be considered when overriding equals and hashCode in Java? Please focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
135 |
+
{"_id": "134", "text": "What issues should be considered when overriding equals and hashCode in Java?", "instruction_og": " ", "instruction_changed": "What issues should be considered when overriding equals and hashCode in Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
136 |
+
{"_id": "135", "text": "Java string to date conversion", "instruction_og": " ", "instruction_changed": "How can I convert a Java string to a date? Please provide relevant Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
137 |
+
{"_id": "136", "text": "Java string to date conversion", "instruction_og": " ", "instruction_changed": "How do I convert a Java string to a date? Please provide code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
138 |
+
{"_id": "137", "text": "Java string to date conversion", "instruction_og": " ", "instruction_changed": "How can I convert a string to a date in Java? Please provide the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
139 |
+
{"_id": "138", "text": "How to round a number to n decimal places in Java", "instruction_og": " ", "instruction_changed": "How can I round a number to n decimal places in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
140 |
+
{"_id": "139", "text": "How to round a number to n decimal places in Java", "instruction_og": " ", "instruction_changed": "How can I round a number to n decimal places in Java? Please provide code snippets as examples.", "short_query": " ", "keywords": "Code Snippet"}
|
141 |
+
{"_id": "140", "text": "How to round a number to n decimal places in Java", "instruction_og": " ", "instruction_changed": "How can I round a number to n decimal places in Java? Please provide official documentation only.", "short_query": " ", "keywords": "Official Doc"}
|
142 |
+
{"_id": "141", "text": "How to use java.net.URLConnection to fire and handle HTTP requests", "instruction_og": " ", "instruction_changed": "How can I use java.net.URLConnection to fire and handle HTTP requests? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
143 |
+
{"_id": "142", "text": "How to use java.net.URLConnection to fire and handle HTTP requests", "instruction_og": " ", "instruction_changed": "How can I use java.net.URLConnection to fire and handle HTTP requests? Please focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
144 |
+
{"_id": "143", "text": "How to use java.net.URLConnection to fire and handle HTTP requests", "instruction_og": " ", "instruction_changed": "How do I use java.net.URLConnection to fire and handle HTTP requests? Please provide the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
145 |
+
{"_id": "144", "text": "How can I create a generic array in Java?", "instruction_og": " ", "instruction_changed": "How can I create a generic array in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
146 |
+
{"_id": "145", "text": "How can I create a generic array in Java?", "instruction_og": " ", "instruction_changed": "How can I create a generic array in Java? Please focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
147 |
+
{"_id": "146", "text": "How can I create a generic array in Java?", "instruction_og": " ", "instruction_changed": "How can I create a generic array in Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
148 |
+
{"_id": "147", "text": "In detail, how does the 'for each' loop work in Java?", "instruction_og": " ", "instruction_changed": "In detail, how does the 'for each' loop work in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
149 |
+
{"_id": "148", "text": "In detail, how does the 'for each' loop work in Java?", "instruction_og": " ", "instruction_changed": "In detail, how does the 'for each' loop work in Java? Please provide code snippets to illustrate.", "short_query": " ", "keywords": "Code Snippet"}
|
150 |
+
{"_id": "149", "text": "In detail, how does the 'for each' loop work in Java?", "instruction_og": " ", "instruction_changed": "In detail, how does the 'for each' loop work in Java? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
151 |
+
{"_id": "150", "text": "How to append text to an existing file in Java?", "instruction_og": " ", "instruction_changed": "How do I append text to an existing file in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
152 |
+
{"_id": "151", "text": "How to append text to an existing file in Java?", "instruction_og": " ", "instruction_changed": "How can I append text to an existing file in Java? Please focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
153 |
+
{"_id": "152", "text": "How to append text to an existing file in Java?", "instruction_og": " ", "instruction_changed": "How do I append text to an existing file in Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
154 |
+
{"_id": "153", "text": "Java inner class and static nested class", "instruction_og": " ", "instruction_changed": "Can you explain the difference between a Java inner class and a static nested class? Please provide posts from Stackoverflow.", "short_query": " ", "keywords": "Stackoverflow post"}
|
155 |
+
{"_id": "154", "text": "Java inner class and static nested class", "instruction_og": " ", "instruction_changed": "What are Java inner classes and static nested classes? Please provide code snippets to illustrate.", "short_query": " ", "keywords": "Code Snippet"}
|
156 |
+
{"_id": "155", "text": "Java inner class and static nested class", "instruction_og": " ", "instruction_changed": "Can you explain Java inner classes and static nested classes? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
157 |
+
{"_id": "156", "text": "How do I declare and initialize an array in Java?", "instruction_og": " ", "instruction_changed": "How do I declare and initialize an array in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
158 |
+
{"_id": "157", "text": "How do I declare and initialize an array in Java?", "instruction_og": " ", "instruction_changed": "How do I declare and initialize an array in Java? Please provide code snippets for reference.", "short_query": " ", "keywords": "Code Snippet"}
|
159 |
+
{"_id": "158", "text": "How do I declare and initialize an array in Java?", "instruction_og": " ", "instruction_changed": "How do I declare and initialize an array in Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
160 |
+
{"_id": "159", "text": "How do I convert a String to an int in Java?", "instruction_og": " ", "instruction_changed": "How do I convert a String to an int in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
161 |
+
{"_id": "160", "text": "How do I convert a String to an int in Java?", "instruction_og": " ", "instruction_changed": "How do I convert a String to an int in Java? I need code snippets to understand the process.", "short_query": " ", "keywords": "Code Snippet"}
|
162 |
+
{"_id": "161", "text": "How do I convert a String to an int in Java?", "instruction_og": " ", "instruction_changed": "How do I convert a String to an int in Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
163 |
+
{"_id": "162", "text": "Reading a plain text file in Java", "instruction_og": " ", "instruction_changed": "How can I read a plain text file in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
164 |
+
{"_id": "163", "text": "Reading a plain text file in Java", "instruction_og": " ", "instruction_changed": "How do I read a plain text file in Java? Please focus on code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
165 |
+
{"_id": "164", "text": "Reading a plain text file in Java", "instruction_og": " ", "instruction_changed": "How can I read a plain text file in Java? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
166 |
+
{"_id": "165", "text": "How do I create a file and write to it?", "instruction_og": " ", "instruction_changed": "How do I create a file and write to it? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
167 |
+
{"_id": "166", "text": "How do I create a file and write to it?", "instruction_og": " ", "instruction_changed": "How do I create a file and write to it? Please provide code snippets for reference.", "short_query": " ", "keywords": "Code Snippet"}
|
168 |
+
{"_id": "167", "text": "How do I create a file and write to it?", "instruction_og": " ", "instruction_changed": "How do I create a file and write to it? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
169 |
+
{"_id": "168", "text": "Change date format in a Java string", "instruction_og": " ", "instruction_changed": "How can I change the date format in a Java string? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
170 |
+
{"_id": "169", "text": "Change date format in a Java string", "instruction_og": " ", "instruction_changed": "How can I change the date format in a Java string? I need code snippets to solve the problem.", "short_query": " ", "keywords": "Code Snippet"}
|
171 |
+
{"_id": "170", "text": "Change date format in a Java string", "instruction_og": " ", "instruction_changed": "How can I change the date format in a Java string? Please provide the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
172 |
+
{"_id": "171", "text": "How do I create a Java string from the contents of a file?", "instruction_og": " ", "instruction_changed": "How do I create a Java string from the contents of a file? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
173 |
+
{"_id": "172", "text": "How do I create a Java string from the contents of a file?", "instruction_og": " ", "instruction_changed": "How do I create a Java string from the contents of a file? Please focus on code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
174 |
+
{"_id": "173", "text": "How do I create a Java string from the contents of a file?", "instruction_og": " ", "instruction_changed": "How do I create a Java string from the contents of a file? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
175 |
+
{"_id": "174", "text": "How to determine the size of an object in Java", "instruction_og": " ", "instruction_changed": "How can I determine the size of an object in Java? Please refer to Stackoverflow posts for this information.", "short_query": " ", "keywords": "Stackoverflow post"}
|
176 |
+
{"_id": "175", "text": "How to determine the size of an object in Java", "instruction_og": " ", "instruction_changed": "How can I determine the size of an object in Java? Please provide code snippets to illustrate this.", "short_query": " ", "keywords": "Code Snippet"}
|
177 |
+
{"_id": "176", "text": "How to determine the size of an object in Java", "instruction_og": " ", "instruction_changed": "How can I determine the size of an object in Java? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
178 |
+
{"_id": "177", "text": "How do I invoke a Java method when given the method name as a string?", "instruction_og": " ", "instruction_changed": "How do I invoke a Java method when given the method name as a string? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
179 |
+
{"_id": "178", "text": "How do I invoke a Java method when given the method name as a string?", "instruction_og": " ", "instruction_changed": "How do I invoke a Java method when given the method name as a string? Please provide code snippets to illustrate the process.", "short_query": " ", "keywords": "Code Snippet"}
|
180 |
+
{"_id": "179", "text": "How do I invoke a Java method when given the method name as a string?", "instruction_og": " ", "instruction_changed": "How do I invoke a Java method when given the method name as a string? Please provide the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
181 |
+
{"_id": "180", "text": "What is the Java ?: operator called and what does it do?", "instruction_og": " ", "instruction_changed": "What is the Java ?: operator called and what does it do? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
182 |
+
{"_id": "181", "text": "What is the Java ?: operator called and what does it do?", "instruction_og": " ", "instruction_changed": "What is the Java ?: operator called and what does it do? Please provide code snippets for a better understanding.", "short_query": " ", "keywords": "Code Snippet"}
|
183 |
+
{"_id": "182", "text": "What is the Java ?: operator called and what does it do?", "instruction_og": " ", "instruction_changed": "What is the Java ?: operator called and what does it do? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
184 |
+
{"_id": "183", "text": "How are anonymous inner classes used in Java?", "instruction_og": " ", "instruction_changed": "How are anonymous inner classes used in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
185 |
+
{"_id": "184", "text": "How are anonymous inner classes used in Java?", "instruction_og": " ", "instruction_changed": "How are anonymous inner classes used in Java? Please provide code snippets to illustrate their usage.", "short_query": " ", "keywords": "Code Snippet"}
|
186 |
+
{"_id": "185", "text": "How are anonymous inner classes used in Java?", "instruction_og": " ", "instruction_changed": "How are anonymous inner classes used in Java? Please provide information from official documents.", "short_query": " ", "keywords": "Official Doc"}
|
187 |
+
{"_id": "186", "text": "How can I read a large text file line by line using Java?", "instruction_og": " ", "instruction_changed": "How can I read a large text file line by line using Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
188 |
+
{"_id": "187", "text": "How can I read a large text file line by line using Java?", "instruction_og": " ", "instruction_changed": "How can I read a large text file line by line using Java? Please provide code snippets to demonstrate this.", "short_query": " ", "keywords": "Code Snippet"}
|
189 |
+
{"_id": "188", "text": "How can I read a large text file line by line using Java?", "instruction_og": " ", "instruction_changed": "How can I read a large text file line by line using Java? Please provide official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
190 |
+
{"_id": "189", "text": "Is there an eval() function in Java?", "instruction_og": " ", "instruction_changed": "Is there an eval() function in Java? Please limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
191 |
+
{"_id": "190", "text": "Is there an eval() function in Java?", "instruction_og": " ", "instruction_changed": "Is there an eval() function in Java? Please provide code snippets to illustrate its usage.", "short_query": " ", "keywords": "Code Snippet"}
|
192 |
+
{"_id": "191", "text": "Is there an eval() function in Java?", "instruction_og": " ", "instruction_changed": "Is there an eval() function in Java? Please check the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
193 |
+
{"_id": "192", "text": "How to use the toString method in Java?", "instruction_og": " ", "instruction_changed": "How do I use the toString method in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
194 |
+
{"_id": "193", "text": "How to use the toString method in Java?", "instruction_og": " ", "instruction_changed": "How do you use the toString method in Java? Please focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
195 |
+
{"_id": "194", "text": "How to use the toString method in Java?", "instruction_og": " ", "instruction_changed": "How do I use the toString method in Java? Please provide the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
196 |
+
{"_id": "195", "text": "Decode Base64 data in Java", "instruction_og": " ", "instruction_changed": "How do I decode Base64 data in Java? Please limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
197 |
+
{"_id": "196", "text": "Decode Base64 data in Java", "instruction_og": " ", "instruction_changed": "How can I decode Base64 data in Java? Please focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
198 |
+
{"_id": "197", "text": "Decode Base64 data in Java", "instruction_og": " ", "instruction_changed": "How can I decode Base64 data in Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
199 |
+
{"_id": "198", "text": "Create instance of generic type in Java?", "instruction_og": " ", "instruction_changed": "How do I create an instance of a generic type in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
200 |
+
{"_id": "199", "text": "Create instance of generic type in Java?", "instruction_og": " ", "instruction_changed": "How can I create an instance of a generic type in Java? Please provide code snippets to illustrate.", "short_query": " ", "keywords": "Code Snippet"}
|
201 |
+
{"_id": "200", "text": "Create instance of generic type in Java?", "instruction_og": " ", "instruction_changed": "How can I create an instance of a generic type in Java? Please provide references from official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
202 |
+
{"_id": "201", "text": "Explanation of ClassCastException in Java", "instruction_og": " ", "instruction_changed": "Can you explain what a ClassCastException in Java is? Restrict the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
203 |
+
{"_id": "202", "text": "Explanation of ClassCastException in Java", "instruction_og": " ", "instruction_changed": "What is a ClassCastException in Java and why does it occur? Please include code snippets for better understanding.", "short_query": " ", "keywords": "Code Snippet"}
|
204 |
+
{"_id": "203", "text": "Explanation of ClassCastException in Java", "instruction_og": " ", "instruction_changed": "Can you explain what a ClassCastException is in Java? Please provide information from official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
205 |
+
{"_id": "204", "text": "How can I read input from the console using the Scanner class in Java?", "instruction_og": " ", "instruction_changed": "How can I read input from the console using the Scanner class in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
206 |
+
{"_id": "205", "text": "How can I read input from the console using the Scanner class in Java?", "instruction_og": " ", "instruction_changed": "How can I read input from the console using the Scanner class in Java? Please provide code snippets for reference.", "short_query": " ", "keywords": "Code Snippet"}
|
207 |
+
{"_id": "206", "text": "How can I read input from the console using the Scanner class in Java?", "instruction_og": " ", "instruction_changed": "How can I read input from the console using the Scanner class in Java? Only consider official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
208 |
+
{"_id": "207", "text": "Generating Unique Random Numbers in Java", "instruction_og": " ", "instruction_changed": "How can I generate unique random numbers in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
209 |
+
{"_id": "208", "text": "Generating Unique Random Numbers in Java", "instruction_og": " ", "instruction_changed": "How can I generate unique random numbers in Java? Please provide code snippets to demonstrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
210 |
+
{"_id": "209", "text": "Generating Unique Random Numbers in Java", "instruction_og": " ", "instruction_changed": "How can I generate unique random numbers in Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
211 |
+
{"_id": "210", "text": "How to get the current working directory in Java?", "instruction_og": " ", "instruction_changed": "How do I get the current working directory in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
212 |
+
{"_id": "211", "text": "How to get the current working directory in Java?", "instruction_og": " ", "instruction_changed": "How can I get the current working directory in Java? Please provide code snippets to illustrate.", "short_query": " ", "keywords": "Code Snippet"}
|
213 |
+
{"_id": "212", "text": "How to get the current working directory in Java?", "instruction_og": " ", "instruction_changed": "How can I get the current working directory in Java? Please provide official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
214 |
+
{"_id": "213", "text": "How to filter a Java Collection (based on predicate)?", "instruction_og": " ", "instruction_changed": "How do I filter a Java Collection using a predicate? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
215 |
+
{"_id": "214", "text": "How to filter a Java Collection (based on predicate)?", "instruction_og": " ", "instruction_changed": "How do I filter a Java Collection using a predicate? Please provide code snippets to illustrate.", "short_query": " ", "keywords": "Code Snippet"}
|
216 |
+
{"_id": "215", "text": "How to filter a Java Collection (based on predicate)?", "instruction_og": " ", "instruction_changed": "How can I filter a Java Collection based on a predicate? Please provide official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
217 |
+
{"_id": "216", "text": "How can I increment a date by one day in Java?", "instruction_og": " ", "instruction_changed": "How can I increment a date by one day in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
218 |
+
{"_id": "217", "text": "How can I increment a date by one day in Java?", "instruction_og": " ", "instruction_changed": "How can I increment a date by one day in Java? Please focus on code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
219 |
+
{"_id": "218", "text": "How can I increment a date by one day in Java?", "instruction_og": " ", "instruction_changed": "How can I increment a date by one day in Java? Please refer to the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
220 |
+
{"_id": "219", "text": "How do I print a double value without scientific notation using Java?", "instruction_og": " ", "instruction_changed": "How do I print a double value without scientific notation using Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
221 |
+
{"_id": "220", "text": "How do I print a double value without scientific notation using Java?", "instruction_og": " ", "instruction_changed": "How do I print a double value without scientific notation using Java? Please focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
222 |
+
{"_id": "221", "text": "How do I print a double value without scientific notation using Java?", "instruction_og": " ", "instruction_changed": "How do I print a double value without scientific notation using Java? Please provide references from official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
223 |
+
{"_id": "222", "text": "How to get the user input in Java?", "instruction_og": " ", "instruction_changed": "How can I get user input in Java? Please limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
224 |
+
{"_id": "223", "text": "How to get the user input in Java?", "instruction_og": " ", "instruction_changed": "How do I get user input in Java? Please provide relevant code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
225 |
+
{"_id": "224", "text": "How to get the user input in Java?", "instruction_og": " ", "instruction_changed": "How can I get user input in Java? Please provide information from official documents.", "short_query": " ", "keywords": "Official Doc"}
|
226 |
+
{"_id": "225", "text": "How can I read all files in a folder from Java?", "instruction_og": " ", "instruction_changed": "How can I read all files in a folder from Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
227 |
+
{"_id": "226", "text": "How can I read all files in a folder from Java?", "instruction_og": " ", "instruction_changed": "How can I read all files in a folder from Java? I need code snippets to solve this problem.", "short_query": " ", "keywords": "Code Snippet"}
|
228 |
+
{"_id": "227", "text": "How can I read all files in a folder from Java?", "instruction_og": " ", "instruction_changed": "How can I read all files in a folder from Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
229 |
+
{"_id": "228", "text": "Make copy of an array in Java", "instruction_og": " ", "instruction_changed": "How can I make a copy of an array in Java? Please find relevant Stackoverflow posts for this.", "short_query": " ", "keywords": "Stackoverflow post"}
|
230 |
+
{"_id": "229", "text": "Make copy of an array in Java", "instruction_og": " ", "instruction_changed": "How can I make a copy of an array in Java? Please provide code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
231 |
+
{"_id": "230", "text": "Make copy of an array in Java", "instruction_og": " ", "instruction_changed": "How do I make a copy of an array in Java? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
232 |
+
{"_id": "231", "text": "How can I pad a String in Java?", "instruction_og": " ", "instruction_changed": "How can I pad a String in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
233 |
+
{"_id": "232", "text": "How can I pad a String in Java?", "instruction_og": " ", "instruction_changed": "How can I pad a String in Java? Please provide code snippets to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
234 |
+
{"_id": "233", "text": "How can I pad a String in Java?", "instruction_og": " ", "instruction_changed": "How can I pad a String in Java? Please provide the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
235 |
+
{"_id": "234", "text": "Java default constructor", "instruction_og": " ", "instruction_changed": "How does a default constructor work in Java? Please provide Stackoverflow posts for reference.", "short_query": " ", "keywords": "Stackoverflow post"}
|
236 |
+
{"_id": "235", "text": "Java default constructor", "instruction_og": " ", "instruction_changed": "How does a Java default constructor work? I need code snippets to illustrate this.", "short_query": " ", "keywords": "Code Snippet"}
|
237 |
+
{"_id": "236", "text": "Java default constructor", "instruction_og": " ", "instruction_changed": "What is a default constructor in Java? Please provide information from the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
238 |
+
{"_id": "237", "text": "How to do method overloading for null argument?", "instruction_og": " ", "instruction_changed": "How can I do method overloading when dealing with a null argument? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
239 |
+
{"_id": "238", "text": "How to do method overloading for null argument?", "instruction_og": " ", "instruction_changed": "How can I implement method overloading for a null argument? Please focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
240 |
+
{"_id": "239", "text": "How to do method overloading for null argument?", "instruction_og": " ", "instruction_changed": "How can I do method overloading for a null argument? Please provide only the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
241 |
+
{"_id": "240", "text": "Java String split removed empty values", "instruction_og": " ", "instruction_changed": "How do I split a Java String and remove empty values? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
242 |
+
{"_id": "241", "text": "Java String split removed empty values", "instruction_og": " ", "instruction_changed": "How can I split a Java String and remove empty values? Please provide code snippets for this solution.", "short_query": " ", "keywords": "Code Snippet"}
|
243 |
+
{"_id": "242", "text": "Java String split removed empty values", "instruction_og": " ", "instruction_changed": "How can I split a Java String and remove empty values? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
244 |
+
{"_id": "243", "text": "File to byte[] in Java", "instruction_og": " ", "instruction_changed": "How can I convert a file to a byte array in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
245 |
+
{"_id": "244", "text": "File to byte[] in Java", "instruction_og": " ", "instruction_changed": "How can I convert a file to a byte array in Java? Please focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
246 |
+
{"_id": "245", "text": "File to byte[] in Java", "instruction_og": " ", "instruction_changed": "How can I convert a file to a byte array in Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
247 |
+
{"_id": "246", "text": "Java Pass Method as Parameter", "instruction_og": " ", "instruction_changed": "How can I pass a method as a parameter in Java? Restrict the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
248 |
+
{"_id": "247", "text": "Java Pass Method as Parameter", "instruction_og": " ", "instruction_changed": "How can I pass a method as a parameter in Java? Please provide relevant code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
249 |
+
{"_id": "248", "text": "Java Pass Method as Parameter", "instruction_og": " ", "instruction_changed": "How can I pass a method as a parameter in Java? Please refer only to official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
250 |
+
{"_id": "249", "text": "How do I check if a file exists in Java?", "instruction_og": " ", "instruction_changed": "How do I check if a file exists in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
251 |
+
{"_id": "250", "text": "How do I check if a file exists in Java?", "instruction_og": " ", "instruction_changed": "How do I check if a file exists in Java? Please focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
252 |
+
{"_id": "251", "text": "How do I check if a file exists in Java?", "instruction_og": " ", "instruction_changed": "How do I check if a file exists in Java? Only consider official documents.", "short_query": " ", "keywords": "Official Doc"}
|
253 |
+
{"_id": "252", "text": "How can I lock a file using java (if possible)", "instruction_og": " ", "instruction_changed": "How can I lock a file using Java, if possible? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
254 |
+
{"_id": "253", "text": "How can I lock a file using java (if possible)", "instruction_og": " ", "instruction_changed": "How can I lock a file using Java (if possible)? Please provide a code snippet to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
255 |
+
{"_id": "254", "text": "How can I lock a file using java (if possible)", "instruction_og": " ", "instruction_changed": "How can I lock a file using Java (if possible)? Please give me the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
256 |
+
{"_id": "255", "text": "How to timeout a thread in Java?", "instruction_og": " ", "instruction_changed": "How can I timeout a thread in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
257 |
+
{"_id": "256", "text": "How to timeout a thread in Java?", "instruction_og": " ", "instruction_changed": "How can I timeout a thread in Java? Please provide code snippets to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
258 |
+
{"_id": "257", "text": "How to timeout a thread in Java?", "instruction_og": " ", "instruction_changed": "How can I timeout a thread in Java? Please provide official documents.", "short_query": " ", "keywords": "Official Doc"}
|
259 |
+
{"_id": "258", "text": "How to unescape a Java string literal in Java?", "instruction_og": " ", "instruction_changed": "How can I unescape a Java string literal in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
260 |
+
{"_id": "259", "text": "How to unescape a Java string literal in Java?", "instruction_og": " ", "instruction_changed": "How can I unescape a Java string literal in Java? Please focus on code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
261 |
+
{"_id": "260", "text": "How to unescape a Java string literal in Java?", "instruction_og": " ", "instruction_changed": "How can I unescape a Java string literal in Java? Please refer to the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
262 |
+
{"_id": "261", "text": "How to get the separate digits of an int number in Java?", "instruction_og": " ", "instruction_changed": "How do I get the individual digits of an int number in Java? Please limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
263 |
+
{"_id": "262", "text": "How to get the separate digits of an int number in Java?", "instruction_og": " ", "instruction_changed": "How can I get the separate digits of an int number in Java? Please provide code snippets to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
264 |
+
{"_id": "263", "text": "How to get the separate digits of an int number in Java?", "instruction_og": " ", "instruction_changed": "How can I separate the digits of an int number in Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
265 |
+
{"_id": "264", "text": "Converting 'ArrayList<String> to 'String[]' in Java", "instruction_og": " ", "instruction_changed": "How do I convert an 'ArrayList<String>' to a 'String[]' in Java? Please provide Stackoverflow posts for reference.", "short_query": " ", "keywords": "Stackoverflow post"}
|
266 |
+
{"_id": "265", "text": "Converting 'ArrayList<String> to 'String[]' in Java", "instruction_og": " ", "instruction_changed": "How can I convert an 'ArrayList<String>' to a 'String[]' in Java? Please provide code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
267 |
+
{"_id": "266", "text": "Converting 'ArrayList<String> to 'String[]' in Java", "instruction_og": " ", "instruction_changed": "How can I convert an ArrayList<String> to a String[] in Java? Please provide the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
268 |
+
{"_id": "267", "text": "How do I address unchecked cast warningsin Java?", "instruction_og": " ", "instruction_changed": "How do I address unchecked cast warnings in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
269 |
+
{"_id": "268", "text": "How do I address unchecked cast warningsin Java?", "instruction_og": " ", "instruction_changed": "How do I address unchecked cast warnings in Java? Please provide code snippets that can help resolve this issue.", "short_query": " ", "keywords": "Code Snippet"}
|
270 |
+
{"_id": "269", "text": "How do I address unchecked cast warningsin Java?", "instruction_og": " ", "instruction_changed": "How do I address unchecked cast warnings in Java? Please provide official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
271 |
+
{"_id": "270", "text": "Check whether a String is not Null and not Empty", "instruction_og": " ", "instruction_changed": "How can I check whether a string is not null and not empty? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
272 |
+
{"_id": "271", "text": "Check whether a String is not Null and not Empty", "instruction_og": " ", "instruction_changed": "How do I check whether a String is not Null and not Empty? Please focus on providing code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
273 |
+
{"_id": "272", "text": "Check whether a String is not Null and not Empty", "instruction_og": " ", "instruction_changed": "How can I check if a String is not null and not empty? Please refer to official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
274 |
+
{"_id": "273", "text": "How to escape text for regular expression in Java?", "instruction_og": " ", "instruction_changed": "How do I escape text for regular expressions in Java? Please focus on Stackoverflow posts for solutions.", "short_query": " ", "keywords": "Stackoverflow post"}
|
275 |
+
{"_id": "274", "text": "How to escape text for regular expression in Java?", "instruction_og": " ", "instruction_changed": "How can I escape text for regular expressions in Java? Please provide code snippets to illustrate the solution.", "short_query": " ", "keywords": "Code Snippet"}
|
276 |
+
{"_id": "275", "text": "How to escape text for regular expression in Java?", "instruction_og": " ", "instruction_changed": "How do you escape text for regular expressions in Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
277 |
+
{"_id": "276", "text": "Can java finalize an object when it is still in scope?", "instruction_og": " ", "instruction_changed": "Can Java finalize an object when it is still in scope? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
278 |
+
{"_id": "277", "text": "Can java finalize an object when it is still in scope?", "instruction_og": " ", "instruction_changed": "Can Java finalize an object when it is still in scope? Please focus on code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
279 |
+
{"_id": "278", "text": "Can java finalize an object when it is still in scope?", "instruction_og": " ", "instruction_changed": "Can Java finalize an object while it is still in scope? Please provide information from the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
280 |
+
{"_id": "279", "text": "How to use wait and notify in Java without IllegalMonitorStateException?", "instruction_og": " ", "instruction_changed": "How can I use wait and notify in Java without encountering an IllegalMonitorStateException? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
281 |
+
{"_id": "280", "text": "How to use wait and notify in Java without IllegalMonitorStateException?", "instruction_og": " ", "instruction_changed": "How can I correctly use wait and notify in Java without encountering IllegalMonitorStateException? Please include code snippets for clarity.", "short_query": " ", "keywords": "Code Snippet"}
|
282 |
+
{"_id": "281", "text": "How to use wait and notify in Java without IllegalMonitorStateException?", "instruction_og": " ", "instruction_changed": "How can I use wait and notify in Java without encountering IllegalMonitorStateException? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
283 |
+
{"_id": "282", "text": "How to sanity check a date in Java", "instruction_og": " ", "instruction_changed": "How can I perform a sanity check on a date in Java? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
284 |
+
{"_id": "283", "text": "How to sanity check a date in Java", "instruction_og": " ", "instruction_changed": "How can I sanity check a date in Java? Please focus on code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
285 |
+
{"_id": "284", "text": "How to sanity check a date in Java", "instruction_og": " ", "instruction_changed": "How can I perform a sanity check on a date in Java? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
286 |
+
{"_id": "285", "text": "Pytorch tensor to numpy array", "instruction_og": " ", "instruction_changed": "How can I convert a Pytorch tensor to a numpy array? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
287 |
+
{"_id": "286", "text": "Pytorch tensor to numpy array", "instruction_og": " ", "instruction_changed": "How can I convert a PyTorch tensor to a NumPy array? Please include code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
288 |
+
{"_id": "287", "text": "Pytorch tensor to numpy array", "instruction_og": " ", "instruction_changed": "How do I convert a Pytorch tensor to a numpy array? Please refer to the official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
289 |
+
{"_id": "288", "text": "What does .view() do in PyTorch?", "instruction_og": " ", "instruction_changed": "What does .view() do in PyTorch? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
290 |
+
{"_id": "289", "text": "What does .view() do in PyTorch?", "instruction_og": " ", "instruction_changed": "What does .view() do in PyTorch? Please provide code snippets to illustrate its usage.", "short_query": " ", "keywords": "Code Snippet"}
|
291 |
+
{"_id": "290", "text": "What does .view() do in PyTorch?", "instruction_og": " ", "instruction_changed": "What does .view() do in PyTorch? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
292 |
+
{"_id": "291", "text": "How to avoid \"CUDA out of memory\" in PyTorch", "instruction_og": " ", "instruction_changed": "How can I avoid 'CUDA out of memory' errors in PyTorch? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
293 |
+
{"_id": "292", "text": "How to avoid \"CUDA out of memory\" in PyTorch", "instruction_og": " ", "instruction_changed": "How can I avoid 'CUDA out of memory' errors in PyTorch? Please focus on code snippets.", "short_query": " ", "keywords": "Code Snippet"}
|
294 |
+
{"_id": "293", "text": "How to avoid \"CUDA out of memory\" in PyTorch", "instruction_og": " ", "instruction_changed": "How can I avoid 'CUDA out of memory' errors in PyTorch? Please refer to official documentation.", "short_query": " ", "keywords": "Official Doc"}
|
295 |
+
{"_id": "294", "text": "What does model.eval() do in pytorch?", "instruction_og": " ", "instruction_changed": "What does model.eval() do in PyTorch? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
296 |
+
{"_id": "295", "text": "What does model.eval() do in pytorch?", "instruction_og": " ", "instruction_changed": "What does model.eval() do in PyTorch? Please include code snippets to illustrate its usage.", "short_query": " ", "keywords": "Code Snippet"}
|
297 |
+
{"_id": "296", "text": "What does model.eval() do in pytorch?", "instruction_og": " ", "instruction_changed": "What does model.eval() do in PyTorch? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|
298 |
+
{"_id": "297", "text": "How do I convert a Pandas dataframe to a PyTorch tensor?", "instruction_og": " ", "instruction_changed": "How do I convert a Pandas dataframe to a PyTorch tensor? Limit the search to Stackoverflow posts.", "short_query": " ", "keywords": "Stackoverflow post"}
|
299 |
+
{"_id": "298", "text": "How do I convert a Pandas dataframe to a PyTorch tensor?", "instruction_og": " ", "instruction_changed": "How do I convert a Pandas dataframe to a PyTorch tensor? Please provide code snippets to help with this task.", "short_query": " ", "keywords": "Code Snippet"}
|
300 |
+
{"_id": "299", "text": "How do I convert a Pandas dataframe to a PyTorch tensor?", "instruction_og": " ", "instruction_changed": "How do I convert a Pandas dataframe to a PyTorch tensor? Please give me the official documents.", "short_query": " ", "keywords": "Official Doc"}
|