Submitted by What_The_Hex t3_105d2w5 in MachineLearning
Let's say there's a whole paragraph of text, 90% of which is irrelevant fluff for my needs. What I'm specifically looking to do is isolate one key pertinent piece of information, which meets a certain criteria that I can somehow specify.
As an example, let's say I have 1,000 paragraphs that are brief biographies of famous people from history. Is there any kind of AI tool I can use to say something like: "For each of these biographies, IF they include information about where this famous person was born? Isolate this piece of information and only output that as a result."
Then it just runs through every single paragraph, conducts the analysis, finds the paragraphs that DO contain this information -- then outputs ONLY that as the result, for each paragraph?
For example, full paragraph 1:
"Teddy Roosevelt was an American President who had a variety of notable accomplishments. He was famous for his daring spirit of adventurism, and his boldness in all areas of life. Renowned for his boundless energy, he is commonly cited as a classic example of a political figure whose work ethic was truly unrelenting. He was born in Antarctica, and died on planet Neptune."
AI output:
"Teddy Roosevelt was born in Antarctica."
Or another possible application. Say I have another pool of paragraphs, which are full abstracts of scientific studies. Imagine I want to use an AI tool to ONLY extract a very concise conclusion of each study, and output just that: "This study concluded that fruit flies, if exposed to a diet of Cheetos and Pepsi Cola, will grow to be 8 meters long."
The best I've found so far are a bunch of text tools that merely allow you to summarize larger chunks of text. None of them, from what I've seen, allow you to put in place a criteria that says: "Don't just summarize; scan the text for the bits of information that meet a certain criteria (eg, it's the conclusion of the study; it's where this person was born; etc), then output THAT as the summarized result."
If such a tool exists, it would be extremely valuable for some projects I'm currently working on.
Thanks!
What_The_Hex OP t1_j3a8bz8 wrote
I've seen a lot of memes lately about Chat GPT. Believe it or not, I'm testing it for this specific task, and holy fuck, it is absolutely nailing it. I can even go micro-specific with my requests, and ask stuff like: "Summarize this novel in less than 10 words", and it absolutely fucking nails it. VERY fucking cool!