Giter Club home page Giter Club logo

ntunlplab / lifelog-dialog Goto Github PK

View Code? Open in Web Editor NEW
5.0 0.0 0.0 21 KB

Conversation, a common way for people to share their experiences and feelings with others, consists of important information about personal life events of individuals, but is rarely explored. In this dataset, we initiate a task of detecting personal life events from daily conversaion. We extend a multi-turn dialog dataset, DailyDialog, with life event annotation. We collect 600 conversations with 4-6 utterances from 4 topics of DailyDialog. Our goal is to detect the life events of each speaker in real-time.

dataset

lifelog-dialog's Introduction

DiaLog: A Lifelog Dataset for Life Event Detection from Daily Dialog

Introduction

Conversation, a common way for people to share their experiences and feelings with others, consists of important information about personal life events of individuals, but is rarely explored. In this dataset, we initiate a task of detecting personal life events from daily conversaion. We extend a multi-turn dialog dataset, DailyDialog, with life event annotation. We collect 600 conversations with 4-6 utterances from 4 topics of DailyDialog. Our goal is to detect the life events of each speaker in real-time.

Format

Each entry in the JSON format is consisted of "dialog_id" (the id of the dialog from DailyDialog), "turns" (the total turns of the dialog), and "events" (annotated result).

"events" is consist of the real-time life events of each speaker. "S1" and "S2" in "events" represent the two speakers in the conversation and the life event is according to FrameNet ontology.

Example

{
    "dialog_id": 6,
    "turns": 4,
    "events": [
        {
            "S1": [],
            "S2": []
        },
        {
            "S1": [],
            "S2": ["Perception_experience", "Request"]
        },
        {
            "S1": [],
            "S2": []
        },
        {
            "S1": [],
            "S2": []
        }
    ]
}

Dataset

First click here to download the original dataset, DailyDialog, then download DiaLog_v1.zip for the DiaLog dataset.

The file preprocess.py in the zip file is an example to format DiaLog.json into train.csv and test.csv.
Run python3 preprocess.py [DailyDialog_Dir] to generate the two files.

How to Cite the Corpus

Please cite the following papers when referring to the DiaLog in academic publications and papers.

Pei-Wei Kao, An-Zi Yen, Hen-Hsen Huang, and Hsin-Hsi Chen. 2021. ConvLogMiner: A Real-Time Conversational Lifelog Miner. In Proceedings of the 30th International Joint Conference on Artificial Intelligence.

lifelog-dialog's People

Contributors

pcchen-ntunlp avatar wlchen0206 avatar

Stargazers

Yu Bin, Kim avatar Max avatar Marc Love avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.