{ "cells": [ { "cell_type": "code", "execution_count": 11, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Repo card metadata block was not found. Setting CardData to empty.\n" ] } ], "source": [ "from datasets import load_dataset\n", "dataset1 = load_dataset(\"nbertagnolli/counsel-chat\")" ] }, { "cell_type": "code", "execution_count": 12, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "DatasetDict({\n", " train: Dataset({\n", " features: ['questionID', 'questionTitle', 'questionText', 'questionLink', 'topic', 'therapistInfo', 'therapistURL', 'answerText', 'upvotes', 'views'],\n", " num_rows: 2775\n", " })\n", "})" ] }, "execution_count": 12, "metadata": {}, "output_type": "execute_result" } ], "source": [ "dataset1" ] }, { "cell_type": "code", "execution_count": 13, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
| \n", " | questionID | \n", "questionTitle | \n", "questionText | \n", "questionLink | \n", "topic | \n", "therapistInfo | \n", "therapistURL | \n", "answerText | \n", "upvotes | \n", "views | \n", "
|---|---|---|---|---|---|---|---|---|---|---|
| 0 | \n", "0 | \n", "Do I have too many issues for counseling? | \n", "I have so many issues to address. I have a his... | \n", "https://counselchat.com/questions/do-i-have-to... | \n", "depression | \n", "Jennifer MolinariHypnotherapist & Licensed Cou... | \n", "https://counselchat.com/therapists/jennifer-mo... | \n", "It is very common for people to have multiple ... | \n", "3 | \n", "1971 | \n", "
| 1 | \n", "0 | \n", "Do I have too many issues for counseling? | \n", "I have so many issues to address. I have a his... | \n", "https://counselchat.com/questions/do-i-have-to... | \n", "depression | \n", "Jason Lynch, MS, LMHC, LCAC, ADSIndividual & C... | \n", "https://counselchat.com/therapists/jason-lynch... | \n", "I've never heard of someone having \"too many i... | \n", "2 | \n", "386 | \n", "
| 2 | \n", "0 | \n", "Do I have too many issues for counseling? | \n", "I have so many issues to address. I have a his... | \n", "https://counselchat.com/questions/do-i-have-to... | \n", "depression | \n", "Shakeeta TorresFaith Based Mental Health Couns... | \n", "https://counselchat.com/therapists/shakeeta-to... | \n", "Absolutely not. I strongly recommending worki... | \n", "2 | \n", "3071 | \n", "
| 3 | \n", "0 | \n", "Do I have too many issues for counseling? | \n", "I have so many issues to address. I have a his... | \n", "https://counselchat.com/questions/do-i-have-to... | \n", "depression | \n", "Noorayne ChevalierMA, RP, CCC, CCAC, LLP (Mich... | \n", "https://counselchat.com/therapists/noorayne-ch... | \n", "Let me start by saying there are never too man... | \n", "2 | \n", "2643 | \n", "
| 4 | \n", "0 | \n", "Do I have too many issues for counseling? | \n", "I have so many issues to address. I have a his... | \n", "https://counselchat.com/questions/do-i-have-to... | \n", "depression | \n", "Toni Teixeira, LCSWYour road to healing begins... | \n", "https://counselchat.com/therapists/toni-teixei... | \n", "I just want to acknowledge you for the courage... | \n", "1 | \n", "256 | \n", "
| ... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
| 2770 | \n", "939 | \n", "Are some clients more difficult than others? | \n", "What are some difficulties that a counselor ca... | \n", "https://counselchat.com/questions/are-some-cli... | \n", "counseling-fundamentals | \n", "Audrey ONealBi-lingual Psychotherapist and Hea... | \n", "https://counselchat.com/therapists/audrey-oneal-3 | \n", "Although many clients have the capacity to be ... | \n", "0 | \n", "47 | \n", "
| 2771 | \n", "939 | \n", "Are some clients more difficult than others? | \n", "What are some difficulties that a counselor ca... | \n", "https://counselchat.com/questions/are-some-cli... | \n", "counseling-fundamentals | \n", "Kaileen McMickle, MS, LPCLicensed Professional... | \n", "https://counselchat.com/therapists/kaileen-mcm... | \n", "I usually don't label a client as \"difficult\" ... | \n", "0 | \n", "22 | \n", "
| 2772 | \n", "939 | \n", "Are some clients more difficult than others? | \n", "What are some difficulties that a counselor ca... | \n", "https://counselchat.com/questions/are-some-cli... | \n", "counseling-fundamentals | \n", "Dr. Timothy Paul'man'; Online - \"Natural Healt... | \n", "https://counselchat.com/therapists/dr-timothy-... | \n", "Dang right! :)Heh heh, and correct me if I'm ... | \n", "0 | \n", "23 | \n", "
| 2773 | \n", "939 | \n", "Are some clients more difficult than others? | \n", "What are some difficulties that a counselor ca... | \n", "https://counselchat.com/questions/are-some-cli... | \n", "counseling-fundamentals | \n", "David KleinHumanistic, LGBT-Affirmative Psycho... | \n", "https://counselchat.com/therapists/david-klein | \n", "Yes, just like some relationships outside of o... | \n", "0 | \n", "41 | \n", "
| 2774 | \n", "939 | \n", "Are some clients more difficult than others? | \n", "What are some difficulties that a counselor ca... | \n", "https://counselchat.com/questions/are-some-cli... | \n", "counseling-fundamentals | \n", "Sherry Katz, LCSWCouples and Family Therapist,... | \n", "https://counselchat.com/therapists/sherry-katz... | \n", "Each counselor will have their own list of \"di... | \n", "0 | \n", "43 | \n", "
2775 rows × 10 columns
\n", "| \n", " | questionID | \n", "questionTitle | \n", "questionText | \n", "questionLink | \n", "topic | \n", "therapistInfo | \n", "therapistURL | \n", "answerText | \n", "upvotes | \n", "views | \n", "
|---|---|---|---|---|---|---|---|---|---|---|
| questionText | \n", "\n", " | \n", " | \n", " | \n", " | \n", " | \n", " | \n", " | \n", " | \n", " | \n", " |
| A few nights ago I talked to this girl I know about my self esteem issues for the first time. We talked for hours and she told me time and again that I was a great guy. She told me I was attractive, and have a great personality, etc. I really started to feel better about myself by the time I woke up the next morning. Now, though, I can't stop thinking about her, but I leave to go back to college in a few days and I go to school 4 hours away from her. So now I feel constantly depressed because even if I told her how I felt it wouldn't matter. I feel helpless and I don't know what to do. | \n", "353 | \n", "I'm a 19 year old male with low self esteem. I... | \n", "A few nights ago I talked to this girl I know ... | \n", "https://counselchat.com/questions/i-m-a-19-yea... | \n", "self-esteem | \n", "Amy Fortney ParksChild & Adolescent Psychologi... | \n", "https://counselchat.com/therapists/amy-fortney... | \n", "Hey! It takes a lot of courage to share your ... | \n", "1 | \n", "232 | \n", "
| A few years ago I was making love to my wife when for no known reason I lost my erection, Now I'm In my early 30s and my problem has become more and more frequent. This is causing major problems for my ego and it's diminishing my self esteem. This has resulted in ongoing depression and tearing apart my marriage. I am devastated and cannot find a cause for these issues. I am very attracted to my wife and want to express it in the bedroom like I used to. What could be causing this, and what can I do about it? | \n", "11 | \n", "Why am I experiencing dfficulty maintaining an... | \n", "A few years ago I was making love to my wife w... | \n", "https://counselchat.com/questions/why-am-i-exp... | \n", "depression | \n", "Sherry Katz, LCSWCouples and Family Therapist,... | \n", "https://counselchat.com/therapists/sherry-katz... | \n", "First step always is to do a medical rule out ... | \n", "1 | \n", "138 | \n", "
| A friend of mine taking psychology advised I go to my doctor to check if I have major depressive disorder. I'm afraid of the consequences of doing so. If I do become diagnosed with major depressive disorder, won’t that go on my records? I will never be able to become a counselor along with a list of other things I may be prohibited from. I’m also afraid of taking any anti-depressants. This year, my doctor gave me some for a \"dislocated hip.\" I had a severe reaction and passed out moments after taking them. Everyone I know who has taken anti-depressants says it’s a bad idea all around and you’re better getting treatment without them. I’m concerned they might take me to a clinic and force me to take medication because I am unable to make decisions on my own. I’m not really suicidal, but I am not really taking care of myself either. Someone also told me they still use electroshock therapy. I’m not keen on that. I’m wondering if I am better off just getting self-help and working things out on my own. It’s just that I've been an emotional mess since I was in elementary school. I’ve graduated now and tried to stay positive and be happy, but I cannot deny I still am not good. | \n", "127 | \n", "I'm scared to go to a doctor or take anti-depr... | \n", "A friend of mine taking psychology advised I g... | \n", "https://counselchat.com/questions/i-m-scared-t... | \n", "depression | \n", "Sherry Katz, LCSWCouples and Family Therapist,... | \n", "https://counselchat.com/therapists/sherry-katz... | \n", "I admire your courage for stating your view ab... | \n", "1 | \n", "179 | \n", "
| A girl and I were madly in love. We dated for over a year and were even talking about marriage and future plans together. She moved away for school, and we attempted a long distance relationship. We eventually broke up. It's been a year now, and I still haven't lost my feelings for her. I still love her the same way I did. I've suffered from depression ever since the breakup and have been unable to connect with anyone else. It's damaging me and my life. | \n", "111 | \n", "I'm depressed and unable to connect with peopl... | \n", "A girl and I were madly in love. We dated for ... | \n", "https://counselchat.com/questions/i-m-depresse... | \n", "depression | \n", "Lynda MartensMarriage & Family Therapist, MSc,... | \n", "https://counselchat.com/therapists/ms-lynda-ma... | \n", "Hi Boise, I'm sorry that you've lost this love... | \n", "2 | \n", "125 | \n", "
| A lot of times, I avoid situations where I am to meet new people because I have a fear of embarrassing myself. I often avoid large groups of people, like parties, because I think they all constantly judge me. | \n", "193 | \n", "How can I get over my fear of public embarrass... | \n", "A lot of times, I avoid situations where I am ... | \n", "https://counselchat.com/questions/how-can-i-ge... | \n", "anxiety | \n", "Robin Landwehr, DBH, LPCC, NCCMental Health in... | \n", "https://counselchat.com/therapists/robin-landw... | \n", "Hello, and thank you for your question. First,... | \n", "1 | \n", "345 | \n", "
| ... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
| Why am I attracted to older men? | \n", "800 | \n", "Why do I feel like I need a man in my life? | \n", "Why am I attracted to older men? | \n", "https://counselchat.com/questions/why-do-i-fee... | \n", "relationships | \n", "Sherry Katz, LCSWCouples and Family Therapist,... | \n", "https://counselchat.com/therapists/sherry-katz... | \n", "What a wonderful question!Good for you on clea... | \n", "2 | \n", "171 | \n", "
| Why am I so afraid of it? I don't understand. | \n", "212 | \n", "How can I be less afraid of rape? | \n", "Why am I so afraid of it? I don't understand. | \n", "https://counselchat.com/questions/how-can-i-be... | \n", "anxiety | \n", "Sherry Katz, LCSWCouples and Family Therapist,... | \n", "https://counselchat.com/therapists/sherry-katz... | \n", "Your fear is somewhat reasonable. No one want... | \n", "2 | \n", "229 | \n", "
| With college over, my boyfriend and I have such different work schedules. Since I can't see him often, I want to talk more on the phone. He plays video games while talking to players, so often I feel ignored. I find myself always telling him what to do in relation to me, things he should know. | \n", "511 | \n", "How can I address my grievances to my boyfriend? | \n", "With college over, my boyfriend and I have suc... | \n", "https://counselchat.com/questions/how-can-i-ad... | \n", "intimacy | \n", "Sherry Katz, LCSWCouples and Family Therapist,... | \n", "https://counselchat.com/therapists/sherry-katz... | \n", "Directly tell him what you write here.Either h... | \n", "0 | \n", "75 | \n", "
| he just walks in the house whenever he wants to see his kids. My fiancé tells me it makes her angry and doesn't like it, but she seems afraid to say anything to him about it for some reason. Is it okay for him to do this? | \n", "253 | \n", "My fiancé's ex-husband shows up unannounced | \n", "he just walks in the house whenever he wants t... | \n", "https://counselchat.com/questions/my-fianc-s-e... | \n", "parenting | \n", "Frank TheusMA, LPC, NCC, CSAT | \n", "https://counselchat.com/therapists/frank-theus | \n", "The short answer to your question is \"No\" it's... | \n", "2 | \n", "380 | \n", "
| i was addicted to porn since the second grade. I'm in my early 40s and overcame my addiction during my separation from my wife of 15 years. | \n", "767 | \n", "How can I rebuild the trust I destroyed from m... | \n", "i was addicted to porn since the second grade.... | \n", "https://counselchat.com/questions/how-can-i-re... | \n", "relationships | \n", "Sonya WilsonLicensed Professional Counselor | \n", "https://counselchat.com/therapists/sonya-wilson | \n", "The person who can answer this question is the... | \n", "0 | \n", "113 | \n", "
865 rows × 10 columns
\n", "| \n", " | Context | \n", "Response | \n", "
|---|---|---|
| 0 | \n", "I'm going through some things with my feelings... | \n", "If everyone thinks you're worthless, then mayb... | \n", "
| 1 | \n", "I'm going through some things with my feelings... | \n", "Hello, and thank you for your question and see... | \n", "
| 2 | \n", "I'm going through some things with my feelings... | \n", "First thing I'd suggest is getting the sleep y... | \n", "
| 3 | \n", "I'm going through some things with my feelings... | \n", "Therapy is essential for those that are feelin... | \n", "
| 4 | \n", "I'm going through some things with my feelings... | \n", "I first want to let you know that you are not ... | \n", "
| ... | \n", "... | \n", "... | \n", "
| 3507 | \n", "My grandson's step-mother sends him to school ... | \n", "Absolutely not! It is never in a child's best ... | \n", "
| 3508 | \n", "My boyfriend is in recovery from drug addictio... | \n", "I'm sorry you have tension between you and you... | \n", "
| 3509 | \n", "The birth mother attempted suicide several tim... | \n", "The true answer is, \"no one can really say wit... | \n", "
| 3510 | \n", "I think adult life is making him depressed and... | \n", "How do you help yourself to believe you requir... | \n", "
| 3511 | \n", "I just took a job that requires me to travel f... | \n", "hmm this is a tough one! | \n", "
3512 rows × 2 columns
\n", "