[87 / 17 / 34]
Quoted By: >>17634759 >>17634760 >>17634762 >>17634763 >>17634765 >>17634766 >>17634768 >>17634772 >>17634774 >>17634775 >>17634785 >>17634787 >>17634789 >>17634791 >>17634793 >>17634798 >>17634799 >>17634815 >>17634819 >>17634829 >>17634838
I was trying to figure out non directional algorithm for extracting nested parenthesis hierarchy
Basically we start from:
([] [])([] [])
Then we take walk forward looking for ( [ { <
And without using the collider principle
We walk backward looking for > } ] )
Then we substring and reverse to somehow extract non-directional hierarchy, but I have not figure out how yet, anyway, chat gpt appears to be unable to reverse
][])([][
here is the result from online string reversal utility
[ ][()][ ]
What's the political implication of chat gpt not being able to perform and hallucinating on fundamental tasks
Basically we start from:
([] [])([] [])
Then we take walk forward looking for ( [ { <
And without using the collider principle
We walk backward looking for > } ] )
Then we substring and reverse to somehow extract non-directional hierarchy, but I have not figure out how yet, anyway, chat gpt appears to be unable to reverse
][])([][
here is the result from online string reversal utility
[ ][()][ ]
What's the political implication of chat gpt not being able to perform and hallucinating on fundamental tasks