Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

combining multiple sentences into one

Given following sentences, for example:

A cat is on a bed.
The color of the cat is brown.
The bed is small.

Is there a way to combine/summarize the sentences into a single sentence such as:

A brown cat is on a small bed.

I have no knowledge of summary extraction/generation, but can it hopefully be exploited for this purpose?

like image 255
ytrewq Avatar asked Jul 04 '26 01:07

ytrewq


1 Answers

I've been working on a project called DLTR (Do Little Things Right) whose demo can be found here: https://nlp.1theta.com/

There's a section called BridgeBlend and I'm wondering if this is what you're looking for?

BridgeBlend Demo

Input Statement-1
John loves eating pizza.

Input Statement-2
pizza is a food made using cheese.

Output:
John loves eating pizza, a food made using cheese.

As for your example:

Input Statement-1
The color of the cat is brown.

Input Statement-2
The cat is on a bed.

Input Statement-3
The bed is small.

Output:
The cat is on a small bed and its color is brown.
like image 145
Chan Woo Avatar answered Jul 05 '26 16:07

Chan Woo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!