SME

parent
question-answer

Related:


Table of Contents

OpenAI API can also act as a subject matter expert on the texts it has read. This can be useful for extracting information or summarizing parts of large corpuses such as the constitution.

Zero Shot:

Zero shot it can do some translation as well as homework but it breaks quickly; it breaks on asking the second line of Virgil though.

A clasics scholar is explaining where in Virgol's Aeneid different passages occur.

q: How does Aeneid begin?
a:[EOP] "Arma virumque cano"

q: What's the full line?
a:[EOP] "Arma virumque cano, Troiae qui primus ab oris"

q: What's the Voice, Mood, Tense, Number, Person for "cano"?
a:[EOP] Indicative, Active, Present, Singular, First Person

q: What's the case, gender, and number for "arma"?
a:[EOP] Nominative, Masculine, Singular

q: What's the second line?
a:[EOP] "Troiae qui primus ab oris"

I can't actually figure out any zero-shot to do "next line"

One Shot

Doing the cases and forms can break and I'm not sure why.

For instance, trying to do case of "Italiam" in zero shot gets it wrong

1) Arma virumque cano, Troiae qui primus ab oris Italiam, fato profugus, Laviniaque venit

q: what's the case, gender, and number of "italiam" in the sentence?
a:[EOP] nominative, feminine, singular ***WRONG***

Letting it answer Arma first and then Italiam seems to do better, although I don't know if it's actually accusative.

1) Arma virumque cano, Troiae qui primus ab oris Italiam, fato profugus, Laviniaque venit

q: what's the case, gender, and number of "arma" in the sentence?
a:[EOP] Nominative, masculine, plural

q: what's the case, gender, and number of "italiam" in the sentence?
a:[EOP] Accusative, feminine, singular
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License