You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several typical categories of user queries. We could analyze them manually first, and then make this process automized and systemized.
Literal Facts
1. Keywords appeared in original texts (Easiest)
This kind of search task could be done by vector (or similarity) match via embedding.
Contexts example
Albert Einstein (14 March 1879 – 18 April 1955) was a German-born theoretical physicist who is widely held to be one of the greatest and most influential scientists of all time.
Best known for developing the theory of relativity, Einstein also made important contributions to quantum mechanics, and was thus a central figure in the revolutionary reshaping of the scientific understanding of nature that modern physics accomplished in the first decades of the twentieth century.
Queries example
When/Where was Einstein born?
Who is German theoretical physicist?
Tell me something about Einstein.
Who has contributed to quantum mechanics?
Structural Facts
1. Summary
Contexts example
(Same as above.)
Queries example
Summarize this paragraph.
See also
LLM Benchmarks: MMLU, HellaSwag, BBH, and Beyond - Confident AI
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There are several typical categories of user queries. We could analyze them manually first, and then make this process automized and systemized.
Literal Facts
1. Keywords appeared in original texts (Easiest)
This kind of search task could be done by vector (or similarity) match via embedding.
Contexts example
Queries example
Structural Facts
1. Summary
Contexts example
(Same as above.)
Queries example
See also
Beta Was this translation helpful? Give feedback.
All reactions