Skip to content

caisa-lab/perspective-taking-through-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository for the user perception generation

Paper accepted in ACL 2024: Perspective Taking through Generating Responses to Conflict Situations

Running

conda create -n perception-generation python=3.10
conda activate perception-generation
pip install -r requirements.txt
  • Running training scripts
sbatch scripts/ft_custom_t5.sh

Citing

@inproceedings{plepi-etal-2024-perspective,
    title = "Perspective Taking through Generating Responses to Conflict Situations",
    author = "Plepi, Joan  and
      Welch, Charles  and
      Flek, Lucie",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2024",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-acl.387/",
    doi = "10.18653/v1/2024.findings-acl.387",
    pages = "6482--6497",
    abstract = "Although language model performance across diverse tasks continues to improve, these models still struggle to understand and explain the beliefs of other people. This skill requires perspective-taking, the process of conceptualizing the point of view of another person. Perspective taking becomes challenging when the text reflects more personal and potentially more controversial beliefs.We explore this task through natural language generation of responses to conflict situations. We evaluate novel modifications to recent architectures for conditioning generation on an individual`s comments and self-disclosure statements. Our work extends the Social-Chem-101 corpus, using 95k judgements written by 6k authors from English Reddit data, for each of whom we obtained 20-500 self-disclosure statements. Our evaluation methodology borrows ideas from both personalized generation and theory of mind literature. Our proposed perspective-taking models outperform recent work, especially the twin encoder model conditioned on self-disclosures with high similarity to the conflict situation."
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published