{"input": "socrates is human", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "socrates"}, "relation": {"value": "be"}, "object": {"caption": "human"}, "certainty": "certain"}}
{"input": "socrates is mortal", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "socrates"}, "relation": {"value": "be"}, "object": {"caption": "mortal"}, "certainty": "certain"}}
{"input": "human is mortal", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "human"}, "relation": {"value": "be"}, "object": {"caption": "mortal"}, "certainty": "certain"}}
{"input": "socrates sells iphone 12", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "socrates"}, "relation": {"value": "sell"}, "object": {"caption": "iphone 12"}, "certainty": "certain"}}
{"input": "socrates sells more than 20 iphones", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "socrates"}, "relation": {"value": "sell"}, "object": {"caption": "iphone"}, "modifier": {"quantity": "more than 20"}, "certainty": "certain"}}
{"input": "socrates sells iphone 15 and iphone 16", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"sentences": [{"intent_type": "saving_episode", "subject": {"caption": "socrates"}, "relation": {"value": "sell"}, "object": {"caption": "iphone 15"}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "socrates"}, "relation": {"value": "sell"}, "object": {"caption": "iphone 16"}, "certainty": "certain"}]}}
{"input": "iphone 12 is device", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "iphone 12"}, "relation": {"value": "be"}, "object": {"caption": "device"}, "certainty": "certain"}}
{"input": "iphone 12 is form of device", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "iphone 12"}, "relation": {"value": "be form of"}, "object": {"caption": "device"}, "certainty": "certain"}}
{"input": "iphone 12 has 13 inch screen size", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "iphone 12"}, "relation": {"value": "have"}, "object": {"caption": "screen size"}, "modifier": {"attributes": [{"tag": "size", "value": 13, "unit": "inch"}]}, "certainty": "certain"}}
{"input": "iphone 12 costs 800 usd", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "iphone 12"}, "relation": {"value": "have"}, "object": {"caption": "price"}, "modifier": {"attributes": [{"tag": "amount", "value": 800, "unit": "USD"}]}, "certainty": "certain"}}
{"input": "iphone 12 has release year 2020", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "iphone 12"}, "relation": {"value": "have"}, "object": {"caption": "release year"}, "modifier": {"from_time": "2020"}, "certainty": "certain"}}
{"input": "iphone 12 is by socrates 1975", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "iphone 12"}, "relation": {"value": "be by"}, "object": {"caption": "socrates"}, "modifier": {"from_time": "1975"}, "certainty": "certain"}}
{"input": "iphone 12 was directed by socrates", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "iphone 12"}, "relation": {"value": "direct by"}, "object": {"caption": "socrates"}, "certainty": "certain"}}
{"input": "iphone 12 was produced by socrates", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "iphone 12"}, "relation": {"value": "produce by"}, "object": {"caption": "socrates"}, "certainty": "certain"}}
{"input": "socrates birth year is 1970", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "socrates"}, "relation": {"value": "have"}, "object": {"caption": "birth year"}, "modifier": {"from_time": "1970"}, "certainty": "certain"}}
{"input": "socrates death year is 2001", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "socrates"}, "relation": {"value": "have"}, "object": {"caption": "death year"}, "modifier": {"from_time": "2001"}, "certainty": "certain"}}
{"input": "socrates was born on january 28, 1864", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "socrates"}, "relation": {"value": "have"}, "object": {"caption": "birth date"}, "modifier": {"from_time": "1864-01-28"}, "certainty": "certain"}}
{"input": "iphone 12 color is red", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "iphone 12"}, "relation": {"value": "have"}, "object": {"caption": "color"}, "modifier": {"attributes": [{"tag": "value", "value": "red"}]}, "certainty": "certain"}}
{"input": "iphone 12 has red color", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "iphone 12"}, "relation": {"value": "have"}, "object": {"caption": "color"}, "modifier": {"attributes": [{"tag": "value", "value": "red"}]}, "certainty": "certain"}}
{"input": "iphone 12 depth is 7 mm", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "iphone 12"}, "relation": {"value": "have"}, "object": {"caption": "depth"}, "modifier": {"attributes": [{"tag": "size", "value": 7, "unit": "mm"}]}, "certainty": "certain"}}
{"input": "socrates sold iphone 12 in 2020", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "socrates"}, "relation": {"value": "sell"}, "object": {"caption": "iphone 12"}, "modifier": {"from_time": "2020"}, "certainty": "certain"}}
{"input": "socrates will sell iphone 12 in 2025", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "socrates"}, "relation": {"value": "sell"}, "object": {"caption": "iphone 12"}, "modifier": {"from_time": "2025"}, "certainty": "certain"}}
{"input": "socrates is human in 2024", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "socrates"}, "relation": {"value": "be"}, "object": {"caption": "human"}, "modifier": {"from_time": "2024"}, "certainty": "certain"}}
{"input": "human is mortal in 2024", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "human"}, "relation": {"value": "be"}, "object": {"caption": "mortal"}, "modifier": {"from_time": "2024"}, "certainty": "certain"}}
{"input": "humans are mortal today", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "humans"}, "relation": {"value": "be"}, "object": {"caption": "mortal"}, "modifier": {"from_time": "today"}, "certainty": "certain"}}
{"input": "philosophy magazine (1844–1846) was an american literary periodical", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "philosophy magazine"}, "relation": {"value": "be"}, "object": {"caption": "american literary periodical"}, "modifier": {"from_time": "1844", "to_time": "1846"}, "certainty": "certain"}}
{"input": "if it rains in Paris, then it rains in Rome", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_hypothetical_episode", "causes": [{"relation": {"value": "be"}, "object": {"caption": "rain"}, "modifier": {"location": "Paris"}, "certainty": "certain"}], "effects": [{"relation": {"value": "be"}, "object": {"caption": "rain"}, "modifier": {"location": "Rome"}, "certainty": "certain"}]}}
{"input": "iphone 12 has 15-inch screen", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "iphone 12"}, "relation": {"value": "have"}, "object": {"caption": "screen"}, "modifier": {"attributes": [{"tag": "size", "value": 15, "unit": "inch"}]}, "certainty": "certain"}}
{"input": "BK-1000 costs $306", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "BK-1000"}, "relation": {"value": "have"}, "object": {"caption": "price"}, "modifier": {"attributes": [{"tag": "amount", "value": 306, "unit": "USD"}]}, "certainty": "certain"}}
{"input": "the analytics deployment deadline is April 15, 2024", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "analytics deployment"}, "relation": {"value": "have"}, "object": {"caption": "deadline"}, "modifier": {"from_time": "2024-04-15"}, "certainty": "certain"}}
{"input": "actually the analytics deployment deadline is now April 19, 2024", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "analytics deployment"}, "relation": {"value": "have"}, "object": {"caption": "deadline"}, "modifier": {"from_time": "2024-04-19"}, "certainty": "certain"}}
{"input": "for my budget tracker I first set up authentication, then added expense tracking, and finally built data visualization", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"sentences": [{"intent_type": "saving_episode", "subject": {"caption": "budget tracker"}, "relation": {"value": "have first subevent"}, "object": {"caption": "set up authentication"}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "budget tracker"}, "relation": {"value": "have subevent"}, "object": {"caption": "add expense tracking"}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "budget tracker"}, "relation": {"value": "have last subevent"}, "object": {"caption": "build data visualization"}, "certainty": "certain"}]}}
{"input": "the project phases are planning, design, implementation, testing", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"sentences": [{"intent_type": "saving_episode", "subject": {"caption": "project"}, "relation": {"value": "have first subevent"}, "object": {"caption": "planning"}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "project"}, "relation": {"value": "have subevent"}, "object": {"caption": "design"}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "project"}, "relation": {"value": "have subevent"}, "object": {"caption": "implementation"}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "project"}, "relation": {"value": "have last subevent"}, "object": {"caption": "testing"}, "certainty": "certain"}]}}
{"input": "we started by configuring the database, then added authentication, and finally deployed the app", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"sentences": [{"intent_type": "saving_episode", "subject": {"caption": "app"}, "relation": {"value": "have first subevent"}, "object": {"caption": "configure database"}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "app"}, "relation": {"value": "have subevent"}, "object": {"caption": "add authentication"}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "app"}, "relation": {"value": "have last subevent"}, "object": {"caption": "deploy app"}, "certainty": "certain"}]}}
{"input": "the sprint covered backend setup, then api endpoints, then frontend integration", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"sentences": [{"intent_type": "saving_episode", "subject": {"caption": "sprint"}, "relation": {"value": "have first subevent"}, "object": {"caption": "backend setup"}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "sprint"}, "relation": {"value": "have subevent"}, "object": {"caption": "api endpoints"}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "sprint"}, "relation": {"value": "have last subevent"}, "object": {"caption": "frontend integration"}, "certainty": "certain"}]}}
{"input": "I have two meetings today: standup at 9am, then design review at 2pm", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"sentences": [{"intent_type": "saving_episode", "subject": {"caption": "today"}, "relation": {"value": "have first subevent"}, "object": {"caption": "standup"}, "modifier": {"from_time": "9am"}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "today"}, "relation": {"value": "have last subevent"}, "object": {"caption": "design review"}, "modifier": {"from_time": "2pm"}, "certainty": "certain"}]}}
{"input": "the dashboard API response time, which has recently improved to 250ms after adding some caching tweaks, is now meeting our targets", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "dashboard API"}, "relation": {"value": "have"}, "object": {"caption": "response time"}, "modifier": {"attributes": [{"tag": "value", "value": 250, "unit": "ms"}]}, "certainty": "certain"}}
{"input": "considering the recent growth of commits merged into the main branch, which has now reached 165, I want to ensure best practices", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"sentences": [{"intent_type": "saving_episode", "subject": {"caption": "main branch"}, "relation": {"value": "have"}, "object": {"caption": "merged commits"}, "modifier": {"quantity": 165}, "certainty": "certain"}]}}
{"input": "I'm using Flask 2.3.1 with Python 3.11 and SQLite 3.39 for my project", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"sentences": [{"intent_type": "saving_episode", "subject": {"caption": "project"}, "relation": {"value": "use"}, "object": {"caption": "Flask"}, "modifier": {"attributes": [{"tag": "version", "value": "2.3.1"}]}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "project"}, "relation": {"value": "use"}, "object": {"caption": "Python"}, "modifier": {"attributes": [{"tag": "version", "value": "3.11"}]}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "project"}, "relation": {"value": "use"}, "object": {"caption": "SQLite"}, "modifier": {"attributes": [{"tag": "version", "value": "3.39"}]}, "certainty": "certain"}]}}
{"input": "I want to add a category column to the transactions table", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "user"}, "relation": {"value": "want"}, "object": {"caption": "addition"}, "modifier": {"attributes": [{"tag": "target_table", "value": "transactions"}, {"tag": "new_column", "value": "category"}]}, "certainty": "certain"}}
{"input": "I also want to add a notes column to the transactions table", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "user"}, "relation": {"value": "want"}, "object": {"caption": "addition"}, "modifier": {"attributes": [{"tag": "target_table", "value": "transactions"}, {"tag": "new_column", "value": "notes"}]}, "certainty": "certain"}}
{"input": "I implemented the /transactions POST route with TransactionSchema validation", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "user"}, "relation": {"value": "implement"}, "object": {"caption": "route"}, "modifier": {"attributes": [{"tag": "path", "value": "/transactions"}, {"tag": "http_method", "value": "POST"}, {"tag": "validator", "value": "TransactionSchema"}]}, "certainty": "certain"}}
{"input": "I have never written any Flask routes or handled HTTP requests in this project", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"sentences": [{"intent_type": "saving_episode", "subject": {"caption": "user"}, "relation": {"value": "write"}, "object": {"caption": "route"}, "modifier": {"attributes": [{"tag": "framework", "value": "Flask"}]}, "certainty": "negated"}, {"intent_type": "saving_episode", "subject": {"caption": "user"}, "relation": {"value": "handle"}, "object": {"caption": "request"}, "modifier": {"attributes": [{"tag": "protocol", "value": "HTTP"}]}, "certainty": "negated"}]}}
{"input": "We use Flask-Login for session management and Argon2 for password hashing", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"sentences": [{"intent_type": "saving_episode", "subject": {"caption": "project"}, "relation": {"value": "use"}, "object": {"caption": "library"}, "modifier": {"attributes": [{"tag": "name", "value": "Flask-Login"}, {"tag": "purpose", "value": "session management"}]}, "certainty": "certain"}, {"intent_type": "saving_episode", "subject": {"caption": "project"}, "relation": {"value": "use"}, "object": {"caption": "library"}, "modifier": {"attributes": [{"tag": "name", "value": "Argon2"}, {"tag": "purpose", "value": "password hashing"}]}, "certainty": "certain"}]}}
{"input": "Phase 3: Transaction Management runs from December 16, 2023 to January 15, 2024", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "phase 3"}, "relation": {"value": "cover"}, "object": {"caption": "transaction management"}, "modifier": {"from_time": "2023-12-16", "to_time": "2024-01-15"}, "certainty": "certain"}}
{"input": "Phase 5: Final Adjustments, Testing, and Deployment (February 16 - March 15, 2024)", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "phase 5"}, "relation": {"value": "cover"}, "object": {"caption": "deployment"}, "modifier": {"from_time": "2024-02-16", "to_time": "2024-03-15"}, "certainty": "certain"}}
{"input": "Sprint 1 starts on March 15, 2024 and ends on March 29, 2024", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "sprint 1"}, "relation": {"value": "have"}, "object": {"caption": "duration"}, "modifier": {"from_time": "2024-03-15", "to_time": "2024-03-29"}, "certainty": "certain"}}
{"input": "Sprint 1 ends on March 29, 2024", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "sprint 1"}, "relation": {"value": "have"}, "object": {"caption": "end date"}, "modifier": {"from_time": "2024-03-29"}, "certainty": "certain"}}
{"input": "the final deployment deadline is March 15, 2024", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "final deployment"}, "relation": {"value": "have"}, "object": {"caption": "deadline"}, "modifier": {"from_time": "2024-03-15"}, "certainty": "certain"}}
{"input": "the analytics features are valid from April 1, 2024 to April 19, 2024", "schema": "semantic_role_labeler.schema.json#/$defs/SingleSentence", "output": {"intent_type": "saving_episode", "subject": {"caption": "analytics features"}, "relation": {"value": "be"}, "object": {"caption": "valid"}, "modifier": {"from_time": "2024-04-01", "to_time": "2024-04-19"}, "certainty": "certain"}}
