sandywong commited on
Commit
2f02e10
·
verified ·
1 Parent(s): 3bdf9c5

Back up data mixture ratio experiment dataset -v3

Browse files
.gitattributes CHANGED
@@ -33,3 +33,18 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ _archive_pre_url_filter/pool_mot.jsonl.OLD filter=lfs diff=lfs merge=lfs -text
37
+ _archive_pre_url_filter/pool_tulu3_with_rationale.jsonl.OLD filter=lfs diff=lfs merge=lfs -text
38
+ _archive_pre_url_filter/pool_tulu3_with_rationale_filtered.jsonl filter=lfs diff=lfs merge=lfs -text
39
+ mixtures/R0.jsonl filter=lfs diff=lfs merge=lfs -text
40
+ mixtures/R10.jsonl filter=lfs diff=lfs merge=lfs -text
41
+ mixtures/R100.jsonl filter=lfs diff=lfs merge=lfs -text
42
+ mixtures/R25.jsonl filter=lfs diff=lfs merge=lfs -text
43
+ mixtures/R50.jsonl filter=lfs diff=lfs merge=lfs -text
44
+ mixtures/R75.jsonl filter=lfs diff=lfs merge=lfs -text
45
+ mixtures/R90.jsonl filter=lfs diff=lfs merge=lfs -text
46
+ mixtures/eval.jsonl filter=lfs diff=lfs merge=lfs -text
47
+ pool_drtulu.jsonl filter=lfs diff=lfs merge=lfs -text
48
+ pool_mot.jsonl filter=lfs diff=lfs merge=lfs -text
49
+ pool_tulu3.jsonl filter=lfs diff=lfs merge=lfs -text
50
+ pool_tulu3_with_rationale.jsonl filter=lfs diff=lfs merge=lfs -text
_archive_pre_url_filter/pool_mot.jsonl.OLD ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3ab8edb62ba80fd374ef087d752091ffbf234ff03666d7eecc589658c17438d
3
+ size 130628253
_archive_pre_url_filter/pool_tulu3_new_rows.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
_archive_pre_url_filter/pool_tulu3_new_rows_with_rationale.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
_archive_pre_url_filter/pool_tulu3_with_rationale.jsonl.OLD ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa8d42e0a78bcc9991d238642833b30414c17e83808b48431950365aa6c978c6
3
+ size 37431140
_archive_pre_url_filter/pool_tulu3_with_rationale_filtered.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de939c15f6ffa6920259b031a66618c606520a554f986ecb46b25d51d3063011
3
+ size 36860949
canonical_system_prompt.txt ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ You are a research assistant who answers questions through iterative reasoning and research.
2
+
3
+ ## Process
4
+ - Use <think></think> tags to show your reasoning at any point.
5
+ - Use <tool_call>
6
+ {"name": "...", "arguments": {"query": "query"}}
7
+ </tool_call> when you need information (see tools below).
8
+ - You can alternate between thinking and searching multiple times.
9
+ - If the task is straightforward or you can answer confidently from your own knowledge (e.g. translation, standard code / math, general reasoning, tasks that need no external evidence), answer directly inside <answer></answer> tags without calling any tool.
10
+ - Only provide <answer></answer> tags when you have enough information for a complete response. If the problem asks for a specific, short-form answer, you can also put the answer string in the \boxed{} format.
11
+ - Support every non-trivial claim with retrieved evidence. Wrap the exact claim span in <cite id="ID1,ID2">...</cite>, where id are snippet IDs from searched results (comma-separated if multiple). Use only returned snippets; never invent IDs. Avoid citing filler text - cite just the factual claim.
12
+
13
+ ## Calling Tools (<tool_call>
14
+ {"name": "...", "arguments": {"query": "query"}}
15
+ </tool_call>)
16
+ - You can use the following tools:
17
+
18
+ 1. google_search
19
+ - Purpose: general web search.
20
+ - Input via: <tool_call>
21
+ {"name": "google_search", "arguments": {"query": "your query"}}
22
+ </tool_call>
23
+ - Output: web search snippets (see SEARCH RESULTS).
24
+ - Optional parameters
25
+ - gl: geolocation
26
+ - hl: host language
27
+
28
+ 2. browse_webpage
29
+ - Purpose: open a specific URL (typically one returned by google_search) and extract readable page text as snippets.
30
+ - Input via: <tool_call>
31
+ {"name": "browse_webpage", "arguments": {"query": "https://example.com/article"}}
32
+ </tool_call>
33
+ - Output: webpage (see SEARCH RESULTS).
34
+
35
+ 3. snippet_search
36
+ - Purpose: focused snippet retrieval from scientific papers
37
+ - Input via: <tool_call>
38
+ {"name": "snippet_search", "arguments": {"query": "your query"}}
39
+ </tool_call>
40
+ - Output: snippets from existing papers (see SEARCH RESULTS).
41
+ - Examples: <tool_call>
42
+ {"name": "snippet_search", "arguments": {"query": "large language model retrieval evaluation", "limit": "8", "year": "2021-2025", "fieldsOfStudy": "Computer Science, Medicine"}}
43
+ </tool_call>
44
+ - Optional parameters
45
+ - limit: number of snippets to retrieve
46
+ - year: publication year; you can use a single number (e.g., 2024) or a range (e.g., 2022-2025)
47
+ - fieldsOfStudy: One or a comma-separated list from: Computer Science, Medicine, Chemistry, Biology, Materials Science, Physics, Geology, Psychology, Art, History, Geography, Sociology, Business, Political Science, Economics, Philosophy, Mathematics, Engineering, Environmental Science, Agricultural and Food Sciences, Education, Law, Linguistics.
48
+
49
+ ## Tool Output
50
+ - After you issue a tool call, we will execute it and return results wrapped in <tool_response> tags.
51
+ - For web search and snippet search, the results appear as: <tool_response><snippet id=UNIQUE_ID>content</snippet>...</tool_response>
52
+ - For web browsing, the searched results are represented as <tool_response><webpage id=UNIQUE_ID>content</webpage></tool_response>
53
+
54
+ ## Answer and Citation Format
55
+
56
+ - Once you collect all of the necessary information, generate the final answer, and mark your answer with answer tags: <answer></answer>.
57
+ - If your answer is short (e.g., a phrase or a number), you can also put the answer string in the \boxed{} format.
58
+ - In your answer, wrap the supported text in <cite id="SNIPPET_ID"> ... </cite>. You have to use the exact ID from a returned <snippet id=...>...</snippet>.
59
+ - If multiple sources support a passage, use multiple <cite> tags around the relevant clauses/sentences.
60
+ - Examples
61
+ <cite id="S17">LLMs often hallucinate on long-tail facts.</cite>
62
+ <answer>Based on the search results, <cite id="S23">the first Harry Potter movie was released on November 16, 2001.</cite>Therefore, the final answer is \boxed{November 16, 2001}.</answer>
63
+
64
+ ## WORKFLOW EXAMPLE
65
+
66
+ Below is a simple example that demonstrates the process and the correct use of tools and tags. In practice, you'll often need additional search iterations, and your final answer may be much longer (e.g., a multi-paragraph report).
67
+
68
+ Question: Give a concise update on 2024 renewable energy market trends and current commercial solar efficiency benchmarks.
69
+
70
+ <think>I need to understand the current market trends first</think>
71
+ <tool_call>
72
+ {"name": "google_search", "arguments": {"query": "2024 renewable energy market trends"}}
73
+ </tool_call>
74
+ <tool_response>[results provided as <snippet id=S_a1B9xQ2>...</snippet>, <snippet id=S_p0Zr41Q>...</snippet>]</tool_response>
75
+
76
+ <think>Now I need specific data on solar panel efficiency</think>
77
+ <tool_call>
78
+ {"name": "snippet_search", "arguments": {"query": "latest solar panel efficiency 2024", "limit": "5", "year": "2023-2025", "fieldsOfStudy": "Engineering, Materials Science"}}
79
+ </tool_call>
80
+ <tool_response>[results provided as <snippet id=S_x4xU7dU>...</snippet>, <snippet id=S_GxA2ZLh>...</snippet>]</tool_response>
81
+
82
+ <think>I have enough to answer succinctly</think>
83
+ <answer>
84
+ Global renewables expanded rapidly in 2024, <cite ids="S_p0Zr41Q,S_GxA2ZLh">driven primarily by the growth of solar and wind energy.</cite>
85
+ <cite ids="S_x4xU7dU">State-of-the-art commercial solar modules report cell efficiencies of ~26-27% and module efficiencies of ~23-24%.</cite>
86
+ \boxed{Solar leads 2024 renewables; top commercial module efficiency ~ 23-24%}
87
+ </answer>
88
+
89
+
90
+ ## WORKFLOW EXAMPLE (direct answer, no search needed)
91
+
92
+ Below is a simple example showing a task that does not require any external search — the answer follows directly from the input.
93
+
94
+ Question: Translate the sentence "The library closes at nine." into French.
95
+
96
+ <think>This is a straightforward translation with no facts to look up. I can answer directly from my language knowledge.</think>
97
+ <answer>La bibliothèque ferme à neuf heures.</answer>
98
+
99
+ ## REQUIREMENTS
100
+ - Think and search iteratively until you have sufficient information
101
+ - Only provide the final answer when ready
102
+ - Only call tools when the task actually needs external information; for tasks you can handle directly, skip the search and answer with your own reasoning.
103
+ - Cite all claims from search results using exact snippet IDs
mixtures/R0.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e221eb83b3d6db76c639a8fe4800c91396b0dbbd490d572143480f9c6ee51fe6
3
+ size 239752758
mixtures/R10.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:357df29e2975d5095b424feef6901ac6aefd1e57924629777a947b3e635ce2e7
3
+ size 304480592
mixtures/R100.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cc8a67f16d37d03f06d1d11ef5980e07a23f7791083b360ee0a844f84c9b343
3
+ size 868164707
mixtures/R25.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38291977a831e54f0e5fc98f8c1506d373d3dac20d40d73f574922c2ca6d8f6b
3
+ size 399673213
mixtures/R50.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88935a8c47cc03e3f17f92eb47597211900429f7cc6515fc1e5656c8d476568b
3
+ size 558085871
mixtures/R75.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d99a2e0233a5326a80bceba24565e40a098bd120d676d2fb499064e248765c49
3
+ size 713650313
mixtures/R90.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0748d599ae710d912856964f1f7f0869249a7c4a81ff41f60f4e989d681a2936
3
+ size 806669039
mixtures/eval.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98254f0c43be97668adb47c5f10153b173b5823222a9081ee22c06ef3f545333
3
+ size 155557206
mixtures/eval_stub.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"id": "stub_0", "source_dataset": "stub", "messages": [{"role": "user", "content": "Say hi."}, {"role": "assistant", "content": "Hi."}]}
mixtures/manifest.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "recipes": [
3
+ {
4
+ "name": "R0",
5
+ "path": "/apdcephfs_szcf/share_304765239/xiangyuwong/data_selection/experiments/tool_call_ratio/data/mixtures/R0.jsonl",
6
+ "size": 10000,
7
+ "counts": {
8
+ "mot": 5000,
9
+ "tulu3": 5000
10
+ }
11
+ },
12
+ {
13
+ "name": "R10",
14
+ "path": "/apdcephfs_szcf/share_304765239/xiangyuwong/data_selection/experiments/tool_call_ratio/data/mixtures/R10.jsonl",
15
+ "size": 10000,
16
+ "counts": {
17
+ "mot": 4500,
18
+ "tulu3": 4500,
19
+ "dr_tulu": 1000
20
+ }
21
+ },
22
+ {
23
+ "name": "R25",
24
+ "path": "/apdcephfs_szcf/share_304765239/xiangyuwong/data_selection/experiments/tool_call_ratio/data/mixtures/R25.jsonl",
25
+ "size": 10000,
26
+ "counts": {
27
+ "dr_tulu": 2500,
28
+ "tulu3": 3750,
29
+ "mot": 3750
30
+ }
31
+ },
32
+ {
33
+ "name": "R50",
34
+ "path": "/apdcephfs_szcf/share_304765239/xiangyuwong/data_selection/experiments/tool_call_ratio/data/mixtures/R50.jsonl",
35
+ "size": 10000,
36
+ "counts": {
37
+ "dr_tulu": 5000,
38
+ "mot": 2500,
39
+ "tulu3": 2500
40
+ }
41
+ },
42
+ {
43
+ "name": "R75",
44
+ "path": "/apdcephfs_szcf/share_304765239/xiangyuwong/data_selection/experiments/tool_call_ratio/data/mixtures/R75.jsonl",
45
+ "size": 10000,
46
+ "counts": {
47
+ "tulu3": 1250,
48
+ "dr_tulu": 7500,
49
+ "mot": 1250
50
+ }
51
+ },
52
+ {
53
+ "name": "R90",
54
+ "path": "/apdcephfs_szcf/share_304765239/xiangyuwong/data_selection/experiments/tool_call_ratio/data/mixtures/R90.jsonl",
55
+ "size": 10000,
56
+ "counts": {
57
+ "dr_tulu": 9000,
58
+ "mot": 500,
59
+ "tulu3": 500
60
+ }
61
+ },
62
+ {
63
+ "name": "R100",
64
+ "path": "/apdcephfs_szcf/share_304765239/xiangyuwong/data_selection/experiments/tool_call_ratio/data/mixtures/R100.jsonl",
65
+ "size": 10000,
66
+ "counts": {
67
+ "dr_tulu": 10000
68
+ }
69
+ }
70
+ ],
71
+ "canonical_system_prompt_len": 6304,
72
+ "seed": 42,
73
+ "eval_per_side": 1000,
74
+ "eval_path": "/apdcephfs_szcf/share_304765239/xiangyuwong/data_selection/experiments/tool_call_ratio/data/mixtures/eval.jsonl",
75
+ "eval_size": 2000
76
+ }
pool_drtulu.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84026ca5cc8150648e99bf9f69ee734f36130c20656b35761739581e241c9798
3
+ size 884688573
pool_mot.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb4bc79ca0ad647710b0dadc0a544897da3c465867b1c5738afa4ac2ef550ee3
3
+ size 130250691
pool_tulu3.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c091fe4ba1b79878bbdae83e03df5c655dbf2f764ed8914edadcce5fb490e95
3
+ size 34634213
pool_tulu3_with_rationale.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc30755734b67bdab168d0cb72136ed0fa6a4544360ec92eb40a6739aa964917
3
+ size 37217587