Hi @rrivera1849 , thanks a lot for making the code as well as model public. I had a question about the Fanfiction dataset.
In https://github.com/LLNL/LUAR/blob/main/scripts/preprocess_pan_into_paragraphs.py#L53, should seen_data[author].add(data.iloc[idx].pair[1]) actually be seen_data[author].add(data.iloc[idx].pair[0])?
Hi @rrivera1849 , thanks a lot for making the code as well as model public. I had a question about the Fanfiction dataset.
In https://github.com/LLNL/LUAR/blob/main/scripts/preprocess_pan_into_paragraphs.py#L53, should
seen_data[author].add(data.iloc[idx].pair[1])actually beseen_data[author].add(data.iloc[idx].pair[0])?