Code Monkey home page Code Monkey logo

thousands-of-questions-about-love's Introduction

Thousands of Questions about Love

Context

RUSSIAN LANGUAGE

This dataset collected from real answers to questions of the mail.ru service: https://otvet.mail.ru/
Category: Love

Content

Data Description

We have 82628 questions and 530511 answers!

{
    "question": "string, which contains question",
    "comment": "string, sometimes question have comment better reveals the essence of the issue",
    "sub_category": "string of sub category",
    "author": "string contains author nickname",
    "author_rating": {
        "category": "string - type of author rating",
        "value": "string with rating"
    },
    "answers": [{
        "text": "string - text", 
        "author_rating": "same to author_rating"
    }],
    "poll": [{
        "text": "string - text",
        "score": "string - how many points scored this option"
    }]
}

Answers or poll can be empty. Sometimes user chooses to make a poll and sets the options themselves. First answer is the best answer.

Inspiration

This data can be helpful to create a chit-chat dialogue system. You can use ranking like architecture like DSSM.

Ranking Architectures

Name Url
Learning Deep Structured Semantic Models for Web Search using Clickthrough Data (DSSM) https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/cikm2013_DSSM_fullversion.pdf
Applying Deep Learning to answer selection: a study and an open task https://arxiv.org/pdf/1508.01585.pdf
LSTM-Based Deep Learning Models for Nonfactoid answer selection https://arxiv.org/pdf/1511.04108.pdf
Universal Sentence Encoder https://arxiv.org/pdf/1803.11175.pdf

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.