Use documentation IPs in synthetic benchmark data
Browse files
data/synthetic_benchmark.jsonl
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{"session_id":"synth_001","memories":[{"memory_id":"m001","timestamp":"2024-01-01T09:00:00Z","text":"Alice lives in Berlin."},{"memory_id":"m002","timestamp":"2024-01-02T10:00:00Z","text":"Alice adopted a golden retriever named Max."},{"memory_id":"m003","timestamp":"2024-01-03T14:00:00Z","text":"Alice moved to Paris."}],"queries":[{"query_id":"q001","query_text":"Where does Alice live?","expected_answer":"Paris","query_type":"retrieval","required_memory_ids":["m003"]},{"query_id":"q002","query_text":"What pet did Alice get before moving?","expected_answer":"golden retriever named Max","query_type":"temporal","required_memory_ids":["m002","m003"]},{"query_id":"q003","query_text":"What city did Alice move to?","expected_answer":"Paris","query_type":"retrieval","required_memory_ids":["m003"]}]}
|
| 2 |
{"session_id":"synth_002","memories":[{"memory_id":"m004","timestamp":"2024-02-10T08:00:00Z","text":"Bob works as a barista at Coffee Corner."},{"memory_id":"m005","timestamp":"2024-02-11T09:00:00Z","text":"Bob was promoted to shift supervisor."},{"memory_id":"m006","timestamp":"2024-02-12T10:00:00Z","text":"Bob quit Coffee Corner and joined Tea House as a manager."}],"queries":[{"query_id":"q004","query_text":"Where does Bob work now?","expected_answer":"Tea House","query_type":"retrieval","required_memory_ids":["m006"]},{"query_id":"q005","query_text":"What was Bob's first job?","expected_answer":"barista at Coffee Corner","query_type":"temporal","required_memory_ids":["m004","m005","m006"]},{"query_id":"q006","query_text":"Did Bob ever work at Coffee Corner?","expected_answer":"yes","query_type":"retrieval","required_memory_ids":["m004"]}]}
|
| 3 |
-
{"session_id":"synth_003","memories":[{"memory_id":"m007","timestamp":"2024-03-01T07:00:00Z","text":"The server IP is
|
| 4 |
{"session_id":"synth_004","memories":[{"memory_id":"m010","timestamp":"2024-04-05T10:00:00Z","text":"Project Falcon deadline is May 1."},{"memory_id":"m011","timestamp":"2024-04-10T11:00:00Z","text":"Project Falcon deadline pushed to May 15."},{"memory_id":"m012","timestamp":"2024-04-20T12:00:00Z","text":"Project Falcon deadline pushed again to June 1."}],"queries":[{"query_id":"q010","query_text":"When is the Project Falcon deadline?","expected_answer":"June 1","query_type":"contradiction","required_memory_ids":["m010","m011","m012"],"latest_memory_id":"m012"},{"query_id":"q011","query_text":"What was the first deadline announced?","expected_answer":"May 1","query_type":"temporal","required_memory_ids":["m010","m011","m012"]},{"query_id":"q012","query_text":"How many times was the deadline pushed?","expected_answer":"2","query_type":"temporal","required_memory_ids":["m010","m011","m012"]}]}
|
| 5 |
{"session_id":"synth_005","memories":[{"memory_id":"m013","timestamp":"2024-05-01T08:00:00Z","text":"Carol's phone number is 555-0101."},{"memory_id":"m014","timestamp":"2024-05-02T09:00:00Z","text":"Carol changed her number to 555-0202."},{"memory_id":"m015","timestamp":"2024-05-03T10:00:00Z","text":"Carol changed her number to 555-0303."},{"memory_id":"m016","timestamp":"2024-05-04T11:00:00Z","text":"Carol reverted to her original number 555-0101."}],"queries":[{"query_id":"q013","query_text":"What is Carol's current phone number?","expected_answer":"555-0101","query_type":"contradiction","required_memory_ids":["m013","m014","m015","m016"],"latest_memory_id":"m016"},{"query_id":"q014","query_text":"What was Carol's phone number on May 2?","expected_answer":"555-0202","query_type":"temporal","required_memory_ids":["m013","m014","m015","m016"]},{"query_id":"q015","query_text":"How many different numbers has Carol had?","expected_answer":"3","query_type":"retrieval","required_memory_ids":["m013","m014","m015"]}]}
|
| 6 |
{"session_id":"synth_006","memories":[{"memory_id":"m017","timestamp":"2024-06-15T06:00:00Z","text":"Diana is allergic to peanuts."},{"memory_id":"m018","timestamp":"2024-06-16T07:00:00Z","text":"Diana tried a peanut butter cookie and had a mild reaction."},{"memory_id":"m019","timestamp":"2024-06-17T08:00:00Z","text":"Diana visited an allergist and was prescribed an epinephrine pen."}],"queries":[{"query_id":"q016","query_text":"What is Diana allergic to?","expected_answer":"peanuts","query_type":"retrieval","required_memory_ids":["m017"]},{"query_id":"q017","query_text":"What medical device was Diana prescribed?","expected_answer":"epinephrine pen","query_type":"retrieval","required_memory_ids":["m019"]},{"query_id":"q018","query_text":"What happened when Diana ate peanuts?","expected_answer":"mild reaction","query_type":"temporal","required_memory_ids":["m017","m018","m019"]}]}
|
|
|
|
| 1 |
{"session_id":"synth_001","memories":[{"memory_id":"m001","timestamp":"2024-01-01T09:00:00Z","text":"Alice lives in Berlin."},{"memory_id":"m002","timestamp":"2024-01-02T10:00:00Z","text":"Alice adopted a golden retriever named Max."},{"memory_id":"m003","timestamp":"2024-01-03T14:00:00Z","text":"Alice moved to Paris."}],"queries":[{"query_id":"q001","query_text":"Where does Alice live?","expected_answer":"Paris","query_type":"retrieval","required_memory_ids":["m003"]},{"query_id":"q002","query_text":"What pet did Alice get before moving?","expected_answer":"golden retriever named Max","query_type":"temporal","required_memory_ids":["m002","m003"]},{"query_id":"q003","query_text":"What city did Alice move to?","expected_answer":"Paris","query_type":"retrieval","required_memory_ids":["m003"]}]}
|
| 2 |
{"session_id":"synth_002","memories":[{"memory_id":"m004","timestamp":"2024-02-10T08:00:00Z","text":"Bob works as a barista at Coffee Corner."},{"memory_id":"m005","timestamp":"2024-02-11T09:00:00Z","text":"Bob was promoted to shift supervisor."},{"memory_id":"m006","timestamp":"2024-02-12T10:00:00Z","text":"Bob quit Coffee Corner and joined Tea House as a manager."}],"queries":[{"query_id":"q004","query_text":"Where does Bob work now?","expected_answer":"Tea House","query_type":"retrieval","required_memory_ids":["m006"]},{"query_id":"q005","query_text":"What was Bob's first job?","expected_answer":"barista at Coffee Corner","query_type":"temporal","required_memory_ids":["m004","m005","m006"]},{"query_id":"q006","query_text":"Did Bob ever work at Coffee Corner?","expected_answer":"yes","query_type":"retrieval","required_memory_ids":["m004"]}]}
|
| 3 |
+
{"session_id":"synth_003","memories":[{"memory_id":"m007","timestamp":"2024-03-01T07:00:00Z","text":"The server IP is 198.51.100.10."},{"memory_id":"m008","timestamp":"2024-03-01T12:00:00Z","text":"The server IP was updated to 198.51.100.11."},{"memory_id":"m009","timestamp":"2024-03-01T18:00:00Z","text":"The server IP was updated again to 198.51.100.12."}],"queries":[{"query_id":"q007","query_text":"What is the current server IP?","expected_answer":"198.51.100.12","query_type":"contradiction","required_memory_ids":["m007","m008","m009"],"latest_memory_id":"m009"},{"query_id":"q008","query_text":"What was the original server IP?","expected_answer":"198.51.100.10","query_type":"temporal","required_memory_ids":["m007","m008","m009"]},{"query_id":"q009","query_text":"List the IP history in order.","expected_answer":"198.51.100.10 198.51.100.11 198.51.100.12","query_type":"temporal","required_memory_ids":["m007","m008","m009"]}]}
|
| 4 |
{"session_id":"synth_004","memories":[{"memory_id":"m010","timestamp":"2024-04-05T10:00:00Z","text":"Project Falcon deadline is May 1."},{"memory_id":"m011","timestamp":"2024-04-10T11:00:00Z","text":"Project Falcon deadline pushed to May 15."},{"memory_id":"m012","timestamp":"2024-04-20T12:00:00Z","text":"Project Falcon deadline pushed again to June 1."}],"queries":[{"query_id":"q010","query_text":"When is the Project Falcon deadline?","expected_answer":"June 1","query_type":"contradiction","required_memory_ids":["m010","m011","m012"],"latest_memory_id":"m012"},{"query_id":"q011","query_text":"What was the first deadline announced?","expected_answer":"May 1","query_type":"temporal","required_memory_ids":["m010","m011","m012"]},{"query_id":"q012","query_text":"How many times was the deadline pushed?","expected_answer":"2","query_type":"temporal","required_memory_ids":["m010","m011","m012"]}]}
|
| 5 |
{"session_id":"synth_005","memories":[{"memory_id":"m013","timestamp":"2024-05-01T08:00:00Z","text":"Carol's phone number is 555-0101."},{"memory_id":"m014","timestamp":"2024-05-02T09:00:00Z","text":"Carol changed her number to 555-0202."},{"memory_id":"m015","timestamp":"2024-05-03T10:00:00Z","text":"Carol changed her number to 555-0303."},{"memory_id":"m016","timestamp":"2024-05-04T11:00:00Z","text":"Carol reverted to her original number 555-0101."}],"queries":[{"query_id":"q013","query_text":"What is Carol's current phone number?","expected_answer":"555-0101","query_type":"contradiction","required_memory_ids":["m013","m014","m015","m016"],"latest_memory_id":"m016"},{"query_id":"q014","query_text":"What was Carol's phone number on May 2?","expected_answer":"555-0202","query_type":"temporal","required_memory_ids":["m013","m014","m015","m016"]},{"query_id":"q015","query_text":"How many different numbers has Carol had?","expected_answer":"3","query_type":"retrieval","required_memory_ids":["m013","m014","m015"]}]}
|
| 6 |
{"session_id":"synth_006","memories":[{"memory_id":"m017","timestamp":"2024-06-15T06:00:00Z","text":"Diana is allergic to peanuts."},{"memory_id":"m018","timestamp":"2024-06-16T07:00:00Z","text":"Diana tried a peanut butter cookie and had a mild reaction."},{"memory_id":"m019","timestamp":"2024-06-17T08:00:00Z","text":"Diana visited an allergist and was prescribed an epinephrine pen."}],"queries":[{"query_id":"q016","query_text":"What is Diana allergic to?","expected_answer":"peanuts","query_type":"retrieval","required_memory_ids":["m017"]},{"query_id":"q017","query_text":"What medical device was Diana prescribed?","expected_answer":"epinephrine pen","query_type":"retrieval","required_memory_ids":["m019"]},{"query_id":"q018","query_text":"What happened when Diana ate peanuts?","expected_answer":"mild reaction","query_type":"temporal","required_memory_ids":["m017","m018","m019"]}]}
|